Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imagemagick/
Date: Thu, 04 Jun 2020 21:57:48
Message-Id: 1591307851.5a021ef16b9f4916a061c9fbb055bc6cb02ab0e5.whissi@gentoo
1 commit: 5a021ef16b9f4916a061c9fbb055bc6cb02ab0e5
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 4 20:22:53 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 21:57:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a021ef1
7
8 media-gfx/imagemagick: don't pull in inkscape
9
10 This will revert commit e7dc825e4efa1d431354cf8e21f9be3722a8eeb4.
11
12 ImageMagick comes with delegates.xml which tells ImageMagick how to
13 convert various formats. However, this is optional and will be hard
14 to deal with all possibilities:
15
16 For svg, ImageMagick utilizes inkscape if its in your execution path
17 otherwise RSVG. If neither are available, ImageMagick reverts to its
18 internal SVG renderer.
19
20 For example for Portable Network Graphics, ImageMagick knows about
21 bpgenc. However, bpgenc is not even available in Gentoo repository as
22 of today.
23
24 ImageMagick also knows about soffice utility which can be used to
25 convert docx files. However, we are not pulling in LibreOffice for
26 obvious reasons.
27
28 Bug: https://bugs.gentoo.org/684686
29 Package-Manager: Portage-2.3.100, Repoman-2.3.22
30 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
31
32 .../{imagemagick-7.0.10.16-r1.ebuild => imagemagick-7.0.10.16-r2.ebuild} | 1 -
33 1 file changed, 1 deletion(-)
34
35 diff --git a/media-gfx/imagemagick/imagemagick-7.0.10.16-r1.ebuild b/media-gfx/imagemagick/imagemagick-7.0.10.16-r2.ebuild
36 similarity index 99%
37 rename from media-gfx/imagemagick/imagemagick-7.0.10.16-r1.ebuild
38 rename to media-gfx/imagemagick/imagemagick-7.0.10.16-r2.ebuild
39 index 727ce9f3a0d..eb7593072ec 100644
40 --- a/media-gfx/imagemagick/imagemagick-7.0.10.16-r1.ebuild
41 +++ b/media-gfx/imagemagick/imagemagick-7.0.10.16-r2.ebuild
42 @@ -56,7 +56,6 @@ RDEPEND="
43 raw? ( media-libs/libraw:= )
44 svg? (
45 gnome-base/librsvg
46 - media-gfx/inkscape
47 media-gfx/potrace
48 )
49 tiff? ( media-libs/tiff:0= )