summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoboron30422023-04-11 20:50:11 +0200
committerRoboron30422023-04-11 20:50:11 +0200
commit49a17365ea8b2f00cdf44d900816430c71c4b74b (patch)
treefc60ffb82eb9bcf517f10ecf899b644441618df4
parent0eccc5a93a36683f0baecc09c96f83b8fd313b61 (diff)
downloadaur-49a17365ea8b2f00cdf44d900816430c71c4b74b.tar.gz
Version 2.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71a2dcf03b5f..85461d0a2eb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-fluidsynth
pkgdesc = A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = http://www.fluidsynth.org/
arch = any
@@ -15,7 +15,7 @@ pkgbase = mingw-w64-fluidsynth
options = staticlibs
options = !buildflags
options = !strip
- source = fluidsynth-2.3.1.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.3.1.tar.gz
- sha256sums = d734e4cf488be763cf123e5976f3154f0094815093eecdf71e0e9ae148431883
+ source = fluidsynth-2.3.2.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.3.2.tar.gz
+ sha256sums = cd610810f30566e28fb98c36501f00446a06fa6bae3dc562c8cd3868fe1c0fc7
pkgname = mingw-w64-fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index d747a0d7a556..4f32b51c4fb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_realname=fluidsynth
pkgname=mingw-w64-fluidsynth
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)"
url="http://www.fluidsynth.org/"
@@ -17,7 +17,7 @@ makedepends=('mingw-w64-cmake'
'mingw-w64-make')
options=('staticlibs' '!buildflags' '!strip')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/FluidSynth/${_realname}/archive/v${pkgver}.tar.gz")
-sha256sums=('d734e4cf488be763cf123e5976f3154f0094815093eecdf71e0e9ae148431883')
+sha256sums=('cd610810f30566e28fb98c36501f00446a06fa6bae3dc562c8cd3868fe1c0fc7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -27,10 +27,10 @@ build() {
mkdir -p build-${_arch} && pushd build-${_arch}
# If you need every feature, use this
- ${_arch}-cmake -DBUILD_SHARED_LIBS=0 -Denable-portaudio=1 -Denable-dbus=0 ..
+ #${_arch}-cmake -DBUILD_SHARED_LIBS=0 -Denable-portaudio=1 -Denable-dbus=0 ..
# If you only need the bare minimum to play with SF2/SF3 soundfonts with SDL2, uncomment this instead
- #${_arch}-cmake -DBUILD_SHARED_LIBS=0 -Denable-aufile=0 -Denable-dbus=0 -Denable-ipv6=0 -Denable-jack=0 -Denable-ladspa=0 -Denable-midishare=0 -Denable-opensles=0 -Denable-oboe=0 -Denable-oss=0 -Denable-readline=0 -Denable-winmidi=0 -Denable-waveout=0 -Denable-network=0 -Denable-pulseaudio=0 -Denable-dsound=0 -Denable-alsa=0 -Denable-libinstpatch=0 -Denable-portaudio=0 -Denable-wasapi=0 -Denable-openmp=1 -Denable-libsndfile=0 -Denable-sdl2=1 ..
+ ${_arch}-cmake -DBUILD_SHARED_LIBS=0 -Denable-aufile=0 -Denable-dbus=0 -Denable-ipv6=0 -Denable-jack=0 -Denable-ladspa=0 -Denable-midishare=0 -Denable-opensles=0 -Denable-oboe=0 -Denable-oss=0 -Denable-readline=0 -Denable-winmidi=0 -Denable-waveout=0 -Denable-network=0 -Denable-pulseaudio=0 -Denable-dsound=0 -Denable-alsa=0 -Denable-libinstpatch=0 -Denable-portaudio=0 -Denable-wasapi=0 -Denable-openmp=1 -Denable-libsndfile=0 -Denable-sdl2=1 ..
make
popd
done