schismtracker: depend on libflac

Compressed sample import support was added last year.
It gets built if configure finds the FLAC library.
This commit is contained in:
Denys Nykula 2024-04-15 21:14:59 +03:00 committed by finagolfin
parent 2a8d7b1ddc
commit 6efd800b2b
1 changed files with 2 additions and 1 deletions

View File

@ -3,10 +3,11 @@ TERMUX_PKG_DESCRIPTION="A free and open-source reimplementation of Impulse Track
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="20240409"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/schismtracker/schismtracker/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=b96b6c95377b58c9ec35035d6a00698e8f125b9418097e6fe615e5eb91562b9e
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libx11, libxv, sdl2"
TERMUX_PKG_DEPENDS="libflac, libx11, libxv, sdl2"
TERMUX_PKG_BUILD_DEPENDS="xorgproto"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
ac_cv_prog_SDL_CONFIG=$TERMUX_PREFIX/bin/sdl2-config