Made graphicsmagick-config not say anything about libraries that would be needed for static linking, because we are linking it dynamically.

Made octave link with graphicsmagick to get imread() working.

Nevertheless, imread does not work, because of some problems between octave and latest versions of graphicsmagick: http://www-old.cae.wisc.edu/pipermail/octave-maintainers/2010-February/015295.html

Next to do: add an older version of graphics magick for octave.

svn path=/nixpkgs/trunk/; revision=20389
This commit is contained in:
Lluís Batlle i Rossell
2010-03-04 16:41:10 +00:00
parent 22065c11d9
commit ba274e578c
3 changed files with 9 additions and 3 deletions
@@ -19,6 +19,10 @@ stdenv.mkDerivation {
zlib libtool
];
postInstall = ''
sed -i 's/-ltiff.*'\'/\'/ $out/bin/*
'';
meta = {
homepage = http://www.graphicsmagick.org;
description = "Swiss army knife of image processing";