pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gphoto2 update to 2.1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1172f6283224
branches:  trunk
changeset: 486950:1172f6283224
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Jan 05 15:56:42 2005 +0000

description:
update to 2.1.5
changes:
- New command line arguments:
  --list-config           - dump the configuration tree of the camera
  --get-config var        - get the configuration entry <var>
- New capture option:
  --frames=count
  --interval=seconds
-fixes
-new translations

diffstat:

 graphics/gphoto2/Makefile         |   6 ++----
 graphics/gphoto2/PLIST            |   8 +++++++-
 graphics/gphoto2/distinfo         |   7 +++----
 graphics/gphoto2/patches/patch-aa |  20 --------------------
 4 files changed, 12 insertions(+), 29 deletions(-)

diffs (82 lines):

diff -r 1363caf76ce1 -r 1172f6283224 graphics/gphoto2/Makefile
--- a/graphics/gphoto2/Makefile Wed Jan 05 15:52:52 2005 +0000
+++ b/graphics/gphoto2/Makefile Wed Jan 05 15:56:42 2005 +0000
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2004/11/01 10:50:55 minskim Exp $
+# $NetBSD: Makefile,v 1.30 2005/01/05 15:56:42 drochner Exp $
 
-DISTNAME=      gphoto2-2.1.4
-PKGREVISION=   2
+DISTNAME=      gphoto2-2.1.5
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gphoto/}
-EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://gphoto.sourceforge.net/proj/gphoto2/
diff -r 1363caf76ce1 -r 1172f6283224 graphics/gphoto2/PLIST
--- a/graphics/gphoto2/PLIST    Wed Jan 05 15:52:52 2005 +0000
+++ b/graphics/gphoto2/PLIST    Wed Jan 05 15:56:42 2005 +0000
@@ -1,19 +1,25 @@
-@comment $NetBSD: PLIST,v 1.7 2004/02/20 16:06:22 drochner Exp $
+@comment $NetBSD: PLIST,v 1.8 2005/01/05 15:56:42 drochner Exp $
 bin/gphoto2
 man/man1/gphoto2.1
+${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gphoto2.mo
+${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gphoto2.mo
+${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gphoto2.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gphoto2.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gphoto2.mo
+${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gphoto2.mo
 ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gphoto2.mo
diff -r 1363caf76ce1 -r 1172f6283224 graphics/gphoto2/distinfo
--- a/graphics/gphoto2/distinfo Wed Jan 05 15:52:52 2005 +0000
+++ b/graphics/gphoto2/distinfo Wed Jan 05 15:56:42 2005 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.9 2004/10/29 08:27:48 tron Exp $
+$NetBSD: distinfo,v 1.10 2005/01/05 15:56:42 drochner Exp $
 
-SHA1 (gphoto2-2.1.4.tar.bz2) = 7a42905c366c91a90952c5a7b4e709b7aef1b0f0
-Size (gphoto2-2.1.4.tar.bz2) = 350858 bytes
-SHA1 (patch-aa) = eb4fdd6882720f9180c00036423b321949f2d915
+SHA1 (gphoto2-2.1.5.tar.gz) = 74a99135ed6d19d4296afe986b1b50244d67c5fc
+Size (gphoto2-2.1.5.tar.gz) = 535490 bytes
diff -r 1363caf76ce1 -r 1172f6283224 graphics/gphoto2/patches/patch-aa
--- a/graphics/gphoto2/patches/patch-aa Wed Jan 05 15:52:52 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2004/10/29 08:27:48 tron Exp $
-
---- gphoto2/actions.c.orig     2004-01-18 21:01:09.000000000 +0100
-+++ gphoto2/actions.c  2004-10-29 10:22:37.000000000 +0200
-@@ -346,12 +346,14 @@
- {
-         ExifEntry *e;
-         unsigned int i;
-+      char value[1024];
- 
-         for (i = 0; i < content->count; i++) {
-                 e = content->entries[i];
-                 printf ("%-20.20s", exif_tag_get_name (e->tag));
-                 printf ("|");
--                printf ("%-59.59s", exif_entry_get_value (e));
-+                printf ("%-59.59s",
-+                  exif_entry_get_value (e, value, sizeof (value)));
-                 printf ("\n");
-         }
- }



Home | Main Index | Thread Index | Old Index