app-metrics/prometheus: add 3.1.0
[gentoo/gentoo.git] / virtual / imagemagick-tools / imagemagick-tools-1.ebuild
blobc56d65337c7341fc90f1be923ebc734666a628ab
1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DESCRIPTION="Virtual for imagemagick command line tools"
8 SLOT="0"
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
18 RDEPEND="
19         svg? (
20                 media-gfx/imagemagick[jpeg?,perl?,postscript?,png?,svg,tiff?]
21         )
22         !svg? (
23                 || (
24                         media-gfx/imagemagick[jpeg?,perl?,postscript?,png?,tiff?]
25                         media-gfx/graphicsmagick[imagemagick,jpeg?,perl?,postscript?,png?,tiff?]
26                 )
27         )