[Lunar-commits] CVS: moonbase/kde3-apps/kmplayer BUILD, 1.1,
1.2 DEPENDS, 1.1, 1.2
Florin Braescu
florin at lunar-linux.org
Sun Feb 22 13:42:21 GMT 2004
- Previous message: [Lunar-commits] CVS: moonbase/kde3-apps/kaffeine BUILD, 1.1,
1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.4, 1.5
- Next message: [Lunar-commits] CVS: moonbase/kde3-utils/komba2 BUILD, 1.1,
NONE DEPENDS, 1.1, NONE DETAILS, 1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/kde3-apps/kmplayer
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20236
Modified Files:
BUILD DEPENDS
Log Message:
fix the depends. apply the new install scheme.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kmplayer/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 7 Apr 2003 21:19:34 -0000 1.1
+++ BUILD 22 Feb 2004 13:42:19 -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/kmplayer/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 7 Apr 2003 21:19:34 -0000 1.1
+++ DEPENDS 22 Feb 2004 13:42:19 -0000 1.2
@@ -1,6 +1,6 @@
-depends "MPlayer" &&
-depends "kdelibs3" &&
-depends "kdemultimedia3"
+depends kdemultimedia3 &&
+depends xine-lib &&
+depends MPlayer
- Previous message: [Lunar-commits] CVS: moonbase/kde3-apps/kaffeine BUILD, 1.1,
1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.4, 1.5
- Next message: [Lunar-commits] CVS: moonbase/kde3-utils/komba2 BUILD, 1.1,
NONE DEPENDS, 1.1, NONE DETAILS, 1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list