Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gthumb/
Date: Mon, 16 May 2022 22:24:00
Message-Id: 1652739823.d0093adaa71556161d7e81cfa1d277e19ab91926.mattst88@gentoo
1 commit: d0093adaa71556161d7e81cfa1d277e19ab91926
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 22:21:48 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 22:23:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0093ada
7
8 media-gfx/gthumb: Add missing jxl and libheif deps
9
10 Closes: https://bugs.gentoo.org/840981
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 .../gthumb/{gthumb-3.12.2-r1.ebuild => gthumb-3.12.2-r2.ebuild} | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/media-gfx/gthumb/gthumb-3.12.2-r1.ebuild b/media-gfx/gthumb/gthumb-3.12.2-r2.ebuild
17 similarity index 93%
18 rename from media-gfx/gthumb/gthumb-3.12.2-r1.ebuild
19 rename to media-gfx/gthumb/gthumb-3.12.2-r2.ebuild
20 index 480440e8f992..cc3cfd595f53 100644
21 --- a/media-gfx/gthumb/gthumb-3.12.2-r1.ebuild
22 +++ b/media-gfx/gthumb/gthumb-3.12.2-r2.ebuild
23 @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gthumb"
24
25 LICENSE="GPL-2+"
26 SLOT="0"
27 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
28 +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
29 IUSE="cdr colord exif gnome-keyring gstreamer heif http jpegxl lcms raw slideshow svg tiff webp"
30
31 # libX11 dep is a workaround. See files/3.12.2-link-with-x11.patch
32 @@ -41,6 +41,8 @@ RDEPEND="
33 cdr? ( >=app-cdr/brasero-3.2.0 )
34 svg? ( >=gnome-base/librsvg-2.34:2 )
35 webp? ( >=media-libs/libwebp-0.2.0:= )
36 + jpegxl? ( >=media-libs/libjxl-0.3.0 )
37 + heif? ( >=media-libs/libheif-1.11:0= )
38 lcms? ( >=media-libs/lcms-2.6:2 )
39 colord? (
40 >=x11-misc/colord-1.3
41 @@ -48,7 +50,7 @@ RDEPEND="
42 )
43
44 sys-libs/zlib
45 - virtual/jpeg:0=
46 + media-libs/libjpeg-turbo:0=
47 tiff? ( media-libs/tiff:= )
48 media-libs/libpng:0=
49 >=gnome-base/gsettings-desktop-schemas-0.1.4