summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Hoffstätte <holger@applied-asynchrony.com>2024-05-19 14:24:14 +0200
committerSam James <sam@gentoo.org>2024-05-19 18:01:35 +0100
commita5ec4bb122b1fde6be6849464cc34178514c90bd (patch)
treee6df4443146238d96990b775b9a824528a3272d7 /media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
parentmedia-gfx/graphicsmagick: reinstate JPEG-2000 support (diff)
downloadgentoo-a5ec4bb122b1fde6be6849464cc34178514c90bd.tar.gz
gentoo-a5ec4bb122b1fde6be6849464cc34178514c90bd.tar.bz2
gentoo-a5ec4bb122b1fde6be6849464cc34178514c90bd.zip
media-gfx/graphicsmagick: remove nonfunctional USE=svg
The SVG coder was disabled in 2009; see ChangeLog.2009#565 Closes: https://bugs.gentoo.org/921532 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/graphicsmagick/graphicsmagick-9999.ebuild')
-rw-r--r--media-gfx/graphicsmagick/graphicsmagick-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
index 7bac94809556..c0a63edddd7d 100644
--- a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
+++ b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
@@ -28,7 +28,7 @@ fi
LICENSE="MIT"
SLOT="0/${PV%.*}"
IUSE="bzip2 +cxx debug dynamic-loading fpx heif imagemagick jbig jpeg jpeg2k jpegxl lcms lzma"
-IUSE+=" openmp perl png postscript q16 q32 static-libs svg tcmalloc tiff truetype"
+IUSE+=" openmp perl png postscript q16 q32 static-libs tcmalloc tiff truetype"
IUSE+=" webp wmf X zlib zstd"
RDEPEND="
@@ -46,7 +46,6 @@ RDEPEND="
perl? ( dev-lang/perl:= )
png? ( media-libs/libpng:= )
postscript? ( app-text/ghostscript-gpl )
- svg? ( dev-libs/libxml2 )
tcmalloc? ( dev-util/google-perftools:= )
tiff? ( media-libs/tiff:= )
truetype? (
@@ -126,7 +125,6 @@ src_configure() {
--with-fontpath="${EPREFIX}"/usr/share/fonts
--with-gs-font-dir="${EPREFIX}"/usr/share/fonts/urw-fonts
--with-windows-font-dir="${EPREFIX}"/usr/share/fonts/corefonts
- $(use_with svg xml)
$(use_with zlib)
$(use_with zstd)
$(use_with X x)