[Lunar-commits] <moonbase> mplayer-plug-in: move it to zbeta.

Florin Braescu florin at lunar-linux.org
Tue Mar 2 17:52:22 CET 2010


commit 155d3d78fcab2ae318f49d3c1789d5082b5587cb
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Mar 2 18:52:22 2010 +0200

    mplayer-plug-in: move it to zbeta.
    
    This is definitely a beta quality module.
---
 video/mplayerplug-in/BUILD     |   16 ----------------
 video/mplayerplug-in/CONFLICTS |    1 -
 video/mplayerplug-in/DEPENDS   |    5 -----
 video/mplayerplug-in/DETAILS   |   18 ------------------
 zbeta/mplayerplug-in/BUILD     |   16 ++++++++++++++++
 zbeta/mplayerplug-in/CONFLICTS |    1 +
 zbeta/mplayerplug-in/DEPENDS   |    5 +++++
 zbeta/mplayerplug-in/DETAILS   |   18 ++++++++++++++++++
 8 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/video/mplayerplug-in/BUILD b/video/mplayerplug-in/BUILD
deleted file mode 100644
index 04fb087..0000000
--- a/video/mplayerplug-in/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-(
-
-# Find the oldest gecko on a machine and use it as base
-  if module_installed seamonkey ; then
-  GECKO_HOME=/usr/lib/seamonkey-$(module_version seamonkey)
-  elif module_installed firefox ; then
-  GECKO_HOME=/usr/lib/firefox-devel/$(module_version firefox)/sdk
-  fi  &&
-  message "Using $GECKO_HOME"
-
-  OPTS="$OPTS  \
-       --enable-gmp  \
-       --with-gecko-sdk=$GECKO_HOME"  &&
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/video/mplayerplug-in/CONFLICTS b/video/mplayerplug-in/CONFLICTS
deleted file mode 100644
index d53a7a3..0000000
--- a/video/mplayerplug-in/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts xine-plugin
diff --git a/video/mplayerplug-in/DEPENDS b/video/mplayerplug-in/DEPENDS
deleted file mode 100644
index 9a4d9c7..0000000
--- a/video/mplayerplug-in/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends MPlayer
-depends xulrunner
-
-optional_depends  "seamonkey"  ""  ""  "for seamonkey support"
-optional_depends  "firefox"    ""  ""  "for firefox support"
\ No newline at end of file
diff --git a/video/mplayerplug-in/DETAILS b/video/mplayerplug-in/DETAILS
deleted file mode 100644
index 316473a..0000000
--- a/video/mplayerplug-in/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=mplayerplug-in
-         VERSION=3.55
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:69726d4e16523b1a39c284efee081c31b0ea7f7f
-        WEB_SITE=http://mplayerplug-in.sourceforge.net
-         ENTERED=20040915
-         UPDATED=20080713
-           SHORT="MPlayer based, embedded video player for Seamonkey/Firefox"
-cat << EOF
-mplayerplug-in is a browser plugin that uses mplayer to play
-digital media from websites.
-This plug-in gives Firefox/Seamonkey 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
diff --git a/zbeta/mplayerplug-in/BUILD b/zbeta/mplayerplug-in/BUILD
new file mode 100644
index 0000000..04fb087
--- /dev/null
+++ b/zbeta/mplayerplug-in/BUILD
@@ -0,0 +1,16 @@
+(
+
+# Find the oldest gecko on a machine and use it as base
+  if module_installed seamonkey ; then
+  GECKO_HOME=/usr/lib/seamonkey-$(module_version seamonkey)
+  elif module_installed firefox ; then
+  GECKO_HOME=/usr/lib/firefox-devel/$(module_version firefox)/sdk
+  fi  &&
+  message "Using $GECKO_HOME"
+
+  OPTS="$OPTS  \
+       --enable-gmp  \
+       --with-gecko-sdk=$GECKO_HOME"  &&
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/mplayerplug-in/CONFLICTS b/zbeta/mplayerplug-in/CONFLICTS
new file mode 100644
index 0000000..d53a7a3
--- /dev/null
+++ b/zbeta/mplayerplug-in/CONFLICTS
@@ -0,0 +1 @@
+conflicts xine-plugin
diff --git a/zbeta/mplayerplug-in/DEPENDS b/zbeta/mplayerplug-in/DEPENDS
new file mode 100644
index 0000000..9a4d9c7
--- /dev/null
+++ b/zbeta/mplayerplug-in/DEPENDS
@@ -0,0 +1,5 @@
+depends MPlayer
+depends xulrunner
+
+optional_depends  "seamonkey"  ""  ""  "for seamonkey support"
+optional_depends  "firefox"    ""  ""  "for firefox support"
\ No newline at end of file
diff --git a/zbeta/mplayerplug-in/DETAILS b/zbeta/mplayerplug-in/DETAILS
new file mode 100644
index 0000000..316473a
--- /dev/null
+++ b/zbeta/mplayerplug-in/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=mplayerplug-in
+         VERSION=3.55
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:69726d4e16523b1a39c284efee081c31b0ea7f7f
+        WEB_SITE=http://mplayerplug-in.sourceforge.net
+         ENTERED=20040915
+         UPDATED=20080713
+           SHORT="MPlayer based, embedded video player for Seamonkey/Firefox"
+cat << EOF
+mplayerplug-in is a browser plugin that uses mplayer to play
+digital media from websites.
+This plug-in gives Firefox/Seamonkey 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


More information about the Lunar-commits mailing list