gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac doc/C/Makefile.am ... [relea


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac doc/C/Makefile.am ... [release_0_7_2]
Date: Mon, 06 Nov 2006 16:44:52 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Sandro Santilli <strk>  06/11/06 16:44:51

Modified files:
        .              : ChangeLog configure.ac 
        doc/C          : Makefile.am 
        packaging/redhat: gnash.spec 
        plugin         : Makefile.am 
        testsuite/movies.all: Makefile.am 

Log message:
        Patch by Patrice Dumas <address@hidden>:
        
                * configure.ac, doc/C/Makefile.am, packaging/redhat/gnash.spec,
                  plugin/Makefile.am, testsuite/movies.all/Makefile.am:
                  Fixes for make distcheck/check; add gstreamer based sound to
                  specfile.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1412.2.96&r2=1.1412.2.97
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.186.2.15&r2=1.186.2.16
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/Makefile.am?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.31.2.1&r2=1.31.2.2
http://cvs.savannah.gnu.org/viewcvs/gnash/packaging/redhat/gnash.spec?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.11.2.3&r2=1.11.2.4
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/Makefile.am?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.50.2.3&r2=1.50.2.4
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/movies.all/Makefile.am?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1412.2.96
retrieving revision 1.1412.2.97
diff -u -b -r1.1412.2.96 -r1.1412.2.97
--- ChangeLog   6 Nov 2006 16:40:42 -0000       1.1412.2.96
+++ ChangeLog   6 Nov 2006 16:44:51 -0000       1.1412.2.97
@@ -1,3 +1,10 @@
+2006-11-06 Patrice Dumas <address@hidden>
+
+       * configure.ac, doc/C/Makefile.am, packaging/redhat/gnash.spec,
+         plugin/Makefile.am, testsuite/movies.all/Makefile.am:
+         Fixes for make distcheck/check; add gstreamer based sound to
+         specfile.
+
 2006-11-06 Sandro Santilli <address@hidden>
 
        * testsuite/actionscript.all/Function.as: fixed test for

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.186.2.15
retrieving revision 1.186.2.16
diff -u -b -r1.186.2.15 -r1.186.2.16
--- configure.ac        6 Nov 2006 00:52:47 -0000       1.186.2.15
+++ configure.ac        6 Nov 2006 16:44:51 -0000       1.186.2.16
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.186.2.15 2006/11/06 00:52:47 rsavoye Exp $
+dnl $Id: configure.ac,v 1.186.2.16 2006/11/06 16:44:51 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, 0.7.2)
@@ -751,9 +751,9 @@
 testsuite/server/Makefile
 gui/Makefile
 plugin/Makefile
-plugin/mozilla-sdk/Makefile
 plugin/klash/Makefile
 )
+#plugin/mozilla-sdk/Makefile
 
 echo ""
 echo "Configurable options are:"

Index: doc/C/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/doc/C/Makefile.am,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -u -b -r1.31.2.1 -r1.31.2.2
--- doc/C/Makefile.am   30 Oct 2006 14:28:46 -0000      1.31.2.1
+++ doc/C/Makefile.am   6 Nov 2006 16:44:51 -0000       1.31.2.2
@@ -43,6 +43,7 @@
        error.xml \
        fdl-appendix.xml \
        function.xml \
+       gnashrc.xml \
        key.xml \
        legal.xml \
        loadvars.xml \

Index: packaging/redhat/gnash.spec
===================================================================
RCS file: /sources/gnash/gnash/packaging/redhat/gnash.spec,v
retrieving revision 1.11.2.3
retrieving revision 1.11.2.4
diff -u -b -r1.11.2.3 -r1.11.2.4
--- packaging/redhat/gnash.spec 31 Oct 2006 19:45:01 -0000      1.11.2.3
+++ packaging/redhat/gnash.spec 6 Nov 2006 16:44:51 -0000       1.11.2.4
@@ -16,13 +16,10 @@
 #BuildRequires:  xorg-x11-devel
 # modular Xorg 
 #BuildRequires:  libGLU-devel libGL-devel
-# SDL-devel is required by SDL_mixer-devel
 BuildRequires:  SDL-devel 
 BuildRequires:  kdelibs-devel
 BuildRequires:  gtkglext-devel
 BuildRequires:  docbook2X
-# GStreamer isn't used yet, but will be in the near future.
-#BuildRequires:  gstreamer-devel
 BuildRequires:  gstreamer-devel >= 0.10
 BuildRequires:  scrollkeeper
 
@@ -60,7 +57,7 @@
 %build
 [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
 %configure --disable-static --with-plugindir=%{_libdir}/mozilla/plugins \
-  --enable-ghelp --enable-docbook \
+  --enable-ghelp --enable-docbook --enable-sound=GST \
   --disable-dependency-tracking --disable-rpath \
   --with-qtdir=$QTDIR
 make %{?_smp_mflags}
@@ -119,7 +116,7 @@
 %{_datadir}/services/klash_part.desktop
 
 %changelog
-* Sat Oct  28 2006 Rob Savoye <address@hidden> - 0.7-2
+* Sat Oct  28 2006 Rob Savoye <address@hidden> - 0.7.2-1
 - update for 0.7.2 release.
 
 * Sat Apr  22 2006 Rob Savoye <address@hidden> - 0.7-1

Index: plugin/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/Makefile.am,v
retrieving revision 1.50.2.3
retrieving revision 1.50.2.4
diff -u -b -r1.50.2.3 -r1.50.2.4
--- plugin/Makefile.am  2 Nov 2006 00:09:57 -0000       1.50.2.3
+++ plugin/Makefile.am  6 Nov 2006 16:44:51 -0000       1.50.2.4
@@ -15,13 +15,11 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# $Id: Makefile.am,v 1.50.2.3 2006/11/02 00:09:57 rsavoye Exp $
+# $Id: Makefile.am,v 1.50.2.4 2006/11/06 16:44:51 strk Exp $
 
 AUTOMAKE_OPTIONS = 
 
-if KLASH
-
-endif
+DIST_SUBDIRS = klash
 SUBDIRS = $(KLASH) # test mozilla-sdk
 
 # if DMALLOC

Index: testsuite/movies.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/movies.all/Makefile.am,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- testsuite/movies.all/Makefile.am    2 Nov 2006 14:34:18 -0000       1.1.2.1
+++ testsuite/movies.all/Makefile.am    6 Nov 2006 16:44:51 -0000       1.1.2.2
@@ -61,7 +61,7 @@
 
 clean-local: 
 
-EXTRA_DIST = gravity_embedded.swf gravity.swf
+EXTRA_DIST = gravity-embedded.swf gravity.swf
 
 TEST_DRIVERS = ../simple.exp
 TEST_CASES = \




reply via email to

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