[arch-commits] Commit in ecasound/repos (3 files)

Eric Bélanger eric at archlinux.org
Wed Jan 14 21:14:47 UTC 2009


    Date: Wednesday, January 14, 2009 @ 16:14:47
  Author: eric
Revision: 24181

fixed svn conflict

Added:
  ecasound/repos/extra-x86_64/ChangeLog
    (from rev 24180, ecasound/trunk/ChangeLog)
Modified:
  ecasound/repos/extra-x86_64/	(properties)
  ecasound/repos/extra-x86_64/PKGBUILD

-----------+
 ChangeLog |    8 ++++++++
 PKGBUILD  |   23 +++++++++++++----------
 2 files changed, 21 insertions(+), 10 deletions(-)


Property changes on: ecasound/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /ecasound/trunk:1
   + /ecasound/trunk:1-24180

Copied: ecasound/repos/extra-x86_64/ChangeLog (from rev 24180, ecasound/trunk/ChangeLog)
===================================================================
--- extra-x86_64/ChangeLog	                        (rev 0)
+++ extra-x86_64/ChangeLog	2009-01-14 21:14:47 UTC (rev 24181)
@@ -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-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-01-14 21:12:39 UTC (rev 24180)
+++ extra-x86_64/PKGBUILD	2009-01-14 21:14:47 UTC (rev 24181)
@@ -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