diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD index 66f74b9bb..d8abef672 100644 --- a/community/lmms/PKGBUILD +++ b/community/lmms/PKGBUILD @@ -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() {