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: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1337-g077b775
Date: Mon, 12 Dec 2011 16:43:26 +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  077b7752d936d045ef6dc3456099ba62ee85e1bd (commit)
       via  91acabf2b8a45fe268c9846ac2e85862a03df3d5 (commit)
       via  4c307745b235423e798c88df5c7aedb418f2120f (commit)
      from  c8ec6d24e4ecbd6e9238c3045582a22581dbaa9c (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=077b7752d936d045ef6dc3456099ba62ee85e1bd


commit 077b7752d936d045ef6dc3456099ba62ee85e1bd
Author: Rob Savoye <address@hidden>
Date:   Mon Dec 12 09:43:00 2011 -0700

    Don't build OpenVG as part of =all

diff --git a/configure.ac b/configure.ac
index 3f4b859..88b13da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -954,8 +954,8 @@ AC_ARG_ENABLE(renderer,
         build_ogl=yes
         build_agg=yes
         build_cairo=yes
-        build_ovg=yes
-        nrender=4
+        build_ovg=no
+        nrender=3
         ;;
       ogl|OGL|OpenGL|opengl)
         renderer_list="${renderer_list} opengl"

http://git.savannah.gnu.org/cgit//commit/?id=91acabf2b8a45fe268c9846ac2e85862a03df3d5


commit 91acabf2b8a45fe268c9846ac2e85862a03df3d5
Author: Rob Savoye <address@hidden>
Date:   Mon Dec 12 09:40:18 2011 -0700

    move endif so EGL builds

diff --git a/libdevice/egl/egl.am b/libdevice/egl/egl.am
index d776379..145e9d1 100644
--- a/libdevice/egl/egl.am
+++ b/libdevice/egl/egl.am
@@ -42,6 +42,7 @@ test_egl_LDADD = \
        $(LTDL_LIBS) \
        $(top_builddir)/libbase/libgnashbase.la \
        $(NULL)
+endif
 
 libgnashdevice_la_CPPFLAGS += $(EGL_CFLAGS)
 libgnashdevice_la_SOURCES += \
@@ -50,4 +51,3 @@ libgnashdevice_la_SOURCES += \
        egl/configTemplates.h  \
        $(NULL)
 libgnashdevice_la_LIBADD += $(EGL_LIBS)
-endif

http://git.savannah.gnu.org/cgit//commit/?id=4c307745b235423e798c88df5c7aedb418f2120f


commit 4c307745b235423e798c88df5c7aedb418f2120f
Author: Rob Savoye <address@hidden>
Date:   Mon Dec 12 09:39:15 2011 -0700

    don't make EGL dependent on OpenVG

diff --git a/configure.ac b/configure.ac
index c8c51a6..3f4b859 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1016,11 +1016,7 @@ dnl GMA500 but you currently will have to build the AGG 
renderer
 dnl instead of the OGL (OpenGL) one. 
 build_vaapi_device=no
 build_openmax_device=no
-if test x"${build_ovg}" = xyes; then
-  build_egl_device=yes
-else
-  build_egl_device=no
-fi
+build_egl_device=no
 build_x11_device=no
 build_directfb_device=no
 if test x"${build_fb}" = xyes -o x"${build_fb}" = xauto; then
@@ -1081,14 +1077,14 @@ AC_ARG_ENABLE(device,
         ndevice=$((ndevice+1))
         ;;
       all|ALL)
-        device_list="EGL DirectFB X11"
+        device_list="EGL RawFB X11"
         build_openmax_device=no
         build_vaapi_device=no
         build_egl_device=yes
         build_rawfb_device=yes
         build_directfb_device=no
         build_x11_device=yes
-        ndevice=5
+        ndevice=3
         ;;
       op*|Op*|OP*)
         device_list="${device_list} OpenMAX"

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

Summary of changes:
 configure.ac         |   14 +++++---------
 libdevice/egl/egl.am |    2 +-
 2 files changed, 6 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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