From 1126eddce32b1f10639fa35baf252e00ab6849e5 Mon Sep 17 00:00:00 2001 From: Jason Plum Date: Fri, 1 Mar 2013 16:15:15 -0500 Subject: [PATCH] community/lmms to 0.4/13-3 --- community/lmms/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD index 57c7db0bd..de1a09593 100644 --- a/community/lmms/PKGBUILD +++ b/community/lmms/PKGBUILD @@ -9,17 +9,18 @@ pkgname=lmms pkgver=0.4.13 -pkgrel=2 +pkgrel=3 pkgdesc='The Linux MultiMedia Studio.' arch=('i686' 'x86_64') url='http://lmms.sourceforge.net/' 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') 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')