mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/lmms to 1.0.0-1
This commit is contained in:
parent
adb2c0d107
commit
45c77d5a5d
1 changed files with 5 additions and 6 deletions
|
@ -8,26 +8,25 @@
|
|||
# - remove wine makedepend, no vst
|
||||
|
||||
pkgname=lmms
|
||||
pkgver=0.4.15
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc='The Linux MultiMedia Studio.'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://lmms.sourceforge.net/'
|
||||
license=('GPL')
|
||||
depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt4' 'sdl_sound'
|
||||
'libsamplerate' 'shared-mime-info')
|
||||
'libsamplerate' 'shared-mime-info' 'fltk')
|
||||
optdepends=('fftw: SpectrumAnalyzer plugin'
|
||||
'stk: STK instruments plugins'
|
||||
'pulseaudio: PulseAudio output')
|
||||
makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk')
|
||||
[[ $CARCH = i686 ]] && makedepends+=('wine')
|
||||
provides=('lmms-extras')
|
||||
conflicts=('lmms-extras')
|
||||
options=('!libtool' '!makeflags')
|
||||
options=('!makeflags')
|
||||
install=lmms.install
|
||||
source=("http://downloads.sourceforge.net/sourceforge/lmms/${pkgname}-${pkgver}.tar.bz2"
|
||||
source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}-src.tar.bz2/download"
|
||||
zynaddsubfx_unlink.patch)
|
||||
md5sums=('0c754480ded76b7c081a99d7a884549c'
|
||||
md5sums=('72260dd6e29bf018875fd751c1d43465'
|
||||
'd2ea78ac0cf2979505f140c6845617cf')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue