Hi,
we got a similar issue downstream for Ubuntu, see https://bugs.launchpad.net/ubuntu/+source/mp3blaster/+bug/752091 In case of Ubuntu, the whole package is rather useless without SDL support, because OSS support is not available in recent Ubuntu releases. Attached is the debdiff. Any chance that this gets fixed? Regards, Sebastian -- http://sebstein.hpfsc.de/
diff -Nru mp3blaster-3.2.5/debian/changelog mp3blaster-3.2.5/debian/changelog --- mp3blaster-3.2.5/debian/changelog 2010-06-02 19:19:00.000000000 +0200 +++ mp3blaster-3.2.5/debian/changelog 2011-09-25 19:58:59.000000000 +0200 @@ -1,3 +1,9 @@ +mp3blaster (1:3.2.5-3ubuntu1) oneiric; urgency=medium + + * Add SDL output support (LP: #752091). + + -- Sebastian Stein <[email protected]> Wed, 15 Aug 2011 22:23:00 +0200 + mp3blaster (1:3.2.5-3) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format diff -Nru mp3blaster-3.2.5/debian/control mp3blaster-3.2.5/debian/control --- mp3blaster-3.2.5/debian/control 2010-06-02 19:18:02.000000000 +0200 +++ mp3blaster-3.2.5/debian/control 2011-09-15 22:18:22.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Jochen Friedrich <[email protected]> Standards-Version: 3.8.4 -Build-Depends: libncurses5-dev, libvorbis-dev (>= 1.0.0-3), debhelper (>= 7.0.50~), libsidplay1-dev (>= 1.36.59-3), autoconf, automake +Build-Depends: libncurses5-dev, libvorbis-dev (>= 1.0.0-3), debhelper (>= 7.0.50~), libsidplay1-dev (>= 1.36.59-3), libsdl1.2-dev, autoconf, automake Homepage: http://mp3blaster.sf.net Package: mp3blaster
signature.asc
Description: Digital signature

