diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-16 18:21:48 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-16 18:23:43 -0400 |
commit | d0093adaa71556161d7e81cfa1d277e19ab91926 (patch) | |
tree | a87903c3fa607e11a431330949c88157bd12ab18 /media-gfx/gthumb | |
parent | dev-python/tldextract: Stabilize 3.3.0 amd64, #844850 (diff) | |
download | gentoo-d0093adaa71556161d7e81cfa1d277e19ab91926.tar.gz gentoo-d0093adaa71556161d7e81cfa1d277e19ab91926.tar.bz2 gentoo-d0093adaa71556161d7e81cfa1d277e19ab91926.zip |
media-gfx/gthumb: Add missing jxl and libheif deps
Closes: https://bugs.gentoo.org/840981
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx/gthumb')
-rw-r--r-- | media-gfx/gthumb/gthumb-3.12.2-r2.ebuild (renamed from media-gfx/gthumb/gthumb-3.12.2-r1.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-gfx/gthumb/gthumb-3.12.2-r1.ebuild b/media-gfx/gthumb/gthumb-3.12.2-r2.ebuild index 480440e8f992..cc3cfd595f53 100644 --- a/media-gfx/gthumb/gthumb-3.12.2-r1.ebuild +++ b/media-gfx/gthumb/gthumb-3.12.2-r2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gthumb" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="cdr colord exif gnome-keyring gstreamer heif http jpegxl lcms raw slideshow svg tiff webp" # libX11 dep is a workaround. See files/3.12.2-link-with-x11.patch @@ -41,6 +41,8 @@ RDEPEND=" cdr? ( >=app-cdr/brasero-3.2.0 ) svg? ( >=gnome-base/librsvg-2.34:2 ) webp? ( >=media-libs/libwebp-0.2.0:= ) + jpegxl? ( >=media-libs/libjxl-0.3.0 ) + heif? ( >=media-libs/libheif-1.11:0= ) lcms? ( >=media-libs/lcms-2.6:2 ) colord? ( >=x11-misc/colord-1.3 @@ -48,7 +50,7 @@ RDEPEND=" ) sys-libs/zlib - virtual/jpeg:0= + media-libs/libjpeg-turbo:0= tiff? ( media-libs/tiff:= ) media-libs/libpng:0= >=gnome-base/gsettings-desktop-schemas-0.1.4 |