diff options
author | 2024-05-24 07:58:50 +0200 | |
---|---|---|
committer | 2024-05-24 20:42:55 +0200 | |
commit | b5806ed31b22b7f55dbd0b1c4830f69f7e21415b (patch) | |
tree | df9ccabe875658bdb2b413448dfce0f4fa797f4b /media-gfx | |
parent | dev-python/xcffib: Strip invalid cffi dependency on PyPy (diff) | |
download | gentoo-b5806ed31b22b7f55dbd0b1c4830f69f7e21415b.tar.gz gentoo-b5806ed31b22b7f55dbd0b1c4830f69f7e21415b.tar.bz2 gentoo-b5806ed31b22b7f55dbd0b1c4830f69f7e21415b.zip |
media-gfx/fig2dev: requires media-gfx/graphicsmagick on run-time to create bitmaps
Closes: https://bugs.gentoo.org/932558
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/36803
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/fig2dev/fig2dev-3.2.9-r4.ebuild (renamed from media-gfx/fig2dev/fig2dev-3.2.9-r3.ebuild) | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/media-gfx/fig2dev/fig2dev-3.2.9-r3.ebuild b/media-gfx/fig2dev/fig2dev-3.2.9-r4.ebuild index 43202da3dfa8..4ac5899592f0 100644 --- a/media-gfx/fig2dev/fig2dev-3.2.9-r3.ebuild +++ b/media-gfx/fig2dev/fig2dev-3.2.9-r4.ebuild @@ -24,7 +24,14 @@ RDEPEND=" x11-apps/rgb x11-libs/libXpm !media-gfx/transfig - ghostscript? ( app-text/ghostscript-gpl ) + ghostscript? + ( + app-text/ghostscript-gpl + || ( + media-gfx/graphicsmagick[imagemagick,jpeg,png,postscript,tiff] + media-gfx/imagemagick[jpeg,png,postscript,tiff] + ) + ) " DEPEND="${RDEPEND}" BDEPEND=" |