[Lunar-commits] r26689 - in moonbase/trunk/video: . xine-plugin
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Nov 11 03:48:39 CET 2007
Author: zbiggy
Date: 2007-11-11 03:48:39 +0100 (Sun, 11 Nov 2007)
New Revision: 26689
Added:
moonbase/trunk/video/xine-plugin/
moonbase/trunk/video/xine-plugin/BUILD
moonbase/trunk/video/xine-plugin/DEPENDS
moonbase/trunk/video/xine-plugin/DETAILS
Log:
xine-plugin: new module.
This is web browser media plugin similar to mplayerplug-in module.
As the name shows it uses xine engine to play media.
Added: moonbase/trunk/video/xine-plugin/BUILD
===================================================================
--- moonbase/trunk/video/xine-plugin/BUILD (rev 0)
+++ moonbase/trunk/video/xine-plugin/BUILD 2007-11-11 02:48:39 UTC (rev 26689)
@@ -0,0 +1,7 @@
+(
+
+ OPTS="--prefix=/usr --with-x --with-plugindir=/opt/lunar/plugins $OPTS"
+
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/video/xine-plugin/DEPENDS
===================================================================
--- moonbase/trunk/video/xine-plugin/DEPENDS (rev 0)
+++ moonbase/trunk/video/xine-plugin/DEPENDS 2007-11-11 02:48:39 UTC (rev 26689)
@@ -0,0 +1 @@
+depends xine-lib
Added: moonbase/trunk/video/xine-plugin/DETAILS
===================================================================
--- moonbase/trunk/video/xine-plugin/DETAILS (rev 0)
+++ moonbase/trunk/video/xine-plugin/DETAILS 2007-11-11 02:48:39 UTC (rev 26689)
@@ -0,0 +1,14 @@
+ MODULE=xine-plugin
+ VERSION=1.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/xine/
+ SOURCE_VFY=sha1:69096b7f727334b14759a851eb09dfead753d417
+ WEB_SITE=http://xinehq.de/
+ ENTERED=20070225
+ UPDATED=20071110
+ SHORT="web browser plugin for xine-lib"
+
+cat << EOF
+xine-plugin is a frontend for xine which is a free video player.
+xine-plugin will play media content found on web pages.
+EOF
More information about the Lunar-commits
mailing list