[Lunar-commits] CVS: moonbase/graphics/libkipi BUILD, 1.1, 1.2 DETAILS, 1.2, 1.3

Florin Braescu florin at lunar-linux.org
Fri Jan 7 16:27:13 UTC 2005


Update of /var/cvs/lunar/moonbase/graphics/libkipi
In directory espresso.foo-projects.org:/tmp/cvs-serv23930/graphics/libkipi

Modified Files:
	BUILD DETAILS 
Log Message:
add the needed depend.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/libkipi/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	4 Jan 2005 07:05:37 -0000	1.1
+++ BUILD	7 Jan 2005 16:27:11 -0000	1.2
@@ -1,5 +1,12 @@
-( 
-OPTS="$OPTS --prefix=$KDEDIR"
-default_config &&
-default_make
+(
+
+  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}     \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
+               --disable-debug                     \
+               --enable-fast-malloc=full           \
+               --with-xinerama                     \
+               $OPTS                              &&
+
+  default_make
+ 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/libkipi/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	14 Oct 2004 04:16:32 -0000	1.2
+++ DETAILS	7 Jan 2005 16:27:11 -0000	1.3
@@ -1,11 +1,13 @@
           MODULE=libkipi
          VERSION=0.1
           SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=$SFORGE_URL/digikam/
+   SOURCE_URL=$SFORGE_URL/digikam/
+     SOURCE_VFY=sha1:cfd3ad8014492417e4c882336c8f8ea88cf5effb
         WEB_SITE=http://extragear.kde.org/apps/kipi.php
          ENTERED=20041014
          UPDATED=20041014
            SHORT="KDE image plug-in interface"
+
 cat << EOF
 Kipi (KDE Image Plugin Interface) is an effort to develop a common 
 plugin structure for Digikam, KimDaBa, Showimg, and GwenView. 



More information about the Lunar-commits mailing list