[Lunar-commits] CVS: moonbase/kde3-apps/kaffeine BUILD, 1.1, 1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.4, 1.5

Florin Braescu florin at lunar-linux.org
Sun Feb 22 13:29:56 GMT 2004


Update of /var/cvs/lunar/moonbase/kde3-apps/kaffeine
In directory dbguin.lunar-linux.org:/tmp/cvs-serv19822

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
fix the depends. apply the new install scheme.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kaffeine/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	16 Nov 2003 18:53:50 -0000	1.1
+++ BUILD	22 Feb 2004 13:29:54 -0000	1.2
@@ -1,18 +1,11 @@
 (
+  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}      \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
+               --disable-debug                      \
+               --enable-fast-malloc=full            \
+               --with-xinerama                      \
+               $OPTS                                &&
 
-  export PATH=/opt/lunar/qt/3/bin:/opt/lunar/kde/3/bin:$PATH
-  export KDEDIR=/opt/lunar/kde/3
-
-  ./configure    --prefix=/opt/lunar/kde/3             \
-                 --with-qt-dir=/opt/lunar/qt/3         \
-                 --disable-debug                       \
-                 --enable-fast-malloc=full             \
-                 --with-xinerama                       \
-                 $OPTS                                &&
-
-  make                 &&
-  prepare_install      &&
-  make install         
-
+  default_make
  
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kaffeine/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	16 Nov 2003 18:53:50 -0000	1.1
+++ DEPENDS	22 Feb 2004 13:29:54 -0000	1.2
@@ -1,6 +1,5 @@
-depends "MPlayer" &&
-depends "kdelibs3" &&
-depends "kdemultimedia3"
+depends  kdemultimedia3 &&
+depends  xine-lib 
 
 
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kaffeine/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	20 Jan 2004 15:00:41 -0000	1.4
+++ DETAILS	22 Feb 2004 13:29:54 -0000	1.5
@@ -8,7 +8,7 @@
          ENTERED=20031116
          UPDATED=20040120
         MAINTAINER=florin at lunar-linux.org
-        SHORT="Xine based frontend for KDE."
+        SHORT="Kaffeine is an xine based frontend for KDE."
 
 cat << EOF
 Kaffeine is a xine based media player for KDE.



More information about the Lunar-commits mailing list