distribution/packages/audio/fluidsynth/package.mk

22 lines
896 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="fluidsynth"
PKG_VERSION="2.3.3"
2022-02-05 14:23:32 +00:00
PKG_LICENSE="GPL"
PKG_SITE="http://fluidsynth.org/"
2022-04-14 11:56:57 +00:00
PKG_URL="https://github.com/FluidSynth/fluidsynth/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain glib libsndfile pulseaudio pipewire"
2022-02-05 14:23:32 +00:00
PKG_LONGDESC="FluidSynth renders midi music files as raw audio data, for playing or conversion."
PKG_BUILD_FLAGS="+pic"
PKG_CMAKE_OPTS_TARGET="-DBUILD_SHARED_LIBS=0 \
-DLIB_SUFFIX= \
2022-04-14 11:56:57 +00:00
-Denable-libsndfile=1 \
-Denable-pkgconfig=1 \
-Denable-pipewire=1 \
-Denable-pulseaudio=1 \
-Denable-systemd=1 \
2022-04-14 11:56:57 +00:00
-Denable-readline=0"