Accepting request 125323 from home:tiwai:branches:multimedia:libs
- Add kmix setup to setup-pulseaudio script OBS-URL: https://build.opensuse.org/request/show/125323 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=93
This commit is contained in:
parent
f184cef63f
commit
1970496632
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 15:50:43 CEST 2012 - tiwai@suse.de
|
||||
|
||||
- Add kmix setup to setup-pulseaudio script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 6 14:16:34 CEST 2012 - tiwai@suse.de
|
||||
|
||||
|
@ -70,6 +70,11 @@ enable_phonon() {
|
||||
delete_variable PHONON_PULSEAUDIO_DISABLE
|
||||
}
|
||||
|
||||
enable_kmix() {
|
||||
echo "Enabling PulseAudio for Kmix..."
|
||||
delete_variable KMIX_PULSEAUDIO_DISABLE
|
||||
}
|
||||
|
||||
enable_alsa() {
|
||||
echo "Enabling PulseAudio for ALSA..."
|
||||
set_variable ALSA_CONFIG_PATH /etc/alsa-pulse.conf
|
||||
@ -201,6 +206,11 @@ disable_phonon() {
|
||||
set_variable PHONON_PULSEAUDIO_DISABLE 1
|
||||
}
|
||||
|
||||
disable_kmix() {
|
||||
echo "Disabling PulseAudio for Kmix..."
|
||||
set_variable KMIX_PULSEAUDIO_DISABLE 1
|
||||
}
|
||||
|
||||
disable_libao() {
|
||||
if test -f /etc/libao.conf; then
|
||||
echo "Disabling PulseAudio for libao..."
|
||||
@ -301,6 +311,7 @@ enable_all() {
|
||||
enable_xine
|
||||
enable_festival
|
||||
enable_phonon
|
||||
enable_kmix
|
||||
enable_speechd
|
||||
enable_sox
|
||||
enable_gstreamer
|
||||
@ -318,6 +329,7 @@ disable_all() {
|
||||
disable_xine
|
||||
disable_festival
|
||||
disable_phonon
|
||||
disable_kmix
|
||||
disable_speechd
|
||||
disable_sox
|
||||
disable_gstreamer
|
||||
|
Loading…
x
Reference in New Issue
Block a user