mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
alsa-plugins: remove references to pulseaudio
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -2,12 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
|
||||
ALSAPLUGINS_PULSEAUDIO="--enable-pulseaudio"
|
||||
else
|
||||
ALSAPLUGINS_PULSEAUDIO="--disable-pulseaudio"
|
||||
fi
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
./configure --host=$TARGET_NAME \
|
||||
@@ -21,7 +15,7 @@ cd $PKG_BUILD
|
||||
--disable-jack \
|
||||
--disable-samplerate \
|
||||
--disable-avcodec \
|
||||
$ALSAPLUGINS_PULSEAUDIO \
|
||||
--disable-pulseaudio \
|
||||
--with-speex=lib \
|
||||
|
||||
$MAKE
|
||||
|
||||
@@ -13,8 +13,3 @@ PKG_SHORTDESC="alsa-plugins: Advanced Linux Sound Architecture Plugins"
|
||||
PKG_LONGDESC="ALSA (Advanced Linux Sound Architecture) is the next generation Linux Sound API. It provides much finer (->better) access to the sound hardware, has a unbeatable mixer API and supports stuff like multi channel hardware, digital outs and ins, uninterleaved sound data access, and an oss emulation layer (for the old applications). It is the prefered API for professional sound apps under Linux."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
|
||||
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS pulseaudio"
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS pulseaudio"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user