Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 788247

Summary: app-text/asciidoc: should depend on virtual/imagemagick-tools instead of media-gfx/imagemagick
Product: Gentoo Linux Reporter: Michael Orlitzky <mjo>
Component: Current packagesAssignee: Marc Joliet <marcec>
Status: RESOLVED FIXED    
Severity: normal CC: ionen, proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/asciidoc-py/asciidoc-py/issues/194
See Also: https://github.com/gentoo/gentoo/pull/20696
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 314431    

Description Michael Orlitzky gentoo-dev 2021-05-04 22:36:32 UTC
Hi, I see that asciidoc is depending on ImageMagick directly. The GraphicsMagick program is (usually) a drop-in replacement for ImageMagick. To support them both, we have virtual/imagemagick-tools. Since asciidoc doesn't link against either one (it just runs "convert" in music2png.py, as far as I can tell), all you should have to do is replace "media-gfx/imagemagick" with "virtual/imagemagick-tools[png]".

I've added the USE=png condition since I suspect music2png.py won't work without PNG support.
Comment 1 Larry the Git Cow gentoo-dev 2021-12-29 03:14:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9257618e17fa2955063ae492d0612415e14e08a6

commit 9257618e17fa2955063ae492d0612415e14e08a6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-29 03:04:30 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-29 03:08:16 +0000

    app-text/asciidoc: add 10.1.1
    
    Closes: https://bugs.gentoo.org/788247
    Signed-off-by: Sam James <sam@gentoo.org>

 app-text/asciidoc/Manifest               |  1 +
 app-text/asciidoc/asciidoc-10.1.1.ebuild | 53 ++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)