summaryrefslogtreecommitdiff
path: root/graphics/exiv2
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-06-05 06:43:53 +0000
committeradam <adam@pkgsrc.org>2014-06-05 06:43:53 +0000
commite2a838e2efc1ffa75e3f397da65efd08221cd475 (patch)
treeb5ce827a14cf1390bd50f84afffc2469212265d1 /graphics/exiv2
parent7f836054dbcee8a55fa66bfedecf245f50ee6810 (diff)
downloadpkgsrc-e2a838e2efc1ffa75e3f397da65efd08221cd475.tar.gz
Changes 0.24:
Exiv2 introduces its first support for Video metadata. Many more cameras and accessories are now recognised. Numerous bugs fixes, build and test improvments.
Diffstat (limited to 'graphics/exiv2')
-rw-r--r--graphics/exiv2/Makefile4
-rw-r--r--graphics/exiv2/PLIST6
-rw-r--r--graphics/exiv2/distinfo10
-rw-r--r--graphics/exiv2/patches/patch-aa16
4 files changed, 20 insertions, 16 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile
index 04a4e2e77a4..9dbb7feba69 100644
--- a/graphics/exiv2/Makefile
+++ b/graphics/exiv2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2012/10/06 14:10:48 asau Exp $
+# $NetBSD: Makefile,v 1.34 2014/06/05 06:43:53 adam Exp $
-DISTNAME= exiv2-0.23
+DISTNAME= exiv2-0.24
CATEGORIES= graphics
MASTER_SITES= http://www.exiv2.org/
diff --git a/graphics/exiv2/PLIST b/graphics/exiv2/PLIST
index 6e8ab731610..943ea6436e4 100644
--- a/graphics/exiv2/PLIST
+++ b/graphics/exiv2/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.15 2011/10/11 09:55:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2014/06/05 06:43:53 adam Exp $
bin/exiv2
+include/exiv2/asfvideo.hpp
include/exiv2/basicio.hpp
include/exiv2/bmpimage.hpp
include/exiv2/convert.hpp
@@ -18,6 +19,7 @@ include/exiv2/image.hpp
include/exiv2/iptc.hpp
include/exiv2/jp2image.hpp
include/exiv2/jpgimage.hpp
+include/exiv2/matroskavideo.hpp
include/exiv2/metadatum.hpp
include/exiv2/mrwimage.hpp
include/exiv2/orfimage.hpp
@@ -26,7 +28,9 @@ include/exiv2/pngimage.hpp
include/exiv2/preview.hpp
include/exiv2/properties.hpp
include/exiv2/psdimage.hpp
+include/exiv2/quicktimevideo.hpp
include/exiv2/rafimage.hpp
+include/exiv2/riffvideo.hpp
include/exiv2/rw2image.hpp
include/exiv2/tags.hpp
include/exiv2/tgaimage.hpp
diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo
index 1862a6604b9..b60399c8632 100644
--- a/graphics/exiv2/distinfo
+++ b/graphics/exiv2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2012/04/26 12:41:25 adam Exp $
+$NetBSD: distinfo,v 1.23 2014/06/05 06:43:53 adam Exp $
-SHA1 (exiv2-0.23.tar.gz) = 5f342bf642477526f41add11d6ee7787cdcd639f
-RMD160 (exiv2-0.23.tar.gz) = ac58f8b5df70ee56c49d387f0666e5e2578d942e
-Size (exiv2-0.23.tar.gz) = 3524381 bytes
-SHA1 (patch-aa) = 05a70bc0ea212fd463074ecc40f5840574a2cbad
+SHA1 (exiv2-0.24.tar.gz) = 2f19538e54f8c21c180fa96d17677b7cff7dc1bb
+RMD160 (exiv2-0.24.tar.gz) = 453247926e8626bf888578afd5a0dde42c6f6962
+Size (exiv2-0.24.tar.gz) = 4635028 bytes
+SHA1 (patch-aa) = e98a4f1ae3ff2ad5ce0cd0d107ae21752a4edb45
diff --git a/graphics/exiv2/patches/patch-aa b/graphics/exiv2/patches/patch-aa
index 7c79dc351b6..ea5cc533853 100644
--- a/graphics/exiv2/patches/patch-aa
+++ b/graphics/exiv2/patches/patch-aa
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.3 2010/05/31 23:20:46 dholland Exp $
+$NetBSD: patch-aa,v 1.4 2014/06/05 06:43:54 adam Exp $
Fix build on Solaris, from PR 37720.
---- config/config.mk.in~ 2009-11-27 11:39:59.000000000 +0000
+--- config/config.mk.in.orig 2013-12-01 12:13:42.000000000 +0000
+++ config/config.mk.in
@@ -133,7 +133,7 @@ ifdef DEP_TRACKING
- # Dependency files post-process commands
- POSTDEPEND = if test ! -d $(DEPDIR); then mkdir $(DEPDIR); fi; \
-- if test -e $*.d; then cp $*.d $(DEPDIR)/$*.d; \
-+ if test -f $*.d; then cp $*.d $(DEPDIR)/$*.d; \
- sed -e 's/^\#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+ # Dependency files post-process commands
+ POSTDEPEND = if test ! -d $(DEPDIR); then mkdir $(DEPDIR); fi; \
+- if test -e $*.d; then cp $*.d $(DEPDIR)/$*.d; \
++ if test -f $*.d; then cp $*.d $(DEPDIR)/$*.d; \
+ sed -e 's/^\#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $*.d >> $(DEPDIR)/$*.d; \
- $(RM) $*.d; fi
+ $(RM) $*.d; fi