summaryrefslogtreecommitdiff
path: root/devel/libgphoto2
AgeCommit message (Collapse)AuthorFilesLines
2008-08-14Update to 2.4.2:wiz4-11/+11
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.
2008-06-14Added support for installation to DESTDIR.heinz1-2/+4
2008-04-29libltdl is referenced from libgphoto2 only, so put the bl3 include theredrochner1-1/+2
2008-04-29Changes:sborrill14-342/+45
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
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-9/+8
through PLIST_SUBST to the plist module.
2007-12-23print-usb-usermap was removed in 2.3.1. Update PLIST.Linux accordingly.minskim1-2/+1
This fixes PR 37583.
2007-06-21Do not include link options in Makefile dependencies.minskim3-1/+29
This fixes PR 36202.
2007-05-01Use a different way to really disable doxygen. CONFIGURE_FLAGS+=DOXYGEN=noveego1-3/+3
does not work anymore. Use CONFIGURE_ENV+=ac_cv_path_DOXYGEN=false Bump PKGREVISION.
2007-04-25Use improved patch for UCS-2/iconv problems.sborrill4-26/+166
Based on: https://sourceforge.net/tracker/?func=detail&atid=108874&aid=1648398&group_id=8874 Bump PKGREVISION to 3
2007-03-20commit for patch-aaabs1-2/+2
2007-03-20update libgphoto2 to 2.3.1nb2 - fix typo in patch-aaabs2-8/+8
2007-03-19Patch ptp code to work with (hopefully) all implementations of iconv,sborrill3-2/+40
including NetBSD in-tree, pkgsrc and glibc.
2007-02-05Fix build on Solaris.markd4-1/+80
- There is no configure test for limits.h, just use it. - M_READ is a define pulled in from system headers - s/= =/=/ in a Makefile
2007-01-08libusb is recursively needed on !SunOS.joerg2-2/+8
2007-01-08Don't run doxygen, even if it is installed.rillig1-1/+2
2007-01-03PLIST fixadam2-2/+17
2007-01-02Changes 2.3.1:adam9-118/+132
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
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-17Fixed pkglint warning.rillig1-2/+2
2006-05-31Add space after @comment.markd1-2/+2
2006-05-13Add a missing file to PLIST. Bump PKGREVISION.minskim2-3/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-30/+30
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-07Fix configure script to detect libexif header files correctly,wiz1-1/+7
even with 0.6.13. Reported broken by veego@ and tron@.
2005-11-07Add DragonFly support. Depend on errno from errno.h.joerg3-1/+29
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-19update to 2.1.6drochner3-7/+12
changes: -bugfixes -improvements to many camera drivers
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-29libusb package is not available on Solaris so don't depend on it heremarkd2-3/+10
if OS = Solaris.
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-05update to 2.1.5drochner6-65/+53
changes: -many cameras added, misc driver enhancements and fixes -support for multiple USB devices
2004-10-30Bump BUILDLINK_DEPENDS.libexif in libexif/buildlink3.mk andminskim1-2/+2
PKGREVISIONs of packages including it, because the recent update of libexif changed the major version number of libexif. Noted by dieter and Jeremy C. Reed on tech-pkg@.
2004-10-30Include pkgconfig/buildlink3.mk because configure uses pkg-config.minskim1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-109/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-07Add RCS tagscjep1-0/+1
2004-04-26Unused.wiz1-26/+0
2004-04-25Correct botch in last commit.tron1-3/+3
2004-04-25Remove "${PKGMANDIR}/" prefix from entries for manual page. This variabletron1-3/+3
is defined nowhere.
2004-04-25Add "graphics" to CATEGORIES.reed1-2/+2
(I think that this should be moved from the "devel" category.)
2004-04-25Under NetBSD, some libraries were linked with libiconv, such asreed2-2/+4
/usr/pkg/lib/libgphoto2_port.so.5.1. So include libiconv buildlink3.mk.
2004-04-25Remove PLIST and replace by adding PLIST.common and PLIST.common_end.reed4-16/+22
Add PLIST.Linux which has share/doc/libgphoto2/linux-hotplug/usbcam.* files. Bump PKGREVISION. Version needed for BUILDLINK_DEPENDS.libgphoto2 not bumped because this is only documentation.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-6/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-21Make this compile with gcc-2.95 (hi drochner!). Closes PR 24515.cube5-6/+80
bl3ify, and provide a buildlink3.mk file for future bl3ification of dependencies.