Hi, these are the updated patches: https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk/patches/gnash-01-stdc.diff - Clean up configure tests and check if isfinite is allowed by the C++ compiler - Use std:: prefixes consistently - Use std::floor instead of round - Replace M_SQRT1_2 with const variable - Replace fabsf usage in OpenGL renderer (std::fabs has an overload for floats) - Use <clocale> instead of <locale> for LC_ALL and std::setlocale
https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk/patches/gnash-02-sunpro.diff - Inline log_* functions in template - Qualify GNASH_REPORT* macros with gnash:: prefix - Replace use of std::string::insert with ambiguous types - Use boost::assign::list_of with explicitly typed pairs instead of boost::assign::map_list_of - Correct as_value::readAMF0 to match prototype - Cast ambiguously typed argument to std::ceil to double https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk/patches/gnash-03-gnashrc.diff - Remove duplicates from GNASHRC list https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk/patches/gnash-04-plugin.diff - Remove most OS-specific content in prcpucfg-glibc.h - Improve architecture and compiler support in prcpucfg-glibc.h - Use std:: prefixes consistently - Use putenv (SUSv2) instead of setenv to modify GNASHRC - Prepend rather than append new GNASHRC entries - Use gnash::StringNoCaseEqual instead of strcasecmp https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk/patches/gnash-05-macros.diff - Fix quotes in agg autoconf macro - Prevent pthreads check from mangling CXXFLAGS -Albert _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

