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

Ray Rashif schiv at archlinux.org
Sun Feb 5 16:13:46 UTC 2012


    Date: Sunday, February 5, 2012 @ 11:13:46
  Author: schiv
Revision: 149067

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ecasound/repos/extra-i686/PKGBUILD
    (from rev 149066, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-x86_64/PKGBUILD
    (from rev 149066, ecasound/trunk/PKGBUILD)
Deleted:
  ecasound/repos/extra-i686/PKGBUILD
  ecasound/repos/extra-i686/ecasound.changelog
  ecasound/repos/extra-x86_64/PKGBUILD
  ecasound/repos/extra-x86_64/ecasound.changelog

---------------------------------+
 extra-i686/PKGBUILD             |  101 ++++++++++++++++++--------------------
 extra-i686/ecasound.changelog   |   49 ------------------
 extra-x86_64/PKGBUILD           |  101 ++++++++++++++++++--------------------
 extra-x86_64/ecasound.changelog |   49 ------------------
 4 files changed, 100 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-05 16:12:59 UTC (rev 149066)
+++ extra-i686/PKGBUILD	2012-02-05 16:13:46 UTC (rev 149067)
@@ -1,51 +0,0 @@
-# $Id$
-# 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.8.1
-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' 'readline>=6.0.00' 'audiofile'
-         'jack' 'liblo' 'liboil')
-makedepends=('pkg-config' 'python2' 'ruby')
-optdepends=('python2: ecamonitor, ECI API'
-            'ruby: ECI API'
-            '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=('d9ded0074a8eeb59dd507c248220d010')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  PYTHONPATH=/usr/bin/python2 ./configure \
-    --prefix=/usr \
-    --with-python-includes=/usr/include/python2.7 \
-    --with-python-modules=/usr/lib/python2.7
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  # fix for python 2.7
-  sed -i 's:bin/env python:bin/env python2:' \
-    "$pkgdir/usr/bin/ecamonitor"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ecasound/repos/extra-i686/PKGBUILD (from rev 149066, ecasound/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-05 16:13:46 UTC (rev 149067)
@@ -0,0 +1,50 @@
+# $Id$
+# 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.8.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' 'readline>=6.0.00' 'audiofile'
+         'jack' 'liblo' 'liboil')
+makedepends=('pkg-config' 'python2' 'ruby')
+optdepends=('python2: ecamonitor, ECI API'
+            'ruby: ECI API'
+            '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')
+source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('d9ded0074a8eeb59dd507c248220d010')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  PYTHONPATH=/usr/bin/python2 ./configure \
+    --prefix=/usr \
+    --with-python-includes=/usr/include/python2.7 \
+    --with-python-modules=/usr/lib/python2.7
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  # fix for python 2.7
+  sed -i 's:bin/env python:bin/env python2:' \
+    "$pkgdir/usr/bin/ecamonitor"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/ecasound.changelog
===================================================================
--- extra-i686/ecasound.changelog	2012-02-05 16:12:59 UTC (rev 149066)
+++ extra-i686/ecasound.changelog	2012-02-05 16:13:46 UTC (rev 149067)
@@ -1,49 +0,0 @@
-2011-05-14 Ray Rashif <schiv at archlinux.org>
-
-	* ecasound 2.8.0
-	* upstream release
-
-2010-08-22 Ray Rashif <schiv at archlinux.org>
-
-	* ecasound 2.7.2-1
-	* python(3) rebuild
-	* python(2) is optional [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
-
-	[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

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-05 16:12:59 UTC (rev 149066)
+++ extra-x86_64/PKGBUILD	2012-02-05 16:13:46 UTC (rev 149067)
@@ -1,51 +0,0 @@
-# $Id$
-# 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.8.1
-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' 'readline>=6.0.00' 'audiofile'
-         'jack' 'liblo' 'liboil')
-makedepends=('pkg-config' 'python2' 'ruby')
-optdepends=('python2: ecamonitor, ECI API'
-            'ruby: ECI API'
-            '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=('d9ded0074a8eeb59dd507c248220d010')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  PYTHONPATH=/usr/bin/python2 ./configure \
-    --prefix=/usr \
-    --with-python-includes=/usr/include/python2.7 \
-    --with-python-modules=/usr/lib/python2.7
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  # fix for python 2.7
-  sed -i 's:bin/env python:bin/env python2:' \
-    "$pkgdir/usr/bin/ecamonitor"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ecasound/repos/extra-x86_64/PKGBUILD (from rev 149066, ecasound/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-05 16:13:46 UTC (rev 149067)
@@ -0,0 +1,50 @@
+# $Id$
+# 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.8.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' 'readline>=6.0.00' 'audiofile'
+         'jack' 'liblo' 'liboil')
+makedepends=('pkg-config' 'python2' 'ruby')
+optdepends=('python2: ecamonitor, ECI API'
+            'ruby: ECI API'
+            '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')
+source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('d9ded0074a8eeb59dd507c248220d010')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  PYTHONPATH=/usr/bin/python2 ./configure \
+    --prefix=/usr \
+    --with-python-includes=/usr/include/python2.7 \
+    --with-python-modules=/usr/lib/python2.7
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  # fix for python 2.7
+  sed -i 's:bin/env python:bin/env python2:' \
+    "$pkgdir/usr/bin/ecamonitor"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/ecasound.changelog
===================================================================
--- extra-x86_64/ecasound.changelog	2012-02-05 16:12:59 UTC (rev 149066)
+++ extra-x86_64/ecasound.changelog	2012-02-05 16:13:46 UTC (rev 149067)
@@ -1,49 +0,0 @@
-2011-05-14 Ray Rashif <schiv at archlinux.org>
-
-	* ecasound 2.8.0
-	* upstream release
-
-2010-08-22 Ray Rashif <schiv at archlinux.org>
-
-	* ecasound 2.7.2-1
-	* python(3) rebuild
-	* python(2) is optional [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
-
-	[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