Next | Query returned 124 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2009-05-19 09:50:13 by OBATA Akio | Files touched by this commit (3) | Package updated
Log message:
Update libgphoto2 to 2.4.6.

------------------------------------------------------------------------
libgphoto2 2.4.6

This is a 2.4 release branch update.

PTP2 driver:
   * Fixed Nikon DSLR capture in LiveView mode (like gtkam uses).
   * More Canon EOS stuff decoded, added experimental "capturetarget" \ 
support
     for EOS.
   * Canon EOS LiveView support (experimental, reported working for EOS 1000D).
   * Added new USB ids:
        - Kodak V803, M1063
        - Canon PowerShot A650IS, SD990 (aka IXUS 980IS), SD880IS, A480
        - Canon EOS 50D
        - Fuji FinePix S1000fd
   * Retrieve filedates again from PTP objects.
   * speedup: Do not list files on / (there aren't any).
   * Bugfixes.

Canon driver:
   * Support Exposure Bias setting.
   * More shutterspeeds.

libgphoto2:
   * Fixed a problem during file retrieval which causes Canon Normal
     --capture-image-and-download errors, handle CR2 and CRW mimetypes.
   * Fixed ordering of filelists again that broke the digigr8 driver.
   * Translation updates.

digigr8:
   * Added a new version of the disney pix micro.

------------------------------------------------------------------------
libgphoto2 2.4.5

This is a 2.4 release branch update.

PTP2 driver:
   * Increased timeout for Canon Viewfinder enable.
   * Fixed intial Canon timeout (0.5 -> 1.5 seconds), was too small
     for some Canons.
   * Canon EOS capture mode and tethered mode bugfixes.
   * Nikon DSLR LiveView support, with Autofocus and ManualFocus Drive possibili
ty.
   * Nikon tethered capture fixes.
   * New cameras listed:
                Nikon CoolPix P50, S60
                Canon Digital IXUS 85
                Canon PowerShot A740, G10,
                Canon EOS 5D Mark II
   * Merged new IDs of Music Players from libmtp.
   * Lots of bugfixes.

KODAK DC240:
   * Made driver work again.
   * Cleanups

libgphoto2:
   * rewrote gphoto2-filesys.c to be dynamic and fix LRU problems.
     (backport from TRUNK)
   * Translation updates.

libgphoto2_port:
   * added --enable/--disable configure options for: disk, serial, ptpip
   * added --with/--without configure options for: bonjour, hal
   * backported Gentoo "if just canon driver selected, auto-select ptp2 \ 
driver"
     usability fix.
   * Translation updates.
   2009-04-08 21:17:35 by Matthias Drochner | Files touched by this commit (1)
Log message:
add linux udev scripts, might help problem seen in Linux bulk build
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-03-18 14:25:11 by Matthias Drochner | Files touched by this commit (1)
Log message:
remove linjpeg, it is not referenced by the exported libraries
   2009-01-26 16:43:09 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 2.4.4
changes:
-many improvements to PTP
-Experimental driver for jl2005c based cameras added
-Serial driver: do not lock device during probe to reduce startup time
-bugfixes
-translation updates

pkgsrc note: tested with EOS40D (capture das still not work)
   2008-11-18 21:49:46 by Chuck Cranor | Files touched by this commit (1)
Log message:
do pkgrevision bump because the binary package changed.
   2008-11-18 21:25:13 by Chuck Cranor | Files touched by this commit (1)
Log message:
add new files for 2.4.3
   2008-11-18 19:05:16 by Chuck Cranor | Files touched by this commit (2)
Log message:
camlibs/smal/ultrapocket.c must include <locale.h>, pulled from gphoto
SVN trunk:
http://gphoto.svn.sourceforge.net/viewvc/gphoto/trunk/libgphoto2/camlibs/smal/ultrapocket.c?r1=11478&r2=11485
fixes compile problem on some systems (e.g. undefined LC_ALL)
   2008-11-14 19:55:32 by Chuck Cranor | Files touched by this commit (3) | Package updated
Log message:
update to libgphoto2-2.4.3, plus pull in darwin fix for
camlibs/sonydscf1/sonydscf1.c from gphoto trunk
(u_short => unsigned short)
   2008-08-14 22:30:24 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
Update to 2.4.2:

libgphoto2 2.4.2

This is a 2.4 release branch update.

libgphoto2:
   * Camera abilities list sorting now uses qsort(),
     bringing startup speedups by seconds. (0.4 seconds on 2GHz machine).

   * On large files, do not try to retrieve thumbnails.

   * Updated lots of translations.

PTP2 driver:
   * Full merge of TRUNK ptp2 camlib.

   * Lots of new IDs added. Also changed MTP id handling to share devices
     with current libmtp.
   * Canon now can capture to both CF/SD Card and internal memory
     with extract/retracting the lens. "capturetarget" config option
     determines which ones used.

   * EOS capture support made working with newer Canon EOS models,
     now reported working for EOS 400D, 450D, 40D.

   * Handle MTP -> Canon/Nikon vendor id transitions better.
   * Download cancellation support.
   * Handle canon cameras with shorter timeouts on startup (hopefully
     does not break) to avoid very long second startup delays.

   * Lots of bugfixes.

Canon driver:
   * Configuration of Flash, Beep and Zoom added.
   * Enable/disable remote mode only once per session (on demand)
   * Fixed a CR2 thumbnail download problem.
   * Fixed a THM download problem (for movies).
   * Moved some more cameras over to PTP2 driver.

Topfield driver:
   * New driver for Topfield PVR5000 device(s).

* Sony DSC F1 (old serial) driver:
   * Merged from TRUNK, working now.

Next | Query returned 124 messages, browsing 51 to 60 | Previous