Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/krita/
Date: Wed, 14 Sep 2022 11:56:35
Message-Id: 1663156404.9fcd9dbf819c9c5b489a0f8e4e506ef19c1e9252.asturm@gentoo
1 commit: 9fcd9dbf819c9c5b489a0f8e4e506ef19c1e9252
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 14 11:07:22 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 14 11:53:24 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9fcd9dbf
7
8 media-gfx/krita: Drop IUSE jpeg
9
10 Upstream commit dd4d2b4b793a42b2c7406dfc63fc108ea8905ec5 would complicate
11 the flag by overloading it with JPEG-compressed TIFF support. The idea of
12 having a painting application without JPEG support does not make a lot of
13 sense in the best of times, so just drop the IUSE.
14
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 media-gfx/krita/krita-9999.ebuild | 5 ++---
18 1 file changed, 2 insertions(+), 3 deletions(-)
19
20 diff --git a/media-gfx/krita/krita-9999.ebuild b/media-gfx/krita/krita-9999.ebuild
21 index 753af63179..5f07f67b09 100644
22 --- a/media-gfx/krita/krita-9999.ebuild
23 +++ b/media-gfx/krita/krita-9999.ebuild
24 @@ -20,7 +20,7 @@ HOMEPAGE="https://apps.kde.org/krita/ https://krita.org/en/"
25
26 LICENSE="GPL-3"
27 SLOT="5"
28 -IUSE="color-management fftw gif +gsl heif +jpeg jpegxl +mypaint-brush-engine openexr pdf qtmedia +raw webp"
29 +IUSE="color-management fftw gif +gsl heif jpegxl +mypaint-brush-engine openexr pdf qtmedia +raw webp"
30 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
31
32 # bug 630508
33 @@ -58,6 +58,7 @@ RDEPEND="${PYTHON_DEPS}
34 >=kde-frameworks/kxmlgui-${KFMIN}:5
35 media-gfx/exiv2:=
36 media-libs/lcms
37 + media-libs/libjpeg-turbo:=
38 media-libs/libpng:0=
39 media-libs/tiff:0
40 sys-libs/zlib
41 @@ -68,7 +69,6 @@ RDEPEND="${PYTHON_DEPS}
42 fftw? ( sci-libs/fftw:3.0= )
43 gif? ( media-libs/giflib )
44 gsl? ( sci-libs/gsl:= )
45 - jpeg? ( media-libs/libjpeg-turbo:= )
46 jpegxl? ( >=media-libs/libjxl-0.7.0 )
47 heif? ( >=media-libs/libheif-1.11:= )
48 mypaint-brush-engine? ( media-libs/libmypaint:= )
49 @@ -108,7 +108,6 @@ src_configure() {
50 $(cmake_use_find_package gif GIF)
51 $(cmake_use_find_package gsl GSL)
52 $(cmake_use_find_package heif HEIF)
53 - $(cmake_use_find_package jpeg JPEG)
54 $(cmake_use_find_package jpegxl JPEGXL)
55 $(cmake_use_find_package mypaint-brush-engine LibMyPaint)
56 $(cmake_use_find_package openexr OpenEXR)