[Lunar-commits] r19994 - moonbase/trunk/zbeta/gnash-cvs
Moritz Heiber
moe at lunar-linux.org
Sun May 7 17:35:03 UTC 2006
Author: moe
Date: 2006-05-07 17:35:02 +0000 (Sun, 07 May 2006)
New Revision: 19994
Modified:
moonbase/trunk/zbeta/gnash-cvs/BUILD
moonbase/trunk/zbeta/gnash-cvs/DEPENDS
Log:
gnash does not depend on firefox. I think it never did actually.
This DEPENDS file isn't very accurate either .. but at least it
makes things easier for testers.
Also, we have a plugin directory.
Modified: moonbase/trunk/zbeta/gnash-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/gnash-cvs/BUILD 2006-05-07 16:23:15 UTC (rev 19993)
+++ moonbase/trunk/zbeta/gnash-cvs/BUILD 2006-05-07 17:35:02 UTC (rev 19994)
@@ -2,9 +2,11 @@
./autogen.sh &&
- ./configure --prefix=/usr \
- --enable-mp3 \
- --disable-docbook &&
+ ./configure --prefix=/usr \
+ --enable-mp3 \
+ --disable-docbook \
+ --with-plugindir=/opt/lunar/plugins \
+ $OPTS &&
default_make
Modified: moonbase/trunk/zbeta/gnash-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/gnash-cvs/DEPENDS 2006-05-07 16:23:15 UTC (rev 19993)
+++ moonbase/trunk/zbeta/gnash-cvs/DEPENDS 2006-05-07 17:35:02 UTC (rev 19994)
@@ -1 +1,3 @@
-depends firefox
+depends %X &&
+depends libpng &&
+depends libxml2
More information about the Lunar-commits
mailing list