diff options
author | sborrill <sborrill@pkgsrc.org> | 2008-04-29 09:35:15 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2008-04-29 09:35:15 +0000 |
commit | 275b9c1452bd8f531951ee56099e6fc814cf5df4 (patch) | |
tree | b7402453a7290bbbaf7ed9baeddd978caeb72df7 /graphics/gphoto2/Makefile | |
parent | c9443909c946e22d63c624d834bb6c8b42699269 (diff) | |
download | pkgsrc-275b9c1452bd8f531951ee56099e6fc814cf5df4.tar.gz |
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.
Diffstat (limited to 'graphics/gphoto2/Makefile')
-rw-r--r-- | graphics/gphoto2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 33e64db3339..1a82f6a2941 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2007/06/14 23:58:31 obache Exp $ +# $NetBSD: Makefile,v 1.40 2008/04/29 09:35:15 sborrill Exp $ -DISTNAME= gphoto2-2.3.1 -PKGREVISION= 1 +DISTNAME= gphoto2-2.4.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/} EXTRACT_SUFX= .tar.bz2 @@ -26,6 +25,7 @@ USE_GNU_READLINE= yes .include "../../devel/cdk/buildlink3.mk" .include "../../devel/libgphoto2/buildlink3.mk" +.include "../../devel/libltdl/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" |