r150 - in /packages/gnash/branches/0.8.1/debian: patches/exclude-testsuite-from-built patches/exclude_testsuite.patch patches/ming_headers.patch patches/no-kde-ldflags patches/series rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Thu Aug 16 21:44:50 UTC 2007


Author: baby-guest
Date: Thu Aug 16 21:44:50 2007
New Revision: 150

URL: http://svn.debian.org/wsvn/?sc=1&rev=150
Log:
Finished fixing patches


Added:
    packages/gnash/branches/0.8.1/debian/patches/exclude_testsuite.patch
Removed:
    packages/gnash/branches/0.8.1/debian/patches/exclude-testsuite-from-built
    packages/gnash/branches/0.8.1/debian/patches/ming_headers.patch
    packages/gnash/branches/0.8.1/debian/patches/no-kde-ldflags
Modified:
    packages/gnash/branches/0.8.1/debian/patches/series
    packages/gnash/branches/0.8.1/debian/rules

Added: packages/gnash/branches/0.8.1/debian/patches/exclude_testsuite.patch
URL: http://svn.debian.org/wsvn/packages/gnash/branches/0.8.1/debian/patches/exclude_testsuite.patch?rev=150&op=file
==============================================================================
--- packages/gnash/branches/0.8.1/debian/patches/exclude_testsuite.patch (added)
+++ packages/gnash/branches/0.8.1/debian/patches/exclude_testsuite.patch Thu Aug 16 21:44:50 2007
@@ -1,0 +1,40 @@
+--- gnash-0.8.0+cvs20070815.1920.orig/configure.ac
++++ gnash-0.8.0+cvs20070815.1920/configure.ac
+@@ -1360,7 +1360,6 @@
+ AC_SUBST(MEDIA_CONFIG)
+ 
+ dnl AC_CONFIG_LINKS(doc/C/images)
+-AC_CONFIG_LINKS(testsuite/libbase/gnashrc:testsuite/libbase/gnashrc.in)
+ 
+ AC_OUTPUT(Makefile
+ po/Makefile
+@@ -1377,19 +1376,6 @@
+ doc/C/Makefile
+ doc/C/asspec/Makefile
+ doc/Doxyfile
+-testsuite/Makefile
+-testsuite/libbase/Makefile
+-testsuite/libgeometry/Makefile
+-testsuite/actionscript.all/Makefile
+-testsuite/samples/Makefile
+-testsuite/swfdec/Makefile
+-testsuite/misc-ming.all/Makefile
+-testsuite/misc-mtasc.all/Makefile
+-testsuite/misc-swfmill.all/Makefile
+-testsuite/misc-swfc.all/Makefile
+-testsuite/movies.all/Makefile
+-testsuite/server/Makefile
+-testsuite/libamf.all/Makefile
+ gui/Makefile
+ gui/Info.plist
+ extensions/Makefile
+--- gnash-0.8.0+cvs20070815.1920.orig/Makefile.am
++++ gnash-0.8.0+cvs20070815.1920/Makefile.am
+@@ -32,7 +32,6 @@
+ 	gui \
+ 	extensions \
+ 	plugin \
+-	testsuite \
+ 	po \
+ 	$(NULL)
+ 

Modified: packages/gnash/branches/0.8.1/debian/patches/series
URL: http://svn.debian.org/wsvn/packages/gnash/branches/0.8.1/debian/patches/series?rev=150&op=diff
==============================================================================
--- packages/gnash/branches/0.8.1/debian/patches/series (original)
+++ packages/gnash/branches/0.8.1/debian/patches/series Thu Aug 16 21:44:50 2007
@@ -1,5 +1,3 @@
-#ming_headers.patch
-#exclude-testsuite-from-built
-#no-kde-ldflags
+exclude_testsuite.patch
 gnashg_png.patch
-fix_network.ptch
+fix_network.patch

Modified: packages/gnash/branches/0.8.1/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/branches/0.8.1/debian/rules?rev=150&op=diff
==============================================================================
--- packages/gnash/branches/0.8.1/debian/rules (original)
+++ packages/gnash/branches/0.8.1/debian/rules Thu Aug 16 21:44:50 2007
@@ -21,8 +21,8 @@
 	CFLAGS += -O2
 endif
 
-CFLAGS_GTK_AGG=$(CXXFLAGS) -DGNASHG_PNG=\\\"GnashG.gtk_agg.png\\\"
-CFLAGS_KDE_OPENGL=$(CXXFLAGS) -DGNASHG_PNG=\\\"GnashG.kde_opengl.png\\\"
+CFLAGS_GTK_AGG=$(CXXFLAGS) -DGNASHG_PNG=\\\"GnashG.gtk-agg.png\\\"
+CFLAGS_KDE_OPENGL=$(CXXFLAGS) -DGNASHG_PNG=\\\"GnashG.kde-opengl.png\\\"
 
 # shared library versions, option 1
 #version=2.0.5




More information about the pkg-flash-devel mailing list