DataMatrix update

svn path=/nixpkgs/trunk/; revision=14607
This commit is contained in:
Michael Raskin 2009-03-19 13:59:00 +00:00
parent 468ffe8466
commit 79bfd749a0
2 changed files with 7 additions and 4 deletions

View File

@ -3,15 +3,16 @@ let
lib = args.lib;
fetchurl = args.fetchurl;
version = lib.getAttr ["version"] "0.5.2" args;
version = lib.getAttr ["version"] "0.7.0" args;
buildInputs = with args; [
libpng libtiff
libpng libtiff libjpeg librsvg imagemagick pkgconfig
zlib libX11 bzip2
];
in
rec {
src = fetchurl {
url = "http://prdownloads.sourceforge.net/libdmtx/libdmtx-${version}.tar.bz2";
sha256 = "1xx61gykmq07m2vkqazns5whj8rv9nhwhjs6dakz9ai4qh7d53qz";
sha256 = "00w0pvpbwqqa1c8s85v8vf8w1x116yh7qg5fplxj5jhmfizcama2";
};
inherit buildInputs;

View File

@ -7944,7 +7944,9 @@ let
};
dmtx = builderDefsPackage (import ../tools/graphics/dmtx) {
inherit libpng libtiff;
inherit libpng libtiff libjpeg imagemagick librsvg
pkgconfig bzip2 zlib;
inherit (xlibs) libX11;
};
dvdauthor = import ../applications/video/dvdauthor {