summaryrefslogtreecommitdiff
path: root/community/lmms/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lmms/PKGBUILD')
-rw-r--r--community/lmms/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community/lmms/PKGBUILD b/community/lmms/PKGBUILD
index 1757d9b09..c1827d8ab 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 <yngwiexx@yahoo.com.tw>
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Storyteller <spiralsorrow@hotmail.com>
pkgname=lmms
-pkgver=0.4.10
+pkgver=0.4.12
pkgrel=1
pkgdesc="The Linux MultiMedia Studio"
arch=('i686' 'x86_64' 'mips64el')
@@ -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}