Adding pdf2djvu, updating djvulibre, and getting more headers from poppler.

svn path=/nixpkgs/trunk/; revision=14760
This commit is contained in:
Lluís Batlle i Rossell
2009-03-29 20:32:41 +00:00
parent ef12e6757c
commit 40b58959a5
4 changed files with 27 additions and 4 deletions
@@ -16,7 +16,8 @@ stdenv.mkDerivation rec {
++ (if qt4Support then [qt4] else []);
configureFlags = "--enable-shared --disable-static --enable-exceptions
--enable-cairo --enable-splash --enable-poppler-glib --enable-zlib "
--enable-cairo --enable-splash --enable-poppler-glib --enable-zlib
--enable-xpdf-headers "
+ (if qt4Support then "--enable-qt-poppler" else "--disable-qt-poppler");
patches = [ ./GDir-const.patch ./use_exceptions.patch ];