From 2cd6b0fd936b353235c5a1598bca760ebfedb322 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Jan 08 2010 12:38:36 +0000 Subject: sync with Rawhide: modplug enabled again --- diff --git a/audacious-plugins.spec b/audacious-plugins.spec index dae0266..64b7a97 100644 --- a/audacious-plugins.spec +++ b/audacious-plugins.spec @@ -5,7 +5,7 @@ Name: audacious-plugins Version: 2.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Plugins for the Audacious media player Group: Applications/Multimedia URL: http://audacious-media-player.org/ @@ -33,9 +33,10 @@ Patch3: audacious-plugins-2.2-cfg_db_close.patch Patch4: audacious-plugins-2.2-bluetooth.patch # merged upstream Patch5: audacious-plugins-2.2-alarm.patch -# +# obsolete with version upgrade (AUDPLUG-159), but recheck that XMP's plugin +# no longer manages to insert non-URI filenames into the playlist Patch6: audacious-plugins-2.2-xspf-base.patch -# submitted upstream +# merged upstream (AUDPLUG-160) Patch7: audacious-plugins-2.2-svis_expose.patch BuildRequires: audacious-devel >= %{aud_ver} @@ -191,7 +192,6 @@ sed -i '\,^.SILENT:,d' buildsys.mk.in --disable-mms \ --disable-libmadtest \ \ - --disable-modplug \ --disable-oss \ --disable-projectm \ --disable-sse2 \ @@ -268,6 +268,13 @@ update-desktop-database &> /dev/null || : %changelog +* Fri Jan 8 2010 Michael Schwendt - 2.2-9 +- Enable modplug plugin again: The code is an "in-progress rewrite [...] + with many fixes for module formats not available in libmodplug, and is + built partially on top of the work that the Schism Tracker authors have + been doing. Using libmodplug would be a step backwards as far as module + compatibility goes." (AUDPLUG-158) + * Sat Jan 2 2010 Michael Schwendt - 2.2-8 - Fix stack smashing in ui_svis_expose (#551801).