xbmc-dharma: remove references to pulseaudio

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-19 07:48:10 +01:00
parent fedd0ddb26
commit d38e2fb92e
2 changed files with 0 additions and 9 deletions

View File

@ -33,10 +33,6 @@ progress "starting XBMC"
XBMC_ARGS="--standalone -fs --lircdev $LIRCDEV"
# starting pulseaudio if avaible
[ -f /usr/bin/pulseaudio ] && /usr/bin/pulseaudio \
--start --log-target=syslog --daemonize 2>&1 > /dev/null
# starting xbmc-wiimote if avaible
[ "$(pidof bluetoothd)" -a -f /usr/bin/xbmc-wiiremote ] && \
/usr/bin/xbmc-wiiremote >/dev/null 2>&1 &

View File

@ -13,11 +13,6 @@ PKG_SHORTDESC="xbmc: XBMC Mediacenter"
PKG_LONGDESC="XBMC Media Center (which was formerly named Xbox Media Center) is a free and open source cross-platform media player and home entertainment system software with a 10-foot user interface designed for the living-room TV. Its graphical user interface allows the user to easily manage video, photos, podcasts, and music from a computer, optical disk, local network, and the internet using a remote control."
PKG_IS_ADDON="no"
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS pulseaudio"
PKG_DEPENDS="$PKG_DEPENDS pulseaudio"
fi
if [ "$FAAC_SUPPORT" = yes ]; then
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS faac"
PKG_DEPENDS="$PKG_DEPENDS faac"