[Lunar-commits] CVS: moonbase/video/mplayerplug-in BUILD, 1.4, 1.5 DETAILS, 1.12, 1.13 PRE_BUILD, 1.1, 1.2

Moritz Heiber moe at lunar-linux.org
Wed Sep 15 14:17:13 UTC 2004


Update of /var/cvs/lunar/moonbase/video/mplayerplug-in
In directory espresso.lunar-linux.org:/tmp/cvs-serv14528

Modified Files:
	BUILD DETAILS PRE_BUILD 
Log Message:
Rework of this really amazing module (simplified)


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/mplayerplug-in/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	27 Jul 2004 22:21:34 -0000	1.4
+++ BUILD	15 Sep 2004 14:17:11 -0000	1.5
@@ -1,18 +1,8 @@
 (
-
-  ./configure --with-gecko-sdk=${SOURCE_DIRECTORY}/gecko-sdk	\
-    --enable-gtk2			\
-    $OPTS
-  make                                  &&
-  prepare_install                       &&
-  mkdir -p /opt/lunar/plugins           &&
-  cp mplayerplug-in.so /opt/lunar/plugins/ &&
-
-  if module_installed firefox; then
-    cp mplayerplug-in.xpt /opt/lunar/firefox/lib/mozilla/components/
-  fi
-  if module_installed mozilla; then
-    cp mplayerplug-in.xpt /usr/lib/mozilla/components
-  fi
+    ./configure --with-gecko-sdk=$SOURCE_DIRECTORY/gecko-sdk	&&
+    make                                  &&
+    prepare_install                       &&
+    mkdir -p /opt/lunar/plugins
+    install mplayerplug-in.so mplayerplug-in.xpt /opt/lunar/plugins 
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/mplayerplug-in/DETAILS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- DETAILS	27 Jul 2004 22:21:34 -0000	1.12
+++ DETAILS	15 Sep 2004 14:17:11 -0000	1.13
@@ -1,19 +1,22 @@
           MODULE=mplayerplug-in
          VERSION=2.66
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=gecko-sdk-i686-pc-linux-gnu-1.7.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}
-   SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
-  SOURCE2_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7/$SOURCE2
-      SOURCE_VFY=md5:c47806370986a6adf7c8f5ef3e70eaa9
-     SOURCE2_VFY=md5:d90e2d8ed88bf043828b93f4f468413d
-        WEB_SITE=http://mplayerplug-in.sourceforge.net
-         ENTERED=20030323
-         UPDATED=20040728
-        SHORT="mplayerplug-in is a plugin for Mozilla/Netscape + Konqueror to show videos"
-
+	 SOURCE2=gecko-sdk-i686-pc-linux-gnu-1.7.3.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+      SOURCE_URL=$SFORGE_URL/$MODULE/$SOURCE
+     SOURCE2_URL=http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.3/$SOURCE2
+      SOURCE_VFY=sha1:d99daeb10d66363b5761e789294df48a51fdddca
+     SOURCE2_VFY=sha1:eb2d897ce716310114db6a5caf59df23560f22a1
+	WEB_SITE=http://mplayerplug-in.sourceforge.net
+         ENTERED=20040915
+         UPDATED=20040915
+           SHORT="MPlayer based, embedded video player for Mozilla/Firefox"
 cat << EOF
-mplayerplug-in is a browser plugin that uses mplayer to play videos from
-websites. A current version of mplayer is required. This plugin gives Netscape,
-Mozilla and Konqueror the ability to play videos off the net.
+mplayerplug-in is a browser plugin that uses mplayer to play 
+digital media from websites.
+This plug-in gives Mozilla the ability to play media from a
+website the net without reading the source html and getting
+the url manually. Media is played embedded in the page or in
+a separate window depending on how the author of the webpage
+intended the media to be seen.
 EOF

Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/mplayerplug-in/PRE_BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PRE_BUILD	27 Jul 2004 22:47:24 -0000	1.1
+++ PRE_BUILD	15 Sep 2004 14:17:11 -0000	1.2
@@ -1,5 +1,7 @@
-validate_source_dir $SOURCE_DIRECTORY   &&
-mk_source_dir       $SOURCE_DIRECTORY   &&
-unpack		    $SOURCE		&&
-cd                  $SOURCE_DIRECTORY   &&
-unpack		    $SOURCE2
+# We need to unpack the geck-sdk first
+
+cd $BUILD_DIRECTORY &&
+unpack $SOURCE &&
+
+cd $SOURCE_DIRECTORY &&
+unpack $SOURCE2



More information about the Lunar-commits mailing list