summaryrefslogtreecommitdiff
path: root/devel/libgphoto2
AgeCommit message (Collapse)AuthorFilesLines
2013-03-15fixes missing revision bump from jpeg-9.obache1-1/+2
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-02update to 2.4.14drochner3-7/+10
changes: -new cameras: Nikon S6000, Canon PowerShot A3000, PowerShot SX230HS, Canon EOS 5D Mark III, Sony SLT A35, Nikon Coolpix AW100 -faster Canon EOS directory loading -Canon EOS and Nikon support improvements -bugfixes -translation updates tested with EOS40 (much faster than before indeed!)
2012-02-13update to 2.4.12drochner4-13/+15
changes: -support for new cameras -minor feature additions for Canon and Nikon drivers -minor cleanup, translation updates
2011-11-18Comment out 'check-mtp-device' in PLIST.Linux because it is not installedsbd1-2/+2
and the README.packaging in the distribution says its 'not working yet'.
2011-11-07update to 2.4.11drochner3-12/+21
changes: -support for many new cameras -fixes to various backends -bugfixes
2011-05-01add back devel/libusb/buildlink3.mk so this builds on NetBSD 5.99.51 againabs1-4/+5
2011-04-28Fix build on OpenIndiana and probably other SunOS variants. Recent SunOShans3-13/+4
has a native libusb, so enable the USB backend.
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-12-15Recursive bump for libltdljoerg1-1/+2
2009-11-20update to 2.4.7drochner6-33/+34
changes: -bugfixes and improvements to the PTP2 driver -cleanup -translation updates
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-07-22Remove empty PLIST.common_end.wiz1-1/+0
2009-06-14Remove @dirrm entries from PLISTsjoerg2-14/+2
2009-05-19Update libgphoto2 to 2.4.6.obache3-12/+8
------------------------------------------------------------------------ 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-04-08add linux udev scripts, might help problem seen in Linux bulk builddrochner1-1/+3
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-18remove linjpeg, it is not referenced by the exported librariesdrochner1-2/+1
2009-01-26update to 2.4.4drochner4-22/+8
changes: -many improvements to PTP -Experimental driver for jl2005c based cameras added -Serial driver: do not lock device during probe to reduce startup time -bugfixes -translation updates pkgsrc note: tested with EOS40D (capture das still not work)
2008-11-18do pkgrevision bump because the binary package changed.chuck1-1/+2
2008-11-18add new files for 2.4.3chuck1-1/+6
2008-11-18camlibs/smal/ultrapocket.c must include <locale.h>, pulled from gphotochuck2-1/+14
SVN trunk: http://gphoto.svn.sourceforge.net/viewvc/gphoto/trunk/libgphoto2/camlibs/smal/ultrapocket.c?r1=11478&r2=11485 fixes compile problem on some systems (e.g. undefined LC_ALL)
2008-11-14update to libgphoto2-2.4.3, plus pull in darwin fix forchuck3-6/+20
camlibs/sonydscf1/sonydscf1.c from gphoto trunk (u_short => unsigned short)
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).