summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/imagemagick-tools')
-rw-r--r--virtual/imagemagick-tools/imagemagick-tools-0.ebuild22
-rw-r--r--virtual/imagemagick-tools/metadata.xml8
2 files changed, 30 insertions, 0 deletions
diff --git a/virtual/imagemagick-tools/imagemagick-tools-0.ebuild b/virtual/imagemagick-tools/imagemagick-tools-0.ebuild
new file mode 100644
index 000000000000..1809e985eed9
--- /dev/null
+++ b/virtual/imagemagick-tools/imagemagick-tools-0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Virtual for imagemagick command line tools"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
+IUSE="jpeg perl png svg tiff"
+
+# This virtual is to be used **ONLY** for depending on the runtime
+# tools of imagemagick/graphicsmagick. It should and cannot be used
+# for linking against, as subslots are not transitively passed on.
+# For linking, you will need to depend on the respective libraries
+# in all consuming ebuilds and use appropriate sub-slot operators.
+# See also: https://bugs.gentoo.org/show_bug.cgi?id=314431
+RDEPEND="
+ || (
+ media-gfx/imagemagick[jpeg?,perl?,png?,svg?,tiff?]
+ media-gfx/graphicsmagick[imagemagick,jpeg?,perl?,png?,svg?,tiff?]
+ )"
diff --git a/virtual/imagemagick-tools/metadata.xml b/virtual/imagemagick-tools/metadata.xml
new file mode 100644
index 000000000000..899a49093b0d
--- /dev/null
+++ b/virtual/imagemagick-tools/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>graphics@gentoo.org</email>
+ <name>Gentoo Graphics Project</name>
+ </maintainer>
+</pkgmetadata>