[Lunar-commits] r22637 - in moonbase/trunk/graphics: gphoto2 libgphoto2

Dennis Veatch stumbles at lunar-linux.org
Mon Dec 18 17:37:31 CET 2006


Author: stumbles
Date: 2006-12-18 17:37:31 +0100 (Mon, 18 Dec 2006)
New Revision: 22637

Added:
   moonbase/trunk/graphics/gphoto2/BUILD
Modified:
   moonbase/trunk/graphics/gphoto2/DETAILS
   moonbase/trunk/graphics/libgphoto2/BUILD
   moonbase/trunk/graphics/libgphoto2/DETAILS
Log:

Version bump. Altering the DETAILS and BUILD to bring
in line with the qt/kde profiles.



Added: moonbase/trunk/graphics/gphoto2/BUILD
===================================================================
--- moonbase/trunk/graphics/gphoto2/BUILD	                        (rev 0)
+++ moonbase/trunk/graphics/gphoto2/BUILD	2006-12-18 16:37:31 UTC (rev 22637)
@@ -0,0 +1,8 @@
+(
+
+  . /etc/profile.d/qt3.rc
+  . /etc/profile.d/kde3.rc
+
+   default_build
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/graphics/gphoto2/DETAILS
===================================================================
--- moonbase/trunk/graphics/gphoto2/DETAILS	2006-12-18 16:15:39 UTC (rev 22636)
+++ moonbase/trunk/graphics/gphoto2/DETAILS	2006-12-18 16:37:31 UTC (rev 22637)
@@ -1,11 +1,12 @@
           MODULE=gphoto2
-         VERSION=2.2.0
+         VERSION=2.3.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/gphoto/
-      SOURCE_VFY=sha1:1221864cbacc79248dfc54d21624c49de2710b70
+   MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
+      SOURCE_VFY=sha1:0732c35a19df3142c7cc70e91568bec937b96712
         WEB_SITE=http://www.gphoto.org/
          ENTERED=20021007
-         UPDATED=20060618
+         UPDATED=20061218
            SHORT="digital camera software application for Unix-like systems"
 
 cat << EOF

Modified: moonbase/trunk/graphics/libgphoto2/BUILD
===================================================================
--- moonbase/trunk/graphics/libgphoto2/BUILD	2006-12-18 16:15:39 UTC (rev 22636)
+++ moonbase/trunk/graphics/libgphoto2/BUILD	2006-12-18 16:37:31 UTC (rev 22637)
@@ -1,9 +1,8 @@
 (
 
-   ./configure  --prefix=/usr    \
-                $OPTS           &&
+  . /etc/profile.d/qt3.rc
+  . /etc/profile.d/kde3.rc
 
-	 default_build()
+   default_build
 
-
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/graphics/libgphoto2/DETAILS
===================================================================
--- moonbase/trunk/graphics/libgphoto2/DETAILS	2006-12-18 16:15:39 UTC (rev 22636)
+++ moonbase/trunk/graphics/libgphoto2/DETAILS	2006-12-18 16:37:31 UTC (rev 22637)
@@ -2,11 +2,12 @@
          VERSION=2.3.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/gphoto/
-       SOURCE_VFY=sha1:89bca8f20c85bc326a0faff9f6da489495f93f1c
+   MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
+      SOURCE_VFY=sha1:89bca8f20c85bc326a0faff9f6da489495f93f1c
         WEB_SITE=http://gphoto.sourceforge.net/
          ENTERED=20030108
          UPDATED=20061218
-        SHORT="the libraries for gphoto"
+           SHORT="the libraries for gphoto"
 
 cat << EOF
 libgphoto2 is the core library designed to allow access to digital



More information about the Lunar-commits mailing list