pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/exiv2 Update to 0.16:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bd23de5e104
branches:  trunk
changeset: 537802:7bd23de5e104
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 16 07:54:01 2008 +0000

description:
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:

 graphics/exiv2/Makefile      |  8 +++++---
 graphics/exiv2/PLIST         |  6 +++++-
 graphics/exiv2/buildlink3.mk |  3 ++-
 graphics/exiv2/distinfo      |  8 ++++----
 4 files changed, 16 insertions(+), 9 deletions(-)

diffs (83 lines):

diff -r 4745989c899e -r 7bd23de5e104 graphics/exiv2/Makefile
--- a/graphics/exiv2/Makefile   Wed Jan 16 05:50:56 2008 +0000
+++ b/graphics/exiv2/Makefile   Wed Jan 16 07:54:01 2008 +0000
@@ -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_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 -r 4745989c899e -r 7bd23de5e104 graphics/exiv2/PLIST
--- a/graphics/exiv2/PLIST      Wed Jan 16 05:50:56 2008 +0000
+++ b/graphics/exiv2/PLIST      Wed Jan 16 07:54:01 2008 +0000
@@ -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/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/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 -r 4745989c899e -r 7bd23de5e104 graphics/exiv2/buildlink3.mk
--- a/graphics/exiv2/buildlink3.mk      Wed Jan 16 05:50:56 2008 +0000
+++ b/graphics/exiv2/buildlink3.mk      Wed Jan 16 07:54:01 2008 +0000
@@ -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 @@
 
 .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 -r 4745989c899e -r 7bd23de5e104 graphics/exiv2/distinfo
--- a/graphics/exiv2/distinfo   Wed Jan 16 05:50:56 2008 +0000
+++ b/graphics/exiv2/distinfo   Wed Jan 16 07:54:01 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index