2012-02-13 13:08:11 +01:00
|
|
|
# $NetBSD: Makefile,v 1.56 2012/02/13 12:08:11 drochner Exp $
|
2002-12-24 17:18:14 +01:00
|
|
|
|
2012-02-13 13:08:11 +01:00
|
|
|
DISTNAME= libgphoto2-2.4.12
|
2004-04-25 06:15:48 +02:00
|
|
|
CATEGORIES= devel graphics
|
2002-12-24 17:18:14 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}
|
Changes 2.3.1:
PTP:
* Fixed a memory leak in continuous Nikon / Canon capture mode.
Bindings:
* Moved all bindings into separate packages.
Package / System integration:
* Add README.packaging file.
* Removed obsolete print-usb-usermap. Use
"print-camera-list usb-usermap usbcam" instead.
* Fix libgphoto2 symbol list: Removed gpi_gphoto_port_type_map
* Add new permission setup script doing class based matching for
PTP class cameras not listed explicitly by USB IDs.
Changes 2.3.0:
PTP:
* Improved Nikon remote control
* Improved Canon file download
- faster directory retrieval (especially on cameras with lots of files)
- "new" images are marked (gphoto2 --new, digikam)
* MTP Playlist support (upload and download)
* MTP Metadata support (upload and download, Artist, Title, Playtime ... )
* Lots of other MTP related fixes.
* MTP autodetection on Microsoft OS Descriptor.
* New devices:
Canon PowerShot A540, A530, S3 IS, SD430, SD600, SD700, IXUS 800
2007-01-02 19:32:47 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2002-12-24 17:18:14 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2002-12-24 17:18:14 +01:00
|
|
|
HOMEPAGE= http://gphoto.sourceforge.net/proj/libgphoto2/
|
2003-07-21 18:35:12 +02:00
|
|
|
COMMENT= Digital camera access library
|
2002-12-24 17:18:14 +01:00
|
|
|
|
2008-06-14 23:23:09 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2002-12-24 17:18:14 +01:00
|
|
|
CONFLICTS+= gphoto<2.1.1
|
|
|
|
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
Changes 2.3.1:
PTP:
* Fixed a memory leak in continuous Nikon / Canon capture mode.
Bindings:
* Moved all bindings into separate packages.
Package / System integration:
* Add README.packaging file.
* Removed obsolete print-usb-usermap. Use
"print-camera-list usb-usermap usbcam" instead.
* Fix libgphoto2 symbol list: Removed gpi_gphoto_port_type_map
* Add new permission setup script doing class based matching for
PTP class cameras not listed explicitly by USB IDs.
Changes 2.3.0:
PTP:
* Improved Nikon remote control
* Improved Canon file download
- faster directory retrieval (especially on cameras with lots of files)
- "new" images are marked (gphoto2 --new, digikam)
* MTP Playlist support (upload and download)
* MTP Metadata support (upload and download, Artist, Title, Playtime ... )
* Lots of other MTP related fixes.
* MTP autodetection on Microsoft OS Descriptor.
* New devices:
Canon PowerShot A540, A530, S3 IS, SD430, SD600, SD700, IXUS 800
2007-01-02 19:32:47 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2007-05-01 14:03:26 +02:00
|
|
|
CONFIGURE_ENV+= ac_cv_path_DOXYGEN=false
|
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-05-19 09:50:13 +02:00
|
|
|
PKGCONFIG_OVERRIDE+= libgphoto2.pc.in libgphoto2_port/libgphoto2_port.pc.in
|
2006-01-07 02:56:24 +01:00
|
|
|
|
2005-03-29 15:24:11 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
Changes 2.3.1:
PTP:
* Fixed a memory leak in continuous Nikon / Canon capture mode.
Bindings:
* Moved all bindings into separate packages.
Package / System integration:
* Add README.packaging file.
* Removed obsolete print-usb-usermap. Use
"print-camera-list usb-usermap usbcam" instead.
* Fix libgphoto2 symbol list: Removed gpi_gphoto_port_type_map
* Add new permission setup script doing class based matching for
PTP class cameras not listed explicitly by USB IDs.
Changes 2.3.0:
PTP:
* Improved Nikon remote control
* Improved Canon file download
- faster directory retrieval (especially on cameras with lots of files)
- "new" images are marked (gphoto2 --new, digikam)
* MTP Playlist support (upload and download)
* MTP Metadata support (upload and download, Artist, Title, Playtime ... )
* Lots of other MTP related fixes.
* MTP autodetection on Microsoft OS Descriptor.
* New devices:
Canon PowerShot A540, A530, S3 IS, SD430, SD600, SD700, IXUS 800
2007-01-02 19:32:47 +01:00
|
|
|
|
|
|
|
# remove symbolic link
|
|
|
|
post-install:
|
2008-06-14 23:23:09 +02:00
|
|
|
rm ${DESTDIR}${PREFIX}/include/gphoto2/gphoto2
|
Changes 2.3.1:
PTP:
* Fixed a memory leak in continuous Nikon / Canon capture mode.
Bindings:
* Moved all bindings into separate packages.
Package / System integration:
* Add README.packaging file.
* Removed obsolete print-usb-usermap. Use
"print-camera-list usb-usermap usbcam" instead.
* Fix libgphoto2 symbol list: Removed gpi_gphoto_port_type_map
* Add new permission setup script doing class based matching for
PTP class cameras not listed explicitly by USB IDs.
Changes 2.3.0:
PTP:
* Improved Nikon remote control
* Improved Canon file download
- faster directory retrieval (especially on cameras with lots of files)
- "new" images are marked (gphoto2 --new, digikam)
* MTP Playlist support (upload and download)
* MTP Metadata support (upload and download, Artist, Title, Playtime ... )
* Lots of other MTP related fixes.
* MTP autodetection on Microsoft OS Descriptor.
* New devices:
Canon PowerShot A540, A530, S3 IS, SD430, SD600, SD700, IXUS 800
2007-01-02 19:32:47 +01:00
|
|
|
|
2011-05-01 12:19:52 +02:00
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
Changes 2.3.1:
PTP:
* Fixed a memory leak in continuous Nikon / Canon capture mode.
Bindings:
* Moved all bindings into separate packages.
Package / System integration:
* Add README.packaging file.
* Removed obsolete print-usb-usermap. Use
"print-camera-list usb-usermap usbcam" instead.
* Fix libgphoto2 symbol list: Removed gpi_gphoto_port_type_map
* Add new permission setup script doing class based matching for
PTP class cameras not listed explicitly by USB IDs.
Changes 2.3.0:
PTP:
* Improved Nikon remote control
* Improved Canon file download
- faster directory retrieval (especially on cameras with lots of files)
- "new" images are marked (gphoto2 --new, digikam)
* MTP Playlist support (upload and download)
* MTP Metadata support (upload and download, Artist, Title, Playtime ... )
* Lots of other MTP related fixes.
* MTP autodetection on Microsoft OS Descriptor.
* New devices:
Canon PowerShot A540, A530, S3 IS, SD430, SD600, SD700, IXUS 800
2007-01-02 19:32:47 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2008-04-29 11:31:09 +02:00
|
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
2011-05-01 12:19:52 +02:00
|
|
|
.include "../../devel/libusb/buildlink3.mk"
|
2004-02-21 23:58:08 +01:00
|
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
2011-05-01 12:19:52 +02:00
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
2002-12-24 17:18:14 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|