1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION="Virtual for imagemagick command line tools"
9 KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
10 IUSE="jpeg perl postscript png svg tiff"
12 # This virtual is to be used **ONLY** for depending on the runtime
13 # tools of imagemagick/graphicsmagick. It should and cannot be used
14 # for linking against, as subslots are not transitively passed on.
15 # For linking, you will need to depend on the respective libraries
16 # in all consuming ebuilds and use appropriate sub-slot operators.
17 # See also: https://bugs.gentoo.org/314431
20 media-gfx/imagemagick[jpeg?,perl?,postscript?,png?,svg,tiff?]
24 media-gfx/imagemagick[jpeg?,perl?,postscript?,png?,tiff?]
25 media-gfx/graphicsmagick[imagemagick,jpeg?,perl?,postscript?,png?,tiff?]