rpms/audacious/F-11 audacious.spec,1.46,1.47

Michael Schwendt mschwendt at fedoraproject.org
Sat Sep 12 08:57:44 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4514

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



Index: audacious.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious/F-11/audacious.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- audacious.spec	5 Jun 2009 11:12:56 -0000	1.46
+++ audacious.spec	12 Sep 2009 08:57:44 -0000	1.47
@@ -4,7 +4,7 @@
 
 Name:           audacious
 Version:        1.5.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        GTK2 based media player similar to XMMS
 
 Group:          Applications/Multimedia
@@ -36,6 +36,9 @@ BuildRequires:  mcs-devel >= 0.7
 BuildRequires:  libmowgli-devel >= 0.4
 BuildRequires:  dbus-devel >= 0.60, dbus-glib-devel >= 0.60
 
+# disabled by default
+BuildRequires: libsamplerate-devel
+
 Requires:       audacious-plugins >= %{aud_ver}
 
 # last tagged f8-final
@@ -121,6 +124,7 @@ sed -i '\,^.SILENT:,d' buildsys.mk.in
 
 %build
 %configure \
+    --enable-samplerate \
     --disable-rpath \
     --enable-chardet \
     --enable-dbus \
@@ -203,6 +207,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Sat Sep 12 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.1-10
+- Build with --enable-samplerate (off by default), BR libsamplerate-devel
+
 * Fri Jun  5 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.1-9
 - update post/postun/posttrans scriptlets to match guidelines
 - drop BR GConf2-devel




More information about the scm-commits mailing list