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
|
# - remove wine makedepend, no vst
|
||||||
|
|
||||||
pkgname=lmms
|
pkgname=lmms
|
||||||
pkgver=0.4.15
|
pkgver=1.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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' 'qt4' 'sdl_sound'
|
depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt4' 'sdl_sound'
|
||||||
'libsamplerate' 'shared-mime-info')
|
'libsamplerate' 'shared-mime-info' 'fltk')
|
||||||
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=('!makeflags')
|
||||||
install=lmms.install
|
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)
|
zynaddsubfx_unlink.patch)
|
||||||
md5sums=('0c754480ded76b7c081a99d7a884549c'
|
md5sums=('72260dd6e29bf018875fd751c1d43465'
|
||||||
'd2ea78ac0cf2979505f140c6845617cf')
|
'd2ea78ac0cf2979505f140c6845617cf')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue