forked from pool/pulseaudio
This commit is contained in:
parent
13b3cd40ee
commit
d09cdfdb03
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 31 13:31:25 CEST 2008 - rodrigo@suse.de
|
||||||
|
|
||||||
|
- Don't require alsa-plugins-pulse, just Recommend it (bnc#394177)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 26 17:18:06 CEST 2008 - rodrigo@suse.de
|
Mon May 26 17:18:06 CEST 2008 - rodrigo@suse.de
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ Name: pulseaudio
|
|||||||
%define drvver 0.9
|
%define drvver 0.9
|
||||||
Summary: A Networked Sound Server
|
Summary: A Networked Sound Server
|
||||||
Version: 0.9.10
|
Version: 0.9.10
|
||||||
Release: 21
|
Release: 23
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: System/Sound Daemons
|
Group: System/Sound Daemons
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -23,7 +23,8 @@ Source1: default.pa
|
|||||||
Url: http://pulseaudio.org
|
Url: http://pulseaudio.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: PolicyKit-devel alsa-devel avahi-devel bluez-libs doxygen gconf2-devel glib2-devel hal-devel jack-devel libatomic-ops-devel liboil-devel libsamplerate-devel libsndfile-devel lirc-devel tcpd-devel update-desktop-files xorg-x11-devel
|
BuildRequires: PolicyKit-devel alsa-devel avahi-devel bluez-libs doxygen gconf2-devel glib2-devel hal-devel jack-devel libatomic-ops-devel liboil-devel libsamplerate-devel libsndfile-devel lirc-devel tcpd-devel update-desktop-files xorg-x11-devel
|
||||||
Requires: alsa-plugins-pulse libpulsecore4 = %{version}
|
Requires: libpulsecore4 = %{version}
|
||||||
|
Recommends: alsa-plugins-pulse
|
||||||
PreReq: pwdutils
|
PreReq: pwdutils
|
||||||
Patch0: pulseaudio-0.9.8-unbreak-tunnels.patch
|
Patch0: pulseaudio-0.9.8-unbreak-tunnels.patch
|
||||||
# PATCH-FIX-UPSTREAM pulseaudio-declarations.patch maw@novell.com -- Already fixed in git; will go away on the next release
|
# PATCH-FIX-UPSTREAM pulseaudio-declarations.patch maw@novell.com -- Already fixed in git; will go away on the next release
|
||||||
@ -524,6 +525,8 @@ groupadd -r pulse-access &>/dev/null || :
|
|||||||
%{_mandir}/man1/pax11publish.1.gz
|
%{_mandir}/man1/pax11publish.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 31 2008 rodrigo@suse.de
|
||||||
|
- Don't require alsa-plugins-pulse, just Recommend it (bnc#394177)
|
||||||
* Mon May 26 2008 rodrigo@suse.de
|
* Mon May 26 2008 rodrigo@suse.de
|
||||||
- Depend on alsa-plugins-pulse to have ALSA-based applications
|
- Depend on alsa-plugins-pulse to have ALSA-based applications
|
||||||
work out of the box with PulseAudio (bnc#394177)
|
work out of the box with PulseAudio (bnc#394177)
|
||||||
|
Loading…
Reference in New Issue
Block a user