r50 - in /packages/gnash/trunk/debian: changelog libgnash0.install mozilla-plugin-gnash.links patches/gcc4.3.patch patches/series

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Thu Apr 26 10:02:21 UTC 2007


Author: baby-guest
Date: Thu Apr 26 10:02:18 2007
New Revision: 50

URL: http://svn.debian.org/wsvn/?sc=1&rev=50
Log:
Updated


Added:
    packages/gnash/trunk/debian/patches/gcc4.3.patch
Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/libgnash0.install
    packages/gnash/trunk/debian/mozilla-plugin-gnash.links
    packages/gnash/trunk/debian/patches/series

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/changelog?rev=50&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Thu Apr 26 10:02:18 2007
@@ -1,12 +1,15 @@
-gnash (0.7.2+cvs20070423.1335-1) unstable; urgency=low
+gnash (0.7.2+cvs20070426.0829-1) unstable; urgency=low
 
   * New Upstream Release. Downloaded from CVS.
   * Added dependencies: libtool, libltdl3, libboost-date-time-dev, libavcodec-dev, libavformat-dev
   * Added dependencies for checking: libming-dev, libming-util, mtasc
   * Removed binary package: klash (KDE-based standalone player)
   * Added binary package: cygnal (media server)
+  * Added #include <cctype> to server/StringPredicates.h so that it compiles with gcc 4.3.
+    Patch: gcc4.3.patch (Closes: #417210)
+  * Added link to iceweasel plugins directory (Closes: #399920)
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Mon, 23 Apr 2007 15:35:56 +0200
+ -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 26 Apr 2007 10:29:52 +0200
 
 gnash (0.7.2-1) unstable; urgency=low
 

Modified: packages/gnash/trunk/debian/libgnash0.install
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/libgnash0.install?rev=50&op=diff
==============================================================================
--- packages/gnash/trunk/debian/libgnash0.install (original)
+++ packages/gnash/trunk/debian/libgnash0.install Thu Apr 26 10:02:18 2007
@@ -1,3 +1,4 @@
+usr/lib/libgnash*.so
 usr/lib/libgnash*.so.*
 usr/lib/libgnash*-*.so
 usr/share/lintian/overrides/libgnash0

Modified: packages/gnash/trunk/debian/mozilla-plugin-gnash.links
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/mozilla-plugin-gnash.links?rev=50&op=diff
==============================================================================
--- packages/gnash/trunk/debian/mozilla-plugin-gnash.links (original)
+++ packages/gnash/trunk/debian/mozilla-plugin-gnash.links Thu Apr 26 10:02:18 2007
@@ -1,2 +1,3 @@
 usr/lib/gnash/libgnashplugin.so usr/lib/mozilla/plugins/libgnashplugin.so
 usr/lib/gnash/libgnashplugin.so usr/lib/firefox/plugins/libgnashplugin.so
+usr/lib/gnash/libgnashplugin.so usr/lib/iceweasel/plugins/libgnashplugin.so

Added: packages/gnash/trunk/debian/patches/gcc4.3.patch
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/patches/gcc4.3.patch?rev=50&op=file
==============================================================================
--- packages/gnash/trunk/debian/patches/gcc4.3.patch (added)
+++ packages/gnash/trunk/debian/patches/gcc4.3.patch Thu Apr 26 10:02:18 2007
@@ -1,0 +1,10 @@
+--- gnash-0.7.2+cvs20070426.0829/server/StringPredicates.h.orig	2007-04-26 10:35:35.000000000 +0200
++++ gnash-0.7.2+cvs20070426.0829/server/StringPredicates.h	2007-04-26 10:35:40.000000000 +0200
+@@ -25,6 +25,7 @@
+ #endif
+ 
+ #include <string> 
++#include <cctype>
+ 
+ #include <cassert> // for inlines
+ 

Modified: packages/gnash/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/patches/series?rev=50&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/series (original)
+++ packages/gnash/trunk/debian/patches/series Thu Apr 26 10:02:18 2007
@@ -1,0 +1,1 @@
+gcc4.3.patch -p1




More information about the pkg-flash-devel mailing list