[arch-commits] Commit in ecasound/trunk (ChangeLog PKGBUILD ecasound.changelog)

Ray Rashif schiv at archlinux.org
Sat Jul 10 09:33:56 UTC 2010


    Date: Saturday, July 10, 2010 @ 05:33:56
  Author: schiv
Revision: 85201

upgpkg: ecasound 2.7.1-2
upgpkg: ecasound 2.7.1-1 -> 2.7.1-2; pkgrel bump for FS#20113 & other ammendments

Added:
  ecasound/trunk/ecasound.changelog
    (from rev 85142, ecasound/trunk/ChangeLog)
Modified:
  ecasound/trunk/PKGBUILD
Deleted:
  ecasound/trunk/ChangeLog

--------------------+
 ChangeLog          |   25 -------------------------
 PKGBUILD           |   12 +++++++-----
 ecasound.changelog |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+), 30 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2010-07-10 05:16:57 UTC (rev 85200)
+++ ChangeLog	2010-07-10 09:33:56 UTC (rev 85201)
@@ -1,25 +0,0 @@
-2010-02-21  Eric Belanger  <eric at archlinux.org>
-
-	* ecasound 2.7.1-1
-	* Upstream update
-	* Improved description
-
-2010-01-23  Eric Belanger  <eric at archlinux.org>
-
-	* ecasound 2.7.0-1
-	* Upstream update
-
-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
-	* Upstream update
-	* Enabled alsa support
-	* Added ruby makedepends
-	* Corrected license
-	* Added ChangeLog

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-10 05:16:57 UTC (rev 85200)
+++ PKGBUILD	2010-07-10 09:33:56 UTC (rev 85201)
@@ -1,24 +1,26 @@
 # $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
+# Maintainer: Ray Rashif <schivmeister at gmail.com>
+# Contributor: Eric Belanger <eric at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=ecasound
 pkgver=2.7.1
-pkgrel=1
+pkgrel=2
 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' 'audiofile' 'libsamplerate' 'python' 'readline>=6.0.00')
+depends=('gcc-libs' 'audiofile' 'python' 'jack' 'liblo' 'readline>=6.0.00')
 makedepends=('ruby')
 options=('!libtool')
+changelog=$pkgname.changelog
 source=(http://ecasound.seul.org/download/${pkgname}-${pkgver}.tar.gz)
 md5sums=('64b33eb69c8320d325ff626431efcd11')
 sha1sums=('1af6759d9a37c553cdec595f7b6a35a270ec5833')
 
 build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --enable-alsa --disable-jack || return 1
+   ./configure --prefix=/usr
    make || return 1
-   make DESTDIR="${pkgdir}" install || return 1
+   make DESTDIR="${pkgdir}" install
 }

Copied: ecasound/trunk/ecasound.changelog (from rev 85142, ecasound/trunk/ChangeLog)
===================================================================
--- ecasound.changelog	                        (rev 0)
+++ ecasound.changelog	2010-07-10 09:33:56 UTC (rev 85201)
@@ -0,0 +1,33 @@
+2010-07-10 Ray Rashif <schivmeister at gmail.com>
+
+	* ecasound 2.7.1-2
+	* added jack support [1]
+	* added OSC (liblo) support
+
+	[1] http://bugs.archlinux.org/task/20113
+
+2010-02-21  Eric Belanger  <eric at archlinux.org>
+
+	* ecasound 2.7.1-1
+	* Upstream update
+	* Improved description
+
+2010-01-23  Eric Belanger  <eric at archlinux.org>
+
+	* ecasound 2.7.0-1
+	* Upstream update
+
+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
+	* Upstream update
+	* Enabled alsa support
+	* Added ruby makedepends
+	* Corrected license
+	* Added ChangeLog




More information about the arch-commits mailing list