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.
This commit is contained in:
parent
c9443909c9
commit
275b9c1452
3 changed files with 10 additions and 9 deletions
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.11 2007/01/02 18:33:50 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.12 2008/04/29 09:35:15 sborrill Exp $
|
||||
bin/gphoto2
|
||||
man/man1/gphoto2.1
|
||||
share/doc/gphoto2/test-hook.sh
|
||||
share/locale/az/LC_MESSAGES/gphoto2.mo
|
||||
share/locale/cs/LC_MESSAGES/gphoto2.mo
|
||||
share/locale/da/LC_MESSAGES/gphoto2.mo
|
||||
|
@ -29,3 +30,4 @@ share/locale/uk/LC_MESSAGES/gphoto2.mo
|
|||
share/locale/vi/LC_MESSAGES/gphoto2.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gphoto2.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gphoto2.mo
|
||||
@dirrm share/doc/gphoto2
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.13 2007/01/02 18:33:50 adam Exp $
|
||||
$NetBSD: distinfo,v 1.14 2008/04/29 09:35:15 sborrill Exp $
|
||||
|
||||
SHA1 (gphoto2-2.3.1.tar.bz2) = 553668806d45d7db5926eb3963863a58da9032c1
|
||||
RMD160 (gphoto2-2.3.1.tar.bz2) = 77b4325acbbace03ab5a70251f0b36d6c6d1a586
|
||||
Size (gphoto2-2.3.1.tar.bz2) = 553795 bytes
|
||||
SHA1 (patch-aa) = 0abe9dcd50f0e6b5065ee7bc3262a3758cd9f113
|
||||
SHA1 (gphoto2-2.4.1.tar.bz2) = d9a5ce0eafee914a931c6f6bed13feafa438f90d
|
||||
RMD160 (gphoto2-2.4.1.tar.bz2) = 65c6b9052b1e3dce193deb44e07643b595900bcf
|
||||
Size (gphoto2-2.4.1.tar.bz2) = 583845 bytes
|
||||
|
|
Loading…
Reference in a new issue