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

Ray Rashif schiv at archlinux.org
Sun Aug 22 18:06:11 UTC 2010


    Date: Sunday, August 22, 2010 @ 14:06:10
  Author: schiv
Revision: 88346

upgpkg: ecasound 2.7.1-2 -> 2.7.2-1
python(3) rebuild; builds with both 2 and 3;
python not needed at runtime.

Modified:
  ecasound/trunk/PKGBUILD
  ecasound/trunk/ecasound.changelog

--------------------+
 PKGBUILD           |   39 +++++++++++++++++++++++++++------------
 ecasound.changelog |   13 ++++++++++++-
 2 files changed, 39 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-22 17:25:56 UTC (rev 88345)
+++ PKGBUILD	2010-08-22 18:06:10 UTC (rev 88346)
@@ -1,26 +1,41 @@
 # $Id$
-# Maintainer: Ray Rashif <schivmeister at gmail.com>
+# Maintainer: Ray Rashif <schiv at archlinux.org>
 # Contributor: Eric Belanger <eric at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=ecasound
-pkgver=2.7.1
-pkgrel=2
+pkgver=2.7.2
+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' 'audiofile' 'python' 'jack' 'liblo' 'readline>=6.0.00')
-makedepends=('ruby')
+depends=('gcc-libs' 'readline>=6.0.00' 'audiofile' 'jack' 'liblo' 'liboil')
+makedepends=('ruby' 'python')
+optdepends=('mpg123: MP3 decoding'
+            'lame: MP3 encoding'
+            'vorbis-tools: Ogg Vorbis decoding/encoding'
+            'faad2: AAC decoding'
+            'faac: AAC encoding'
+            'timidity++: MIDI file input'
+            'libmikmod: tracker module')
 options=('!libtool')
 changelog=$pkgname.changelog
-source=(http://ecasound.seul.org/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('64b33eb69c8320d325ff626431efcd11')
-sha1sums=('1af6759d9a37c553cdec595f7b6a35a270ec5833')
+source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('40498ceed9cc7622ee969c427f13921c')
+sha1sums=('6d5236155e1a1f9a9bc9e63f989baebfb1645a49')
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make || return 1
-   make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Modified: ecasound.changelog
===================================================================
--- ecasound.changelog	2010-08-22 17:25:56 UTC (rev 88345)
+++ ecasound.changelog	2010-08-22 18:06:10 UTC (rev 88346)
@@ -1,5 +1,16 @@
-2010-07-10 Ray Rashif <schivmeister at gmail.com>
+2010-08-22 Ray Rashif <schiv at archlinux.org>
 
+	* ecasound 2.7.2-1
+	* python(3) rebuild
+	* python is now a makedepend [1]
+	* added new liboil depend [2]
+	* added some optdepends [1]
+
+	[1] http://eca.cx/ecasound/README (or see source archive)
+	[2] http://eca.cx/relnotes/ecasound_v2_7_2_relnotes.txt
+
+2010-07-10 Ray Rashif <schiv at archlinux.org>
+
 	* ecasound 2.7.1-2
 	* added jack support [1]
 	* added OSC (liblo) support




More information about the arch-commits mailing list