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="…">
Created attachment 325162 [details, diff] Patch adding imagemagick dependency
+ 23 Dec 2013; Pacho Ramos <pacho@gentoo.org> ikiwiki-3.20130904.1.ebuild: + Add missing dependency, bug #436458 by W. Trevor King +
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(+)