Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 436458 - www-apps/ikiwiki-3.20120725 img plugin depends on media-gfx/imagemagick[perl]
Summary: www-apps/ikiwiki-3.20120725 img plugin depends on media-gfx/imagemagick[perl]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-28 01:50 UTC by W. Trevor King
Modified: 2022-07-29 06:51 UTC (History)
1 user (show)

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


Attachments
Patch adding imagemagick dependency (ikiwiki-imagemagick.patch,365 bytes, patch)
2012-09-28 01:53 UTC, W. Trevor King
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description W. Trevor King 2012-09-28 01:50:59 UTC
The current ikiwiki (and probably many older ikiwikis) need Perl bindings to imagemagick to render the [[!img]] directive.

Reproducible: Always

Steps to Reproduce:
1. Setup an ikiwiki with an [[!img]] directive.
2. Build with ikiwiki
Actual Results:  
[[!img Error: Image::Magick is not installed]]


Expected Results:  
<img src="…">
Comment 1 W. Trevor King 2012-09-28 01:53:53 UTC
Created attachment 325162 [details, diff]
Patch adding imagemagick dependency
Comment 2 Pacho Ramos gentoo-dev 2013-12-23 15:48:38 UTC
+  23 Dec 2013; Pacho Ramos <pacho@gentoo.org> ikiwiki-3.20130904.1.ebuild:
+  Add missing dependency, bug #436458 by W. Trevor King
+
Comment 3 Larry the Git Cow gentoo-dev 2022-07-29 06:47:53 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30284e10a586584df27ddab1f2714fb90a46ab91

commit 30284e10a586584df27ddab1f2714fb90a46ab91
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-29 05:43:33 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-29 06:47:45 +0000

    www-apps/ikiwiki: allow graphicsmagick[perl]
    
    Debian allow both.
    
    Bug: https://bugs.gentoo.org/436458
    Signed-off-by: Sam James <sam@gentoo.org>

 www-apps/ikiwiki/ikiwiki-3.20200202.3-r1.ebuild | 114 ++++++++++++++++++++++++
 1 file changed, 114 insertions(+)