diff options
author | drochner <drochner@pkgsrc.org> | 2009-10-24 13:09:05 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-10-24 13:09:05 +0000 |
commit | 6d862b3ca88c39b67c4de61867c2e508e2e8a891 (patch) | |
tree | 195892eaa7c98f75a2b41f53b19ff8b91f488647 /graphics | |
parent | e45932b9c7f763377ccfe38fb3e70b94b6731490 (diff) | |
download | pkgsrc-6d862b3ca88c39b67c4de61867c2e508e2e8a891.tar.gz |
update to 0.6.18
changes:
-bugfixes
-sped up exif_content_fix()
-improved MakerNote support for Pentax, Casio, Epson, Olympus/Sanyo
-New API entry point: exif_loader_get_buf()
-documentation improvements
-thread safety improvements
-translation updates
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libexif/Makefile | 5 | ||||
-rw-r--r-- | graphics/libexif/PLIST | 5 | ||||
-rw-r--r-- | graphics/libexif/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index e4aab8e6a4a..b3049baf754 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2008/12/15 20:01:08 drochner Exp $ +# $NetBSD: Makefile,v 1.36 2009/10/24 13:09:05 drochner Exp $ -DISTNAME= libexif-0.6.17 -PKGREVISION= 1 +DISTNAME= libexif-0.6.18 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/libexif/PLIST b/graphics/libexif/PLIST index 0a43783ed04..9cf07712329 100644 --- a/graphics/libexif/PLIST +++ b/graphics/libexif/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2009/06/14 17:59:20 joerg Exp $ +@comment $NetBSD: PLIST,v 1.18 2009/10/24 13:09:05 drochner Exp $ include/libexif/_stdint.h include/libexif/exif-byte-order.h include/libexif/exif-content.h @@ -22,13 +22,16 @@ share/doc/libexif/ChangeLog share/doc/libexif/NEWS share/doc/libexif/README share/locale/cs/LC_MESSAGES/libexif-12.mo +share/locale/da/LC_MESSAGES/libexif-12.mo share/locale/de/LC_MESSAGES/libexif-12.mo share/locale/en_CA/LC_MESSAGES/libexif-12.mo share/locale/es/LC_MESSAGES/libexif-12.mo share/locale/fr/LC_MESSAGES/libexif-12.mo share/locale/nl/LC_MESSAGES/libexif-12.mo share/locale/pl/LC_MESSAGES/libexif-12.mo +share/locale/pt_BR/LC_MESSAGES/libexif-12.mo share/locale/ru/LC_MESSAGES/libexif-12.mo share/locale/sk/LC_MESSAGES/libexif-12.mo +share/locale/sr/LC_MESSAGES/libexif-12.mo share/locale/sv/LC_MESSAGES/libexif-12.mo share/locale/vi/LC_MESSAGES/libexif-12.mo diff --git a/graphics/libexif/distinfo b/graphics/libexif/distinfo index 4a82f9a0a1e..c24a896e0e0 100644 --- a/graphics/libexif/distinfo +++ b/graphics/libexif/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2008/12/15 20:01:08 drochner Exp $ +$NetBSD: distinfo,v 1.25 2009/10/24 13:09:05 drochner Exp $ -SHA1 (libexif-0.6.17.tar.bz2) = dbb8a0e977768b76e26d66693c63ea25768ee648 -RMD160 (libexif-0.6.17.tar.bz2) = 6873b5160b300b85ad58e3dac6e32f7648a89c04 -Size (libexif-0.6.17.tar.bz2) = 820976 bytes +SHA1 (libexif-0.6.18.tar.bz2) = b0b2b9ec9fcbe5aee235a98f8269545ca36490ac +RMD160 (libexif-0.6.18.tar.bz2) = a1dc8aa1695bcb4cf9bd6e00a258bfa63f9ae13f +Size (libexif-0.6.18.tar.bz2) = 1004974 bytes SHA1 (patch-aa) = 5a32622fac1860ecaac9e3ed9b5cea9bf1640027 |