[Lunar-commits] r22639 - in moonbase/trunk/graphics: digikam digikamplugins

Dennis Veatch stumbles at lunar-linux.org
Mon Dec 18 19:21:13 CET 2006


Author: stumbles
Date: 2006-12-18 19:21:13 +0100 (Mon, 18 Dec 2006)
New Revision: 22639

Modified:
   moonbase/trunk/graphics/digikam/BUILD
   moonbase/trunk/graphics/digikam/DETAILS
   moonbase/trunk/graphics/digikamplugins/BUILD
   moonbase/trunk/graphics/digikamplugins/DETAILS
Log:

Version bump with lots of goodness.



Modified: moonbase/trunk/graphics/digikam/BUILD
===================================================================
--- moonbase/trunk/graphics/digikam/BUILD	2006-12-18 16:47:30 UTC (rev 22638)
+++ moonbase/trunk/graphics/digikam/BUILD	2006-12-18 18:21:13 UTC (rev 22639)
@@ -1,11 +1,8 @@
 (
-  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}     \
-               --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
-               --disable-debug                     \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
-               $OPTS                              &&
 
-  default_make
- 
+  . /etc/profile.d/qt3.rc
+  . /etc/profile.d/kde3.rc
+
+  default_build
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/graphics/digikam/DETAILS
===================================================================
--- moonbase/trunk/graphics/digikam/DETAILS	2006-12-18 16:47:30 UTC (rev 22638)
+++ moonbase/trunk/graphics/digikam/DETAILS	2006-12-18 18:21:13 UTC (rev 22639)
@@ -1,17 +1,18 @@
           MODULE=digikam
-         VERSION=0.8.2
+         VERSION=0.9.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:6305b1c485a3fe82257907410b256966bb012406
+   MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
+      SOURCE_VFY=sha1:5ccf282ddd3b1df7730536f9e9b360dd0ed2c139
         WEB_SITE=http://www.digikam.org/
          ENTERED=20030403
-         UPDATED=20060727
+         UPDATED=20061218
            SHORT="simple digital photo management application"
 
 cat << EOF
-Digikam is a simple digital photo management application, which makes 
-importing and organizing digital photos a "snap". The photos can be 
-organized in albums which are automatically sorted chronologically. 
-An easy to use interface is provided to connect to your camera and 
+Digikam is a simple digital photo management application, which makes
+importing and organizing digital photos a "snap". The photos can be
+organized in albums which are automatically sorted chronologically.
+An easy to use interface is provided to connect to your camera and
 preview images and download and/or delete them.
 EOF

Modified: moonbase/trunk/graphics/digikamplugins/BUILD
===================================================================
--- moonbase/trunk/graphics/digikamplugins/BUILD	2006-12-18 16:47:30 UTC (rev 22638)
+++ moonbase/trunk/graphics/digikamplugins/BUILD	2006-12-18 18:21:13 UTC (rev 22639)
@@ -1,11 +1,8 @@
 (
-  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}     \
-               --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
-               --disable-debug                     \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
-               $OPTS                              &&
 
-  default_make
- 
+  . /etc/profile.d/qt3.rc
+  . /etc/profile.d/kde3.rc
+
+  default_build
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/graphics/digikamplugins/DETAILS
===================================================================
--- moonbase/trunk/graphics/digikamplugins/DETAILS	2006-12-18 16:47:30 UTC (rev 22638)
+++ moonbase/trunk/graphics/digikamplugins/DETAILS	2006-12-18 18:21:13 UTC (rev 22639)
@@ -1,18 +1,19 @@
           MODULE=digikamplugins
-         VERSION=0.8.2
-	  SOURCE=digikamimageplugins-$VERSION.tar.bz2
+         VERSION=0.9.0
+          SOURCE=digikamimageplugins-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/digikamimageplugins-$VERSION
       SOURCE_URL=$SFORGE_URL/digikam/
-      SOURCE_VFY=sha1:9d76e6c0e0cdc49bbb0e9e542cf3f3aab897fbae
+   MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
+      SOURCE_VFY=sha1:233c991fc7d23951f9dc49a74d83700343a1dd50
         WEB_SITE=http://www.digikam.org/
          ENTERED=20040825
-         UPDATED=20060727
+         UPDATED=20061218
            SHORT="Plugins for, digikam a digital photo management application"
 
 cat << EOF
-Digikam is a simple digital photo management application, which makes 
-importing and organizing digital photos a "snap". The photos can be 
-organized in albums which are automatically sorted chronologically. An 
-easy to use interface is provided to connect to your camera and preview 
+Digikam is a simple digital photo management application, which makes
+importing and organizing digital photos a "snap". The photos can be
+organized in albums which are automatically sorted chronologically. An
+easy to use interface is provided to connect to your camera and preview
 images and download and/or delete them.
 EOF



More information about the Lunar-commits mailing list