mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
mpg123 only checks for SDL, not SDL2, so we only built mpg123 with alsa, oss and pulse support (which is enough) and we ca drop the SDL2 dependency. Signed-off-by: Matthias Reichl <hias@horus.com>
15 lines
578 B
Makefile
15 lines
578 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="mpg123"
|
|
PKG_VERSION="1.25.10"
|
|
PKG_SHA256="6c1337aee2e4bf993299851c70b7db11faec785303cfca3a5c3eb5f329ba7023"
|
|
PKG_LICENSE="LGPLv2"
|
|
PKG_SITE="http://www.mpg123.org/"
|
|
PKG_URL="http://downloads.sourceforge.net/sourceforge/mpg123/mpg123-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS_TARGET="toolchain alsa-lib"
|
|
PKG_LONGDESC="A console based real time MPEG Audio Player for Layer 1, 2 and 3."
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
|
--enable-static"
|