0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-11 23:43:10 +00:00
Files
Termux Github Actions 790cdb67d1 bump(main/fluidsynth): 2.4.6
This commit has been automatically submitted by Github Actions.
2025-05-04 18:07:35 +00:00

17 lines
661 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/FluidSynth/fluidsynth
TERMUX_PKG_DESCRIPTION="Software synthesizer based on the SoundFont 2 specifications"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.4.6"
TERMUX_PKG_SRCURL=https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=a6be90fd4842b9e7246500597180af5cf213c11bfa3998a3236dd8ff47961ea8
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="dbus, glib, libc++, libsndfile, pulseaudio, readline"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DLIB_INSTALL_DIR=${TERMUX_PREFIX}/lib
"
termux_step_pre_configure() {
LDFLAGS+=" -l:libomp.a"
}