r35 - in /packages/gnash/trunk/debian: changelog rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Sat Oct 7 15:00:59 UTC 2006


Author: baby-guest
Date: Sat Oct  7 15:00:59 2006
New Revision: 35

URL: http://svn.debian.org/wsvn/?sc=1&rev=35
Log:
Mail from "Tomas Groth" <tomasgroth at yahoo.dk> :

A new soundhandler for gnash has just been commited to CVS. It uses SDL (not
SDL_mixer) for soundhandling, uses ffmpeg or libmad for mp3 decoding and
replaces the old SDL_mixer based soundhandler.

To use the new soundhandler run the configure-script with this option:
"--enable-sound=sdl". If you got ffmpeg installed it will be used per default
for mp3 decoding. If you rather use libmad, then you must also use the
"--enable-mad" option.
This should be the best working soundhandler for gnash so far, but since it
new, it most likely have bugs! Please report those you find.


Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/changelog?rev=35&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Sat Oct  7 15:00:59 2006
@@ -1,3 +1,12 @@
+gnash (0.7.1+cvs20061006.1521-2) UNRELEASED; urgency=low
+
+  * 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.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Sat,  7 Oct 2006 16:57:54 +0200
+
 gnash (0.7.1+cvs20061006.1521-1) unstable; urgency=low
 
   * New Upstream Release. Downloaded from CVS.

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=35&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Sat Oct  7 15:00:59 2006
@@ -60,7 +60,7 @@
 	./configure CFLAGS="$(CFLAGS)" \
 		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
-		--enable-mp3 --enable-plugin --enable-klash --enable-sound=gst \
+		--enable-mp3 --enable-plugin --enable-klash --enable-sound=sdl \
 		--with-plugindir=\$${prefix}/lib/gnash \
 		--enable-shared=yes --enable-static=yes --enable-sdk-install \
 		--disable-rpath --enable-lotsa-warnings --without-gcc-arch




More information about the pkg-flash-devel mailing list