r366 - in /packages/gnash/trunk/debian: changelog patches/disable_fvisibility-inlines-hidden patches/kde_include_types.patch patches/release_version.patch
miriam at users.alioth.debian.org
miriam at users.alioth.debian.org
Wed Feb 17 01:22:20 UTC 2010
Author: miriam
Date: Wed Feb 17 01:22:19 2010
New Revision: 366
URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=366
Log:
Refreshed patches
Modified:
packages/gnash/trunk/debian/changelog
packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden
packages/gnash/trunk/debian/patches/kde_include_types.patch
packages/gnash/trunk/debian/patches/release_version.patch
Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=366&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Wed Feb 17 01:22:19 2010
@@ -12,6 +12,7 @@
+ Cygnal now supports multiple network connections, handling multiple
video streams
+ Cygnal now supports plugins for server side scripting in C/C++
+ * Refreshed patches
-- Miriam Ruiz <little_miry at yahoo.es> Mon, 15 Feb 2010 11:12:23 +0100
Modified: packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden?rev=366&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden (original)
+++ packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden Wed Feb 17 01:22:19 2010
@@ -5,9 +5,9 @@
Thanks to Sylvain Beucler for finding the problem.
---- gnash-0.8.6.orig/configure.ac
-+++ gnash-0.8.6/configure.ac
-@@ -2267,7 +2267,7 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -2283,7 +2283,7 @@ AC_DEFUN([CHECK_VISIBILITY_GCC_BUG],
]
)
Modified: packages/gnash/trunk/debian/patches/kde_include_types.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/kde_include_types.patch?rev=366&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/kde_include_types.patch (original)
+++ packages/gnash/trunk/debian/patches/kde_include_types.patch Wed Feb 17 01:22:19 2010
@@ -1,6 +1,6 @@
---- gnash-0.8.6.orig/gui/kde.cpp
-+++ gnash-0.8.6/gui/kde.cpp
-@@ -36,6 +36,7 @@
+--- a/gui/kde.cpp
++++ b/gui/kde.cpp
+@@ -37,6 +37,7 @@
#endif
#include "Range2d.h"
Modified: packages/gnash/trunk/debian/patches/release_version.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/release_version.patch?rev=366&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/release_version.patch (original)
+++ packages/gnash/trunk/debian/patches/release_version.patch Wed Feb 17 01:22:19 2010
@@ -1,17 +1,17 @@
---- gnash-0.8.6.orig/libnet/Makefile.am
-+++ gnash-0.8.6/libnet/Makefile.am
-@@ -34,6 +34,8 @@
- $(BOOST_LIBS) \
- $(PTHREAD_LIBS)
+--- a/libnet/Makefile.am
++++ b/libnet/Makefile.am
+@@ -34,6 +34,8 @@ AM_LDFLAGS = \
+ $(PTHREAD_LIBS) \
+ $(NULL)
+libgnashnet_la_LDFLAGS = -release $(VERSION) ${AM_LDFLAGS}
+
localedir = $(datadir)/locale
INCLUDES = \
---- gnash-0.8.6.orig/plugin/mozilla-sdk/Makefile.am
-+++ gnash-0.8.6/plugin/mozilla-sdk/Makefile.am
-@@ -38,6 +38,8 @@
+--- a/plugin/mozilla-sdk/Makefile.am
++++ b/plugin/mozilla-sdk/Makefile.am
+@@ -38,6 +38,8 @@ AM_CPPFLAGS += \
# noinst_LTLIBRARIES = libmozsdk.la
pkglib_LTLIBRARIES = libmozsdk.la
@@ -20,3 +20,30 @@
noinst_HEADERS = \
npplat.h \
pluginbase.h \
+--- a/backend/Makefile.am
++++ b/backend/Makefile.am
+@@ -74,7 +74,7 @@ noinst_LTLIBRARIES += libgnashogl.la
+ #plugins_LTLIBRARIES += libgnashogl.la
+ libgnashogl_la_SOURCES = Renderer_ogl.cpp PathParser.cpp
+ #libgnashogl_la_LDFLAGS = -module -avoid-version -no-undefined
+-libgnashogl_la_LDFLAGS =
++libgnashogl_la_LDFLAGS = -release $(VERSION) ${AM_LDFLAGS}
+ libgnashogl_la_LIBADD = $(OPENGL_LIBS)
+ endif
+ endif
+@@ -85,6 +85,7 @@ if HAVE_AGG
+ pkglib_LTLIBRARIES += libgnashagg.la
+ libgnashagg_la_SOURCES = Renderer_agg.cpp
+ #libgnashagg_la_LDFLAGS = -module -avoid-version -no-undefined
++libgnashagg_la_LDFLAGS = -release $(VERSION) ${AM_LDFLAGS}
+ libgnashagg_la_LIBADD = $(AGG_LIBS)
+ endif
+ endif
+@@ -95,6 +96,7 @@ noinst_LTLIBRARIES += libgnashcairo.la
+ # plugins_LTLIBRARIES += libgnashcairo.la
+ libgnashcairo_la_SOURCES = Renderer_cairo.cpp PathParser.cpp
+ #libgnashcairo_la_LDFLAGS = -module -avoid-version -no-undefined
++libgnashcairo_la_LDFLAGS = -release $(VERSION) ${AM_LDFLAGS}
+ libgnashcairo_la_LIBADD = $(CAIRO_LIBS)
+ endif
+ endif
More information about the pkg-flash-devel
mailing list