Wed Aug 26 13:39:13 2015 UTC ()
Update to 2.5.8:

gphoto2 2.5.8 release

* --keep-raw option added, which leaves non-JPEG files on camera during
  capture or wait-event-and-download
* --show-preview option split out of --capture-preview. --show-preview
  now displays the ascii art preview, --capture-preview no longer does.

* updated translations: french, ukrainian, vietnamese, russian, polish,
  dutch, hungarian, esperanto, serbian, danish

gphoto2 2.5.6

* --wait-event / --wait-event-and-download can now wait for strings
  --wait-event=CAPTURECOMPLETE
  --wait-event=FILEADDED
  --wait-event="Property 5001"
* updated translations: french, ukrainian, dutch, polish, russian, vietnamese, hungarian, serbian

gphoto2 2.5.5

* manpage updated
* updated translations
* bugfix for DST usage in handling date/time widgets
* adjusted wait time heuristics after capture
* --debug-loglevel=(debug|verbose|data|all) option added to select debug verbosity
* fixed --filename with cross-device usage

gphoto2 2.5.4

* --skip-existing option that skips if a local file would already exist
* %F for foldername inclusion added to format strings for --filename
* add the commandline arguments to the debug log

gphoto2 2.5.3

* translations updated: dutch, polish, ukrainian, russian, taiwanese
* small --show-info bugfix

gphoto2 2.5.2

* new --reset option to reset usb devices.
* using --filename, if the camera reports 1. Jan 1970, fall back to
  use the current date/time.
* translations updated: french, polish, vietnamese, russian, simplified chinese, danish

gphoto2 2.5.1

 * Fixed that the meaning of --keep and --no-keep was switched.

 * Allow passing absolute filenames to
   -p, -d, -r/--rmdir, -m/--mkdir, -t, --show-info, --get-metadata,
   --get-raw-data, --get-audio-data,

   like e.g.:
   gphoto2 -p /store_00010001/DCIM/100D7000/DSC_0001.JPG

 * -L --quiet  now prints a list of all files, 1 per line.
 * -l --quiet  now prints a list of all folders, 1 per line.

gphoto2 2.5.0

 * Added "--keep" and "--no-keep" options for capture tethered
   and capture image.

 * --wait-event and --capture-tethered can now do:
   * nr of events (200)
   * seconds      (100s)
   * milliseconds (200ms) (1/1000 of a second)
   * frames       (50f) (number of images)

 * New --list-all-config gives the full config tree.

gphoto2 2.4.99.2

 * Updated for new GPPortInfo in libgphoto2 2.5.0
 * Updated for various changed file interfaces in libgphoto2 2.5.0

 * Capture mainloop changed to handle JPEG+RAW capture (one release
   resulting in 1 or more files).
   (Also: refactored and rewritten to be more beautiful)
 * Capture mainloop uses trigger capture + waitevent if present.
 * Fixed use-after-free problem in file save
 * Fixed %n to use an incremental counter, instead of a filesystem index.

gphoto2 2.4.10.1

 * Switched %n behaviour to be linear increasing, instead of
   a folder index.

gphoto2 2.4.10

 * Event loop handling non-waitevent able cameras.

 * --capture-movie (optional arguments: frames, or seconds)
   now loops over preview capture as fast as possible
   and writes the frames continously.

   The resulting file is "MotionJPEG" and can be postprocessed
   or displayed (by mplayer).

   Also output to stdout is possible for pipeing like:
           gphoto2 --stdout --capture-movie | someotherprogram

gphoto2 2.4.9

 * Capture main event loop rewritten to always use wait event
   to also support multiple image captures. (JPEG+RAW)
 * Fixed various bugs and memory leaks.
 * Translation updates.

gphoto2 2.4.8

 * Output CAPTURECOMPLETE on waitevent
 * On --filename "foo/bar/berk.jpg" create subdirectories if
   not yet present.
 * New shell command:
	capture-preview
 * Added Bulb Mode in interval capture with -B / --bulb <seconds>

gphoto2 2.4.7

 * New cmdline options: --set-config-index and --set-config-value
   to avoid ambiguity of the --set-config supporting both modes.
 * --wait-event can take "5s" as argument for 5 seconds of event taking
 * added --wait-event-and-download=x (same as --wait-event but with download)
 * New shell commands:
	   wait-event (events or seconds)
	   wait-event-and-download (events or seconds)
	   capture-tethered
	   set-config-index entry=choiceindex
	   set-config-value entry=value
 * Enhanced --quietness.
 * Added AC_SYS_LARGEFILE, enabling support to download files > 2GB.
 * Updated translations.
 * Various bugfixes.

gphoto2 2.4.5

 * Updated translations.
 * Handle ctrl-c on tethered capture.

gphoto2 2.4.4

 * Updated translations.
 * SIGUSR2 added ... "exit interval capture after next shot"

gphoto2 2.4.3

 * Updated translations.
 * For multiple cameras, specifying with --port usb:xxx,yyy is now
   sufficient (previously needed --port and --camera).


(wiz)
diff -r1.61 -r1.62 pkgsrc/graphics/gphoto2/Makefile
diff -r1.21 -r1.22 pkgsrc/graphics/gphoto2/distinfo

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

--- pkgsrc/graphics/gphoto2/Makefile 2015/08/18 07:31:09 1.61
+++ pkgsrc/graphics/gphoto2/Makefile 2015/08/26 13:39:13 1.62
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.61 2015/08/18 07:31:09 wiz Exp $ 1# $NetBSD: Makefile,v 1.62 2015/08/26 13:39:13 wiz Exp $
2 2
3DISTNAME= gphoto2-2.4.14 3DISTNAME= gphoto2-2.5.8
4PKGREVISION= 2 
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/ 9HOMEPAGE= http://gphoto.sourceforge.net/
11COMMENT= Digital camera access command line client 10COMMENT= Digital camera access command line client
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14CONFLICTS= gphoto-[0-9]* 13CONFLICTS= gphoto-[0-9]*
15 14
16USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes

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

--- pkgsrc/graphics/gphoto2/distinfo 2012/07/02 16:12:34 1.21
+++ pkgsrc/graphics/gphoto2/distinfo 2015/08/26 13:39:13 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2012/07/02 16:12:34 drochner Exp $ 1$NetBSD: distinfo,v 1.22 2015/08/26 13:39:13 wiz Exp $
2 2
3SHA1 (gphoto2-2.4.14.tar.bz2) = e15d9795f10a18c1e8e2ddbd3a99d982b141a625 3SHA1 (gphoto2-2.5.8.tar.bz2) = 319a81c855e76c0946140b57be2c5b7a6b877012
4RMD160 (gphoto2-2.4.14.tar.bz2) = 9a092ef79748062347d9b1ce017c01dc21992aea 4RMD160 (gphoto2-2.5.8.tar.bz2) = b5edce0e89bffedda2a80dfb59f8a724fe33f6c5
5Size (gphoto2-2.4.14.tar.bz2) = 669292 bytes 5Size (gphoto2-2.5.8.tar.bz2) = 777235 bytes