rpms/audacious/devel audacious.spec,1.51,1.52

Michael Schwendt mschwendt at fedoraproject.org
Sat Sep 12 08:56:16 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3964

Modified Files:
	audacious.spec 
Log Message:
* Sat Sep 12 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1-4
- Build with --enable-samplerate (off by default), BR libsamplerate-devel



Index: audacious.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious/devel/audacious.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- audacious.spec	24 Aug 2009 09:21:24 -0000	1.51
+++ audacious.spec	12 Sep 2009 08:56:15 -0000	1.52
@@ -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/
 
 
 %changelog
+* Sat Sep 12 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1-4
+- Build with --enable-samplerate (off by default), BR libsamplerate-devel
+
 * Mon Aug 24 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1-3
 - Default to PulseAudio output plugin: Fix pluginenum.c indentation
   to make output plugin default/priority init work. Actually, when I




More information about the fedora-extras-commits mailing list