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

David Runge dvzrv at archlinux.org
Sat Feb 16 21:47:14 UTC 2019


    Date: Saturday, February 16, 2019 @ 21:47:08
  Author: dvzrv
Revision: 433867

upgpkg: lmms 1.2.0rc7-3

Rebuilding against fluidsynth > 2.0.0.

Modified:
  lmms/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-16 21:42:54 UTC (rev 433866)
+++ PKGBUILD	2019-02-16 21:47:08 UTC (rev 433867)
@@ -7,7 +7,7 @@
 _pkgver=1.2.0-rc7
 pkgname=lmms
 pkgver=${_pkgver/-}
-pkgrel=2
+pkgrel=3
 pkgdesc='The Linux MultiMedia Studio'
 arch=('x86_64')
 url="https://lmms.io"
@@ -21,10 +21,12 @@
             'wine: VST plugin support')
 source=("git+https://github.com/${pkgname}/${pkgname}.git#tag=v${_pkgver}"
         'git+https://github.com/Lukas-W/qt5-x11embed.git'
-        'git+https://github.com/rampantpixels/rpmalloc.git')
+        'git+https://github.com/rampantpixels/rpmalloc.git'
+        "${pkgname}-fluidsynth2.patch::https://github.com/${pkgname}/${pkgname}/pull/4678/commits/c2e4f5a28d1612a706b8bee6d37b5ecc0bc38794.patch")
 sha512sums=('SKIP'
             'SKIP'
-            'SKIP')
+            'SKIP'
+            'c68cbff796f754bdf1af01d3f83abb1b3d36bdecb27bf3a8ec0242c2b3163709e5b43851fcd539b735c55e9b6a07ee44598ec0bc92305709c36655c720dd900c')
 
 prepare() {
   mv -v "${pkgname}" "${pkgname}-${pkgver}"
@@ -38,6 +40,8 @@
   sed -e 's|lib64|lib|g' -i cmake/modules/DetectMachine.cmake
   # setting proper DESTDIR based install path for bash-completion
   sed -e 's/\(${BASHCOMP_USER\)/\\$DESTDIR\1/g' -i cmake/modules/BashCompletion.cmake
+  # fix for fluidsynth > 2: https://github.com/LMMS/lmms/issues/4640
+  patch -Np1 -i ../${pkgname}-fluidsynth2.patch
 }
 
 build() {



More information about the arch-commits mailing list