gnash (0.8.0~cvs20070611.1016-1ubuntu3~feisty1) feisty-backports; urgency=low * Automated backport upload; no source changes. -- Scott Kitterman Fri, 20 Jul 2007 10:35:09 +0100 gnash (0.8.0~cvs20070611.1016-1ubuntu3) gutsy; urgency=low * Rebuild for the libcurl transition mess. -- Steve Kowalik Thu, 5 Jul 2007 01:35:59 +1000 gnash (0.8.0~cvs20070611.1016-1ubuntu2) gutsy; urgency=low * debian/control: add libgstreamer-plugins-base0.10-dev to fix ftbfs -- Alexander Sack Wed, 13 Jun 2007 09:41:59 +0200 gnash (0.8.0~cvs20070611.1016-1ubuntu1) gutsy; urgency=low * debian/patches/gnash_easy_codec_install: initial version of easy codec install patch for gnash * debian/patches/series: adapt quilt series file accordingly * debian/control: adapt Maintainer field for ubuntu upload * debian/control: Depends, Recommends and Suggests for libgnash0 and libklash0 changed in preparation of easy-codec-installation: demote gstreamer0.10-fluendo-mp3, gstreamer0.10-ffmpeg from Recommends to Suggests promote gstreamer0.10-plugins-base, gstreamer0.10-alsa from Recommends to Depends -- Alexander Sack Tue, 12 Jun 2007 15:50:37 +0200 gnash (0.8.0~cvs20070611.1016-1) unstable; urgency=low * New CVS snapshot 20070611.1016 from release-0-8-0 branch * debian/libklash0.install, debian/control, debian/rules: produce libklash0 package and provide proper shlibs version info * debian/patches/ming_headers.patch: resurrect ming_headers patch that was previously reverted * debian/patches/exclude-testsuite-from-built: add patch to exclude testsuite from being build * debian/patches/no-kde-ldflags: take care that gnash binaries don't pull in kde libs/depends * debian/patches/series: update quilt series accordingly * debian/rules: use --enable-renderer=opengl for now in order to build klash without doing hackish stuff> * debian/control: omit extra whitespace before Homepage: line *all* package descriptions * debian/control: drop swfmill from build-depends (since we don't build the testsuite atm) * debian/control: add Alexander Sack to Uploaders field * debian/control: new packages for kde: libklash0 and klash; fix depends of konqueror-plugin-gnash package accordingly * debian/control: drop libsdl1.2-dev, libsdl-mixer1.2-dev, libfltk1.1-dev from build-depends * debian/control: use automake1.9 | automake in Build-Depends * debian/control: don't support gstreamer 0.8 anymore -> drop from Build-Depends -- Alexander Sack Tue, 12 Jun 2007 14:10:00 +0200 gnash (0.7.2+cvs20070525.0721-1) unstable; urgency=low * New Upstream Release. Downloaded from CVS. * Added ming_headers.patch patch so that the missing definitions in ming headers are available for the check. Closes: #425888 -- Miriam Ruiz Fri, 25 May 2007 07:21:23 +0000 gnash (0.7.2+cvs20070518.1557-1) unstable; urgency=low * New Upstream Release. Downloaded from CVS. * Depending on libcurl?-gnutls-dev instead of libcurl?-openssl-dev for not depending on OpenSSL (incompatible with GPL license). Closes: #423884 * Closes: #423433 , memory corruption vulnerability in gnash, due to a out of bounds memory access ( http://savannah.gnu.org/bugs/?19774 ) * gstreamer0.10-audiosink is a virtual package, modifying control. * Updated dependencies to use libcurl4 instead of libcurl3. * Depending on swfmill for check (as well as from ming and mtasc) * Make check is fatal error now. * Upload sponsored by Petter Reinholdtsen. -- Miriam Ruiz Fri, 18 May 2007 15:57:38 +0000 gnash (0.7.2+cvs20070512.1527-1) unstable; urgency=low * New Upstream Release. Downloaded from CVS. + YouTube seems to be working now http://lists.gnu.org/archive/html/gnash-dev/2007-05/msg00000.html * Enabled gstreamer in configure: --enable-gstreamer --enable-media=gst * Changed to use AGG renderer now: --enable-renderer=agg * Added build dependency: libagg-dev * gstreamer0.10-plugins-base, gstreamer0.10-alsa, gstreamer0.10-ffmpeg, and gstreamer0.10-audiosink are needed for YouTube. Added as recommends http://www.mail-archive.com/gnash@gnu.org/msg00624.html * Added gstreamer0.10-fluendo-mp3 to recommends in libgnash0 * Upload sponsored by Petter Reinholdtsen. -- Miriam Ruiz Sat, 12 May 2007 17:27:45 +0200 gnash (0.7.2+cvs20070428.1515-2) experimental; urgency=low * Added binary package: cygnal (media server) * Upload sponsored by Petter Reinholdtsen. -- Miriam Ruiz Sat, 28 Apr 2007 21:45:12 +0200 gnash (0.7.2+cvs20070428.1515-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 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) * Upload sponsored by Petter Reinholdtsen. -- Miriam Ruiz Thu, 26 Apr 2007 10:29:52 +0200 gnash (0.7.2-1) unstable; urgency=low * New Alpha Release from Upstream: + Polling main loop replaced with event driven framework for GTK. + New GUI abstraction layer supporting GTK2, KDE, SDL, and a bare framebuffer. + Movies are parsed by a background thread, so they start playing while still loading. + Plugin supports web navigation and starts playing while the stream is loading. + New AntiGrain (AGG) 2D backend added for framebuffer devices without OpenGL support. + New Framebuffer GUI for devices without X11. + Sound now works using ffmpeg, Gstreamer, or libMad. + Supports cross configuration and cross compiling for embedded targets. + A whole slew of minor bugs that kept various movies from playing. * Upload sponsored by Petter Reinholdtsen. -- Miriam Ruiz Sat, 18 Nov 2006 11:57:04 +0000 gnash (0.7.1+cvs20061014.1744-1) unstable; urgency=low * New Upstream Release. Downloaded from CVS. * New soundhandler for gnash. It uses SDL (not SDL_mixer) for soundhandling, uses ffmpeg or libmad for mp3 decoding and replaces the old SDL_mixer based soundhandler. Changed --enable-sound=sdl in configure. * Changed Firefox plugin directory from /usr/lib/mozilla-firefox/plugins/ to /usr/lib/firefox/plugins/ -- Miriam Ruiz Sat, 14 Oct 2006 17:45:57 +0000 gnash (0.7.1+cvs20061006.1521-1) unstable; urgency=low * New Upstream Release. Downloaded from CVS. * Added usr/lib/kde3/libklashpart.la to konqueror-plugin-gnash so that Konqueror can detect the plugin. Thanks to J.Rinas . Closes: #384477. Closes: #389445. * Added --without-gcc-arch to ./configure in debian/rules so that the build script don't pass options like "-march=prescot" to gcc even if the CPU of the build system supports those. Thanks to Timo Juhani Lindfors . Closes: #390919 * Added libboost-dev and libboost-thread-dev to Build-Depends. * Added cmdline.patch to solve problem of cmdline parser failure with "a=b.swf". Thanks to Robert Millan . Closes: #383770 * Removed patches: amf.patch getopt.patch * Leaving the CVS dirs in package. They might be useful for updating the source tree for testing stuff. Closes: #390283 * Added make check to debian/rules, even though the build won't stop if failures are found. * Beautify debian/rules so that output can be more easily analyzed. * Upload sponsored by Petter Reinholdtsen. -- Miriam Ruiz Fri, 6 Oct 2006 17:22:59 +0200 gnash (0.7.1+cvs20060924.1330-1) unstable; urgency=low * New Upstream Release. Downloaded from CVS. * Modified building system for using quilt. * Added gnash dependency to mozilla-plugin-gnash. Closes: #389141 * Added libfltk1.1-dev as a build dependency. * Modified desktop files, they had a wrong program name. Closes: #384628 * Added copyright notice for Bitstream Vera Fonts to debian/copyright * Upload sponsored by Petter Reinholdtsen. -- Miriam Ruiz Sun, 24 Sep 2006 15:31:43 +0200 gnash (0.7.1+cvs20060920.2136-1) unstable; urgency=low * New Upstream Release. Downloaded from CVS. * Added build dependency: libcurl3-gnutls-dev | libcurl3-openssl-dev * Temporarily removed the -dev package until the API + ABI are more stable * Temporarily added a versioned dependency on libgnash0 * Make package bin-NMU-able by using ${binary:Version} and Build-Depend on dpkg-dev (>= 1.13.19) * Upload sponsored by Petter Reinholdtsen. -- Miriam Ruiz Wed, 20 Sep 2006 21:37:43 +0000 gnash (0.7.1+cvs20060820.2237-1) experimental; urgency=low * New Upstream Release. Downloaded from CVS. * Added icon and .desktop file shortcut. * Build-Depend on libxul-dev instead of mozilla-dev. * Made minor modifications to the code to make it compile. * Updated Standards-Version to 3.7.2 (no changes needed). * Upstream confirms that the code that kills the processes has been rewritten. Closes: #374996 * Upload sponsored by Petter Reinholdtsen. -- Miriam Ruiz Mon, 21 Aug 2006 00:38:53 +0200 gnash (0.7.1-1) experimental; urgency=low * Initial release. Closes: #347352 * Upload sponsored by Petter Reinholdtsen. -- Miriam Ruiz Sun, 7 May 2006 00:54:46 +0000