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

Florin Braescu florin at lunar-linux.org
Tue Feb 24 08:36:18 GMT 2004


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

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
a first commit for the new install scheme of kde.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kplayer/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	1 May 2003 23:49:51 -0000	1.1
+++ BUILD	24 Feb 2004 08:36:15 -0000	1.2
@@ -1,18 +1,12 @@
 (
+  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}      \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
+               --disable-debug                      \
+	       --enable-final                       \
+               --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/kplayer/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	1 May 2003 23:49:51 -0000	1.1
+++ DEPENDS	24 Feb 2004 08:36:15 -0000	1.2
@@ -1,6 +1,5 @@
-depends "MPlayer" &&
-depends "kdelibs3" &&
-depends "kdemultimedia3"
+depends  kdemultimedia3 &&
+depends  MPlayer
 
 
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kplayer/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	6 Nov 2003 21:29:49 -0000	1.4
+++ DETAILS	24 Feb 2004 08:36:15 -0000	1.5
@@ -7,14 +7,11 @@
         WEB_SITE=http://kplayer.sourceforge.net/
          ENTERED=20030502
          UPDATED=20031106
-           SHORT="KPlayer is a KDE media player based on MPlayer."
-cat << EOF
-Features include video, audio and subtitle playback from file, URL, DVD, VCD,
-audio CD, TV, etc.; volume, contrast, brightness, hue and saturation controls;
-zooming, full screen and fixed aspect options; status and progress display
-and seeking; user friendly interface.
+        SHORT="KPlayer is a KDE media player based on MPlayer."
 
-Among planned enhancements are configuration dialog, global and per-file
-options, playlist, further KDE integration, MPlayer config file handling,
-support for media encoding.
+cat << EOF
+KPlayer is a KDE media player based on MPlayer with video, audio and subtitle 
+playback from file, URL, DVD, VCD, audio CD, TV, etc.; volume, contrast, 
+brightness, hue and saturation controls; zooming, full screen and fixed aspect 
+options; status and progress display and seeking; user friendly interface.
 EOF



More information about the Lunar-commits mailing list