pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Changes 0.24:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/355899a6d5a0
branches:  trunk
changeset: 635406:355899a6d5a0
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 05 06:43:53 2014 +0000

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

 graphics/exiv2-organize/Makefile                                    |   7 +-
 graphics/exiv2-organize/distinfo                                    |   9 +-
 graphics/exiv2-organize/patches/patch-contrib_organize_organize.cpp |  33 ----------
 graphics/exiv2/Makefile                                             |   4 +-
 graphics/exiv2/PLIST                                                |   6 +-
 graphics/exiv2/distinfo                                             |  10 +-
 graphics/exiv2/patches/patch-aa                                     |  16 ++--
 7 files changed, 27 insertions(+), 58 deletions(-)

diffs (150 lines):

diff -r a48feda92672 -r 355899a6d5a0 graphics/exiv2-organize/Makefile
--- a/graphics/exiv2-organize/Makefile  Thu Jun 05 06:23:46 2014 +0000
+++ b/graphics/exiv2-organize/Makefile  Thu Jun 05 06:43:53 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2014/02/21 20:26:03 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2014/06/05 06:43:54 adam Exp $
 
-DISTNAME=      exiv2-0.23
-PKGNAME=       exiv2-organize-0.23
-PKGREVISION=   5
+DISTNAME=      exiv2-0.24
+PKGNAME=       ${DISTNAME:S/exiv2/exiv2-organize/}
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.exiv2.org/
 
diff -r a48feda92672 -r 355899a6d5a0 graphics/exiv2-organize/distinfo
--- a/graphics/exiv2-organize/distinfo  Thu Jun 05 06:23:46 2014 +0000
+++ b/graphics/exiv2-organize/distinfo  Thu Jun 05 06:43:53 2014 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2012/05/11 13:58:57 drochner Exp $
+$NetBSD: distinfo,v 1.10 2014/06/05 06:43:54 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 (exiv2-0.24.tar.gz) = 2f19538e54f8c21c180fa96d17677b7cff7dc1bb
+RMD160 (exiv2-0.24.tar.gz) = 453247926e8626bf888578afd5a0dde42c6f6962
+Size (exiv2-0.24.tar.gz) = 4635028 bytes
 SHA1 (patch-contrib_organize_Makefile) = de74227211b79e49126178f27391831507c2948f
-SHA1 (patch-contrib_organize_organize.cpp) = ba7803e5ead1ac37003c668b0cc5a15be743a1f9
diff -r a48feda92672 -r 355899a6d5a0 graphics/exiv2-organize/patches/patch-contrib_organize_organize.cpp
--- a/graphics/exiv2-organize/patches/patch-contrib_organize_organize.cpp       Thu Jun 05 06:23:46 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-$NetBSD: patch-contrib_organize_organize.cpp,v 1.1 2011/02/28 20:37:56 adam Exp $
-
---- contrib/organize/organize.cpp.orig 2011-02-28 19:45:54.000000000 +0000
-+++ contrib/organize/organize.cpp
-@@ -568,8 +568,8 @@ boost::regex uregex("(.*?)\\(([[:digit:]
- 
- fs::path uniquify(const fs::path &dest)
- {
--    std::string ext = dest.extension();
--    std::string fname = dest.stem();
-+    std::string ext = dest.extension().file_string();
-+    std::string fname = dest.stem().file_string();
-     fs::path parent = dest.parent_path();
- 
-     unsigned number = 1;
-@@ -658,7 +658,7 @@ void process_directory(const fs::path &d
-                         ++params.unsorted_count;
-                     }
-             
--                    dest_file /= p_iter->filename();
-+                    dest_file /= p_iter->path();
-                 
-                     if(fs::exists(dest_file)) {
-                         if(params.ignore_dups) {
-@@ -682,7 +682,7 @@ void process_directory(const fs::path &d
-                             else {
-                                 info(std::string("duplicate file: ") + p_iter->path().file_string() +
-                                     " of: " +  dest_file.file_string());
--                                dest_file = params.dups_dir / dest_subdir / p_iter->filename();
-+                                dest_file = params.dups_dir / dest_subdir / p_iter->path();
-                                 // Ugh, more dup possibilities
-                                 if(fs::exists(dest_file)) {
-                                     info(std::string("renaming: ") + p_iter->path().file_string() +
diff -r a48feda92672 -r 355899a6d5a0 graphics/exiv2/Makefile
--- a/graphics/exiv2/Makefile   Thu Jun 05 06:23:46 2014 +0000
+++ b/graphics/exiv2/Makefile   Thu Jun 05 06:43:53 2014 +0000
@@ -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 -r a48feda92672 -r 355899a6d5a0 graphics/exiv2/PLIST
--- a/graphics/exiv2/PLIST      Thu Jun 05 06:23:46 2014 +0000
+++ b/graphics/exiv2/PLIST      Thu Jun 05 06:43:53 2014 +0000
@@ -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/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/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 -r a48feda92672 -r 355899a6d5a0 graphics/exiv2/distinfo
--- a/graphics/exiv2/distinfo   Thu Jun 05 06:23:46 2014 +0000
+++ b/graphics/exiv2/distinfo   Thu Jun 05 06:43:53 2014 +0000
@@ -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 -r a48feda92672 -r 355899a6d5a0 graphics/exiv2/patches/patch-aa
--- a/graphics/exiv2/patches/patch-aa   Thu Jun 05 06:23:46 2014 +0000
+++ b/graphics/exiv2/patches/patch-aa   Thu Jun 05 06:43:53 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index