pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libexif update to 0.6.11
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f1bf1b70cee
branches: trunk
changeset: 482406:7f1bf1b70cee
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Oct 27 19:30:23 2004 +0000
description:
update to 0.6.11
There is a major step between 0.5.x and 0.6.x; I couldn't find a
useful changelog.
diffstat:
graphics/libexif/Makefile | 5 ++---
graphics/libexif/PLIST | 6 +++++-
graphics/libexif/distinfo | 7 ++++---
graphics/libexif/patches/patch-aa | 21 +++++++++++++++++++++
4 files changed, 32 insertions(+), 7 deletions(-)
diffs (70 lines):
diff -r b2fac5999777 -r 7f1bf1b70cee graphics/libexif/Makefile
--- a/graphics/libexif/Makefile Wed Oct 27 19:20:33 2004 +0000
+++ b/graphics/libexif/Makefile Wed Oct 27 19:30:23 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2004/10/03 00:14:55 tv Exp $
+# $NetBSD: Makefile,v 1.21 2004/10/27 19:30:23 drochner Exp $
-DISTNAME= libexif-0.5.12
-PKGREVISION= 2
+DISTNAME= libexif-0.6.11
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
diff -r b2fac5999777 -r 7f1bf1b70cee graphics/libexif/PLIST
--- a/graphics/libexif/PLIST Wed Oct 27 19:20:33 2004 +0000
+++ b/graphics/libexif/PLIST Wed Oct 27 19:30:23 2004 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.10 2004/09/22 08:09:34 jlam Exp $
+@comment $NetBSD: PLIST,v 1.11 2004/10/27 19:30:23 drochner Exp $
+include/libexif/_stdint.h
include/libexif/exif-byte-order.h
include/libexif/exif-content.h
include/libexif/exif-data.h
@@ -6,6 +7,9 @@
include/libexif/exif-format.h
include/libexif/exif-ifd.h
include/libexif/exif-loader.h
+include/libexif/exif-log.h
+include/libexif/exif-mem.h
+include/libexif/exif-mnote-data.h
include/libexif/exif-result.h
include/libexif/exif-tag.h
include/libexif/exif-utils.h
diff -r b2fac5999777 -r 7f1bf1b70cee graphics/libexif/distinfo
--- a/graphics/libexif/distinfo Wed Oct 27 19:20:33 2004 +0000
+++ b/graphics/libexif/distinfo Wed Oct 27 19:30:23 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.9 2003/08/05 09:16:41 adam Exp $
+$NetBSD: distinfo,v 1.10 2004/10/27 19:30:23 drochner Exp $
-SHA1 (libexif-0.5.12.tar.gz) = a6794698cb32b5575472b2c2169a68b2bedc7a3d
-Size (libexif-0.5.12.tar.gz) = 443724 bytes
+SHA1 (libexif-0.6.11.tar.gz) = f522e097edfccac420c7779209aafeebbf09aa7c
+Size (libexif-0.6.11.tar.gz) = 546277 bytes
+SHA1 (patch-aa) = bcbdc84fc26c64ecac62699ab11bf55afe6b65c7
diff -r b2fac5999777 -r 7f1bf1b70cee graphics/libexif/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libexif/patches/patch-aa Wed Oct 27 19:30:23 2004 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2004/10/27 19:30:23 drochner Exp $
+
+--- configure.orig 2004-10-27 15:07:12.000000000 +0200
++++ configure
+@@ -25641,7 +25641,7 @@ if test "x$GCC" = "xyes"; then
+
+ fi
+
+- ac_config_files="$ac_config_files Makefile libexif.spec libexif/Makefile libexif/canon/Makefile
libexif/olympus/Makefile libexif/pentax/Makefile libjpeg/Makefile test/Makefile m4/Makefile libexif/libexif.pc"
++ ac_config_files="$ac_config_files Makefile libexif.spec libexif/Makefile libexif/canon/Makefile
libexif/olympus/Makefile libexif/pentax/Makefile libjpeg/Makefile po/Makefile.in test/Makefile m4/Makefile libexif/libexif.pc"
+ cat >confcache <<\_ACEOF
+ # This file is a shell script that caches the results of configure
+ # tests run on this system so they can be shared between configure
+@@ -26219,6 +26219,7 @@ do
+ "libexif/olympus/Makefile" ) CONFIG_FILES="$CONFIG_FILES libexif/olympus/Makefile" ;;
+ "libexif/pentax/Makefile" ) CONFIG_FILES="$CONFIG_FILES libexif/pentax/Makefile" ;;
+ "libjpeg/Makefile" ) CONFIG_FILES="$CONFIG_FILES libjpeg/Makefile" ;;
++ "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
+ "test/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
+ "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
+ "libexif/libexif.pc" ) CONFIG_FILES="$CONFIG_FILES libexif/libexif.pc" ;;
Home |
Main Index |
Thread Index |
Old Index