gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, release, updated. release_0_8_9_start


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, release, updated. release_0_8_9_start-37-g4476be2
Date: Wed, 09 Feb 2011 22:24:34 +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, release has been updated
       via  4476be2c7788177d056b6a55f5b7a50f84609f91 (commit)
       via  1350fe3b3daf35fbd0769b2361e97152fccbdf93 (commit)
       via  72c77a8f5430f13e3585425872ae9e9f7b8b02a2 (commit)
       via  9d4a1acc6f7fd6c9e1a230e3817d899367262a8f (commit)
      from  bc4ff4edeb7bf1f7a71e4f93aded4f2d3afde677 (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=4476be2c7788177d056b6a55f5b7a50f84609f91


commit 4476be2c7788177d056b6a55f5b7a50f84609f91
Author: Gabriele Giacone <address@hidden>
Date:   Sat Feb 5 21:24:49 2011 +0100

    Fix dist dir removal

diff --git a/Makefile.am b/Makefile.am
index c5dd48d..b8b97fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -516,4 +516,4 @@ packageclean:
        -test -z "$(CLEANFILES)" || rm -rf $(CLEANFILES)
  
 # these files are created when building packages
-CLEANFILES += *.deb *.dsc *.gz *.bz2 *.changes deb-copy-stamp gnash*git* 
gnash*dev rpmbuild gnash.spec .rpmmacros
+CLEANFILES += *.deb *.dsc *.gz *.bz2 *.changes deb-copy-stamp gnash*git* 
gnash-* rpmbuild gnash.spec .rpmmacros

http://git.savannah.gnu.org/cgit//commit/?id=1350fe3b3daf35fbd0769b2361e97152fccbdf93


commit 1350fe3b3daf35fbd0769b2361e97152fccbdf93
Author: Gabriele Giacone <address@hidden>
Date:   Mon Feb 7 01:04:13 2011 +0100

    Add -a grep option to process binfiles as text. Fix some openbsd tests

diff --git a/testsuite/swfdec/swfdec_gnash_tester 
b/testsuite/swfdec/swfdec_gnash_tester
index 0a5e564..7cbcf34 100755
--- a/testsuite/swfdec/swfdec_gnash_tester
+++ b/testsuite/swfdec/swfdec_gnash_tester
@@ -32,6 +32,6 @@ ${GPROCESSOR} ${FLAGS} "$in" > $logpipe 2> $logerr &
 cat < $logpipe > $logout
 rm $logpipe
 
-grep TRACE -A40 ${logout} | sed '/^--$/d; s/.*TRACE: //; 
/\n*[0-9]:[0-9]*\].*/d; s/^$//;' > $out
+grep -a TRACE -A40 ${logout} | sed '/^--$/d; s/.*TRACE: //; 
/\n*[0-9]:[0-9]*\].*/d; s/^$//;' > $out
 diff -u "$exp" "$out"
 exit $?

http://git.savannah.gnu.org/cgit//commit/?id=72c77a8f5430f13e3585425872ae9e9f7b8b02a2


commit 72c77a8f5430f13e3585425872ae9e9f7b8b02a2
Author: Gabriele Giacone <address@hidden>
Date:   Tue Feb 8 02:51:56 2011 +0100

    Fix python module https://bugzilla.redhat.com/669856

diff --git a/gui/pythonmod/Makefile.am b/gui/pythonmod/Makefile.am
index 929632c..acfad19 100644
--- a/gui/pythonmod/Makefile.am
+++ b/gui/pythonmod/Makefile.am
@@ -61,15 +61,17 @@ gnash_la_LIBADD = \
 instdir = $(includedir)/gnash
 inst_HEADERS = gnash-view.h
 
+RENDERER_GLUE =
 if BUILD_OGL_RENDERER
-RENDERER_GLUE = $(top_srcdir)/gui/gtk/gtk_glue_gtkglext.cpp
+RENDERER_GLUE += $(top_srcdir)/gui/gtk/gtk_glue_gtkglext.cpp
 INCLUDES += $(GLEXT_CFLAGS)
+gnash_la_LIBADD += $(GLEXT_LIBS)
 endif
 if BUILD_AGG_RENDERER
-RENDERER_GLUE = $(top_srcdir)/gui/gtk/gtk_glue_agg.cpp
+RENDERER_GLUE += $(top_srcdir)/gui/gtk/gtk_glue_agg.cpp
 endif
 if BUILD_CAIRO_RENDERER
-RENDERER_GLUE = $(top_srcdir)/gui/gtk/gtk_glue_cairo.cpp
+RENDERER_GLUE += $(top_srcdir)/gui/gtk/gtk_glue_cairo.cpp
 endif
 
 if USE_PYTHON

http://git.savannah.gnu.org/cgit//commit/?id=9d4a1acc6f7fd6c9e1a230e3817d899367262a8f


commit 9d4a1acc6f7fd6c9e1a230e3817d899367262a8f
Author: Gabriele Giacone <address@hidden>
Date:   Tue Feb 8 02:52:42 2011 +0100

    Add file under gui/pythonmod to .gitignore

diff --git a/.gitignore b/.gitignore
index 9506662..516cfcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,7 @@ gui/fb/fb-gnash
 gui/dump/dump-gnash
 gui/*.gcda
 gui/Info.plist
+gui/pythonmod/gen-gnash.c
 libbase/gnashpluginrc
 libbase/gnashrc
 libltdl

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

Summary of changes:
 .gitignore                           |    1 +
 Makefile.am                          |    2 +-
 gui/pythonmod/Makefile.am            |    8 +++++---
 testsuite/swfdec/swfdec_gnash_tester |    2 +-
 4 files changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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