mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/lmms to 1.2.1-1
This commit is contained in:
parent
cf244f709f
commit
1a38883a6d
1 changed files with 9 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# Maintainer: David Runge <dave@sleepmap.de>
|
||||
# Maintainer: David Runge <dvzrv@archlinux.org>
|
||||
# Contributor: Lukas Fleischer <lfleischer@archlinux.org>
|
||||
# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
|
||||
# Contributor: Mateusz Herych <heniekk@gmail.com>
|
||||
|
@ -11,21 +11,23 @@
|
|||
# - upstream rpmalloc fix for ARM
|
||||
|
||||
pkgname=lmms
|
||||
pkgver=1.2.0
|
||||
pkgrel=3
|
||||
pkgver=1.2.1
|
||||
pkgrel=1
|
||||
pkgdesc='The Linux MultiMedia Studio'
|
||||
arch=('x86_64')
|
||||
url="https://lmms.io"
|
||||
license=('GPL2')
|
||||
groups=('pro-audio')
|
||||
depends=('fftw' 'fltk' 'fluidsynth' 'lame' 'libgig' 'libsamplerate'
|
||||
depends=('alsa-lib' 'fftw' 'fltk' 'fluidsynth' 'gcc-libs' 'glibc' 'lame'
|
||||
'libgig.so' 'libogg' 'libportaudio.so' 'libpulse' 'libsamplerate' 'libsndfile'
|
||||
'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so' 'libx11' 'qt5-base'
|
||||
'qt5-x11extras' 'sdl' 'stk')
|
||||
makedepends=('cmake' 'doxygen' 'extra-cmake-modules' 'freetype2' 'git'
|
||||
makedepends=('cmake' 'doxygen' 'extra-cmake-modules' 'freetype2'
|
||||
'ladspa' 'qt5-tools')
|
||||
optdepends=('pulseaudio: pulseaudio support')
|
||||
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}_${pkgver}.tar.xz"
|
||||
'https://github.com/rampantpixels/rpmalloc/commit/1c580b394e1a20e63d63c72cad421f7be4422089.patch')
|
||||
sha512sums=('7d3476fbcbda49d75efee4161f6478656e38a517b6a3b24740ea354e223fba51210f45ff74b46fd1ac73fc6e65409226088b12e29558c91eb818da58734ab6cf'
|
||||
sha512sums=('7054d1592fdea60d76423a0260e941c217f50d2db9c4fcc35df20c8b58067c431ed9b264ef05e9f3f2cba84ca66870d1bf23da92b294a00ac6d567e3d3e771d6'
|
||||
'95b8df46fbb1194d30ba9dd34e7b0325590c63a1a2f34730fa62c00fea1a75e728733ee3c287ed2b31150e66aa18e170fe4725a0e7cad2518039a19b12dc389c')
|
||||
|
||||
prepare() {
|
||||
|
@ -46,6 +48,7 @@ build() {
|
|||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_MODULE_PATH=/usr/share/ECM/find-modules \
|
||||
-DCMAKE_PREFIX_PATH=/usr/include/wine/windows \
|
||||
-DOpenGL_GL_PREFERENCE=GLVND \
|
||||
..
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue