Merge pull request #659 from awiouy/cursed

alsautils: depend on ncurses
This commit is contained in:
Christian Hewitt 2016-08-27 08:48:06 +04:00 committed by GitHub
commit 56616cbf32
4 changed files with 5 additions and 38 deletions

View File

@ -1,3 +1,6 @@
7.0.104
- Rebuild alsamixer with ncurses
7.0.103
- Add alsamixer
- Update mpg123 to 1.23.6

View File

@ -18,7 +18,7 @@
PKG_NAME="multimedia-tools"
PKG_VERSION=""
PKG_REV="103"
PKG_REV="104"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE=""

View File

@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.alsa-project.org/"
PKG_URL="ftp://ftp.alsa-project.org/pub/utils/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain alsa-lib netbsd-curses"
PKG_DEPENDS_TARGET="toolchain alsa-lib ncurses"
PKG_PRIORITY="optional"
PKG_SECTION="audio"
PKG_SHORTDESC="alsa-utils: Advanced Linux Sound Architecture utilities"

View File

@ -1,36 +0,0 @@
################################################################################
# This file is part of LibreELEC - https://libreelec.tv
# Copyright (C) 2016 Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
PKG_NAME="netbsd-curses"
PKG_VERSION="47b256a"
PKG_ARCH="any"
PKG_SITE="https://github.com/sabotage-linux/netbsd-curses"
PKG_URL="https://github.com/sabotage-linux/netbsd-curses/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="devel"
PKG_SHORTDESC="netbsd-libcurses portable edition"
PKG_LONGDESC="netbsd-libcurses portable edition"
make_target() {
make HOSTCC="$HOST_CC" PREFIX=/usr all-static
}
makeinstall_target() {
make HOSTCC="$HOST_CC" PREFIX=$SYSROOT_PREFIX/usr install-static
}