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

Bug 436458

Summary: www-apps/ikiwiki-3.20120725 img plugin depends on media-gfx/imagemagick[perl]
Product: Gentoo Linux Reporter: W. Trevor King <wking>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch adding imagemagick dependency

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(+)