summaryrefslogtreecommitdiff
path: root/graphics/gphoto2
AgeCommit message (Collapse)AuthorFilesLines
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.