From ee20f21dafdf60e1b1a93131853528a1b2763064 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 12 Aug 2013 21:50:46 +0200 Subject: [PATCH] remove package pulseaudio Signed-off-by: Stephan Raue --- packages/audio/alsa/alsa-lib/package.mk | 4 - packages/audio/pulseaudio/config/asound.conf | 13 -- packages/audio/pulseaudio/config/default.pa | 154 ------------------ .../pulseaudio/config/pulse-default.conf | 35 ---- packages/audio/pulseaudio/config/system.pa | 62 ------- .../audio/pulseaudio/init.d/91_PulseAudio | 30 ---- packages/audio/pulseaudio/package.mk | 109 ------------- packages/mediacenter/xbmc/package.mk | 11 +- packages/multimedia/SDL/build | 9 +- packages/multimedia/SDL/meta | 4 - projects/ARCTIC_MC/options | 3 - projects/ATV/options | 3 - projects/Fusion/options | 3 - projects/Generic/options | 3 - projects/Generic_OSS/options | 3 - projects/ION/options | 3 - projects/Intel/options | 3 - projects/RPi/options | 3 - projects/Ultra/options | 3 - projects/Virtual/options | 3 - 20 files changed, 3 insertions(+), 458 deletions(-) delete mode 100644 packages/audio/pulseaudio/config/asound.conf delete mode 100644 packages/audio/pulseaudio/config/default.pa delete mode 100644 packages/audio/pulseaudio/config/pulse-default.conf delete mode 100644 packages/audio/pulseaudio/config/system.pa delete mode 100644 packages/audio/pulseaudio/init.d/91_PulseAudio delete mode 100644 packages/audio/pulseaudio/package.mk diff --git a/packages/audio/alsa/alsa-lib/package.mk b/packages/audio/alsa/alsa-lib/package.mk index cbee8a4887..d789bf5001 100644 --- a/packages/audio/alsa/alsa-lib/package.mk +++ b/packages/audio/alsa/alsa-lib/package.mk @@ -35,10 +35,6 @@ PKG_LONGDESC="ALSA (Advanced Linux Sound Architecture) is the next generation Li PKG_IS_ADDON="no" PKG_AUTORECONF="yes" -if [ "$PULSEAUDIO_SUPPORT" = yes ]; then - PKG_DEPENDS="$PKG_DEPENDS alsa-plugins" -fi - # package specific configure options PKG_CONFIGURE_OPTS_TARGET="--with-plugindir=/usr/lib/alsa \ --disable-python \ diff --git a/packages/audio/pulseaudio/config/asound.conf b/packages/audio/pulseaudio/config/asound.conf deleted file mode 100644 index 9b1d6ea534..0000000000 --- a/packages/audio/pulseaudio/config/asound.conf +++ /dev/null @@ -1,13 +0,0 @@ -# -# Place your global alsa-lib configuration here... -# - -@hooks [ - { - func load - files [ - "/etc/alsa/pulse-default.conf" - ] - errors false - } -] diff --git a/packages/audio/pulseaudio/config/default.pa b/packages/audio/pulseaudio/config/default.pa deleted file mode 100644 index bf35f1e65b..0000000000 --- a/packages/audio/pulseaudio/config/default.pa +++ /dev/null @@ -1,154 +0,0 @@ -#!/usr/bin/pulseaudio -nF -# -# This file is part of PulseAudio. -# -# PulseAudio is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# PulseAudio is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with PulseAudio; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. - -# This startup script is used only if PulseAudio is started per-user -# (i.e. not in system mode) - -.nofail - -### Load something into the sample cache -#load-sample-lazy x11-bell /usr/share/sounds/gtk-events/activate.wav -#load-sample-lazy pulse-hotplug /usr/share/sounds/startup3.wav -#load-sample-lazy pulse-coldplug /usr/share/sounds/startup3.wav -#load-sample-lazy pulse-access /usr/share/sounds/generic.wav - -.fail - -### Automatically restore the volume of streams and devices -load-module module-device-restore -load-module module-stream-restore -load-module module-card-restore - -### Automatically augment property information from .desktop files -### stored in /usr/share/application -load-module module-augment-properties - -### Load audio drivers statically -### (it's probably better to not load these drivers manually, but instead -### use module-udev-detect -- see below -- for doing this automatically) -#load-module module-alsa-sink device=hw:1,7 -#load-module module-alsa-sink -#load-module module-alsa-source device=hw:1,0 -#load-module module-alsa-source device=hw:1,7 -#load-module module-null-sink -#load-module module-pipe-sink - -### Automatically load driver modules depending on the hardware available -.ifexists module-udev-detect.so -load-module module-udev-detect -.else -### Use the static hardware detection module (for systems that lack udev/hal support) -load-module module-detect -.endif - -### Automatically connect sink and source if JACK server is present -.ifexists module-jackdbus-detect.so -load-module module-jackdbus-detect -.endif - - -### Load several protocols -.ifexists module-esound-protocol-unix.so -load-module module-esound-protocol-unix -.endif -load-module module-native-protocol-unix - -### Network access (may be configured with paprefs, so leave this commented -### here if you plan to use paprefs) -#load-module module-esound-protocol-tcp -#load-module module-native-protocol-tcp -#load-module module-zeroconf-publish - -### Load the RTP receiver module (also configured via paprefs, see above) -#load-module module-rtp-recv - -### Load the RTP sender module (also configured via paprefs, see above) -#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'" -#load-module module-rtp-send source=rtp.monitor - -### Load additional modules from GConf settings. This can be configured with the paprefs tool. -### Please keep in mind that the modules configured by paprefs might conflict with manually -### loaded modules. -.ifexists module-gconf.so -.nofail -load-module module-gconf -.fail -.endif - -### Automatically restore the default sink/source when changed by the user -### during runtime -### NOTE: This should be loaded as early as possible so that subsequent modules -### that look up the default sink/source get the right value -load-module module-default-device-restore - -### Automatically move streams to the default sink if the sink they are -### connected to dies, similar for sources -load-module module-rescue-streams - -### Make sure we always have a sink around, even if it is a null sink. -load-module module-always-sink - -### Honour intended role device property -load-module module-intended-roles - -### Automatically suspend sinks/sources that become idle for too long -load-module module-suspend-on-idle - -### If autoexit on idle is enabled we want to make sure we only quit -### when no local session needs us anymore. -.ifexists module-console-kit.so -load-module module-console-kit -.endif - -### Enable positioned event sounds -load-module module-position-event-sounds - -### Cork music streams when a phone stream is active -load-module module-cork-music-on-phone - -### Modules to allow autoloading of filters (such as echo cancellation) -### on demand. module-filter-heuristics tries to determine what filters -### make sense, and module-filter-apply does the heavy-lifting of -### loading modules and rerouting streams. -load-module module-filter-heuristics -load-module module-filter-apply - -### Load DBus protocol -.ifexists module-dbus-protocol.so -load-module module-dbus-protocol -.endif - -# X11 modules should not be started from default.pa so that one daemon -# can be shared by multiple sessions. - -### Load X11 bell module -#load-module module-x11-bell sample=bell-windowing-system - -### Register ourselves in the X11 session manager -load-module module-x11-xsmp - -### Publish connection data in the X11 root window -.ifexists module-x11-publish.so -.nofail -load-module module-x11-publish -.fail -.endif - -### Make some devices default -#set-default-sink output -#set-default-source input diff --git a/packages/audio/pulseaudio/config/pulse-default.conf b/packages/audio/pulseaudio/config/pulse-default.conf deleted file mode 100644 index a84bede025..0000000000 --- a/packages/audio/pulseaudio/config/pulse-default.conf +++ /dev/null @@ -1,35 +0,0 @@ -# PulseAudio plugin configuration -# $Id$ - -# Let's create a virtual device "pulse" for mixer and PCM - -pcm.pulse { - type pulse - hint { - description "PulseAudio Sound Server" - } -} - -ctl.pulse { - type pulse - hint { - description "PulseAudio Sound Server" - } -} - -# Let's make it the default! - -pcm.!default { - type pulse - hint { - description "Default" - } -} - -ctl.!default { - type pulse - hint { - description "Default" - } -} - diff --git a/packages/audio/pulseaudio/config/system.pa b/packages/audio/pulseaudio/config/system.pa deleted file mode 100644 index e389e0582f..0000000000 --- a/packages/audio/pulseaudio/config/system.pa +++ /dev/null @@ -1,62 +0,0 @@ -#!/usr/bin/pulseaudio -nF -# -# This file is part of PulseAudio. -# -# PulseAudio is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# PulseAudio is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with PulseAudio; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. - -# This startup script is used only if PulseAudio is started in system -# mode. - -### Automatically load driver modules depending on the hardware available -.ifexists module-udev-detect.so -load-module module-udev-detect -.else -### Use the static hardware detection module (for systems that lack udev/hal support) -load-module module-detect -.endif - -### Load several protocols -.ifexists module-esound-protocol-unix.so -load-module module-esound-protocol-unix -.endif -load-module module-native-protocol-unix - -### Automatically restore the volume of streams and devices -load-module module-stream-restore -load-module module-device-restore - -### Automatically restore the default sink/source when changed by the user -### during runtime -### NOTE: This should be loaded as early as possible so that subsequent modules -### that look up the default sink/source get the right value -load-module module-default-device-restore - -.ifexists module-dbus-protocol.so -### If you want to allow TCP connections, set access to "remote" or "local,remote". -load-module module-dbus-protocol access=local -.endif - -### Automatically move streams to the default sink if the sink they are -### connected to dies, similar for sources -load-module module-rescue-streams - -### Make sure we always have a sink around, even if it is a null sink. -load-module module-always-sink - -### Automatically suspend sinks/sources that become idle for too long -load-module module-suspend-on-idle - -### Enable positioned event sounds -load-module module-position-event-sounds diff --git a/packages/audio/pulseaudio/init.d/91_PulseAudio b/packages/audio/pulseaudio/init.d/91_PulseAudio deleted file mode 100644 index c1cf1951cc..0000000000 --- a/packages/audio/pulseaudio/init.d/91_PulseAudio +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -# start PulseAudio daemon -# -# runlevels: openelec, textmode - -progress "starting PulseAudio daemon" - pulseaudio --system --daemonize \ - --log-target=file:/var/log/pulseaudio.log \ - --log-level=debug >/dev/null 2>&1 - - export SDL_AUDIODRIVER=pulse diff --git a/packages/audio/pulseaudio/package.mk b/packages/audio/pulseaudio/package.mk deleted file mode 100644 index 7395ae22c1..0000000000 --- a/packages/audio/pulseaudio/package.mk +++ /dev/null @@ -1,109 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -PKG_NAME="pulseaudio" -PKG_VERSION="2.1" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="http://pulseaudio.org/" -PKG_URL="http://freedesktop.org/software/pulseaudio/releases/$PKG_NAME-$PKG_VERSION.tar.xz" -PKG_DEPENDS="libtool json-c alsa-lib libsndfile libsamplerate speex dbus systemd openssl" -PKG_BUILD_DEPENDS_TARGET="toolchain libtool json-c alsa-lib libsndfile libsamplerate speex dbus systemd openssl libcap" -PKG_PRIORITY="optional" -PKG_SECTION="audio" -PKG_SHORTDESC="pulseaudio: Yet another sound server for Unix" -PKG_LONGDESC="PulseAudio is a sound server for Linux and other Unix-like operating systems. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (esound or esd). In addition to the features esound provides, PulseAudio has an extensible plugin architecture, support for more than one sink per source, better low-latency behavior, the ability to be embedded into other software, a completely asynchronous C API, a simple command line interface for reconfiguring the daemon while running, flexible and implicit sample type conversion and resampling, and a "Zero-Copy" architecture." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" - -# package specific configure options -PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \ - --disable-nls \ - --enable-largefile \ - --disable-rpath \ - --disable-x11 \ - --enable-samplerate \ - --disable-oss-output \ - --disable-oss-wrapper \ - --disable-coreaudio-output \ - --enable-alsa \ - --disable-esound \ - --disable-solaris \ - --disable-waveout \ - --disable-glib2 \ - --disable-gtk2 \ - --disable-gconf \ - --disable-jack \ - --disable-asyncns \ - --disable-tcpwrap \ - --disable-lirc \ - --enable-dbus \ - --disable-hal \ - --disable-bluez \ - --enable-udev \ - --disable-hal-compat \ - --enable-ipv6 \ - --enable-openssl \ - --disable-orc \ - --disable-manpages \ - --disable-per-user-esound-socket \ - --disable-legacy-runtime-dir \ - --disable-legacy-database-entry-format \ - --with-system-user=root \ - --with-system-group=root \ - --with-access-group=root \ - --with-module-dir=/usr/lib/pulse" - -if [ "$AVAHI_DAEMON" = yes ]; then - PKG_DEPENDS="$PKG_DEPENDS avahi" - PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS_TARGET avahi" - PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-avahi" -else - PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --disable-avahi" -fi - -pre_configure_target() { - # pulseaudio fails to build with LTO support - strip_lto -} - -pre_make_target() { - MAKEFLAGS=-j1 -} - -post_makeinstall_target() { -# add_user pulse x 499 498 "PulseAudio System Daemon" "/var/run/pulse" "/bin/sh" -# add_group pulse 498 -# add_group pulse-access 497 - - sed -e 's%user="pulse"%user="root"%g' -i $INSTALL/etc/dbus-1/system.d/pulseaudio-system.conf - - mkdir -p $INSTALL/etc - cp $PKG_DIR/config/asound.conf $INSTALL/etc - - mkdir -p $INSTALL/etc/alsa - cp $PKG_DIR/config/pulse-default.conf $INSTALL/etc/alsa - - rm -rf $INSTALL/usr/bin/esdcompat - rm -rf $INSTALL/usr/lib/cmake - rm -rf $INSTALL/usr/share/vala -} diff --git a/packages/mediacenter/xbmc/package.mk b/packages/mediacenter/xbmc/package.mk index a741264c25..ddd8b02492 100644 --- a/packages/mediacenter/xbmc/package.mk +++ b/packages/mediacenter/xbmc/package.mk @@ -104,15 +104,6 @@ else XBMC_ALSA="--disable-alsa" fi -if [ "$PULSEAUDIO_SUPPORT" = yes ]; then -# for PulseAudio support - PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS_TARGET pulseaudio" - PKG_DEPENDS="$PKG_DEPENDS pulseaudio" - XBMC_PULSEAUDIO="--enable-pulse" -else - XBMC_PULSEAUDIO="--disable-pulse" -fi - if [ "$CEC_SUPPORT" = yes ]; then # for CEC support PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS_TARGET libcec" @@ -384,7 +375,7 @@ PKG_CONFIGURE_OPTS_TARGET="gl_cv_func_gettimeofday_clobber=no \ $XBMC_XORG \ --disable-ccache \ $XBMC_ALSA \ - $XBMC_PULSEAUDIO \ + --disable-pulse \ --enable-rtmp \ $XBMC_SAMBA \ $XBMC_NFS \ diff --git a/packages/multimedia/SDL/build b/packages/multimedia/SDL/build index 610a7cd165..ebea5603ff 100755 --- a/packages/multimedia/SDL/build +++ b/packages/multimedia/SDL/build @@ -40,12 +40,6 @@ else SDL_OPENGL="--disable-video-opengl" fi -if [ "$PULSEAUDIO_SUPPORT" = yes ]; then - SDL_PULSEAUDIO="--enable-pulseaudio --enable-pulseaudio-shared" -else - SDL_PULSEAUDIO="--disable-pulseaudio --disable-pulseaudio-shared" -fi - cd $PKG_BUILD rm -f acinclude/alsa.m4 @@ -82,7 +76,8 @@ mkdir -p .build-target && cd .build-target --disable-esd \ --disable-esdtest \ --disable-esd-shared \ - $SDL_PULSEAUDIO \ + --disable-pulseaudio \ + --disable-pulseaudio-shared \ --disable-arts \ --disable-arts-shared \ --disable-nas \ diff --git a/packages/multimedia/SDL/meta b/packages/multimedia/SDL/meta index bab81e1998..aa5189df82 100644 --- a/packages/multimedia/SDL/meta +++ b/packages/multimedia/SDL/meta @@ -45,7 +45,3 @@ if [ "$OPENGL" = "Mesa" ]; then PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS Mesa glu" fi -if [ "$PULSEAUDIO_SUPPORT" = yes ]; then - PKG_DEPENDS="$PKG_DEPENDS pulseaudio" - PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS pulseaudio" -fi diff --git a/projects/ARCTIC_MC/options b/projects/ARCTIC_MC/options index 79e4e07119..6919db3ef3 100755 --- a/projects/ARCTIC_MC/options +++ b/projects/ARCTIC_MC/options @@ -143,9 +143,6 @@ # build and install ALSA Audio support (yes / no) ALSA_SUPPORT="yes" -# build and install PulseAudio support (yes / no) - PULSEAUDIO_SUPPORT="no" - # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" diff --git a/projects/ATV/options b/projects/ATV/options index 84eee1c200..84321ef1cc 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -143,9 +143,6 @@ # build and install ALSA Audio support (yes / no) ALSA_SUPPORT="yes" -# build and install PulseAudio support (yes / no) - PULSEAUDIO_SUPPORT="no" - # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" diff --git a/projects/Fusion/options b/projects/Fusion/options index dbd27ac3fa..1ac6cda8d9 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -143,9 +143,6 @@ # build and install ALSA Audio support (yes / no) ALSA_SUPPORT="yes" -# build and install PulseAudio support (yes / no) - PULSEAUDIO_SUPPORT="no" - # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" diff --git a/projects/Generic/options b/projects/Generic/options index eb421a149b..25d81ab1b8 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -143,9 +143,6 @@ # build and install ALSA Audio support (yes / no) ALSA_SUPPORT="yes" -# build and install PulseAudio support (yes / no) - PULSEAUDIO_SUPPORT="no" - # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 4cf93f83cc..2ca1154c98 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -143,9 +143,6 @@ # build and install ALSA Audio support (yes / no) ALSA_SUPPORT="yes" -# build and install PulseAudio support (yes / no) - PULSEAUDIO_SUPPORT="no" - # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" diff --git a/projects/ION/options b/projects/ION/options index a158e1b09b..49fc3dcd1c 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -143,9 +143,6 @@ # build and install ALSA Audio support (yes / no) ALSA_SUPPORT="yes" -# build and install PulseAudio support (yes / no) - PULSEAUDIO_SUPPORT="no" - # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" diff --git a/projects/Intel/options b/projects/Intel/options index d8b75e0117..71abe5abe3 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -143,9 +143,6 @@ # build and install ALSA Audio support (yes / no) ALSA_SUPPORT="yes" -# build and install PulseAudio support (yes / no) - PULSEAUDIO_SUPPORT="no" - # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" diff --git a/projects/RPi/options b/projects/RPi/options index 4f9904e6e1..2bb8d71a13 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -143,9 +143,6 @@ # build and install ALSA Audio support (yes / no) ALSA_SUPPORT="no" -# build and install PulseAudio support (yes / no) - PULSEAUDIO_SUPPORT="no" - # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" diff --git a/projects/Ultra/options b/projects/Ultra/options index e88189243c..1bc9e170ff 100755 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -143,9 +143,6 @@ # build and install ALSA Audio support (yes / no) ALSA_SUPPORT="yes" -# build and install PulseAudio support (yes / no) - PULSEAUDIO_SUPPORT="no" - # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" diff --git a/projects/Virtual/options b/projects/Virtual/options index 78f994a37a..1693b87397 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -138,9 +138,6 @@ # build and install ALSA Audio support (yes / no) ALSA_SUPPORT="yes" -# build and install PulseAudio support (yes / no) - PULSEAUDIO_SUPPORT="no" - # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes"