mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-03 17:40:28 +00:00
20 lines
759 B
Bash
20 lines
759 B
Bash
TERMUX_PKG_HOMEPAGE=https://lib.openmpt.org/libopenmpt/
|
|
TERMUX_PKG_DESCRIPTION="OpenMPT based module player library and libopenmpt based command-line player"
|
|
TERMUX_PKG_LICENSE="BSD 3-Clause"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="0.7.8"
|
|
TERMUX_PKG_SRCURL=https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-${TERMUX_PKG_VERSION}+release.autotools.tar.gz
|
|
TERMUX_PKG_SHA256=87778c8046a226c6cbfb114f4c8e3e27c121b7b3dccce5cb7de45899250274cc
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libc++, libflac, libogg, libsndfile, libvorbis, mpg123, pulseaudio, zlib"
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
--without-portaudio
|
|
--without-portaudiocpp
|
|
"
|
|
|
|
termux_step_pre_configure() {
|
|
LDFLAGS+=" $($CC -print-libgcc-file-name)"
|
|
CXXFLAGS+=" -std=c++17"
|
|
}
|