2008-01-28 20:48:08 +01:00
|
|
|
args: with args;
|
2009-03-03 14:27:40 +01:00
|
|
|
|
2007-07-01 22:11:32 +02:00
|
|
|
stdenv.mkDerivation {
|
2009-03-29 22:32:41 +02:00
|
|
|
name = "djvulibre-3.5.21";
|
2007-07-01 22:11:32 +02:00
|
|
|
|
|
|
|
src = fetchurl {
|
2009-03-29 22:32:41 +02:00
|
|
|
url = mirror://sourceforge/djvu/djvulibre-3.5.21.tar.gz;
|
|
|
|
sha256 = "39f80c1810be22c5ea7f6a44bbb449c3e29902895dcff9da6a8440891a67b8b4";
|
2007-07-01 22:11:32 +02:00
|
|
|
};
|
|
|
|
|
2009-03-03 14:27:40 +01:00
|
|
|
buildInputs = [qt libX11 libjpeg libtiff libpng ghostscript zlib libungif x11 mesa];
|
2007-07-01 22:11:32 +02:00
|
|
|
|
|
|
|
meta = {
|
2009-03-03 14:27:40 +01:00
|
|
|
description = "A library and viewer for the DJVU file format for scanned images";
|
2008-01-30 20:49:42 +01:00
|
|
|
homepage = http://djvu.sourceforge.net;
|
2007-07-01 22:11:32 +02:00
|
|
|
};
|
|
|
|
}
|