photivo: Add photivo photo processor / RAW development laboratory.

This commit is contained in:
Petr Rockai
2013-12-13 20:56:35 +02:00
committed by Evgeny Egorochkin
parent 6ffa9261f9
commit 8f583cced9
3 changed files with 21 additions and 2 deletions
@@ -1,6 +1,6 @@
{stdenv, fetchurl, bzip2, freetype, graphviz, ghostscript
, libjpeg, libpng, libtiff, libxml2, zlib, libtool, xz
, libX11}:
, libX11, quantumdepth ? 8}:
let version = "1.3.18"; in
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
sha256 = "1axh4j2jr3l92dan15b2nmx9da4l7i0rcz9b5bvfd4q742zfwj7x";
};
configureFlags = "--enable-shared";
configureFlags = "--enable-shared --with-quantum-depth=" + toString quantumdepth;
buildInputs =
[ bzip2 freetype ghostscript graphviz libjpeg libpng libtiff libX11 libxml2