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

2017-07-12 Thread Antonio Rojas
Date: Wednesday, July 12, 2017 @ 14:29:21
  Author: arojas
Revision: 300145

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

Added:
  ecasound/repos/extra-i686/PKGBUILD
(from rev 300144, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-i686/ruby2.patch
(from rev 300144, ecasound/trunk/ruby2.patch)
  ecasound/repos/extra-x86_64/PKGBUILD
(from rev 300144, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-x86_64/ruby2.patch
(from rev 300144, ecasound/trunk/ruby2.patch)
Deleted:
  ecasound/repos/extra-i686/PKGBUILD
  ecasound/repos/extra-i686/ruby2.patch
  ecasound/repos/extra-x86_64/PKGBUILD
  ecasound/repos/extra-x86_64/ruby2.patch

--+
 /PKGBUILD|  116 +
 /ruby2.patch |   24 +
 extra-i686/PKGBUILD  |   58 --
 extra-i686/ruby2.patch   |   12 
 extra-x86_64/PKGBUILD|   58 --
 extra-x86_64/ruby2.patch |   12 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-12 14:28:50 UTC (rev 300144)
+++ extra-i686/PKGBUILD 2017-07-12 14:29:21 UTC (rev 300145)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-pkgname=ecasound
-pkgver=2.9.1
-pkgrel=8
-pkgdesc="Command-line multitrack audio processor"
-arch=('i686' 'x86_64')
-url="https://ecasound.seul.org/ecasound/";
-license=('GPL' 'LGPL')
-depends=('audiofile' 'liblo>=0.28' 'lilv')
-makedepends=('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')
-source=("https://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz";
-'ruby2.patch')
-options=('staticlibs')
-sha256sums=('39fce8becd84d80620fa3de31fb5223b2b7d4648d36c9c337d3739c2fad0dcf3'
-'5dda8e8bd245d90975f57bd68e05c50f72076f7b82fab02fdd5a510275f0f188')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
-  patch -Np1 -i "$srcdir/ruby2.patch"
-}
-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 \
---enable-liboil=no
-
-  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 300144, 
ecasound/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-12 14:29:21 UTC (rev 300145)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=ecasound
+pkgver=2.9.1
+pkgrel=9
+pkgdesc="Command-line multitrack audio processor"
+arch=('i686' 'x86_64')
+url="https://ecasound.seul.org/ecasound/";
+license=('GPL' 'LGPL')
+depends=('audiofile' 'liblo>=0.28' 'lilv')
+makedepends=('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')
+source=("https://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz";
+'ruby2.patch')
+options=('staticlibs')
+sha256sums=('39fce8becd84d80620fa3de31fb5223b2b7d4648d36c9c337d3739c2fad0dcf3'
+'5dda8e8bd245d90975f57bd68e05c50f72076f7b82fab02fdd5a510275f0f188')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
+  patch -Np1 -i "$srcdir/ruby2.patch"
+}
+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 \
+--enable-liboil=no
+
+  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/ruby2.patch
===
--- extra-i686/ruby2.patch  2017-07-12 14:28:50 UTC (rev 300144)
+

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

2017-02-19 Thread Jan de Groot
Date: Sunday, February 19, 2017 @ 22:35:35
  Author: jgc
Revision: 289297

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

Added:
  ecasound/repos/extra-i686/PKGBUILD
(from rev 289296, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-i686/ruby2.patch
(from rev 289296, ecasound/trunk/ruby2.patch)
  ecasound/repos/extra-x86_64/PKGBUILD
(from rev 289296, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-x86_64/ruby2.patch
(from rev 289296, ecasound/trunk/ruby2.patch)
Deleted:
  ecasound/repos/extra-i686/PKGBUILD
  ecasound/repos/extra-i686/ruby2.patch
  ecasound/repos/extra-x86_64/PKGBUILD
  ecasound/repos/extra-x86_64/ruby2.patch

--+
 /PKGBUILD|  116 +
 /ruby2.patch |   24 +
 extra-i686/PKGBUILD  |   54 
 extra-i686/ruby2.patch   |   12 
 extra-x86_64/PKGBUILD|   54 
 extra-x86_64/ruby2.patch |   12 
 6 files changed, 140 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-19 22:35:27 UTC (rev 289296)
+++ extra-i686/PKGBUILD 2017-02-19 22:35:35 UTC (rev 289297)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-pkgname=ecasound
-pkgver=2.9.1
-pkgrel=7
-pkgdesc="Command-line multitrack audio processor"
-arch=('i686' 'x86_64')
-url="http://www.eca.cx/ecasound/";
-license=('GPL' 'LGPL')
-depends=('audiofile' 'liblo>=0.28' 'liboil' 'lilv')
-makedepends=('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')
-source=("http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz";
-'ruby2.patch')
-options=('staticlibs')
-md5sums=('13c7be1e4eddc0bbf3792dc1e465'
- '6909dbd4f67f76d3bd31ce7c7fe16212')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
-  patch -Np1 -i "$srcdir/ruby2.patch"
-
-  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 289296, 
ecasound/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-19 22:35:35 UTC (rev 289297)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=ecasound
+pkgver=2.9.1
+pkgrel=8
+pkgdesc="Command-line multitrack audio processor"
+arch=('i686' 'x86_64')
+url="https://ecasound.seul.org/ecasound/";
+license=('GPL' 'LGPL')
+depends=('audiofile' 'liblo>=0.28' 'lilv')
+makedepends=('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')
+source=("https://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz";
+'ruby2.patch')
+options=('staticlibs')
+sha256sums=('39fce8becd84d80620fa3de31fb5223b2b7d4648d36c9c337d3739c2fad0dcf3'
+'5dda8e8bd245d90975f57bd68e05c50f72076f7b82fab02fdd5a510275f0f188')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
+  patch -Np1 -i "$srcdir/ruby2.patch"
+}
+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 \
+--enable-liboil=no
+
+  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/ruby2.patch
===
--- extra-i686/ruby2.patch  2017-02-19 22:35:27 UTC (rev 289296)
+++ extra-i686/ruby2.patch  2017-02-19 22:35:35 UTC (rev 289297)
@@ -1,12 +0,0 @@
-diff -aur ecasound-2.9.0.orig/configure ecasound-2.9.0/configure

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

2014-12-28 Thread Ray Rashif
Date: Sunday, December 28, 2014 @ 11:35:42
  Author: schiv
Revision: 228114

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

Added:
  ecasound/repos/extra-i686/PKGBUILD
(from rev 228113, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-i686/ruby2.patch
(from rev 228113, ecasound/trunk/ruby2.patch)
  ecasound/repos/extra-x86_64/PKGBUILD
(from rev 228113, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-x86_64/ruby2.patch
(from rev 228113, ecasound/trunk/ruby2.patch)
Deleted:
  ecasound/repos/extra-i686/PKGBUILD
  ecasound/repos/extra-i686/ruby2.patch
  ecasound/repos/extra-x86_64/PKGBUILD
  ecasound/repos/extra-x86_64/ruby2.patch

--+
 /PKGBUILD|  108 +
 /ruby2.patch |   24 ++
 extra-i686/PKGBUILD  |   53 --
 extra-i686/ruby2.patch   |   12 -
 extra-x86_64/PKGBUILD|   53 --
 extra-x86_64/ruby2.patch |   12 -
 6 files changed, 132 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-28 10:28:58 UTC (rev 228113)
+++ extra-i686/PKGBUILD 2014-12-28 10:35:42 UTC (rev 228114)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-pkgname=ecasound
-pkgver=2.9.1
-pkgrel=2
-pkgdesc="Command-line multitrack audio processor"
-arch=('i686' 'x86_64')
-url="http://www.eca.cx/ecasound/";
-license=('GPL' 'LGPL')
-depends=('audiofile' 'liblo>=0.28' 'liboil' 'lilv')
-makedepends=('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')
-source=("http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz";
-'ruby2.patch')
-md5sums=('13c7be1e4eddc0bbf3792dc1e465'
- '6909dbd4f67f76d3bd31ce7c7fe16212')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
-  patch -Np1 -i "$srcdir/ruby2.patch"
-
-  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 228113, 
ecasound/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-28 10:35:42 UTC (rev 228114)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=ecasound
+pkgver=2.9.1
+pkgrel=3
+pkgdesc="Command-line multitrack audio processor"
+arch=('i686' 'x86_64')
+url="http://www.eca.cx/ecasound/";
+license=('GPL' 'LGPL')
+depends=('audiofile' 'liblo>=0.28' 'liboil' 'lilv')
+makedepends=('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')
+source=("http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz";
+'ruby2.patch')
+options=('staticlibs')
+md5sums=('13c7be1e4eddc0bbf3792dc1e465'
+ '6909dbd4f67f76d3bd31ce7c7fe16212')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
+  patch -Np1 -i "$srcdir/ruby2.patch"
+
+  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/ruby2.patch
===
--- extra-i686/ruby2.patch  2014-12-28 10:28:58 UTC (rev 228113)
+++ extra-i686/ruby2.patch  2014-12-28 10:35:42 UTC (rev 228114)
@@ -1,12 +0,0 @@
-diff -aur ecasound-2.9.0.orig/configure ecasound-2.9.0/configure
 ecasound-2.9.0.orig/configure  2013-03-26 17:14:51.759045636 +0800
-+++ ecasound-2.9.0/configure   2013-03-26 17:15:50.502060731 +0800
-@@ -6535,7 +653

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

2014-01-18 Thread Ray Rashif
Date: Saturday, January 18, 2014 @ 16:02:36
  Author: schiv
Revision: 204376

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

Added:
  ecasound/repos/extra-i686/PKGBUILD
(from rev 204375, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-i686/ruby2.patch
(from rev 204375, ecasound/trunk/ruby2.patch)
  ecasound/repos/extra-x86_64/PKGBUILD
(from rev 204375, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-x86_64/ruby2.patch
(from rev 204375, ecasound/trunk/ruby2.patch)
Deleted:
  ecasound/repos/extra-i686/PKGBUILD
  ecasound/repos/extra-i686/ruby2.patch
  ecasound/repos/extra-x86_64/PKGBUILD
  ecasound/repos/extra-x86_64/ruby2.patch

--+
 /PKGBUILD|  106 +
 /ruby2.patch |   24 ++
 extra-i686/PKGBUILD  |   53 --
 extra-i686/ruby2.patch   |   12 -
 extra-x86_64/PKGBUILD|   53 --
 extra-x86_64/ruby2.patch |   12 -
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-18 15:02:17 UTC (rev 204375)
+++ extra-i686/PKGBUILD 2014-01-18 15:02:36 UTC (rev 204376)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-pkgname=ecasound
-pkgver=2.9.0
-pkgrel=4
-pkgdesc="A software package designed for multitrack audio processing"
-arch=('i686' 'x86_64')
-url="http://www.eca.cx/ecasound/";
-license=('GPL' 'LGPL')
-depends=('audiofile' 'liblo' 'liboil' 'lilv')
-makedepends=('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')
-source=("http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz";
-'ruby2.patch')
-md5sums=('05e7d4664cdf4c7a138c098e9506a551'
- '6909dbd4f67f76d3bd31ce7c7fe16212')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
-  patch -Np1 -i "$srcdir/ruby2.patch"
-
-  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 204375, 
ecasound/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-18 15:02:36 UTC (rev 204376)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=ecasound
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="Command-line multitrack audio processor"
+arch=('i686' 'x86_64')
+url="http://www.eca.cx/ecasound/";
+license=('GPL' 'LGPL')
+depends=('audiofile' 'liblo' 'liboil' 'lilv')
+makedepends=('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')
+source=("http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz";
+'ruby2.patch')
+md5sums=('13c7be1e4eddc0bbf3792dc1e465'
+ '6909dbd4f67f76d3bd31ce7c7fe16212')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
+  patch -Np1 -i "$srcdir/ruby2.patch"
+
+  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/ruby2.patch
===
--- extra-i686/ruby2.patch  2014-01-18 15:02:17 UTC (rev 204375)
+++ extra-i686/ruby2.patch  2014-01-18 15:02:36 UTC (rev 204376)
@@ -1,12 +0,0 @@
-diff -aur ecasound-2.9.0.orig/configure ecasound-2.9.0/configure
 ecasound-2.9.0.orig/configure  2013-03-26 17:14:51.759045636 +0800
-+++ ecasound-2.9.0/configure   2013-03-26 17:15:50.502060731 +0800
-@@ -6535,7 +6535,7 @@
-   ruby

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

2013-11-13 Thread Ray Rashif
Date: Wednesday, November 13, 2013 @ 09:35:11
  Author: schiv
Revision: 199463

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

Added:
  ecasound/repos/extra-i686/PKGBUILD
(from rev 199462, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-i686/ruby2.patch
(from rev 199462, ecasound/trunk/ruby2.patch)
  ecasound/repos/extra-x86_64/PKGBUILD
(from rev 199462, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-x86_64/ruby2.patch
(from rev 199462, ecasound/trunk/ruby2.patch)
Deleted:
  ecasound/repos/extra-i686/PKGBUILD
  ecasound/repos/extra-i686/ruby2.patch
  ecasound/repos/extra-x86_64/PKGBUILD
  ecasound/repos/extra-x86_64/ruby2.patch

--+
 /PKGBUILD|  106 +
 /ruby2.patch |   24 ++
 extra-i686/PKGBUILD  |   53 --
 extra-i686/ruby2.patch   |   12 -
 extra-x86_64/PKGBUILD|   53 --
 extra-x86_64/ruby2.patch |   12 -
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-13 08:34:51 UTC (rev 199462)
+++ extra-i686/PKGBUILD 2013-11-13 08:35:11 UTC (rev 199463)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-pkgname=ecasound
-pkgver=2.9.0
-pkgrel=3
-pkgdesc="A software package designed for multitrack audio processing"
-arch=('i686' 'x86_64')
-url="http://www.eca.cx/ecasound/";
-license=('GPL' 'LGPL')
-depends=('audiofile' 'liblo' 'liboil' 'lilv')
-makedepends=('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')
-source=("http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz";
-'ruby2.patch')
-md5sums=('05e7d4664cdf4c7a138c098e9506a551'
- '6909dbd4f67f76d3bd31ce7c7fe16212')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
-  patch -Np1 -i "$srcdir/ruby2.patch"
-
-  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 199462, 
ecasound/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-13 08:35:11 UTC (rev 199463)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=ecasound
+pkgver=2.9.0
+pkgrel=4
+pkgdesc="A software package designed for multitrack audio processing"
+arch=('i686' 'x86_64')
+url="http://www.eca.cx/ecasound/";
+license=('GPL' 'LGPL')
+depends=('audiofile' 'liblo' 'liboil' 'lilv')
+makedepends=('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')
+source=("http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz";
+'ruby2.patch')
+md5sums=('05e7d4664cdf4c7a138c098e9506a551'
+ '6909dbd4f67f76d3bd31ce7c7fe16212')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
+  patch -Np1 -i "$srcdir/ruby2.patch"
+
+  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/ruby2.patch
===
--- extra-i686/ruby2.patch  2013-11-13 08:34:51 UTC (rev 199462)
+++ extra-i686/ruby2.patch  2013-11-13 08:35:11 UTC (rev 199463)
@@ -1,12 +0,0 @@
-diff -aur ecasound-2.9.0.orig/configure ecasound-2.9.0/configure
 ecasound-2.9.0.orig/configure  2013-03-26 17:14:51.759045636 +0800
-+++ ecasound-2.9.0/configure   2013-03-26 17:15:50.502060731 +0800
-@@ -6535