diff options
author | drochner <drochner> | 2007-03-13 09:45:18 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-03-13 09:45:18 +0000 |
commit | 2a1bf91d4ee6fc35e13fed2b75d2426507094028 (patch) | |
tree | 504e4dddccea1d74fcaf790b82fbd5a7d40cf0fd /graphics/exiv2 | |
parent | 3d665e6716d7e9c701cadcc54d9ec2d6e1955d91 (diff) | |
download | pkgsrc-2a1bf91d4ee6fc35e13fed2b75d2426507094028.tar.gz |
update to 0.13
changes:
-added i18n
-support for Fuji RAF
-minor bugfixes and feature additions
Diffstat (limited to 'graphics/exiv2')
-rw-r--r-- | graphics/exiv2/Makefile | 5 | ||||
-rw-r--r-- | graphics/exiv2/PLIST | 13 | ||||
-rw-r--r-- | graphics/exiv2/distinfo | 8 |
3 files changed, 17 insertions, 9 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index ee15cc61aa2..df7d84e6b25 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2006/11/28 15:14:29 xtraeme Exp $ +# $NetBSD: Makefile,v 1.14 2007/03/13 09:45:18 drochner Exp $ # -DISTNAME= exiv2-0.12 +DISTNAME= exiv2-0.13 CATEGORIES= graphics MASTER_SITES= http://www.exiv2.org/ @@ -18,4 +18,5 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= config/exiv2.pc.in .include "../../devel/zlib/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/exiv2/PLIST b/graphics/exiv2/PLIST index 8814ab5cf6b..41a9f93f906 100644 --- a/graphics/exiv2/PLIST +++ b/graphics/exiv2/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.4 2006/10/09 10:48:41 gdt Exp $ +@comment $NetBSD: PLIST,v 1.5 2007/03/13 09:45:19 drochner Exp $ bin/exiv2 bin/exiv2-config -include/exiv2/cr2image.hpp include/exiv2/basicio.hpp include/exiv2/canonmn.hpp +include/exiv2/cr2image.hpp include/exiv2/crwimage.hpp include/exiv2/datasets.hpp include/exiv2/error.hpp @@ -28,18 +28,25 @@ include/exiv2/olympusmn.hpp include/exiv2/panasonicmn.hpp include/exiv2/pngchunk.hpp include/exiv2/pngimage.hpp +include/exiv2/rafimage.hpp include/exiv2/rcsid.hpp include/exiv2/sigmamn.hpp include/exiv2/sonymn.hpp include/exiv2/tags.hpp include/exiv2/tiffcomposite.hpp +include/exiv2/tifffwd.hpp include/exiv2/tiffimage.hpp include/exiv2/tiffparser.hpp include/exiv2/tiffvisitor.hpp -include/exiv2/tifffwd.hpp include/exiv2/types.hpp include/exiv2/value.hpp lib/libexiv2.la lib/pkgconfig/exiv2.pc man/man1/exiv2.1 +share/locale/de/LC_MESSAGES/Exiv2.mo +share/locale/es/LC_MESSAGES/Exiv2.mo +share/locale/fi/LC_MESSAGES/Exiv2.mo +share/locale/fr/LC_MESSAGES/Exiv2.mo +share/locale/pl/LC_MESSAGES/Exiv2.mo +share/locale/ru/LC_MESSAGES/Exiv2.mo @dirrm include/exiv2 diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo index 418a6003949..01e526f543d 100644 --- a/graphics/exiv2/distinfo +++ b/graphics/exiv2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2006/11/28 15:14:29 xtraeme Exp $ +$NetBSD: distinfo,v 1.7 2007/03/13 09:45:19 drochner Exp $ -SHA1 (exiv2-0.12.tar.gz) = b693bcc0da64997098be4eb0db296e1aeefa986b -RMD160 (exiv2-0.12.tar.gz) = 456eafab758af27277b3c086fd280ef3976e97dc -Size (exiv2-0.12.tar.gz) = 2359138 bytes +SHA1 (exiv2-0.13.tar.gz) = 3abf440af8d3df0025bc767fc7e6cc170adc50e6 +RMD160 (exiv2-0.13.tar.gz) = e06de2dfeb6941b1fd501bff258763f2f13f98b9 +Size (exiv2-0.13.tar.gz) = 2841724 bytes |