diff options
author | adam <adam@pkgsrc.org> | 2010-12-16 14:56:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-12-16 14:56:54 +0000 |
commit | 605dc0b135a7a5ab6b1576d1f7ff41d3724a0a67 (patch) | |
tree | 33005ad351717d692d4ca0a4eb8db2d41ad20cf1 /graphics/libexif | |
parent | ce8059e5cec574c7ac42eebbec04e541445eb17a (diff) | |
download | pkgsrc-605dc0b135a7a5ab6b1576d1f7ff41d3724a0a67.tar.gz |
Changes 0.6.20:
* New translations: bs, tr
* Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
pt, ru, sk, sq, sr, sv, vi, zh_CN
* Fixed some problems in the write-exif.c example program
* Stop listing -lm as a required library for dynamic linking in libexif.pc
* Turned on the --enable-silent-rules configure option
* Changed a lot of strings to make the case of the text more consistent
* exif_entry_dump() now displays the correct tag name for GPS tags
* Fixed some invalid format specifiers that caused problems on some platforms
* Display rational numbers with the right number of significant figures
Diffstat (limited to 'graphics/libexif')
-rw-r--r-- | graphics/libexif/Makefile | 4 | ||||
-rw-r--r-- | graphics/libexif/PLIST | 4 | ||||
-rw-r--r-- | graphics/libexif/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index 451b3dddcaa..d2e0ec4b2f6 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2010/01/30 16:28:01 heinz Exp $ +# $NetBSD: Makefile,v 1.39 2010/12/16 14:56:54 adam Exp $ -DISTNAME= libexif-0.6.19 +DISTNAME= libexif-0.6.20 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/libexif/PLIST b/graphics/libexif/PLIST index 9834fd2b1a6..b837e937425 100644 --- a/graphics/libexif/PLIST +++ b/graphics/libexif/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2009/11/13 12:58:18 adam Exp $ +@comment $NetBSD: PLIST,v 1.20 2010/12/16 14:56:54 adam Exp $ include/libexif/_stdint.h include/libexif/exif-byte-order.h include/libexif/exif-content.h @@ -22,6 +22,7 @@ share/doc/libexif/ChangeLog share/doc/libexif/NEWS share/doc/libexif/README share/locale/be/LC_MESSAGES/libexif-12.mo +share/locale/bs/LC_MESSAGES/libexif-12.mo share/locale/cs/LC_MESSAGES/libexif-12.mo share/locale/da/LC_MESSAGES/libexif-12.mo share/locale/de/LC_MESSAGES/libexif-12.mo @@ -40,5 +41,6 @@ share/locale/sk/LC_MESSAGES/libexif-12.mo share/locale/sq/LC_MESSAGES/libexif-12.mo share/locale/sr/LC_MESSAGES/libexif-12.mo share/locale/sv/LC_MESSAGES/libexif-12.mo +share/locale/tr/LC_MESSAGES/libexif-12.mo share/locale/vi/LC_MESSAGES/libexif-12.mo share/locale/zh_CN/LC_MESSAGES/libexif-12.mo diff --git a/graphics/libexif/distinfo b/graphics/libexif/distinfo index ba6d829125e..f7cdd4243af 100644 --- a/graphics/libexif/distinfo +++ b/graphics/libexif/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2009/11/13 12:58:18 adam Exp $ +$NetBSD: distinfo,v 1.27 2010/12/16 14:56:54 adam Exp $ -SHA1 (libexif-0.6.19.tar.bz2) = 820f07ff12a8cc720a6597d46277f01498c8aba4 -RMD160 (libexif-0.6.19.tar.bz2) = c17549ffbcef7d416c17a60cbd6877317e0c5442 -Size (libexif-0.6.19.tar.bz2) = 1142963 bytes +SHA1 (libexif-0.6.20.tar.bz2) = d7cce9098169269695852db20d24350c2d3c10fe +RMD160 (libexif-0.6.20.tar.bz2) = 87d952677a02a788211b1f2e02f49d2264c22b5c +Size (libexif-0.6.20.tar.bz2) = 1412921 bytes SHA1 (patch-aa) = 5a32622fac1860ecaac9e3ed9b5cea9bf1640027 |