pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libgphoto2 Update to 2.4.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/5564e3a3bed2
branches: trunk
changeset: 545842:5564e3a3bed2
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Aug 14 20:30:24 2008 +0000
description:
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.
diffstat:
devel/libgphoto2/Makefile | 4 ++--
devel/libgphoto2/PLIST.common | 6 +++---
devel/libgphoto2/PLIST.common_end | 4 ++--
devel/libgphoto2/distinfo | 8 ++++----
4 files changed, 11 insertions(+), 11 deletions(-)
diffs (78 lines):
diff -r 4249a469d492 -r 5564e3a3bed2 devel/libgphoto2/Makefile
--- a/devel/libgphoto2/Makefile Thu Aug 14 19:38:40 2008 +0000
+++ b/devel/libgphoto2/Makefile Thu Aug 14 20:30:24 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2008/06/14 21:23:09 heinz Exp $
+# $NetBSD: Makefile,v 1.42 2008/08/14 20:30:24 wiz Exp $
-DISTNAME= libgphoto2-2.4.1
+DISTNAME= libgphoto2-2.4.2
CATEGORIES= devel graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}
EXTRACT_SUFX= .tar.bz2
diff -r 4249a469d492 -r 5564e3a3bed2 devel/libgphoto2/PLIST.common
--- a/devel/libgphoto2/PLIST.common Thu Aug 14 19:38:40 2008 +0000
+++ b/devel/libgphoto2/PLIST.common Thu Aug 14 20:30:24 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.12 2008/04/29 09:31:38 sborrill Exp $
+@comment $NetBSD: PLIST.common,v 1.13 2008/08/14 20:30:24 wiz Exp $
bin/gphoto2-config
bin/gphoto2-port-config
include/gphoto2/gphoto2-abilities-list.h
@@ -78,6 +78,7 @@
lib/libgphoto2/${PKGVERSION}/stv0674.la
lib/libgphoto2/${PKGVERSION}/stv0680.la
lib/libgphoto2/${PKGVERSION}/sx330z.la
+lib/libgphoto2/${PKGVERSION}/topfield.la
lib/libgphoto2/${PKGVERSION}/toshiba_pdrm11.la
lib/libgphoto2_port/0.8.0/disk.la
lib/libgphoto2_port/0.8.0/ptpip.la
@@ -85,8 +86,6 @@
${PLIST.libusb}lib/libgphoto2_port/0.8.0/usb.la
lib/pkgconfig/libgphoto2.pc
lib/pkgconfig/libgphoto2_port.pc
-lib/udev/check-mtp-device
-lib/udev/check-ptp-camera
man/man3/libgphoto2.3
man/man3/libgphoto2_port.3
share/doc/libgphoto2/AUTHORS
@@ -159,6 +158,7 @@
share/locale/pt_BR/LC_MESSAGES/libgphoto2_port-0.mo
share/locale/ru/LC_MESSAGES/libgphoto2-2.mo
share/locale/ru/LC_MESSAGES/libgphoto2_port-0.mo
+share/locale/sk/LC_MESSAGES/libgphoto2_port-0.mo
share/locale/sl/LC_MESSAGES/libgphoto2-2.mo
share/locale/sl/LC_MESSAGES/libgphoto2_port-0.mo
share/locale/sv/LC_MESSAGES/libgphoto2-2.mo
diff -r 4249a469d492 -r 5564e3a3bed2 devel/libgphoto2/PLIST.common_end
--- a/devel/libgphoto2/PLIST.common_end Thu Aug 14 19:38:40 2008 +0000
+++ b/devel/libgphoto2/PLIST.common_end Thu Aug 14 20:30:24 2008 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST.common_end,v 1.5 2008/04/29 09:31:38 sborrill Exp $
+@comment $NetBSD: PLIST.common_end,v 1.6 2008/08/14 20:30:24 wiz Exp $
@dirrm share/libgphoto2/${PKGVERSION}/konica
@dirrm share/libgphoto2/${PKGVERSION}
@dirrm share/libgphoto2
+@dirrm share/doc/libgphoto2_port
@dirrm share/doc/libgphoto2/camlibs
@dirrm share/doc/libgphoto2
-@dirrm lib/udev
@dirrm lib/libgphoto2_port/0.8.0
@dirrm lib/libgphoto2_port
@dirrm lib/libgphoto2/${PKGVERSION}
diff -r 4249a469d492 -r 5564e3a3bed2 devel/libgphoto2/distinfo
--- a/devel/libgphoto2/distinfo Thu Aug 14 19:38:40 2008 +0000
+++ b/devel/libgphoto2/distinfo Thu Aug 14 20:30:24 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2008/04/29 09:31:38 sborrill Exp $
+$NetBSD: distinfo,v 1.16 2008/08/14 20:30:24 wiz Exp $
-SHA1 (libgphoto2-2.4.1.tar.bz2) = acff08c45e2a69cde2646c321e6140ccd19f1951
-RMD160 (libgphoto2-2.4.1.tar.bz2) = 1671698eec9a1de601de5423d887e8a238a6f41b
-Size (libgphoto2-2.4.1.tar.bz2) = 3493514 bytes
+SHA1 (libgphoto2-2.4.2.tar.bz2) = bde7a9e78e4342878f11b493b53eca5b69107de9
+RMD160 (libgphoto2-2.4.2.tar.bz2) = 3e5562fabdc67ec493248b4afc0853510da3a1c0
+Size (libgphoto2-2.4.2.tar.bz2) = 3444898 bytes
SHA1 (patch-ab) = 921eea83471110dd85197a7171278c7d0556536b
SHA1 (patch-aj) = 111b26861d59dddf7a8d0998cb7ae6513114fe38
SHA1 (patch-ak) = b1e9243cf4d4c78995184b357ba36bdfb0471d76
Home |
Main Index |
Thread Index |
Old Index