Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphicsmagick/
Date: Thu, 30 Jul 2020 08:30:56
Message-Id: 1596097843.928c5138ff66c07b96944e41b5a7876a87a33396.ulm@gentoo
1 commit: 928c5138ff66c07b96944e41b5a7876a87a33396
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 08:30:23 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 08:30:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928c5138
7
8 media-gfx/graphicsmagick: Rename modules use flag to dynamic-loading.
9
10 The global modules use flag has a different meaning (namely, "Build
11 the kernel modules").
12
13 Closes: https://bugs.gentoo.org/608786
14 Package-Manager: Portage-3.0.1, Repoman-2.3.23
15 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
16
17 media-gfx/graphicsmagick/graphicsmagick-1.3.35-r1.ebuild | 6 +++---
18 media-gfx/graphicsmagick/graphicsmagick-9999.ebuild | 6 +++---
19 media-gfx/graphicsmagick/metadata.xml | 5 +++--
20 3 files changed, 9 insertions(+), 8 deletions(-)
21
22 diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.35-r1.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.35-r1.ebuild
23 index e2d3a8b1e66..2533e3b977e 100644
24 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.35-r1.ebuild
25 +++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.35-r1.ebuild
26 @@ -19,8 +19,8 @@ else
27 KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
28 fi
29
30 -IUSE="bzip2 +cxx debug fpx imagemagick jbig jpeg lcms lzma modules openmp
31 - perl png postscript q16 q32 static-libs svg threads tiff truetype
32 +IUSE="bzip2 +cxx debug dynamic-loading fpx imagemagick jbig jpeg lcms lzma
33 + openmp perl png postscript q16 q32 static-libs svg threads tiff truetype
34 webp wmf X zlib"
35
36 RDEPEND="dev-libs/libltdl:0
37 @@ -83,7 +83,7 @@ src_configure() {
38 $(use_enable debug gcov)
39 $(use_enable imagemagick magick-compat)
40 $(use_with threads)
41 - $(use_with modules)
42 + $(use_with dynamic-loading modules)
43 --with-quantum-depth=${depth}
44 --without-frozenpaths
45 $(use_with cxx magick-plus-plus)
46
47 diff --git a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
48 index 6e0e9fc4f81..5cde9ca8939 100644
49 --- a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
50 +++ b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
51 @@ -19,8 +19,8 @@ else
52 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
53 fi
54
55 -IUSE="bzip2 +cxx debug fpx imagemagick jbig jpeg lcms lzma modules openmp
56 - perl png postscript q16 q32 static-libs svg threads tiff truetype
57 +IUSE="bzip2 +cxx debug dynamic-loading fpx imagemagick jbig jpeg lcms lzma
58 + openmp perl png postscript q16 q32 static-libs svg threads tiff truetype
59 webp wmf X zlib"
60
61 RDEPEND="dev-libs/libltdl:0
62 @@ -80,7 +80,7 @@ src_configure() {
63 $(use_enable debug gcov)
64 $(use_enable imagemagick magick-compat)
65 $(use_with threads)
66 - $(use_with modules)
67 + $(use_with dynamic-loading modules)
68 --with-quantum-depth=${depth}
69 --without-frozenpaths
70 $(use_with cxx magick-plus-plus)
71
72 diff --git a/media-gfx/graphicsmagick/metadata.xml b/media-gfx/graphicsmagick/metadata.xml
73 index 311b330eff1..8e4554b3141 100644
74 --- a/media-gfx/graphicsmagick/metadata.xml
75 +++ b/media-gfx/graphicsmagick/metadata.xml
76 @@ -10,10 +10,11 @@
77 SVG and TIFF.
78 The program is the fork of a better-known ImageMagick (5.5.2), which
79 emphasizes end-user and API-stabilities.
80 -</longdescription>
81 + </longdescription>
82 <use>
83 <flag name="fpx">Enable FlashPix support with <pkg>media-libs/libfpx</pkg></flag>
84 - <flag name="modules">Compile graphicsmagick with dynamically loadable modules</flag>
85 + <flag name="dynamic-loading">Compile graphicsmagick with dynamically
86 + loadable modules</flag>
87 <flag name="q16">Set storage quantum size to 16 (~2*memory)</flag>
88 <flag name="q32">Set storage quantum size to 32 (~5*memory)</flag>
89 </use>