mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/lmms to 0.4/13-3
This commit is contained in:
parent
d74c1159b8
commit
1126eddce3
1 changed files with 3 additions and 2 deletions
|
@ -9,17 +9,18 @@
|
||||||
|
|
||||||
pkgname=lmms
|
pkgname=lmms
|
||||||
pkgver=0.4.13
|
pkgver=0.4.13
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='The Linux MultiMedia Studio.'
|
pkgdesc='The Linux MultiMedia Studio.'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='http://lmms.sourceforge.net/'
|
url='http://lmms.sourceforge.net/'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt' 'sdl_sound'
|
depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt4' 'sdl_sound'
|
||||||
'libsamplerate' 'shared-mime-info')
|
'libsamplerate' 'shared-mime-info')
|
||||||
optdepends=('fftw: SpectrumAnalyzer plugin'
|
optdepends=('fftw: SpectrumAnalyzer plugin'
|
||||||
'stk: STK instruments plugins'
|
'stk: STK instruments plugins'
|
||||||
'pulseaudio: PulseAudio output')
|
'pulseaudio: PulseAudio output')
|
||||||
makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk')
|
makedepends=('cmake' 'ladspa' 'libxft' 'freetype2' 'fftw' 'stk')
|
||||||
|
[[ $CARCH = i686 ]] && makedepends+=('wine')
|
||||||
provides=('lmms-extras')
|
provides=('lmms-extras')
|
||||||
conflicts=('lmms-extras')
|
conflicts=('lmms-extras')
|
||||||
options=('!libtool' '!makeflags')
|
options=('!libtool' '!makeflags')
|
||||||
|
|
Loading…
Reference in a new issue