mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
mpg123: use upstream package
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2018-present 5schatten (https://github.com/5schatten)
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2024-present ROCKNIX (https://github.com/ROCKNIX)
|
||||
|
||||
PKG_NAME="mpg123"
|
||||
PKG_VERSION="1.32.3"
|
||||
PKG_LICENSE="LGPLv2"
|
||||
PKG_SITE="http://www.mpg123.org/"
|
||||
PKG_URL="http://www.mpg123.org/download/mpg123-${PKG_VERSION}.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain alsa-lib SDL2 openal-soft"
|
||||
PKG_LONGDESC="A console based real time MPEG Audio Player for Layer 1, 2 and 3."
|
||||
PKG_BUILD_FLAGS="-fpic"
|
||||
. ${ROOT}/packages/addons/addon-depends/multimedia-tools-depends/mpg123/package.mk
|
||||
|
||||
PKG_DEPENDS_TARGET+=" SDL2 openal-soft"
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
if [ "${PIPEWIRE}" = yes ]; then
|
||||
PKG_DEPENDS_TARGET="${PKG_DEPENDS_TARGET} pipewire"
|
||||
PKG_CONFIGURE_OPTS_TARGET="${PKG_CONFIGURE_OPTS_TARGET} --with-default-audio=pulse --with-audio=pulse"
|
||||
fi
|
||||
|
||||
unset PKG_CONFIGURE_OPTS_TARGET
|
||||
|
||||
Reference in New Issue
Block a user