update to 0.6.14

svn path=/nixpkgs/trunk/; revision=8668
This commit is contained in:
Armijn Hemel 2007-05-13 21:07:18 +00:00
parent e6e620279e
commit 7260c4b533
2 changed files with 20 additions and 20 deletions

@ -1,11 +1,11 @@
{stdenv, fetchurl}: {stdenv, fetchurl}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "libexif-0.6.11"; name = "libexif-0.6.14";
src = fetchurl { src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/libexif-0.6.11.tar.bz2; url = http://surfnet.dl.sourceforge.net/sourceforge/libexif/libexif-0.6.14.tar.bz2;
md5 = "211996a336f1b1a06def5a6d5c94284e"; sha256 = "0pza5ysvbvvliz7al2i8l3yai64w09xwc6ivy2v5cl7k43almz84";
}; };
patches = [./no-po.patch]; patches = [./no-po.patch];

@ -1,20 +1,20 @@
diff -rc libexif-0.6.11-orig/Makefile.in libexif-0.6.11/Makefile.in diff -rc libexif-0.6.14/Makefile.in libexif-0.6.14.new/Makefile.in
*** libexif-0.6.11-orig/Makefile.in 2004-10-16 14:21:37.000000000 +0200 *** libexif-0.6.14/Makefile.in 2007-05-10 17:14:58.000000000 +0200
--- libexif-0.6.11/Makefile.in 2005-03-11 11:35:24.000000000 +0100 --- libexif-0.6.14.new/Makefile.in 2007-05-13 23:04:05.000000000 +0200
*************** ***************
*** 215,221 **** *** 224,230 ****
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@ target_alias = @target_alias@
! SUBDIRS = libexif libjpeg test po m4 top_builddir = @top_builddir@
EXTRA_DIST = @PACKAGE@.spec top_srcdir = @top_srcdir@
! SUBDIRS = m4m po libexif test doc binary
######################################################################## @SHIP_BINARIES_TRUE@README_W32_XDIST = README-Win32.txt
--- 215,221 ---- EXTRA_DIST = @PACKAGE_TARNAME@.spec autogen.sh $(README_W32_XDIST)
sharedstatedir = @sharedstatedir@ ACLOCAL_AMFLAGS = -I auto-m4 -I m4m
sysconfdir = @sysconfdir@ --- 224,230 ----
target_alias = @target_alias@ target_alias = @target_alias@
! SUBDIRS = libexif libjpeg test m4 top_builddir = @top_builddir@
EXTRA_DIST = @PACKAGE@.spec top_srcdir = @top_srcdir@
! SUBDIRS = m4m libexif test binary
######################################################################## @SHIP_BINARIES_TRUE@README_W32_XDIST = README-Win32.txt
EXTRA_DIST = @PACKAGE_TARNAME@.spec autogen.sh $(README_W32_XDIST)
ACLOCAL_AMFLAGS = -I auto-m4 -I m4m