OBS User unknown 2007-06-19 18:04:24 +00:00 committed by Git OBS Bridge
parent 641214c282
commit 362fc0ff33
3 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/polypaudio -nF
#!/usr/bin/pulseaudio -nF
#
# This file is part of polypaudio.
@ -48,7 +48,7 @@ load-module module-native-protocol-unix
### Load the RTP sender module
#load-module module-null-sink sink_name=rtp
#load-module module-rtp-send source=rtp_monitor
#load-module module-rtp-send source=rtp.monitor
### Automatically restore the volume of playback streams
load-module module-volume-restore

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 17:25:08 CEST 2007 - tiwai@suse.de
- fixed default.pa (typo of rtp.monitor).
-------------------------------------------------------------------
Tue Jun 12 16:30:13 CEST 2007 - tiwai@suse.de

View File

@ -14,7 +14,7 @@ Name: pulseaudio
BuildRequires: alsa-devel avahi-devel doxygen glib2-devel hal-devel jack-devel libatomic-ops-devel liboil-devel libsamplerate-devel libsndfile-devel xorg-x11-devel
Summary: A Networked Sound Server
Version: 0.9.6
Release: 5
Release: 8
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Sound Daemons
Source: %{name}-%{version}.tar.bz2
@ -128,6 +128,8 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
%{_includedir}/pulse*
%changelog
* Tue Jun 19 2007 - tiwai@suse.de
- fixed default.pa (typo of rtp.monitor).
* Tue Jun 12 2007 - tiwai@suse.de
- disable flist-test that doesn't pass with ppc (libatomic-ops
problem)