[Lunar-commits] r20889 - moonbase/trunk/graphics/libgphoto2
Dennis Veatch
stumbles at lunar-linux.org
Thu Aug 3 15:34:54 UTC 2006
Author: stumbles
Date: 2006-08-03 15:34:54 +0000 (Thu, 03 Aug 2006)
New Revision: 20889
Added:
moonbase/trunk/graphics/libgphoto2/BUILD
Modified:
moonbase/trunk/graphics/libgphoto2/DETAILS
Log:
The addition of the BUILD is a temporary fix that corrects a build problem
with "print-camera-list.c:51:36: gphoto2/gphoto2-camera.h" resulting in a
failed build. This problem exsits in version 2.0 and 2.1 and should be
corrected in version 2.2. Which then the BUILD can be deleted, after
testing of course.
Added: moonbase/trunk/graphics/libgphoto2/BUILD
===================================================================
--- moonbase/trunk/graphics/libgphoto2/BUILD (rev 0)
+++ moonbase/trunk/graphics/libgphoto2/BUILD 2006-08-03 15:34:54 UTC (rev 20889)
@@ -0,0 +1,9 @@
+(
+
+ ./configure --prefix=/usr \
+ $OPTS &&
+
+ make all-local &&
+ default_make
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/graphics/libgphoto2/DETAILS
===================================================================
--- moonbase/trunk/graphics/libgphoto2/DETAILS 2006-08-03 14:32:44 UTC (rev 20888)
+++ moonbase/trunk/graphics/libgphoto2/DETAILS 2006-08-03 15:34:54 UTC (rev 20889)
@@ -1,11 +1,11 @@
MODULE=libgphoto2
- VERSION=2.2.0
+ VERSION=2.2.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/gphoto/
- SOURCE_VFY=sha1:9eb93a0cad7026f356c7a975dc8fedae4f1bb374
+ SOURCE_VFY=sha1:cca8ae4c4702444c899a1ab3b88003170f7ccb82
WEB_SITE=http://gphoto.sourceforge.net/
ENTERED=20030108
- UPDATED=20060618
+ UPDATED=20060803
SHORT="the libraries for gphoto"
cat << EOF
More information about the Lunar-commits
mailing list