From b3aaa4a382ab43e3f74cd9ae895b32cded3716e6 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 5 Jan 2005 15:56:42 +0000 Subject: 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 - New capture option: --frames=count --interval=seconds -fixes -new translations --- 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(-) delete mode 100644 graphics/gphoto2/patches/patch-aa (limited to 'graphics/gphoto2') diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 8737a2418f6..ef36a11feea 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -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 HOMEPAGE= http://gphoto.sourceforge.net/proj/gphoto2/ diff --git a/graphics/gphoto2/PLIST b/graphics/gphoto2/PLIST index 9c4dce56c5d..595f49e76b0 100644 --- a/graphics/gphoto2/PLIST +++ b/graphics/gphoto2/PLIST @@ -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 --git a/graphics/gphoto2/distinfo b/graphics/gphoto2/distinfo index 111c7f1bb68..16a257525d7 100644 --- a/graphics/gphoto2/distinfo +++ b/graphics/gphoto2/distinfo @@ -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 --git a/graphics/gphoto2/patches/patch-aa b/graphics/gphoto2/patches/patch-aa deleted file mode 100644 index ad3433a227b..00000000000 --- a/graphics/gphoto2/patches/patch-aa +++ /dev/null @@ -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"); - } - } -- cgit v1.2.3