Thu Dec 16 15:00:33 2010 UTC ()
Changes 0.6.20:
* New translation: ro
* Updated translations: it, lv, sk
* --no-fixup now honoured during --create-exif to not create default tags
* Fixed crash when not enough components were given to --set-value
* Made --set-value more forgiving of whitespace
* Allow --set-value on UNDEFINED tags (treating them as byte arrays)
* Honour --machine-readable with --show-mnote and --show-description
* Turned on the --enable-silent-rules configure option
* Adding or removing a thumbnail can be done simultaneously with other options
* Allow --create-exif to be used in place of an input file


(adam)
diff -r1.21 -r1.22 pkgsrc/graphics/exif/Makefile
diff -r1.6 -r1.7 pkgsrc/graphics/exif/PLIST
diff -r1.6 -r1.7 pkgsrc/graphics/exif/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/graphics/exif/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/exif/Makefile 2009/11/15 21:23:57 1.21
+++ pkgsrc/graphics/exif/Makefile 2010/12/16 15:00:33 1.22
@@ -1,27 +1,26 @@ @@ -1,27 +1,26 @@
1# $NetBSD: Makefile,v 1.21 2009/11/15 21:23:57 drochner Exp $ 1# $NetBSD: Makefile,v 1.22 2010/12/16 15:00:33 adam Exp $
2# 
3 2
4DISTNAME= exif-0.6.19 3DISTNAME= exif-0.6.20
5CATEGORIES= graphics 4CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= adam@NetBSD.org
9HOMEPAGE= http://libexif.sourceforge.net/ 9HOMEPAGE= http://libexif.sourceforge.net/
10COMMENT= Grab Exif information from digital camera images 10COMMENT= Grab Exif information from digital camera images
11 11
12PKG_INSTALLATION_TYPES= overwrite pkgviews 12PKG_INSTALLATION_TYPES= overwrite pkgviews
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16GNU_CONFIGURE= yes 
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes
18USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
 18GNU_CONFIGURE= yes
19 19
20LIBS+= ${BUILDLINK_LDADD.iconv} 20LIBS+= ${BUILDLINK_LDADD.iconv}
21 21
22.include "../../converters/libiconv/buildlink3.mk" 22.include "../../converters/libiconv/buildlink3.mk"
23.include "../../devel/gettext-lib/buildlink3.mk" 23.include "../../devel/gettext-lib/buildlink3.mk"
24.include "../../devel/popt/buildlink3.mk" 24.include "../../devel/popt/buildlink3.mk"
25.include "../../graphics/libexif/buildlink3.mk" 25.include "../../graphics/libexif/buildlink3.mk"
26 
27.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/graphics/exif/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/exif/PLIST 2009/11/15 21:23:57 1.6
+++ pkgsrc/graphics/exif/PLIST 2010/12/16 15:00:33 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1@comment $NetBSD: PLIST,v 1.6 2009/11/15 21:23:57 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.7 2010/12/16 15:00:33 adam Exp $
2bin/exif 2bin/exif
3man/man1/exif.1 3man/man1/exif.1
4share/locale/da/LC_MESSAGES/exif.mo 4share/locale/da/LC_MESSAGES/exif.mo
5share/locale/de/LC_MESSAGES/exif.mo 5share/locale/de/LC_MESSAGES/exif.mo
6share/locale/es/LC_MESSAGES/exif.mo 6share/locale/es/LC_MESSAGES/exif.mo
7share/locale/fi/LC_MESSAGES/exif.mo 7share/locale/fi/LC_MESSAGES/exif.mo
8share/locale/fr/LC_MESSAGES/exif.mo 8share/locale/fr/LC_MESSAGES/exif.mo
 9share/locale/gl/LC_MESSAGES/exif.mo
9share/locale/id/LC_MESSAGES/exif.mo 10share/locale/id/LC_MESSAGES/exif.mo
10share/locale/is/LC_MESSAGES/exif.mo 11share/locale/is/LC_MESSAGES/exif.mo
11share/locale/it/LC_MESSAGES/exif.mo 12share/locale/it/LC_MESSAGES/exif.mo
12share/locale/lv/LC_MESSAGES/exif.mo 13share/locale/lv/LC_MESSAGES/exif.mo
13share/locale/nl/LC_MESSAGES/exif.mo 14share/locale/nl/LC_MESSAGES/exif.mo
14share/locale/pl/LC_MESSAGES/exif.mo 15share/locale/pl/LC_MESSAGES/exif.mo
 16share/locale/ro/LC_MESSAGES/exif.mo
15share/locale/sk/LC_MESSAGES/exif.mo 17share/locale/sk/LC_MESSAGES/exif.mo
16share/locale/sv/LC_MESSAGES/exif.mo 18share/locale/sv/LC_MESSAGES/exif.mo
17share/locale/vi/LC_MESSAGES/exif.mo 19share/locale/vi/LC_MESSAGES/exif.mo
18share/locale/zh_CN/LC_MESSAGES/exif.mo 20share/locale/zh_CN/LC_MESSAGES/exif.mo

cvs diff -r1.6 -r1.7 pkgsrc/graphics/exif/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/exif/distinfo 2009/11/15 21:23:57 1.6
+++ pkgsrc/graphics/exif/distinfo 2010/12/16 15:00:33 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2009/11/15 21:23:57 drochner Exp $ 1$NetBSD: distinfo,v 1.7 2010/12/16 15:00:33 adam Exp $
2 2
3SHA1 (exif-0.6.19.tar.gz) = 3cbde4bf858053fc42668d681ccfb618ae1eaac1 3SHA1 (exif-0.6.20.tar.bz2) = b12777ad6327389764570e42afdae66384421cd3
4RMD160 (exif-0.6.19.tar.gz) = 74c4653ad463b49730354e594c8f375b5bcfb31a 4RMD160 (exif-0.6.20.tar.bz2) = 820d3c1a15c1f84e7ab33aa8e00e8877bfbb7256
5Size (exif-0.6.19.tar.gz) = 439207 bytes 5Size (exif-0.6.20.tar.bz2) = 353284 bytes