community/lmms to 1.2.0rc8-1

This commit is contained in:
Kevin Mihelich 2019-02-22 20:02:36 +00:00
parent 9eb3fc411a
commit 961247e0e5

View file

@ -10,10 +10,10 @@
# - remove -DWINE_INCLUDE_DIR and -DWINE_LIBRARY from cmake command
# - upstream rpmalloc fix for ARM
_pkgver=1.2.0-rc7
_pkgver=1.2.0-rc8
pkgname=lmms
pkgver=${_pkgver/-}
pkgrel=3
pkgrel=1
pkgdesc='The Linux MultiMedia Studio'
arch=('x86_64')
url="https://lmms.io"
@ -27,12 +27,10 @@ optdepends=('pulseaudio: pulseaudio 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'
"${pkgname}-fluidsynth2.patch::https://github.com/${pkgname}/${pkgname}/pull/4678/commits/c2e4f5a28d1612a706b8bee6d37b5ecc0bc38794.patch"
'https://github.com/rampantpixels/rpmalloc/commit/1c580b394e1a20e63d63c72cad421f7be4422089.patch')
sha512sums=('SKIP'
'SKIP'
'SKIP'
'c68cbff796f754bdf1af01d3f83abb1b3d36bdecb27bf3a8ec0242c2b3163709e5b43851fcd539b735c55e9b6a07ee44598ec0bc92305709c36655c720dd900c'
'95b8df46fbb1194d30ba9dd34e7b0325590c63a1a2f34730fa62c00fea1a75e728733ee3c287ed2b31150e66aa18e170fe4725a0e7cad2518039a19b12dc389c')
prepare() {
@ -45,10 +43,6 @@ prepare() {
git submodule update
# setting lib dir
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
# upstream rpmalloc fix for ARM
patch -p1 -d src/3rdparty/rpmalloc/rpmalloc -i "${srcdir}/1c580b394e1a20e63d63c72cad421f7be4422089.patch"
}