Commit graph

23 commits

Author SHA1 Message Date
agc
7f810a359f Add SHA512 digests for distfiles for graphics category
Problems found with existing digests:
	Package fotoxx distfile fotoxx-14.03.1.tar.gz
	ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
	118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
	Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
	34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
	Package pgraf: missing distfile pgraf-20010131.tar.gz
	Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 21:33:50 +00:00
wiz
af8f9f1500 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).
2015-08-26 13:39:13 +00:00
drochner
af102e69f3 update to 2.4.14
changes:
-disable aalib by default
-"--list-all-config" to dump the full config tree + values
-bugfixes
-translation updates

pkgsrc note: dropped aalib support
2012-07-02 16:12:34 +00:00
drochner
97df727166 update to 2.4.11
changes:
-Switched %n behaviour to be linear increasing, instead of a folder index
-translation updates
2011-11-07 11:04:21 +00:00
drochner
c778330fd2 update to 2.4.7
changes:
-New cmdline options / shell commands (set-config-index/value,
 wait-event)
-Enhanced --quietness
-Updated translations
-Various bugfixes
2009-11-20 17:06:01 +00:00
obache
8ceac785c8 Update gphoto2 to 2.4.5.
---------------------------------------------------------------------------
gphoto2 2.4.5

 * Updated translations
 * Pressing Ctrl-C in tethered capture mode works now.
2009-05-19 07:52:02 +00:00
drochner
374ff67ea8 update to 2.4.4
changes:
-Updated translations
-SIGUSR2 added ... "exit interval capture after next shot"
2009-01-26 15:44:21 +00:00
chuck
c999b54941 update to gphoto2-2.4.3 2008-11-14 18:56:30 +00:00
wiz
bff85e7ee8 Update to 2.4.2:
gphoto2 2.4.2

 * Updated translations.
 * Major change in behaviour:

   --capture-image split into:
	 --capture-image		: Just captures image, no download.
	 --capture-image-and-download	: captures image and downloads it.
2008-08-14 20:34:32 +00:00
sborrill
275b9c1452 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.
2008-04-29 09:35:15 +00:00
adam
6cec3d55bd Changes 2.3.1:
* Added --hook-script option, including man page update and test-hook.sh.
  * Fix: --get-all-metadata takes no argument.

Changes 2.3.0:
  * Require popt library to parse command line options.
  * Partitioned command line options into groups of related options.
  * Added --debug-logfile=FILENAME option.
  * Only load all camlibs if necessary.
  * (Half-)Fix to make --with-libgphoto2=PREFIX configure parameter work.
  * Preliminary support for lower-case filenames in --filename pattern: %:
  * Added "rmdir" command to gphoto2 --shell.
2007-01-02 18:33:50 +00:00
drochner
c90941aa60 update to 2.1.6
changes:
-new --set-config option
-cleanup
-translation updates
2005-07-19 17:28:13 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
drochner
b3aaa4a382 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 <var>
- New capture option:
  --frames=count
  --interval=seconds
-fixes
-new translations
2005-01-05 15:56:42 +00:00
tron
8addf3431b Make ths build with version 0.6.11 of the "libexif" package. Also set
"BUILDLINK_DEPENDS.libexif" because the package no longer works with old
version of the "libexif" packacke. Bump package revision because of
these changes.
2004-10-29 08:27:48 +00:00
drochner
7e1c2472dc update to 2.1.4
changes: bugfixes, support for more cameras
2004-02-20 16:06:22 +00:00
is
f3011de12c Update to version 2.1.2. 2003-09-28 18:59:09 +00:00
wiz
75f2835239 Update to 2.1.1. Rename the package to gphoto2 to match the installed
program. libgphoto2 is split from gphoto2 in this (minor version(!))
release.
Newly supported cameras include:
Ricoh RDC-1, -2, -2E, -100G, -300, -300Z, -4200, -4300, -5000
Philips ESP2, ESP50, ESP60, ESP70, ESP80, ESP80SXG
Canon PowerShot G3, S230, S45, A100, A200
Nikon D100
Mustek gSmart mini, mini2, mini3 and So. Show 301
USB Jenoptik JD350v
RCA CDS1005, FujiFilm @xia ix-100, Oregon Scientific DShot II,
Media-Tech mt-406, and Scott APX 30
Aiptek Pencam and Medion MD 5319
and probably some more
2002-12-24 16:24:07 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
mycroft
f7ae94e964 Update to gphoto 2.1.0. Major changes is added support for several new Kodak
and Canon cameras (e.g. ELPH S200, DX-4900).
2002-07-12 21:22:21 +00:00
martti
af11b72b8f Updated gphoto to 2.0 (provided by Amitai Schlair in pkg/15727)
The changelog since the last version of gphoto2 in pkgsrc
(a beta from July) is 150K+. Please note that this is no longer
a beta version!
2002-02-26 13:14:54 +00:00
veego
445e532847 Bump to gphoto-2.0beta1nb1, aber adding patches to make the Kodak DC280
working.
2001-07-08 21:47:21 +00:00
garbled
bda60534b4 initial import of gphoto2 package. This is related to gphoto, but no
longer bundles the UI, and now supports USB.  These packages are really
quite separate, so this does not replace the old gphoto pkg.
2001-07-08 01:47:40 +00:00