[audacious-plugins] Build OSS output plugin according to default. Build amidi plugin according to default. Only --disabl

Michael Schwendt mschwendt at fedoraproject.org
Fri Apr 22 10:46:23 UTC 2011


commit 8366060348d1e2012105ff6c3f36e1b7fce20e6a
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Fri Apr 22 12:46:09 2011 +0200

    Build OSS output plugin according to default.
    Build amidi plugin according to default.
    Only --disable-sse2 for %ix86.
    Add a few more plugins to %check section.

 audacious-plugins.spec |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/audacious-plugins.spec b/audacious-plugins.spec
index b05fb32..e5c6359 100644
--- a/audacious-plugins.spec
+++ b/audacious-plugins.spec
@@ -10,7 +10,7 @@ Requires: audacious >= %{aud_ver}
 
 Name: audacious-plugins
 Version: 2.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Plugins for the Audacious audio player
 Group: Applications/Multimedia
 URL: http://audacious-media-player.org/
@@ -171,18 +171,18 @@ sed -i '\,^.SILENT:,d' buildsys.mk.in
 %build
 %configure  \
     --enable-chardet  \
-    --enable-amidiplug  \
     \
     --disable-aac  \
     --disable-ffaudio  \
     --disable-mp3  \
     --disable-mms  \
     \
-    --disable-oss  \
 %if 0%{?fedora} < 14
     --disable-projectm-1.0  \
 %endif
+%ifarch %{ix86}
     --disable-sse2  \
+%endif
     --disable-rpath  \
     --disable-dependency-tracking
 make %{?_smp_mflags}
@@ -204,6 +204,10 @@ desktop-file-install --vendor "" \
 %check
 [ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/Transport/neon.so ]
 [ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/General/scrobbler.so ]
+[ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/General/gtkui.so ]
+[ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/General/skins.so ]
+[ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/Output/alsa.so ]
+[ -f ${RPM_BUILD_ROOT}%{_libdir}/audacious/Output/pulse_audio.so ]
 
 
 %clean
@@ -271,6 +275,12 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Fri Apr 22 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-2
+- Build OSS output plugin according to default.
+- Build amidi plugin according to default.
+- Only --disable-sse2 for %%ix86.
+- Add a few more plugins to %%check section.
+
 * Sat Apr 16 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-1
 - Update to 2.5.0.
 


More information about the scm-commits mailing list