mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fluidsynth: update to 2.3.5.
This commit is contained in:
parent
1f906970d1
commit
ac426c2bcf
1 changed files with 4 additions and 3 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'fluidsynth'
|
# Template file for 'fluidsynth'
|
||||||
pkgname=fluidsynth
|
pkgname=fluidsynth
|
||||||
version=2.3.4
|
version=2.3.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
make_check_target=check
|
make_check_target=check
|
||||||
configure_args="-DLIB_SUFFIX=
|
configure_args="-DLIB_SUFFIX=
|
||||||
-DDEFAULT_SOUNDFONT:STRING=/usr/share/soundfonts/default.sf2"
|
-DDEFAULT_SOUNDFONT:STRING=/usr/share/soundfonts/default.sf2"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="SDL2-devel glib-devel jack-devel libsndfile-devel pipewire-devel pulseaudio-devel readline-devel"
|
makedepends="SDL2-devel glib-devel jack-devel libsndfile-devel pipewire-devel pulseaudio-devel
|
||||||
|
libinstpatch-devel readline-devel"
|
||||||
short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
|
short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://www.fluidsynth.org/"
|
homepage="https://www.fluidsynth.org/"
|
||||||
changelog="https://github.com/FluidSynth/fluidsynth/releases"
|
changelog="https://github.com/FluidSynth/fluidsynth/releases"
|
||||||
distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz"
|
distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz"
|
||||||
checksum=1529ef5bc3b9ef3adc2a7964505912f7305103e269e50cc0316f500b22053ac9
|
checksum=f89e8e983ecfb4a5b4f5d8c2b9157ed18d15ed2e36246fa782f18abaea550e0d
|
||||||
|
|
||||||
libfluidsynth_package() {
|
libfluidsynth_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
|
|
Loading…
Add table
Reference in a new issue