summaryrefslogtreecommitdiff
path: root/graphics/exiv2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-01-16 07:54:01 +0000
committerwiz <wiz@pkgsrc.org>2008-01-16 07:54:01 +0000
commit5d3795f34b1478724fadac03d82cc09de98e1704 (patch)
tree61a12c887f4e971e89bfe17f5429e94bb0314ad0 /graphics/exiv2
parent52fc18f05fd89f6bc40ca284b9ee7d9c0363968b (diff)
downloadpkgsrc-5d3795f34b1478724fadac03d82cc09de98e1704.tar.gz
Update to 0.16:
10-Jan-2008 Exiv2 0.16 released Here is the final 0.16 release with XMP support. It took longer than it should have and thus contains quite a list of bug fixes and enhancements. 09-Nov-2007 Exiv2 0.16-pre1 This is a pre-release of the upcoming Exiv2 0.16 with XMP support. Adding XMP metadata to an image is now just as easy as adding Exif or IPTC tags. In addition there is new support for Olympus ORF images and Pentax makernotes. Please try Exiv2 0.16-pre1 and report issues you may have with it to the Exiv2 forum. 24-Sep-2007 XMP testing The XMP implementation is now in the trunk in SVN and it is reasonably complete and ready for testing. Please try it out and let us know your comments. See this announcement for more details. 31-Aug-2007 XMP support We're working on adding XMP support to the library, which should become the main feature of the next release. Contributions are welcome, in particular we need input from potential users about API preferences and XMP test data. You are invited to join this discussion in the forum and contribute your viewpoints. 10-Jul-2007 Exiv2 0.15 released This maintenance release fixes a number of bugs, adds support for Minolta G500 RAW files and has minor tag and some larger translation updates. See the changelog for a concise listing of patches in this release.
Diffstat (limited to 'graphics/exiv2')
-rw-r--r--graphics/exiv2/Makefile8
-rw-r--r--graphics/exiv2/PLIST6
-rw-r--r--graphics/exiv2/buildlink3.mk3
-rw-r--r--graphics/exiv2/distinfo8
4 files changed, 16 insertions, 9 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile
index e3bf75fb488..a0057bad8d0 100644
--- a/graphics/exiv2/Makefile
+++ b/graphics/exiv2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2007/07/17 19:29:30 drochner Exp $
+# $NetBSD: Makefile,v 1.17 2008/01/16 07:54:01 wiz Exp $
#
-DISTNAME= exiv2-0.15
+DISTNAME= exiv2-0.16
CATEGORIES= graphics
MASTER_SITES= http://www.exiv2.org/
@@ -17,6 +17,8 @@ USE_TOOLS+= gmake
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= config/exiv2.pc.in
-.include "../../devel/zlib/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/exiv2/PLIST b/graphics/exiv2/PLIST
index 55617037772..af0ab795507 100644
--- a/graphics/exiv2/PLIST
+++ b/graphics/exiv2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2007/03/23 20:53:25 drochner Exp $
+@comment $NetBSD: PLIST,v 1.7 2008/01/16 07:54:01 wiz Exp $
bin/exiv2
include/exiv2/basicio.hpp
include/exiv2/canonmn.hpp
@@ -23,9 +23,12 @@ include/exiv2/mn.hpp
include/exiv2/mrwimage.hpp
include/exiv2/nikonmn.hpp
include/exiv2/olympusmn.hpp
+include/exiv2/orfimage.hpp
include/exiv2/panasonicmn.hpp
+include/exiv2/pentaxmn.hpp
include/exiv2/pngchunk.hpp
include/exiv2/pngimage.hpp
+include/exiv2/properties.hpp
include/exiv2/rafimage.hpp
include/exiv2/rcsid.hpp
include/exiv2/sigmamn.hpp
@@ -39,6 +42,7 @@ include/exiv2/tiffvisitor.hpp
include/exiv2/types.hpp
include/exiv2/value.hpp
include/exiv2/version.hpp
+include/exiv2/xmp.hpp
lib/libexiv2.la
lib/pkgconfig/exiv2.pc
man/man1/exiv2.1
diff --git a/graphics/exiv2/buildlink3.mk b/graphics/exiv2/buildlink3.mk
index a6f01f604e4..60953f0cb27 100644
--- a/graphics/exiv2/buildlink3.mk
+++ b/graphics/exiv2/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2007/04/03 09:32:09 drochner Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2008/01/16 07:54:01 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
EXIV2_BUILDLINK3_MK:= ${EXIV2_BUILDLINK3_MK}+
@@ -13,6 +13,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}exiv2
.if ${EXIV2_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.exiv2+= exiv2>=0.14
+BUILDLINK_ABI_DEPENDS.exiv2+= exiv2>=0.16
BUILDLINK_PKGSRCDIR.exiv2?= ../../graphics/exiv2
.endif # EXIV2_BUILDLINK3_MK
diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo
index 799060415b3..9ed8e438ea6 100644
--- a/graphics/exiv2/distinfo
+++ b/graphics/exiv2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2007/07/17 19:29:30 drochner Exp $
+$NetBSD: distinfo,v 1.10 2008/01/16 07:54:01 wiz Exp $
-SHA1 (exiv2-0.15.tar.gz) = db5b0da39c5d2a736cecf4800f83639f841af5cc
-RMD160 (exiv2-0.15.tar.gz) = b879bcbe8255ae83af7d1cfadb84b01dbc5e97f2
-Size (exiv2-0.15.tar.gz) = 1133249 bytes
+SHA1 (exiv2-0.16.tar.gz) = fd5cdec6b60fd52a15c73c30760e099bbfa3cf50
+RMD160 (exiv2-0.16.tar.gz) = b0a67bbf3e9367b58b75170899b5820afed42d33
+Size (exiv2-0.16.tar.gz) = 1591822 bytes