commit:     5a021ef16b9f4916a061c9fbb055bc6cb02ab0e5
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  4 20:22:53 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 21:57:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a021ef1

media-gfx/imagemagick: don't pull in inkscape

This will revert commit e7dc825e4efa1d431354cf8e21f9be3722a8eeb4.

ImageMagick comes with delegates.xml which tells ImageMagick how to
convert various formats. However, this is optional and will be hard
to deal with all possibilities:

For svg, ImageMagick utilizes inkscape if its in your execution path
otherwise RSVG. If neither are available, ImageMagick reverts to its
internal SVG renderer.

For example for Portable Network Graphics, ImageMagick knows about
bpgenc. However, bpgenc is not even available in Gentoo repository as
of today.

ImageMagick also knows about soffice utility which can be used to
convert docx files. However, we are not pulling in LibreOffice for
obvious reasons.

Bug: https://bugs.gentoo.org/684686
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 .../{imagemagick-7.0.10.16-r1.ebuild => imagemagick-7.0.10.16-r2.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-gfx/imagemagick/imagemagick-7.0.10.16-r1.ebuild 
b/media-gfx/imagemagick/imagemagick-7.0.10.16-r2.ebuild
similarity index 99%
rename from media-gfx/imagemagick/imagemagick-7.0.10.16-r1.ebuild
rename to media-gfx/imagemagick/imagemagick-7.0.10.16-r2.ebuild
index 727ce9f3a0d..eb7593072ec 100644
--- a/media-gfx/imagemagick/imagemagick-7.0.10.16-r1.ebuild
+++ b/media-gfx/imagemagick/imagemagick-7.0.10.16-r2.ebuild
@@ -56,7 +56,6 @@ RDEPEND="
        raw? ( media-libs/libraw:= )
        svg? (
                gnome-base/librsvg
-               media-gfx/inkscape
                media-gfx/potrace
                )
        tiff? ( media-libs/tiff:0= )

Reply via email to