From 8cca36c97b57b8d0a7e5521647c02409eb94ade4 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 8 Sep 2011 16:35:25 +0000 Subject: Thu Sep 8 16:35:25 UTC 2011 --- community/lmms/PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'community/lmms') diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD index 3bd2ee9d8..e3fcd7659 100644 --- a/community/lmms/PKGBUILD +++ b/community/lmms/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 40769 2011-02-26 18:40:13Z mherych $ +# $Id: PKGBUILD 55251 2011-09-07 11:43:20Z schiv $ # Maintainer: Shinlun Hsieh # Maintainer: Mateusz Herych # Contributor: Storyteller pkgname=lmms -pkgver=0.4.10 +pkgver=0.4.12 pkgrel=1 pkgdesc="The Linux MultiMedia Studio" arch=('i686' 'x86_64') @@ -12,17 +12,17 @@ url="http://lmms.sourceforge.net/" license=('GPL') depends=('sdl' 'glib2' 'fluidsynth' 'libpng' 'libvorbis' 'libxft' 'libxinerama' 'qt' 'sdl_sound' 'libsamplerate' 'shared-mime-info') optdepends=('wine: VST support (experimental)' - 'fftw: SpectrumAnalyzer plugin' - 'stk: STK instruments plugins') -makedepends=('cmake' 'ladspa' 'libxft' 'freetype2') + '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') install=lmms.install source=(http://downloads.sourceforge.net/sourceforge/lmms/${pkgname}-${pkgver}.tar.bz2) -md5sums=('dc44dc7bc3f3fa697a78b1719288d762') -sha1sums=('401d085f4f8e63942cd26bb0160f7009a644515c') - +md5sums=('0642aba9b6b71d2ed41b44cfde4004f6') build() { cd ${srcdir}/${pkgname}-${pkgver} -- cgit v1.2.3-54-g00ecf