Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3bfe0b6bb6ec5b26f5a41f6d71f2a37fda6a99df)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3bfe0b6bb6ec5b26f5a41f6d71f2a37fda6a99df)
  • Date: Sun, 7 Oct 2007 15:28:44 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

http/gnash/CONFIGURE | 3 +++
http/gnash/DEPENDS | 13 +++++++------
http/gnash/HISTORY | 5 +++++
3 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit caa2e319c072487684e440edfdb93f6256d6dc64
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

http/gnash:

CONFIGURE: added GNASH_RENDERER query list
DEPENDS: added one more renderer (agg), fixed libmad
flags, install_rootifying qt paths

commit d6c32cbc975ae1e03d561dcc3fb1f7eb6607baa5
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

e16 0.16.8.10

commit 58a64f7cd8892128b0a67a81f7554f175e98b3b5
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

pciutils 2.2.7
now provides "make install-lib", I use it
it don't install some .h files, I hope we don't need them
(i386-io-linux.h, internal.h, pread.h, sysdep.h)

commit eccc80573aa45892e470daed71ff95b6b959aa6d
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

asterisk-addons: Updated to 1.4.3

commit 99987e9f7672b529906ab22a382ac2ee4d8d6a3f
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

asterisk.gpg: added key 64FAEBC5 to the keyring

The key was signed by 5 of the 8 already existing keys of the keyring

commit 269e1709cde6c8ccf8e5b66957966e1d8c17b7c2
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

asterisk: Updated to 1.4.12.1

diff --git a/http/gnash/CONFIGURE b/http/gnash/CONFIGURE
index 5d61e1e..07699ef 100755
--- a/http/gnash/CONFIGURE
+++ b/http/gnash/CONFIGURE
@@ -19,6 +19,9 @@ config_query_list GNASH_GUI
\
config_query_list GNASH_MEDIA \
"Which media backend do you want to use?" \
ffmpeg gstreamer libmad &&
+config_query_list GNASH_RENDERER \
+ "Which renderer to use?" \
+ agg opengl &&
GNASH_SOUND=${GNASH_SOUND/SDL/sdl} &&
GNASH_SOUND=${GNASH_SOUND/GST/gstreamer} &&
GNASH_SOUND=${GNASH_SOUND/gst/gstreamer} &&
diff --git a/http/gnash/DEPENDS b/http/gnash/DEPENDS
index 95c2273..4fc7fc4 100755
--- a/http/gnash/DEPENDS
+++ b/http/gnash/DEPENDS
@@ -6,14 +6,15 @@ depends libpng
&&
depends jpeg &&
depends libxml2 &&
depends curl &&
-# only recommnedde renderer is ogl... the other
-# one is agg which we don't have a spell yet for and doesn't
-# have the same performance under certain conditions
-depends OPENGL '--enable-renderer=ogl' &&
+if [[ $GNASH_RENDERER == "opengl" ]]; then
+ depends OPENGL '--enable-renderer=ogl'
+else
+ depends agg '--enable-renderer=agg'
+fi &&
if [[ $GNASH_MEDIA == "gstreamer" ]]; then
depends $GNASH_MEDIA '--enable-media=GST'
elif [[ $GNASH_MEDIA == "libmad" ]]; then
- depends $GNASH_MEDIA '--enable-media=mad}'
+ depends $GNASH_MEDIA '--enable-media=mad --enable-mad'
elif [[ $GNASH_MEDIA == "ffmpeg" ]]; then
depends LIBAVCODEC '--enable-media=ffmpeg'
fi &&
@@ -33,6 +34,6 @@ if [[ "${GNASH_GUI}" == "GTK" ]]; then
elif [[ "${GNASH_GUI}" == "KDE" ]]; then
depends kdebase '--enable-gui=kde' &&
depends kdelibs '--enable-kparts' &&
- depends qt-x11 '--with-qt-incl=/usr/include/qt --with-qt-lib=/usr/lib'
+ depends qt-x11 "--with-qt-incl=${INSTALL_ROOT}/usr/include/qt
--with-qt-lib=${INSTALL_ROOT}/usr/lib"
fi

diff --git a/http/gnash/HISTORY b/http/gnash/HISTORY
index b4f30be..b04f2ec 100644
--- a/http/gnash/HISTORY
+++ b/http/gnash/HISTORY
@@ -1,3 +1,8 @@
+2007-10-07 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFIGURE: added GNASH_RENDERER query list
+ * DEPENDS: added one more renderer (agg), fixed libmad
+ flags, install_rootifying qt paths
+
2007-09-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DEPENDS: kde/qt needs a bit more paths specified
* INSTALL: don't install plugin if none is built



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (3bfe0b6bb6ec5b26f5a41f6d71f2a37fda6a99df), Pol Vinogradov, 10/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page