summaryrefslogtreecommitdiff
path: root/graphics/gphoto2
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-25/+25
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-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.joerg1-1/+2
2006-01-07Add same fix for new libexif as in libgphoto2. Noted needed by veego.wiz1-1/+7
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-8/+10
changes: -new --set-config option -cleanup -translation updates
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-05update to 2.1.5drochner4-29/+12
changes: - New command line arguments: --list-config - dump the configuration tree of the camera --get-config var - get the configuration entry <var> - New capture option: --frames=count --interval=seconds -fixes -new translations
2004-11-01Include libexif/buildlink3.mk because this package uses libexif directly.minskim1-3/+2
Also remove redundant BUILDLINK_DEPENDS.libexif setting.
2004-10-29Make ths build with version 0.6.11 of the "libexif" package. Also settron3-4/+26
"BUILDLINK_DEPENDS.libexif" because the package no longer works with old version of the "libexif" packacke. Bump package revision because of these changes.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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-04-26Convert to buildlink3.snj1-10/+10
2004-02-20update to 2.1.4drochner3-7/+8
changes: bugfixes, support for more cameras
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-11-12PKGREVISION++ due to devel/popt update.salo1-1/+2
2003-09-28Update to version 2.1.2.is3-7/+8
2003-09-28upgrade libgphoto2 buildlink file to -2.1.2, and bump the package revisionis1-2/+2
of its consumers.
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-24Needs devel/pkgconfig at configure time to locate some libraries.schmonz1-1/+2
2002-12-24Fix CATEGORIES.wiz1-2/+2
2002-12-24Update to 2.1.1. Rename the package to gphoto2 to match the installedwiz5-230/+28
program. libgphoto2 is split from gphoto2 in this (minor version(!)) release. Newly supported cameras include: Ricoh RDC-1, -2, -2E, -100G, -300, -300Z, -4200, -4300, -5000 Philips ESP2, ESP50, ESP60, ESP70, ESP80, ESP80SXG Canon PowerShot G3, S230, S45, A100, A200 Nikon D100 Mustek gSmart mini, mini2, mini3 and So. Show 301 USB Jenoptik JD350v RCA CDS1005, FujiFilm @xia ix-100, Oregon Scientific DShot II, Media-Tech mt-406, and Scott APX 30 Aiptek Pencam and Medion MD 5319 and probably some more
2002-12-01USE_PKGLOCALEDIR, remove unnecessary patch, delint.salo1-1/+2
2002-10-07Unused.wiz1-46/+0
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-6/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-27buildlink1 -> buildlink2. Disable readline support since its detection isjlam1-19/+28
currently broken (though not too hard to fix), and add a dependency on glib for the "jamcam" module, which was building with glib as a hidden dependency all this time (luckily, buildlink2 didn't let it get away with it like buildlink1 did).
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam4-3/+23
buildlink2.mk files back into the main trunk.
2002-07-12Update to gphoto 2.1.0. Major changes is added support for several new Kodakmycroft3-125/+141
and Canon cameras (e.g. ELPH S200, DX-4900).
2002-02-26Updated gphoto to 2.0 (provided by Amitai Schlair in pkg/15727)martti10-316/+237
The changelog since the last version of gphoto2 in pkgsrc (a beta from July) is 150K+. Please note that this is no longer a beta version!
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-02This seems to depend on glib, too. Add dependency. Noted by recent bulk build.wiz1-3/+3
2001-08-01msgfmt or bust!wiz1-2/+3
Make pkgname dewey while I'm here.
2001-07-08Bump to gphoto-2.0beta1nb1, aber adding patches to make the Kodak DC280veego2-2/+5
working.
2001-07-08Patch from bugtracking system of gphoto:veego1-0/+104
http://sourceforge.net/tracker/index.php?func=detail&aid=438529&group_id=8874&atid=108874 Summary: DC240 USB driver only handle DC240 DC240 driver is compatible with DC280, DC3400 and DC5000 camera. While serial connection should work as is, USB connection is fixed to DC240 as the USB driver only looks for device 0x0120 while the 3 other have another USB device id. See dc240.c, camera_init() and camera_abilities(). Not yet applied to the gphoto2 source tree, but this patch makes it possible to use my Kodak DC280.
2001-07-08Patch from bugtracking system of gphoto:veego1-0/+26
http://sourceforge.net/tracker/index.php?func=detail&aid=438155&group_id=8874&atid=108874 Summary: gphoto2 leave DC240 in an unstable state Fetching a list of all the files on the DC240 camera leave the camera in an unstable state, making it hard to shutdown. Was applied in revision 1.4 to the ghoto2 source tree, plus an additional patch, so use this version and not the patch from above.
2001-07-08initial import of gphoto2 package. This is related to gphoto, but nogarbled8-0/+211
longer bundles the UI, and now supports USB. These packages are really quite separate, so this does not replace the old gphoto pkg.