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