gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-334-gcfcf7ad
Date: Sat, 07 May 2011 13:39:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  cfcf7adb100b4839c61eb364e1b14bfda8d6c0f5 (commit)
       via  431178baa81b2783c60bfec93c10c492a28bd66a (commit)
      from  793e769f151b2ee2f49dfff65eb2c2b209b47b90 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=cfcf7adb100b4839c61eb364e1b14bfda8d6c0f5


commit cfcf7adb100b4839c61eb364e1b14bfda8d6c0f5
Author: Gabriele Giacone <address@hidden>
Date:   Sat May 7 13:46:49 2011 +0200

    Add multiarch paths. Fixes natty build.

diff --git a/macros/libslist b/macros/libslist
index 8148712..df1ad5d 100644
--- a/macros/libslist
+++ b/macros/libslist
@@ -1 +1 @@
-${with_top_level}/lib ${prefix}/${host_alias}/lib ${prefix}/lib64 
${prefix}/lib32 ${prefix}/lib /usr/local/lib /lib /usr/lib64 /usr/lib32 
/usr/lib /usr/nekoware/lib /usr/freeware/lib /usr/lib /sw/lib /home/latest/lib 
/opt/lib /pkg/lib /opt/local/lib /usr/pkg/lib /usr/X11R6/lib /usr/X11/lib 
/usr/lib/opengl/xorg-x11/lib /usr/lib64/opengl/xorg-x11/lib 
/usr/lib64/opengl/xorg-x11/lib64  /opt/mesa/lib /opt/mesa/lib64 
/boot/common/lib /boot/system/lib/gcc4 /boot/system/lib .. ../..
+${with_top_level}/lib ${prefix}/${host_alias}/lib ${prefix}/lib64 
${prefix}/lib32 ${prefix}/lib /usr/local/lib /lib /usr/lib64 /usr/lib32 
/usr/lib /usr/nekoware/lib /usr/freeware/lib /usr/lib /sw/lib /home/latest/lib 
/opt/lib /pkg/lib /opt/local/lib /usr/pkg/lib /usr/X11R6/lib /usr/X11/lib 
/usr/lib/opengl/xorg-x11/lib /usr/lib64/opengl/xorg-x11/lib 
/usr/lib64/opengl/xorg-x11/lib64  /opt/mesa/lib /opt/mesa/lib64 
/boot/common/lib /boot/system/lib/gcc4 /boot/system/lib /lib/x86_64-linux-gnu 
/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/i386-linux-gnu .. ../..

http://git.savannah.gnu.org/cgit//commit/?id=431178baa81b2783c60bfec93c10c492a28bd66a


commit 431178baa81b2783c60bfec93c10c492a28bd66a
Author: Gabriele Giacone <address@hidden>
Date:   Sat May 7 13:01:29 2011 +0200

    Lowercase renderer.

diff --git a/configure.ac b/configure.ac
index acd03bf..802bd4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -961,7 +961,7 @@ if test x"${build_ogl}" != xno; then # yes or auto
   if test x"${build_ogl}" = xauto; then
     if test xyes = x"${has_opengl}"; then
       build_ogl=yes
-      renderer_list="${renderer_list} OpenGL"
+      renderer_list="${renderer_list} opengl"
     else
       build_ogl=no
     fi

-----------------------------------------------------------------------

Summary of changes:
 configure.ac    |    2 +-
 macros/libslist |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]