* libtiff updated to 3.9.4.
svn path=/nixpkgs/branches/x-updates/; revision=22640
This commit is contained in:
parent
d06a183365
commit
964c3d351f
|
@ -1,14 +1,14 @@
|
||||||
{ stdenv, fetchurl, zlib, libjpeg }:
|
{ stdenv, fetchurl, zlib, libjpeg }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libtiff-3.9.1";
|
name = "libtiff-3.9.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.1.tar.gz;
|
url = ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.4.tar.gz;
|
||||||
sha256 = "168yssav47xih2y17m7psj4k6ngnfai300bbfznc75hn3crxfdil";
|
sha256 = "19hxd773yxcs4lxlc3zfdkz5aiv705vj2jvy5srpqkxpbw3nvdv7";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [zlib libjpeg];
|
propagatedBuildInputs = [ zlib libjpeg ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Library and utilities for working with the TIFF image file format";
|
description = "Library and utilities for working with the TIFF image file format";
|
||||||
|
|
Loading…
Reference in New Issue