diff options
author | root <root@rshg054.dnsready.net> | 2012-10-12 00:41:00 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-12 00:41:00 -0700 |
commit | dfbf90f39b87d2f5ae24b41e47243ddf70d30d2b (patch) | |
tree | 9c78f70a856b78c26246cd13ccc23757e5655e79 /extra/ecasound/PKGBUILD | |
parent | a9727414be0e6e6c099610a2dbfa21fbe0c9ae83 (diff) |
Fri Oct 12 00:40:57 PDT 2012
Diffstat (limited to 'extra/ecasound/PKGBUILD')
-rw-r--r-- | extra/ecasound/PKGBUILD | 14 |
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" |