diff options
-rw-r--r-- | media-gfx/graphicsmagick/graphicsmagick-1.3.35-r1.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/graphicsmagick/graphicsmagick-9999.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/graphicsmagick/metadata.xml | 5 |
3 files changed, 9 insertions, 8 deletions
diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.35-r1.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.35-r1.ebuild index e2d3a8b1e668..2533e3b977e4 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.35-r1.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.35-r1.ebuild @@ -19,8 +19,8 @@ else KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" fi -IUSE="bzip2 +cxx debug fpx imagemagick jbig jpeg lcms lzma modules openmp - perl png postscript q16 q32 static-libs svg threads tiff truetype +IUSE="bzip2 +cxx debug dynamic-loading fpx imagemagick jbig jpeg lcms lzma + openmp perl png postscript q16 q32 static-libs svg threads tiff truetype webp wmf X zlib" RDEPEND="dev-libs/libltdl:0 @@ -83,7 +83,7 @@ src_configure() { $(use_enable debug gcov) $(use_enable imagemagick magick-compat) $(use_with threads) - $(use_with modules) + $(use_with dynamic-loading modules) --with-quantum-depth=${depth} --without-frozenpaths $(use_with cxx magick-plus-plus) diff --git a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild index 6e0e9fc4f818..5cde9ca89391 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild @@ -19,8 +19,8 @@ else KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi -IUSE="bzip2 +cxx debug fpx imagemagick jbig jpeg lcms lzma modules openmp - perl png postscript q16 q32 static-libs svg threads tiff truetype +IUSE="bzip2 +cxx debug dynamic-loading fpx imagemagick jbig jpeg lcms lzma + openmp perl png postscript q16 q32 static-libs svg threads tiff truetype webp wmf X zlib" RDEPEND="dev-libs/libltdl:0 @@ -80,7 +80,7 @@ src_configure() { $(use_enable debug gcov) $(use_enable imagemagick magick-compat) $(use_with threads) - $(use_with modules) + $(use_with dynamic-loading modules) --with-quantum-depth=${depth} --without-frozenpaths $(use_with cxx magick-plus-plus) diff --git a/media-gfx/graphicsmagick/metadata.xml b/media-gfx/graphicsmagick/metadata.xml index 311b330eff12..8e4554b3141f 100644 --- a/media-gfx/graphicsmagick/metadata.xml +++ b/media-gfx/graphicsmagick/metadata.xml @@ -10,10 +10,11 @@ SVG and TIFF. The program is the fork of a better-known ImageMagick (5.5.2), which emphasizes end-user and API-stabilities. -</longdescription> + </longdescription> <use> <flag name="fpx">Enable FlashPix support with <pkg>media-libs/libfpx</pkg></flag> - <flag name="modules">Compile graphicsmagick with dynamically loadable modules</flag> + <flag name="dynamic-loading">Compile graphicsmagick with dynamically + loadable modules</flag> <flag name="q16">Set storage quantum size to 16 (~2*memory)</flag> <flag name="q32">Set storage quantum size to 32 (~5*memory)</flag> </use> |