From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F2F91382C5 for ; Thu, 4 Jun 2020 21:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72057E08FB; Thu, 4 Jun 2020 21:57:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53EF3E08FB for ; Thu, 4 Jun 2020 21:57:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12B9E34F265 for ; Thu, 4 Jun 2020 21:57:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E86181DA for ; Thu, 4 Jun 2020 21:57:40 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1591307851.5a021ef16b9f4916a061c9fbb055bc6cb02ab0e5.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imagemagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/imagemagick/imagemagick-7.0.10.16-r1.ebuild media-gfx/imagemagick/imagemagick-7.0.10.16-r2.ebuild X-VCS-Directories: media-gfx/imagemagick/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 5a021ef16b9f4916a061c9fbb055bc6cb02ab0e5 X-VCS-Branch: master Date: Thu, 4 Jun 2020 21:57:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: abd25614-6edf-4b9c-9fee-084b29ce5237 X-Archives-Hash: 35973eaf7a2a80f37ce031ca4bfc778f commit: 5a021ef16b9f4916a061c9fbb055bc6cb02ab0e5 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Jun 4 20:22:53 2020 +0000 Commit: Thomas Deutschmann gentoo 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 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= )