Hello community, here is the log from the commit of package gnash checked in at Wed Dec 20 20:33:47 CET 2006. -------- --- gnash/gnash.changes 2006-12-20 14:12:43.000000000 +0100 +++ /mounts/work_src_done/STABLE/gnash/gnash.changes 2006-12-20 19:50:10.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Dec 20 19:50:00 CET 2006 - schwab@suse.de + +- Fix compilation. + +------------------------------------------------------------------- New: ---- gnash-old-ffmpeg.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnash.spec ++++++ --- /var/tmp/diff_new_pack.mzc0hC/_old 2006-12-20 20:33:41.000000000 +0100 +++ /var/tmp/diff_new_pack.mzc0hC/_new 2006-12-20 20:33:41.000000000 +0100 @@ -19,12 +19,13 @@ %endif Summary: Free Flash movie player Version: 0.7.2.cvs20061220 -Release: 1 +Release: 2 License: GNU General Public License (GPL) Group: Productivity/Networking/Web/Browsers Source: %{name}-%{version}.tar.bz2 Patch: gnash-no-movies.diff Patch1: gnash-gcc-warning-fixes.diff +Patch2: gnash-old-ffmpeg.diff URL: http://www.gnu.org/software/gnash/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -48,6 +49,7 @@ %setup -n gnash %patch %patch1 +%patch2 %build autoreconf -fi @@ -80,6 +82,8 @@ %{_datadir}/gnash %changelog -n gnash +* Wed Dec 20 2006 - schwab@suse.de +- Fix compilation. * Wed Dec 20 2006 - tiwai@suse.de - updated to CVS 2006.12.20 snapshot * version bump to 0.7.2 ++++++ gnash-old-ffmpeg.diff ++++++ --- server/asobj/NetStreamFfmpeg.cpp +++ server/asobj/NetStreamFfmpeg.cpp @@ -246,14 +246,18 @@ AVFormatParameters ap; memset(&ap, 0, sizeof(AVFormatParameters)); +#if 0 ap.prealloced_context = 1; +#endif // Setup the filereader/seeker mechanism. 7th argument (NULL) is the writer function, // which isn't needed. init_put_byte(&ns->ByteIOCxt, new uint8_t[500000], 500000, 0, ns, NetStreamFfmpeg::readPacket, NULL, NetStreamFfmpeg::seekMedia); ns->ByteIOCxt.is_streamed = 0; +#if 0 ns->m_FormatCtx = av_alloc_format_context(); +#endif // Open the stream. the 4th argument is the filename, which we ignore. if(av_open_input_stream(&ns->m_FormatCtx, &ns->ByteIOCxt, "", inputFmt, &ap) < 0){ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org