diff --git a/packages/audio/alsa-plugins/package.mk b/packages/audio/alsa-plugins/package.mk deleted file mode 100644 index 6a97662c1c..0000000000 --- a/packages/audio/alsa-plugins/package.mk +++ /dev/null @@ -1,50 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC 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 of the License, or -# (at your option) any later version. -# -# OpenELEC 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. If not, see . -################################################################################ - -PKG_NAME="alsa-plugins" -PKG_VERSION="1.1.0" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="http://www.alsa-project.org/" -PKG_URL="ftp://ftp.alsa-project.org/pub/plugins/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS_TARGET="toolchain alsa-lib" -PKG_PRIORITY="optional" -PKG_SECTION="audio" -PKG_SHORTDESC="" -PKG_LONGDESC="" - -PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" - -if [ "$PULSEAUDIO_SUPPORT" = yes ]; then -# for PulseAudio support - PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pulseaudio" - ALSA_PLUGINS_PULSEAUDIO="--enable-pulseaudio" -else - ALSA_PLUGINS_PULSEAUDIO="--disable-pulseaudio" -fi - -# package specific configure options -PKG_CONFIGURE_OPTS_TARGET="--disable-jack \ - $ALSA_PLUGINS_PULSEAUDIO \ - --disable-samplerate \ - --disable-maemo-plugin \ - --disable-maemo-resource-manager \ - --disable-avcodec \ - --with-plugindir=/usr/lib/alsa" diff --git a/packages/virtual/alsa/package.mk b/packages/virtual/alsa/package.mk index d0738c3a8c..c8748d06a9 100644 --- a/packages/virtual/alsa/package.mk +++ b/packages/virtual/alsa/package.mk @@ -23,7 +23,7 @@ PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.alsa-project.org/" PKG_URL="" -PKG_DEPENDS_TARGET="toolchain alsa-lib alsa-utils alsa-plugins" +PKG_DEPENDS_TARGET="toolchain alsa-lib alsa-utils" PKG_PRIORITY="optional" PKG_SECTION="virtual" PKG_SHORTDESC="alsa: Matapackage to install all alsa components"