summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Othón Martínez Vera <cfuga@cfuga.mx>2023-05-18 16:41:23 -0600
committerMatt Turner <mattst88@gentoo.org>2023-05-22 10:49:06 -0400
commitdb14834cf07ac373b983e5880f9dbf299d27e2f5 (patch)
tree2ad605f3e53b5377198c5e2f0b4b4e41225e5db5 /media-gfx
parentdev-php/pecl-uploadprogress: fix tests with PHP's --enable-debug. (diff)
downloadgentoo-db14834cf07ac373b983e5880f9dbf299d27e2f5.tar.gz
gentoo-db14834cf07ac373b983e5880f9dbf299d27e2f5.tar.bz2
gentoo-db14834cf07ac373b983e5880f9dbf299d27e2f5.zip
media-gfx/shotwell: suggest gdk-pixbuf loaders for supported file types
Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Closes: https://github.com/gentoo/gentoo/pull/31088 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/shotwell/shotwell-0.32.1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/media-gfx/shotwell/shotwell-0.32.1.ebuild b/media-gfx/shotwell/shotwell-0.32.1.ebuild
index 5be584be1de2..63235d2bfa5c 100644
--- a/media-gfx/shotwell/shotwell-0.32.1.ebuild
+++ b/media-gfx/shotwell/shotwell-0.32.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit gnome.org gnome2-utils meson vala xdg
+inherit gnome.org gnome2-utils meson optfeature vala xdg
DESCRIPTION="Open source photo manager for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell"
@@ -79,6 +79,11 @@ src_configure() {
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
+
+ optfeature "Enable support for the AVIF format" media-libs/libavif[gdk-pixbuf]
+ optfeature "Enable support for the HEIF format" media-libs/libheif[gdk-pixbuf]
+ optfeature "Enable support for the JPEG format" x11-libs/gdk-pixbuf[jpeg]
+ optfeature "Enable support for the TIFF format" x11-libs/gdk-pixbuf[tiff]
}
pkg_postrm() {