New commits:
commit 0707c371c011a7c31a2168bff1b1272760728585
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
http/gnash: moved back shared memory type choice, libxft and nspr
dependemcies, added KDE4, more fix for renderer selection
diff --git a/http/gnash/CONFIGURE b/http/gnash/CONFIGURE
index 89515f6..c72b155 100755
--- a/http/gnash/CONFIGURE
+++ b/http/gnash/CONFIGURE
@@ -1,3 +1,7 @@
+config_query_list GNASH_MEMORY \
+ "Which shared memory type do you want to use?" \
+ sysv posix &&
+
config_query_option GNASH_OPTS \
"Makes the plugin write the currently playing SWF to
/tmp." \
n \
@@ -6,7 +10,7 @@ config_query_option GNASH_OPTS
\
config_query_list GNASH_GUI \
"Which GUI do you want to use?" \
- GTK KDE &&
+ GTK KDE KDE4 &&
config_query_list GNASH_MEDIA \
"Which media backend do you want to use?" \
@@ -14,4 +18,10 @@ config_query_list GNASH_MEDIA
\
# no longer needed to build
@@ -51,6 +53,16 @@ suggest_depends NS-PLUGIN-COMPATIBLE
\
'--disable-npapi' \
'Suggested to run the plugin from a browser' &&
+optional_depends nspr \
+ "--with-nspr-incl=${INSTALL_ROOT}/usr/include/nspr
--with-nspr-lib=${INSTALL_ROOT}/usr/lib" \
+ "" \
+ "Enable support for Netscape Portable Runtime (NSPR)" &&
+
+optional_depends libxft \
+ "--with-Xft-incl=${INSTALL_ROOT}/usr/include/X11/Xft
--with-Xft-lib=${INSTALL_ROOT}/usr/lib" \
+ "" \
+ 'Enable support for xft library' &&
+
optional_depends dbus \
'--enable-extensions=dbus' \
'' \
diff --git a/http/gnash/HISTORY b/http/gnash/HISTORY
index 38d9dfd..cd87063 100644
--- a/http/gnash/HISTORY
+++ b/http/gnash/HISTORY
@@ -1,3 +1,7 @@
+2010-02-17 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFIGURE, DEPENDS: moved back shared memory type choice, libxft and
+ nspr dependemcies, added KDE4, more fix for renderer selection
+
2010-02-16 Pol Vinogradov <vin.public AT gmail.com>
* CONFIGURE, DEPENDS: added cairo renderer, various cleanups
[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (0707c371c011a7c31a2168bff1b1272760728585),
Pol Vinogradov, 02/17/2010