Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/simage/
Date: Wed, 28 Aug 2019 08:20:04
Message-Id: 1566980360.fa93185a7f7bfb8801165a13c3f884765f2e9473.soap@gentoo
1 commit: fa93185a7f7bfb8801165a13c3f884765f2e9473
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 08:19:20 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 08:19:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa93185a
7
8 media-libs/simage: [QA] Remove media-libs/jasper dep
9
10 Bug: https://bugs.gentoo.org/689784
11 Package-Manager: Portage-2.3.68, Repoman-2.3.16
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 media-libs/simage/simage-1.7.0-r1.ebuild | 7 +++----
15 media-libs/simage/simage-1.7.1a_beta_pre20180312.ebuild | 7 +++----
16 2 files changed, 6 insertions(+), 8 deletions(-)
17
18 diff --git a/media-libs/simage/simage-1.7.0-r1.ebuild b/media-libs/simage/simage-1.7.0-r1.ebuild
19 index 88bffba3a7b..f491e59cb38 100644
20 --- a/media-libs/simage/simage-1.7.0-r1.ebuild
21 +++ b/media-libs/simage/simage-1.7.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -10,13 +10,12 @@ SRC_URI="https://bitbucket.org/Coin3D/coin/downloads/${P}.tar.gz"
29 LICENSE="public-domain mpeg2enc"
30 KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
31 SLOT="0"
32 -IUSE="debug gif jpeg jpeg2k png sndfile static-libs tiff vorbis zlib"
33 +IUSE="debug gif jpeg png sndfile static-libs tiff vorbis zlib"
34 RESTRICT="mirror bindist" #465086
35
36 RDEPEND="
37 gif? ( media-libs/giflib )
38 jpeg? ( virtual/jpeg:0= )
39 - jpeg2k? ( media-libs/jasper )
40 png? ( media-libs/libpng:0= )
41 sndfile? ( media-libs/libsndfile )
42 tiff? ( media-libs/tiff:0= )
43 @@ -54,7 +53,7 @@ src_configure() {
44 $(use_enable debug) \
45 $(use_enable debug symbols) \
46 $(use_with jpeg) \
47 - $(use_with jpeg2k jasper) \
48 + --without-jasper \
49 $(use_with png) \
50 $(use_with sndfile libsndfile) \
51 $(use_enable static-libs static) \
52
53 diff --git a/media-libs/simage/simage-1.7.1a_beta_pre20180312.ebuild b/media-libs/simage/simage-1.7.1a_beta_pre20180312.ebuild
54 index 01635618aef..4ced5ba2961 100644
55 --- a/media-libs/simage/simage-1.7.1a_beta_pre20180312.ebuild
56 +++ b/media-libs/simage/simage-1.7.1a_beta_pre20180312.ebuild
57 @@ -1,4 +1,4 @@
58 -# Copyright 1999-2018 Gentoo Foundation
59 +# Copyright 1999-2019 Gentoo Authors
60 # Distributed under the terms of the GNU General Public License v2
61
62 EAPI=6
63 @@ -14,12 +14,11 @@ SRC_URI="https://dev.gentoo.org/~reavertm/${MY_P}.tar.bz2"
64 LICENSE="public-domain mpeg2enc"
65 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
66 SLOT="0"
67 -IUSE="debug gif jpeg jpeg2k png qt5 sndfile tiff vorbis"
68 +IUSE="debug gif jpeg png qt5 sndfile tiff vorbis"
69
70 RDEPEND="
71 gif? ( media-libs/giflib )
72 jpeg? ( virtual/jpeg:0= )
73 - jpeg2k? ( media-libs/jasper )
74 png? ( media-libs/libpng:0= )
75 qt5? (
76 dev-qt/qtcore:5
77 @@ -52,7 +51,7 @@ src_configure() {
78 -DSIMAGE_EPS_SUPPORT=ON
79 -DSIMAGE_GDIPLUS_SUPPORT=OFF # Windows only
80 -DSIMAGE_GIF_SUPPORT=$(usex gif)
81 - -DSIMAGE_JASPER_SUPPORT=$(usex jpeg2k)
82 + -DSIMAGE_JASPER_SUPPORT=OFF
83 -DSIMAGE_JPEG_SUPPORT=$(usex jpeg)
84 -DSIMAGE_LIBSNDFILE_SUPPORT=$(usex sndfile)
85 -DSIMAGE_MPEG2ENC_SUPPORT=ON