summaryrefslogtreecommitdiff
path: root/extra/ecasound/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ecasound/PKGBUILD')
-rw-r--r--extra/ecasound/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/ecasound/PKGBUILD b/extra/ecasound/PKGBUILD
index 04a9e1793..60b4b177b 100644
--- a/extra/ecasound/PKGBUILD
+++ b/extra/ecasound/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 150935 2012-02-24 01:43:21Z tdziedzic $
+# $Id: PKGBUILD 168410 2012-10-11 09:44:14Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=ecasound
-pkgver=2.8.1
-pkgrel=3
+pkgver=2.9.0
+pkgrel=1
pkgdesc="A software package designed for multitrack audio processing"
arch=('i686' 'x86_64')
url="http://www.eca.cx/ecasound/"
license=('GPL' 'LGPL')
-depends=('gcc-libs' 'readline>=6.0.00' 'audiofile'
- 'jack' 'liblo' 'liboil')
-makedepends=('pkg-config' 'python2' 'ruby')
+depends=('audiofile' 'liblo'
+ 'liboil' 'lilv')
+makedepends=('python2' 'ruby')
optdepends=('python2: ecamonitor, ECI API'
'ruby: ECI API'
'mpg123: MP3 decoding'
@@ -24,7 +24,7 @@ optdepends=('python2: ecamonitor, ECI API'
'libmikmod: tracker module')
options=('!libtool')
source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('d9ded0074a8eeb59dd507c248220d010')
+md5sums=('05e7d4664cdf4c7a138c098e9506a551')
build() {
cd "$srcdir/$pkgname-$pkgver"