rpms/xfce4-mixer/FC-6 xfce4-mixer.spec,1.14,1.15

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Thu Jun 7 16:08:30 UTC 2007


Author: kevin

Update of /cvs/extras/rpms/xfce4-mixer/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18320

Modified Files:
	xfce4-mixer.spec 
Log Message:
Build with ALSA instead of OSS (fixes bug #239513)



Index: xfce4-mixer.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-mixer/FC-6/xfce4-mixer.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xfce4-mixer.spec	23 Apr 2007 02:41:27 -0000	1.14
+++ xfce4-mixer.spec	7 Jun 2007 16:07:50 -0000	1.15
@@ -1,7 +1,7 @@
 Summary: Volume control plugin for the Xfce 4 panel
 Name: xfce4-mixer
 Version: 4.4.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.4.1/src/xfce4-mixer-4.4.1.tar.bz2
@@ -16,6 +16,7 @@
 BuildRequires: libxml2-devel >= 2.4.0
 BuildRequires: startup-notification-devel
 BuildRequires: gettext intltool
+BuildRequires: alsa-lib-devel
 
 %description
 Volume control plugin for the Xfce 4 panel.
@@ -24,7 +25,7 @@
 %setup -q
 
 %build
-%configure
+%configure --with-sound=alsa
 
 # removed %{?_smp_mflags} for now. Broken in 4.4.1
 make
@@ -58,6 +59,9 @@
 %{_libexecdir}/xfce4/panel-plugins/xfce4-mixer-plugin
 
 %changelog
+* Wed May 30 2007 Kevin Fenzi <kevin at tummy.com> - 4.4.1-2
+- Build with ALSA instead of OSS (fixes bug #239513)
+
 * Wed Apr 11 2007 Kevin Fenzi <kevin at tummy.com> - 4.4.1-1
 - Update to 4.4.1
 




More information about the fedora-extras-commits mailing list