mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
fluidsynth: update to 2.3.0
This commit is contained in:
parent
743900d552
commit
a8f8c4ba9b
1 changed files with 4 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'fluidsynth'
|
# Template file for 'fluidsynth'
|
||||||
pkgname=fluidsynth
|
pkgname=fluidsynth
|
||||||
version=2.2.6
|
version=2.3.0
|
||||||
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="glib-devel jack-devel libsndfile-devel pulseaudio-devel readline-devel"
|
makedepends="SDL2-devel glib-devel jack-devel libsndfile-devel pipewire-devel pulseaudio-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="http://www.fluidsynth.org/"
|
homepage="http://www.fluidsynth.org/"
|
||||||
distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz"
|
distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz"
|
||||||
checksum=ca90fe675cacd9a7b442662783c4e7fa0e1fd638b28d64105a4e3fe0f618d20f
|
checksum=1df5a1afb91acf3b945b7fdb89ac0d99877622161d9b5155533da59113eaaa20
|
||||||
|
|
||||||
libfluidsynth_package() {
|
libfluidsynth_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
|
@ -26,6 +26,7 @@ fluidsynth-devel_package() {
|
||||||
depends="libfluidsynth>=${version} $makedepends"
|
depends="libfluidsynth>=${version} $makedepends"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove usr/lib/cmake
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
|
Loading…
Add table
Reference in a new issue