Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 788247 - app-text/asciidoc: should depend on virtual/imagemagick-tools instead of media-gfx/imagemagick
Summary: app-text/asciidoc: should depend on virtual/imagemagick-tools instead of medi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marc Joliet
URL: https://github.com/asciidoc-py/asciid...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 314431
  Show dependency tree
 
Reported: 2021-05-04 22:36 UTC by Michael Orlitzky
Modified: 2021-12-29 03:14 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(+)