diff --git a/audacious.spec b/audacious.spec index 1bc0b46..43b05c9 100644 --- a/audacious.spec +++ b/audacious.spec @@ -5,7 +5,7 @@ Name: audacious Version: 2.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3 Summary: GTK2 based media player similar to XMMS @@ -30,7 +30,7 @@ BuildRequires: libSM-devel BuildRequires: desktop-file-utils # disabled by default -#BuildRequires: libsamplerate-devel +BuildRequires: libsamplerate-devel # The automatic SONAME dependency is not enough # during version upgrades. @@ -75,6 +75,7 @@ sed -i '\,^.SILENT:,d' buildsys.mk.in %build %configure \ + --enable-samplerate \ --disable-sse2 \ --disable-rpath \ --disable-dependency-tracking @@ -152,6 +153,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sat Sep 12 2009 Michael Schwendt - 2.1-4 +- Build with --enable-samplerate (off by default), BR libsamplerate-devel + * Mon Aug 24 2009 Michael Schwendt - 2.1-3 - Default to PulseAudio output plugin: Fix pluginenum.c indentation to make output plugin default/priority init work. Actually, when I