* Sync with the trunk.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14634
This commit is contained in:
Eelco Dolstra
2009-03-20 16:49:02 +00:00
49 changed files with 715 additions and 387 deletions
+4 -3
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;