2007-01-08 17:17:47 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.12 2007/01/08 16:17:47 joerg Exp $
|
2004-02-21 23:58:08 +01:00
|
|
|
|
2004-03-05 20:25:06 +01:00
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
2004-02-21 23:58:08 +01:00
|
|
|
LIBGPHOTO2_BUILDLINK3_MK:= ${LIBGPHOTO2_BUILDLINK3_MK}+
|
|
|
|
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
|
|
BUILDLINK_DEPENDS+= libgphoto2
|
|
|
|
.endif
|
|
|
|
|
2004-03-05 20:25:06 +01:00
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibgphoto2}
|
|
|
|
BUILDLINK_PACKAGES+= libgphoto2
|
2006-07-09 01:10:35 +02:00
|
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libgphoto2
|
2004-03-05 20:25:06 +01:00
|
|
|
|
2004-02-21 23:58:08 +01:00
|
|
|
.if !empty(LIBGPHOTO2_BUILDLINK3_MK:M+)
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.libgphoto2+= libgphoto2>=2.1.2
|
|
|
|
BUILDLINK_ABI_DEPENDS.libgphoto2+= libgphoto2>=2.1.6nb1
|
2004-03-05 20:25:06 +01:00
|
|
|
BUILDLINK_PKGSRCDIR.libgphoto2?= ../../devel/libgphoto2
|
2004-03-18 10:12:08 +01:00
|
|
|
.endif # LIBGPHOTO2_BUILDLINK3_MK
|
2004-03-05 20:25:06 +01:00
|
|
|
|
2007-01-08 17:17:47 +01:00
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
|
|
.if ${OPSYS} != "SunOS"
|
|
|
|
.include "../../devel/libusb/buildlink3.mk"
|
|
|
|
.endif
|
|
|
|
|
2004-02-21 23:58:08 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2004-04-25 06:05:10 +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 "../../graphics/jpeg/buildlink3.mk"
|
2004-02-21 23:58:08 +01:00
|
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
|
|
|
|
2006-04-12 12:26:59 +02:00
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|