head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.10 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.8 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.6 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.4 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.2 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.4.0.26 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.24 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.22 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.20 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.18 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.16 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.14 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.12 pkgsrc-2008Q1:1.4.0.10 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.8 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.6 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.4 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.2 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.3.0.10 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.8 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.6 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.1.0.8 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.6 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.4 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.2 pkgsrc-2004Q1-base:1.1; locks; strict; comment @# @; 1.5 date 2009.11.20.17.02.23; author drochner; state dead; branches; next 1.4; 1.4 date 2007.01.02.18.32.47; author adam; state Exp; branches; next 1.3; 1.3 date 2005.11.07.18.38.37; author joerg; state Exp; branches; next 1.2; 1.2 date 2005.01.05.15.52.52; author drochner; state dead; branches; next 1.1; 1.1 date 2004.02.21.22.58.08; author cube; state Exp; branches; next ; desc @@ 1.5 log @update to 2.4.7 changes: -bugfixes and improvements to the PTP2 driver -cleanup -translation updates @ text @$NetBSD: patch-ab,v 1.4 2007/01/02 18:32:47 adam Exp $ --- camlibs/ptp2/config.c.orig 2007-01-02 17:01:25.000000000 +0100 +++ camlibs/ptp2/config.c @@@@ -23,6 +23,7 @@@@ #include #include #include +#include #include #include @ 1.4 log @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 @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Add DragonFly support. Depend on errno from errno.h. @ text @d3 7 a9 5 --- camlibs/sonydscf1/chotplay.c.orig 2005-11-07 18:27:21.000000000 +0000 +++ camlibs/sonydscf1/chotplay.c @@@@ -28,8 +28,6 @@@@ #include "getuint.h" #include "pmp.h" d11 2 a12 5 -extern int errno; - #define MAX_PICTURE_NUM 200 u_char picture_index[MAX_PICTURE_NUM]; @ 1.2 log @update to 2.1.5 changes: -many cameras added, misc driver enhancements and fixes -support for multiple USB devices @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2004/02/21 22:58:08 cube Exp $ d3 11 a13 19 --- camlibs/aox/library.c.orig Sun Jan 18 19:47:00 2004 +++ camlibs/aox/library.c @@@@ -202,6 +202,7 @@@@ get_file_func (CameraFilesystem *fs, con gp_file_adjust_name_for_mime_type (file); } if ((w == 640)){ + int header_len; /* Stripping useless header */ p_data = data + 0x98; /* Picture is mirror-imaged.*/ @@@@ -222,7 +223,7 @@@@ get_file_func (CameraFilesystem *fs, con GP_DEBUG("size of data = %i\n", sizeof(data)); GP_DEBUG("size of p_data = %i\n", sizeof(p_data)); /* And now create a ppm file, with our own header */ - int header_len = snprintf(header, 127, + header_len = snprintf(header, 127, "P6\n" "# CREATOR: gphoto2, aox library\n" "%d %d\n" @ 1.1 log @Make this compile with gcc-2.95 (hi drochner!). Closes PR 24515. bl3ify, and provide a buildlink3.mk file for future bl3ification of dependencies. @ text @d1 1 a1 1 $NetBSD$ @