diff options
author | sborrill <sborrill@pkgsrc.org> | 2008-04-29 09:31:09 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2008-04-29 09:31:09 +0000 |
commit | c9443909c946e22d63c624d834bb6c8b42699269 (patch) | |
tree | 2360f4b2dfb881d180c7785dbc89150be53954ab /devel/libgphoto2/Makefile | |
parent | 40532a152ccad605e5dfbf69efb47de8b23ca0b4 (diff) | |
download | pkgsrc-c9443909c946e22d63c624d834bb6c8b42699269.tar.gz |
Changes:
libgphoto2 2.4.1
This is a 2.4 release branch update.
Package / System integration:
* HAL FDI files now use "info.subsystem" instead of "info.bus", required
by hal after March 2008.
* Suppress another Olympus camera in FDI file that is better of done
using Mass Storage only.
libgphoto2_port:
* Suppress more known network filesystems in "disk" autodetection
* disabled usb_reset for Canon cameras in "usb", broke EOS cameras.
PTP2 driver:
* Merged all new Camera IDs from TRUNK.
* Configuration bugfix for multiple options with the same name.
* Capture bugfix for Nikon Coolpix
* Various small bugfixes.
Canon driver:
* Increased the event timeout, so operations work again.
* Fixed a bug in interval capture
* some additional configuration values for newer cameras
Mars driver:
* Synced with SVN TRUNK (1:1 copy).
* Better whitebalance postprocessing
* Camera ids added
* Decompression fixes
Digigr8 driver:
* Synced with SVN TRUNK (1:1 copy).
* bugfixes
Sonix driver:
* Synced with SVN TRUNK (1:1 copy).
* bugfixes
+ changes from 2.3.x
Diffstat (limited to 'devel/libgphoto2/Makefile')
-rw-r--r-- | devel/libgphoto2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libgphoto2/Makefile b/devel/libgphoto2/Makefile index 476d89e736c..2ebcc40de72 100644 --- a/devel/libgphoto2/Makefile +++ b/devel/libgphoto2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2008/04/12 22:42:59 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2008/04/29 09:31:38 sborrill Exp $ -DISTNAME= libgphoto2-2.3.1 -PKGREVISION= 4 +DISTNAME= libgphoto2-2.4.1 CATEGORIES= devel graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/} EXTRACT_SUFX= .tar.bz2 @@ -32,6 +31,7 @@ post-install: rm ${PREFIX}/include/gphoto2/gphoto2 .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/libltdl/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/libexif/buildlink3.mk" |