New commits:
commit 4b1311a29badfc1a39811e026117b3c6bd7bacd6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
gnash: Update dependencies so it compiles for me and some cleanup
-depends libpng &&
-depends jpeg &&
-depends OPENGL &&
-depends boost &&
-sub_depends boost THREAD
+if [[ "${GNASH_SOUND}" == "GST" ]]; then
+ depends gstreamer '--enable-sound=gst'
+elif [[ "${GNASH_SOUND}" == "SDL" ]]; then
+ depends sdl '--enable-sound=SDL'
+fi
diff --git a/http/gnash/HISTORY b/http/gnash/HISTORY
index 89556b8..0c384c2 100644
--- a/http/gnash/HISTORY
+++ b/http/gnash/HISTORY
@@ -1,3 +1,21 @@
+2007-04-27 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: Remove KDE option, it's no longer valid (even though it's
+ listed in ./configure --help)
+ * DEPENDS: Set flags to enable dependencies
+ Use if/elif/fi for GUI selection, only need to check until we find
one
+ (same with sound)
+ List hard dependencies first, then optional
+ Use depends -sub rather then depends && sub_depends
+ Properly format optional dependencies
+ Add missing description for NS-PLUGIN-COMPATIBLE
+ Only depends on OPENGL if using the OpenGL renderer (not Cairo or
Agg)
+ Disable GLExt for non-GTK GUIs
+ Don't use cairo, it's experimental and doesn't even compile here :(
+ Remove KDE check
+ * BUILD: Setting flags in OPTS now taken care of by DEPENDS
+ use get_spell_provider to find out which package is providing
+ NS-PLUGIN-COMPATIBLE and modify configure accordingly
+
2007-04-26 Thomas Orgis <sobukus AT sourcemage.org>
* PREPARE,CONFIGURE,DEPENDS,BUILD: fix some config values,
move questions to CONFIGURE, actually give gui and sound
[SM-Commit] GIT changes to master grimoire by Eric Sandall (4b1311a29badfc1a39811e026117b3c6bd7bacd6),
Eric Sandall, 04/27/2007