[Lunar-commits] r18682 - in moonbase/trunk/zbeta: . gnash-cvs

Dennis Veatch stumbles at lunar-linux.org
Sat Feb 11 00:05:33 UTC 2006


Author: stumbles
Date: 2006-02-11 00:05:27 +0000 (Sat, 11 Feb 2006)
New Revision: 18682

Added:
   moonbase/trunk/zbeta/gnash-cvs/
   moonbase/trunk/zbeta/gnash-cvs/BUILD
   moonbase/trunk/zbeta/gnash-cvs/DETAILS
Log:

buzz buzz buzz, hype hype hype

For the flashaholics, a little sumptin with freedom attached.

Was not able to get it to build with the docbook stuff. Dunno 
why, tried several things but no luck. Perhaps someone with more
knowledge in that area could help.

The plugin at this time gets thrown in ;

/usr/lib/firefox-1.5.0.1/plugins

For us KDE folks, if you already have firefox installed a simple
rescan in the "Configure the browser plugins" is all it takes. For
other browsers, I've no idea.

It just now dawned on me, a DEPENDS should have at least firefox. I'll
do that here in a minute.



Added: moonbase/trunk/zbeta/gnash-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/gnash-cvs/BUILD	2006-02-10 21:06:34 UTC (rev 18681)
+++ moonbase/trunk/zbeta/gnash-cvs/BUILD	2006-02-11 00:05:27 UTC (rev 18682)
@@ -0,0 +1,11 @@
+(
+
+  ./autogen.sh  &&
+
+  ./configure    --prefix=/usr    \
+                 --enable-mp3     \
+                 --disable-docbook &&
+
+  default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/zbeta/gnash-cvs/DETAILS
===================================================================
--- moonbase/trunk/zbeta/gnash-cvs/DETAILS	2006-02-10 21:06:34 UTC (rev 18681)
+++ moonbase/trunk/zbeta/gnash-cvs/DETAILS	2006-02-11 00:05:27 UTC (rev 18682)
@@ -0,0 +1,32 @@
+          MODULE=gnash-cvs
+         VERSION=beta
+          SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gnash
+      SOURCE_URL=cvs://:pserver:anonymous@cvs.sv.gnu.org:/sources/gnash:gnash
+        WEB_SITE=http://www.gnu.org/software/gnash/
+         ENTERED=20060210
+         UPDATED=`date -u +%Y%m%d`
+           SHORT="GNU Flash movie player. "
+
+cat << EOF
+Gnash is a GNU Flash movie player. Till now it has been possible to play flash
+movies with proprietary software. While there are a few other free flash
+players, none supports anything higher than SWF v4 at best. Gnash is based on
+GameSWF, and supports many SWF v7 features.
+
+Features
+Runs standalone
+Gnash can run standalone to play flash movies.
+Firefox plugin
+Gnash can also run as a plugin from within Firefox.
+SWF v7 compliant
+Gnash can play many current flash movies.
+XML Message server
+Gnash also supports an XML based message system as is documented in the Flash
+Format specification.
+High Quality Output
+Gnash uses OpenGL for rendering the graphics.
+Free Software
+Gnash is 100% free software. For more information on the GPL, go to the Free
+Software Foundation web site.
+EOF



More information about the Lunar-commits mailing list