[arch-commits] Commit in ecasound/repos (3 files)
Eric Bélanger
eric at archlinux.org
Thu Jan 15 00:00:08 UTC 2009
Date: Wednesday, January 14, 2009 @ 19:00:08
Author: eric
Revision: 24194
fixed svn conflict
Added:
ecasound/repos/extra-i686/ChangeLog
(from rev 24180, ecasound/trunk/ChangeLog)
Modified:
ecasound/repos/extra-i686/ (properties)
ecasound/repos/extra-i686/PKGBUILD
-----------+
ChangeLog | 8 ++++++++
PKGBUILD | 23 +++++++++++++----------
2 files changed, 21 insertions(+), 10 deletions(-)
Property changes on: ecasound/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /ecasound/trunk:1
+ /ecasound/trunk:1-24193
Copied: ecasound/repos/extra-i686/ChangeLog (from rev 24180, ecasound/trunk/ChangeLog)
===================================================================
--- extra-i686/ChangeLog (rev 0)
+++ extra-i686/ChangeLog 2009-01-15 00:00:08 UTC (rev 24194)
@@ -0,0 +1,8 @@
+2009-01-14 Eric Belanger <eric at archlinux.org>
+
+ * ecasound 2.5.2-1
+ * Upstream update
+ * Enabled alsa support
+ * Added ruby makedepends
+ * Corrected license
+ * Added ChangeLog
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-01-14 23:13:33 UTC (rev 24193)
+++ extra-i686/PKGBUILD 2009-01-15 00:00:08 UTC (rev 24194)
@@ -1,21 +1,24 @@
# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: dorphell <dorphell at archlinux.org>
pkgname=ecasound
-pkgver=2.4.5
+pkgver=2.5.2
pkgrel=1
pkgdesc="Ecasound is a software package designed for multitrack audio processing"
-arch=(i686 x86_64)
-depends=('gcc' 'audiofile' 'libsamplerate' 'python')
+arch=('i686' 'x86_64')
+url="http://www.eca.cx/ecasound/"
+license=('GPL' 'LGPL')
+depends=('gcc-libs' 'audiofile' 'libsamplerate' 'python')
+makedepends=('ruby')
options=('!libtool')
-source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz)
-url="http://www.eca.cx/ecasound/"
-md5sums=('b5a4f39245e505941f26c5c2c3b80e1c')
+source=(http://ecasound.seul.org/download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c7d26db96a7ea5749df9d5137d3c397d')
+sha1sums=('def017029b1694f62725a3512a678858232e75b7')
build() {
- cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr --disable-alsa --disable-jack
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr --enable-alsa --disable-jack || return 1
make || return 1
- make DESTDIR=$startdir/pkg install
+ make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list