Tue Apr 29 09:35:15 2008 UTC ()
Update to 2.4.1

gphoto2 2.4.1

    * Made capture preview that saves to files work
    * capture-image has no arguments
    * version check for libgphoto2 fixed
    * cs,da,it,vi translations updated

gphoto2 2.4.0

    * Add contrib/ directory with scripts and things contributed by users.
    * New --storage-info function to get direct storage information from the
      camera via API.
    * Use SIGUSR1 to trigger premature image capture in --interval mode.
    * New --reset-interval parameter makes SIGUSR1 reset the capture
    interval.
    * New --capture-tethered command to wait for presses of the camera
    shutter button and download. Confirmed working only with Nikon DSC.


(sborrill)
diff -r1.39 -r1.40 pkgsrc/graphics/gphoto2/Makefile
diff -r1.11 -r1.12 pkgsrc/graphics/gphoto2/PLIST
diff -r1.13 -r1.14 pkgsrc/graphics/gphoto2/distinfo

cvs diff -r1.39 -r1.40 pkgsrc/graphics/gphoto2/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gphoto2/Makefile 2007/06/14 23:58:31 1.39
+++ pkgsrc/graphics/gphoto2/Makefile 2008/04/29 09:35:15 1.40
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: Makefile,v 1.39 2007/06/14 23:58:31 obache Exp $ 1# $NetBSD: Makefile,v 1.40 2008/04/29 09:35:15 sborrill Exp $
2 2
3DISTNAME= gphoto2-2.3.1 3DISTNAME= gphoto2-2.4.1
4PKGREVISION= 1 
5CATEGORIES= graphics 4CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://gphoto.sourceforge.net/proj/gphoto2/ 9HOMEPAGE= http://gphoto.sourceforge.net/proj/gphoto2/
11COMMENT= Digital camera access command line client 10COMMENT= Digital camera access command line client
12 11
13CONFLICTS= gphoto-[0-9]* 12CONFLICTS= gphoto-[0-9]*
14 13
15USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
19CONFIGURE_ARGS+= --with-aalib-prefix=${BUILDLINK_PREFIX.aalib} 18CONFIGURE_ARGS+= --with-aalib-prefix=${BUILDLINK_PREFIX.aalib}
20CONFIGURE_ARGS+= --with-cdk-prefix=${BUILDLINK_PREFIX.cdk} 19CONFIGURE_ARGS+= --with-cdk-prefix=${BUILDLINK_PREFIX.cdk}
21CONFIGURE_ARGS+= --with-exif-prefix=${BUILDLINK_PREFIX.libexif} 20CONFIGURE_ARGS+= --with-exif-prefix=${BUILDLINK_PREFIX.libexif}
22CONFIGURE_ARGS+= --with-jpeg-prefix=${BUILDLINK_PREFIX.jpeg} 21CONFIGURE_ARGS+= --with-jpeg-prefix=${BUILDLINK_PREFIX.jpeg}
23 22
24# uses rl_completion_matches() (NetBSD 3.* don't have) and rl_copy_text() 23# uses rl_completion_matches() (NetBSD 3.* don't have) and rl_copy_text()
25USE_GNU_READLINE= yes 24USE_GNU_READLINE= yes
26 25
27.include "../../devel/cdk/buildlink3.mk" 26.include "../../devel/cdk/buildlink3.mk"
28.include "../../devel/libgphoto2/buildlink3.mk" 27.include "../../devel/libgphoto2/buildlink3.mk"
 28.include "../../devel/libltdl/buildlink3.mk"
29.include "../../devel/ncurses/buildlink3.mk" 29.include "../../devel/ncurses/buildlink3.mk"
30.include "../../devel/popt/buildlink3.mk" 30.include "../../devel/popt/buildlink3.mk"
31.include "../../devel/readline/buildlink3.mk" 31.include "../../devel/readline/buildlink3.mk"
32.include "../../graphics/aalib/buildlink3.mk" 32.include "../../graphics/aalib/buildlink3.mk"
33.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/graphics/gphoto2/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/gphoto2/PLIST 2007/01/02 18:33:50 1.11
+++ pkgsrc/graphics/gphoto2/PLIST 2008/04/29 09:35:15 1.12
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1@comment $NetBSD: PLIST,v 1.11 2007/01/02 18:33:50 adam Exp $ 1@comment $NetBSD: PLIST,v 1.12 2008/04/29 09:35:15 sborrill Exp $
2bin/gphoto2 2bin/gphoto2
3man/man1/gphoto2.1 3man/man1/gphoto2.1
 4share/doc/gphoto2/test-hook.sh
4share/locale/az/LC_MESSAGES/gphoto2.mo 5share/locale/az/LC_MESSAGES/gphoto2.mo
5share/locale/cs/LC_MESSAGES/gphoto2.mo 6share/locale/cs/LC_MESSAGES/gphoto2.mo
6share/locale/da/LC_MESSAGES/gphoto2.mo 7share/locale/da/LC_MESSAGES/gphoto2.mo
7share/locale/de/LC_MESSAGES/gphoto2.mo 8share/locale/de/LC_MESSAGES/gphoto2.mo
8share/locale/en_GB/LC_MESSAGES/gphoto2.mo 9share/locale/en_GB/LC_MESSAGES/gphoto2.mo
9share/locale/es/LC_MESSAGES/gphoto2.mo 10share/locale/es/LC_MESSAGES/gphoto2.mo
10share/locale/eu/LC_MESSAGES/gphoto2.mo 11share/locale/eu/LC_MESSAGES/gphoto2.mo
11share/locale/fi/LC_MESSAGES/gphoto2.mo 12share/locale/fi/LC_MESSAGES/gphoto2.mo
12share/locale/fr/LC_MESSAGES/gphoto2.mo 13share/locale/fr/LC_MESSAGES/gphoto2.mo
13share/locale/hu/LC_MESSAGES/gphoto2.mo 14share/locale/hu/LC_MESSAGES/gphoto2.mo
14share/locale/it/LC_MESSAGES/gphoto2.mo 15share/locale/it/LC_MESSAGES/gphoto2.mo
15share/locale/ja/LC_MESSAGES/gphoto2.mo 16share/locale/ja/LC_MESSAGES/gphoto2.mo
16share/locale/nb/LC_MESSAGES/gphoto2.mo 17share/locale/nb/LC_MESSAGES/gphoto2.mo
@@ -19,13 +20,14 @@ share/locale/pa/LC_MESSAGES/gphoto2.mo @@ -19,13 +20,14 @@ share/locale/pa/LC_MESSAGES/gphoto2.mo
19share/locale/pl/LC_MESSAGES/gphoto2.mo 20share/locale/pl/LC_MESSAGES/gphoto2.mo
20share/locale/pt_BR/LC_MESSAGES/gphoto2.mo 21share/locale/pt_BR/LC_MESSAGES/gphoto2.mo
21share/locale/ro/LC_MESSAGES/gphoto2.mo 22share/locale/ro/LC_MESSAGES/gphoto2.mo
22share/locale/ru/LC_MESSAGES/gphoto2.mo 23share/locale/ru/LC_MESSAGES/gphoto2.mo
23share/locale/rw/LC_MESSAGES/gphoto2.mo 24share/locale/rw/LC_MESSAGES/gphoto2.mo
24share/locale/sk/LC_MESSAGES/gphoto2.mo 25share/locale/sk/LC_MESSAGES/gphoto2.mo
25share/locale/sl/LC_MESSAGES/gphoto2.mo 26share/locale/sl/LC_MESSAGES/gphoto2.mo
26share/locale/sr/LC_MESSAGES/gphoto2.mo 27share/locale/sr/LC_MESSAGES/gphoto2.mo
27share/locale/sv/LC_MESSAGES/gphoto2.mo 28share/locale/sv/LC_MESSAGES/gphoto2.mo
28share/locale/uk/LC_MESSAGES/gphoto2.mo 29share/locale/uk/LC_MESSAGES/gphoto2.mo
29share/locale/vi/LC_MESSAGES/gphoto2.mo 30share/locale/vi/LC_MESSAGES/gphoto2.mo
30share/locale/zh_CN/LC_MESSAGES/gphoto2.mo 31share/locale/zh_CN/LC_MESSAGES/gphoto2.mo
31share/locale/zh_TW/LC_MESSAGES/gphoto2.mo 32share/locale/zh_TW/LC_MESSAGES/gphoto2.mo
 33@dirrm share/doc/gphoto2

cvs diff -r1.13 -r1.14 pkgsrc/graphics/gphoto2/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/gphoto2/distinfo 2007/01/02 18:33:50 1.13
+++ pkgsrc/graphics/gphoto2/distinfo 2008/04/29 09:35:15 1.14
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.13 2007/01/02 18:33:50 adam Exp $ 1$NetBSD: distinfo,v 1.14 2008/04/29 09:35:15 sborrill Exp $
2 2
3SHA1 (gphoto2-2.3.1.tar.bz2) = 553668806d45d7db5926eb3963863a58da9032c1 3SHA1 (gphoto2-2.4.1.tar.bz2) = d9a5ce0eafee914a931c6f6bed13feafa438f90d
4RMD160 (gphoto2-2.3.1.tar.bz2) = 77b4325acbbace03ab5a70251f0b36d6c6d1a586 4RMD160 (gphoto2-2.4.1.tar.bz2) = 65c6b9052b1e3dce193deb44e07643b595900bcf
5Size (gphoto2-2.3.1.tar.bz2) = 553795 bytes 5Size (gphoto2-2.4.1.tar.bz2) = 583845 bytes
6SHA1 (patch-aa) = 0abe9dcd50f0e6b5065ee7bc3262a3758cd9f113