summaryrefslogtreecommitdiff
path: root/community/lmms
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-08 13:40:51 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-08 13:40:51 -0300
commit1eb44cdc16d2ce4e40d42cacea7456ad245994f1 (patch)
tree8fffd10c72c5c326bcc41cdbbafda13c0ec5b2b6 /community/lmms
parent69d3aee0c3f0bb876065264baccf86c13088dd01 (diff)
parent8cca36c97b57b8d0a7e5521647c02409eb94ade4 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/portaudio/PKGBUILD extra/ettercap/PKGBUILD extra/kdelibs/PKGBUILD extra/qt/PKGBUILD gnome-unstable/epiphany/PKGBUILD gnome-unstable/gnome-shell/PKGBUILD gnome-unstable/pulseaudio/PKGBUILD gnome-unstable/vala/PKGBUILD kde-unstable/kdebase-workspace/PKGBUILD testing/xf86-video-glint/PKGBUILD
Diffstat (limited to 'community/lmms')
-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}