[arch-commits] Commit in fluidsynth/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Oct 1 18:52:06 UTC 2018


    Date: Monday, October 1, 2018 @ 18:52:05
  Author: dvzrv
Revision: 388917

Reverting to version 1.1.11 (nearly no project requiring fluidsynth supports > 2.0.0). Adding links to project issues tracking the status of fluidsynth 2.0.0 integration.

Modified:
  fluidsynth/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-01 17:32:10 UTC (rev 388916)
+++ PKGBUILD	2018-10-01 18:52:05 UTC (rev 388917)
@@ -3,8 +3,15 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=fluidsynth
-pkgver=2.0.0
-pkgrel=1
+# only update to > 2.0.0 after these are resolved:
+# https://github.com/calf-studio-gear/calf/issues/202
+# https://github.com/falkTX/Carla/issues/758
+# https://github.com/csound/csound/issues/1036
+# https://github.com/free-wheeling/freewheeling/issues/12
+# https://github.com/LMMS/lmms/issues/4640
+# https://sourceforge.net/p/qsynth/tickets/15/
+pkgver=1.1.11
+pkgrel=2
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications"
 arch=('x86_64')
 url="http://www.fluidsynth.org/"
@@ -13,7 +20,7 @@
 optdepends=('pulseaudio: PulseAudio sound support')
 license=('LGPL')
 backup=("etc/conf.d/$pkgname")
-source=($pkgname-$pkgver.tar.gz::"https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz")
 sha512sums=('706aba61efccb0c08262bdf186efddf8acf2a45f586220a43aa7c733a612c0988953729c7c4fdb0c3214e6e9a1ee7719eb980af98fc4f278f333509db5610c66')
 
 prepare() {



More information about the arch-commits mailing list