[Lunar-commits] CVS: moonbase/audio/amarok BUILD, 1.1, 1.2 DEPENDS, 1.1, 1.2

Florin Braescu florin at lunar-linux.org
Sat Jan 22 06:33:07 UTC 2005


Update of /var/cvs/lunar/moonbase/audio/amarok
In directory espresso.foo-projects.org:/tmp/cvs-serv22536/audio/amarok

Modified Files:
	BUILD DEPENDS 
Log Message:
add k3b as an optional depend.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/amarok/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	11 Jan 2005 21:03:34 -0000	1.1
+++ BUILD	22 Jan 2005 06:33:05 -0000	1.2
@@ -1,8 +1,10 @@
 (
-  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}      \
-               --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
-               --disable-debug                      \
-               $OPTS                                &&
+  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}     \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
+               --disable-debug                     \
+               --enable-fast-malloc=full           \
+               --with-xinerama                     \
+               $OPTS                              &&
 
   default_make
  

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/amarok/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	11 Jan 2005 21:03:34 -0000	1.1
+++ DEPENDS	22 Jan 2005 06:33:05 -0000	1.2
@@ -1,5 +1,8 @@
-depends kdelibs3 &&
-depends taglib &&
+depends kdemutlimedia3 &&
+depends taglib         &&
+
+optional_depends "k3b"       "" ""  \
+                 "cd/dvd burning support" &&
 
 optional_depends "gstreamer" "--with-gstreamer" \
 		 "--without-gstreamer" \



More information about the Lunar-commits mailing list