[arch-commits] Commit in ecasound/trunk (ChangeLog PKGBUILD)
Eric Bélanger
eric at archlinux.org
Thu Jun 18 19:10:30 UTC 2009
Date: Thursday, June 18, 2009 @ 15:10:30
Author: eric
Revision: 42730
upgpkg: ecasound 2.6.0-1
Upstream update, Built against readline 6.0.00
Modified:
ecasound/trunk/ChangeLog
ecasound/trunk/PKGBUILD
-----------+
ChangeLog | 6 ++++++
PKGBUILD | 12 ++++++------
2 files changed, 12 insertions(+), 6 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2009-06-18 18:56:15 UTC (rev 42729)
+++ ChangeLog 2009-06-18 19:10:30 UTC (rev 42730)
@@ -1,3 +1,9 @@
+2009-06-18 Eric Belanger <eric at archlinux.org>
+
+ * ecasound 2.6.0-1
+ * Upstream update
+ * Built against readline 6.0.00
+
2009-01-14 Eric Belanger <eric at archlinux.org>
* ecasound 2.5.2-1
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-18 18:56:15 UTC (rev 42729)
+++ PKGBUILD 2009-06-18 19:10:30 UTC (rev 42730)
@@ -3,22 +3,22 @@
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=ecasound
-pkgver=2.5.2
+pkgver=2.6.0
pkgrel=1
pkgdesc="Ecasound is a software package designed for multitrack audio processing"
arch=('i686' 'x86_64')
url="http://www.eca.cx/ecasound/"
license=('GPL' 'LGPL')
-depends=('gcc-libs' 'audiofile' 'libsamplerate' 'python')
+depends=('gcc-libs' 'audiofile' 'libsamplerate' 'python' 'readline>=6.0.00')
makedepends=('ruby')
options=('!libtool')
source=(http://ecasound.seul.org/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c7d26db96a7ea5749df9d5137d3c397d')
-sha1sums=('def017029b1694f62725a3512a678858232e75b7')
+md5sums=('41f9445b9a9c0cde141831cb53d1ef8f')
+sha1sums=('fb34fd31d112a4a1d3e1a87f302324152f62eac7')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --enable-alsa --disable-jack || return 1
make || return 1
- make DESTDIR=${pkgdir} install || return 1
+ make DESTDIR="${pkgdir}" install || return 1
}
More information about the arch-commits
mailing list