gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/.cvsignore testsuite/...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/.cvsignore testsuite/...
Date: Sat, 20 Oct 2007 09:27:41 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/10/20 09:27:41

Modified files:
        .              : ChangeLog 
        testsuite      : .cvsignore Makefile.am 
Added files:
        testsuite      : gnashrc.in 

Log message:
                * testsuite/: .cvsignore, Makefile.am, gnashrc.in:
                  Add a testsuite-local gnashrc to enable loading local
                  resources from the MEDIADIR.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4654&r2=1.4655
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/.cvsignore?cvsroot=gnash&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/Makefile.am?cvsroot=gnash&r1=1.43&r2=1.44
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/gnashrc.in?cvsroot=gnash&rev=1.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4654
retrieving revision 1.4655
diff -u -b -r1.4654 -r1.4655
--- ChangeLog   20 Oct 2007 09:16:04 -0000      1.4654
+++ ChangeLog   20 Oct 2007 09:27:40 -0000      1.4655
@@ -1,5 +1,11 @@
 2007-10-20 Sandro Santilli <address@hidden>
 
+       * testsuite/: .cvsignore, Makefile.am, gnashrc.in:
+         Add a testsuite-local gnashrc to enable loading local
+         resources from the MEDIADIR.
+
+2007-10-20 Sandro Santilli <address@hidden>
+
        * doc/C/usermanual/usage/gnashrc.xml: document new localSandboxPath
          directive.
        * libbase/rc.cpp: support localSandboxPath (set, append) directive.

Index: testsuite/.cvsignore
===================================================================
RCS file: /sources/gnash/gnash/testsuite/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testsuite/.cvsignore        5 Dec 2006 20:01:56 -0000       1.3
+++ testsuite/.cvsignore        20 Oct 2007 09:27:41 -0000      1.4
@@ -5,3 +5,4 @@
 .libs
 .deps
 Dejagnu.swf
+gnashrc

Index: testsuite/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/Makefile.am,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- testsuite/Makefile.am       18 Oct 2007 11:23:22 -0000      1.43
+++ testsuite/Makefile.am       20 Oct 2007 09:27:41 -0000      1.44
@@ -49,6 +49,11 @@
        $(CAIRO_CFLAGS) \
        $(NULL)
 
+abs_mediadir = $(shell cd $(srcdir)/../media; pwd)
+
+gnashrc: gnashrc.in
+       sed -e 's#@@MEDIADIR@@#$(srcdir)/testsuite/media#g' $< > $@
+
 if ENABLE_MING
 
 .PHONY: Dejagnu.swf
@@ -56,9 +61,10 @@
        $(MAKE) -C misc-ming.all $@
        cp misc-ming.all/Dejagnu.swf $@
 
-check-local: Dejagnu.swf
+check-local: Dejagnu.swf gnashrc
+
+endif
 
 clean-local:
-       rm -f Dejagnu.swf
+       rm -f Dejagnu.swf gnashrc
 
-endif

Index: testsuite/gnashrc.in
===================================================================
RCS file: testsuite/gnashrc.in
diff -N testsuite/gnashrc.in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ testsuite/gnashrc.in        20 Oct 2007 09:27:41 -0000      1.1
@@ -0,0 +1,4 @@
+# Allow load of resources in the MEDIA dir
+append localSandboxPath @@MEDIADIR@@
+
+# TODO: enable extensions ?




reply via email to

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