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

2016-11-07 Thread Bartłomiej Piotrowski
Date: Monday, November 7, 2016 @ 19:40:06
  Author: bpiotrowski
Revision: 280122

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

Added:
  ecasound/repos/staging-i686/
  ecasound/repos/staging-i686/PKGBUILD
(from rev 280121, ecasound/trunk/PKGBUILD)
  ecasound/repos/staging-i686/ruby2.patch
(from rev 280121, ecasound/trunk/ruby2.patch)
  ecasound/repos/staging-x86_64/
  ecasound/repos/staging-x86_64/PKGBUILD
(from rev 280121, ecasound/trunk/PKGBUILD)
  ecasound/repos/staging-x86_64/ruby2.patch
(from rev 280121, ecasound/trunk/ruby2.patch)

+
 staging-i686/PKGBUILD  |   54 +++
 staging-i686/ruby2.patch   |   12 +
 staging-x86_64/PKGBUILD|   54 +++
 staging-x86_64/ruby2.patch |   12 +
 4 files changed, 132 insertions(+)

Copied: ecasound/repos/staging-i686/PKGBUILD (from rev 280121, 
ecasound/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-07 19:40:06 UTC (rev 280122)
@@ -0,0 +1,54 @@
+# $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/staging-i686/ruby2.patch (from rev 280121, 
ecasound/trunk/ruby2.patch)
===
--- staging-i686/ruby2.patch(rev 0)
+++ staging-i686/ruby2.patch2016-11-07 19:40:06 UTC (rev 280122)
@@ -0,0 +1,12 @@
+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 @@
+   rubyecasound_support=no
+   ECA_S_RUBY_SITEDIR=""
+ else
+-  ECA_S_RUBY_SITEDIR="`ruby -e 'require "rbconfig"; include Config; print 
CONFIG["sitedir"] + "/" + CONFIG["MAJOR"] + "." + CONFIG["MINOR"]'`"
++  ECA_S_RUBY_SITEDIR="`ruby -e 'include RbConfig; print CONFIG["vendordir"] + 
"/" + CONFIG["MAJOR"] + "." + CONFIG["MINOR"]'`"
+ fi
+ 
+ 

Copied: ecasound/repos/staging-x86_64/PKGBUILD (from rev 280121, 
ecasound/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-07 19:40:06 UTC (rev 280122)
@@ -0,0 +1,54 @@
+# $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 

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

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 06:52:37
  Author: foutrelis
Revision: 253216

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

Added:
  ecasound/repos/staging-i686/
  ecasound/repos/staging-i686/PKGBUILD
(from rev 253215, ecasound/trunk/PKGBUILD)
  ecasound/repos/staging-i686/ruby2.patch
(from rev 253215, ecasound/trunk/ruby2.patch)
  ecasound/repos/staging-x86_64/
  ecasound/repos/staging-x86_64/PKGBUILD
(from rev 253215, ecasound/trunk/PKGBUILD)
  ecasound/repos/staging-x86_64/ruby2.patch
(from rev 253215, ecasound/trunk/ruby2.patch)

+
 staging-i686/PKGBUILD  |   54 +++
 staging-i686/ruby2.patch   |   12 +
 staging-x86_64/PKGBUILD|   54 +++
 staging-x86_64/ruby2.patch |   12 +
 4 files changed, 132 insertions(+)

Copied: ecasound/repos/staging-i686/PKGBUILD (from rev 253215, 
ecasound/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 05:52:37 UTC (rev 253216)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=ecasound
+pkgver=2.9.1
+pkgrel=6
+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/staging-i686/ruby2.patch (from rev 253215, 
ecasound/trunk/ruby2.patch)
===
--- staging-i686/ruby2.patch(rev 0)
+++ staging-i686/ruby2.patch2015-12-07 05:52:37 UTC (rev 253216)
@@ -0,0 +1,12 @@
+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 @@
+   rubyecasound_support=no
+   ECA_S_RUBY_SITEDIR=""
+ else
+-  ECA_S_RUBY_SITEDIR="`ruby -e 'require "rbconfig"; include Config; print 
CONFIG["sitedir"] + "/" + CONFIG["MAJOR"] + "." + CONFIG["MINOR"]'`"
++  ECA_S_RUBY_SITEDIR="`ruby -e 'include RbConfig; print CONFIG["vendordir"] + 
"/" + CONFIG["MAJOR"] + "." + CONFIG["MINOR"]'`"
+ fi
+ 
+ 

Copied: ecasound/repos/staging-x86_64/PKGBUILD (from rev 253215, 
ecasound/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 05:52:37 UTC (rev 253216)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=ecasound
+pkgver=2.9.1
+pkgrel=6
+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 

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

2015-09-09 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 07:04:07
  Author: foutrelis
Revision: 245685

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

Added:
  ecasound/repos/staging-i686/
  ecasound/repos/staging-i686/PKGBUILD
(from rev 245684, ecasound/trunk/PKGBUILD)
  ecasound/repos/staging-i686/ruby2.patch
(from rev 245684, ecasound/trunk/ruby2.patch)
  ecasound/repos/staging-x86_64/
  ecasound/repos/staging-x86_64/PKGBUILD
(from rev 245684, ecasound/trunk/PKGBUILD)
  ecasound/repos/staging-x86_64/ruby2.patch
(from rev 245684, ecasound/trunk/ruby2.patch)

+
 staging-i686/PKGBUILD  |   54 +++
 staging-i686/ruby2.patch   |   12 +
 staging-x86_64/PKGBUILD|   54 +++
 staging-x86_64/ruby2.patch |   12 +
 4 files changed, 132 insertions(+)

Copied: ecasound/repos/staging-i686/PKGBUILD (from rev 245684, 
ecasound/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-10 05:04:07 UTC (rev 245685)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=ecasound
+pkgver=2.9.1
+pkgrel=5
+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/staging-i686/ruby2.patch (from rev 245684, 
ecasound/trunk/ruby2.patch)
===
--- staging-i686/ruby2.patch(rev 0)
+++ staging-i686/ruby2.patch2015-09-10 05:04:07 UTC (rev 245685)
@@ -0,0 +1,12 @@
+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 @@
+   rubyecasound_support=no
+   ECA_S_RUBY_SITEDIR=""
+ else
+-  ECA_S_RUBY_SITEDIR="`ruby -e 'require "rbconfig"; include Config; print 
CONFIG["sitedir"] + "/" + CONFIG["MAJOR"] + "." + CONFIG["MINOR"]'`"
++  ECA_S_RUBY_SITEDIR="`ruby -e 'include RbConfig; print CONFIG["vendordir"] + 
"/" + CONFIG["MAJOR"] + "." + CONFIG["MINOR"]'`"
+ fi
+ 
+ 

Copied: ecasound/repos/staging-x86_64/PKGBUILD (from rev 245684, 
ecasound/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-10 05:04:07 UTC (rev 245685)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=ecasound
+pkgver=2.9.1
+pkgrel=5
+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 

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

2014-12-30 Thread Anatol Pomozov
Date: Tuesday, December 30, 2014 @ 19:41:45
  Author: anatolik
Revision: 228188

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

Added:
  ecasound/repos/testing-i686/
  ecasound/repos/testing-i686/PKGBUILD
(from rev 228187, ecasound/trunk/PKGBUILD)
  ecasound/repos/testing-i686/ruby2.patch
(from rev 228187, ecasound/trunk/ruby2.patch)
  ecasound/repos/testing-x86_64/
  ecasound/repos/testing-x86_64/PKGBUILD
(from rev 228187, ecasound/trunk/PKGBUILD)
  ecasound/repos/testing-x86_64/ruby2.patch
(from rev 228187, ecasound/trunk/ruby2.patch)

+
 testing-i686/PKGBUILD  |   54 +++
 testing-i686/ruby2.patch   |   12 +
 testing-x86_64/PKGBUILD|   54 +++
 testing-x86_64/ruby2.patch |   12 +
 4 files changed, 132 insertions(+)

Copied: ecasound/repos/testing-i686/PKGBUILD (from rev 228187, 
ecasound/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-30 18:41:45 UTC (rev 228188)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ecasound
+pkgver=2.9.1
+pkgrel=4
+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/testing-i686/ruby2.patch (from rev 228187, 
ecasound/trunk/ruby2.patch)
===
--- testing-i686/ruby2.patch(rev 0)
+++ testing-i686/ruby2.patch2014-12-30 18:41:45 UTC (rev 228188)
@@ -0,0 +1,12 @@
+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 @@
+   rubyecasound_support=no
+   ECA_S_RUBY_SITEDIR=
+ else
+-  ECA_S_RUBY_SITEDIR=`ruby -e 'require rbconfig; include Config; print 
CONFIG[sitedir] + / + CONFIG[MAJOR] + . + CONFIG[MINOR]'`
++  ECA_S_RUBY_SITEDIR=`ruby -e 'include RbConfig; print CONFIG[vendordir] + 
/ + CONFIG[MAJOR] + . + CONFIG[MINOR]'`
+ fi
+ 
+ 

Copied: ecasound/repos/testing-x86_64/PKGBUILD (from rev 228187, 
ecasound/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-30 18:41:45 UTC (rev 228188)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ecasound
+pkgver=2.9.1
+pkgrel=4
+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 

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

2014-02-03 Thread Ray Rashif
Date: Monday, February 3, 2014 @ 18:11:38
  Author: schiv
Revision: 205045

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

Added:
  ecasound/repos/testing-i686/
  ecasound/repos/testing-i686/PKGBUILD
(from rev 205044, ecasound/trunk/PKGBUILD)
  ecasound/repos/testing-i686/ruby2.patch
(from rev 205044, ecasound/trunk/ruby2.patch)
  ecasound/repos/testing-x86_64/
  ecasound/repos/testing-x86_64/PKGBUILD
(from rev 205044, ecasound/trunk/PKGBUILD)
  ecasound/repos/testing-x86_64/ruby2.patch
(from rev 205044, ecasound/trunk/ruby2.patch)

+
 testing-i686/PKGBUILD  |   53 +++
 testing-i686/ruby2.patch   |   12 +
 testing-x86_64/PKGBUILD|   53 +++
 testing-x86_64/ruby2.patch |   12 +
 4 files changed, 130 insertions(+)

Copied: ecasound/repos/testing-i686/PKGBUILD (from rev 205044, 
ecasound/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-03 17:11:38 UTC (rev 205045)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+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/testing-i686/ruby2.patch (from rev 205044, 
ecasound/trunk/ruby2.patch)
===
--- testing-i686/ruby2.patch(rev 0)
+++ testing-i686/ruby2.patch2014-02-03 17:11:38 UTC (rev 205045)
@@ -0,0 +1,12 @@
+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 @@
+   rubyecasound_support=no
+   ECA_S_RUBY_SITEDIR=
+ else
+-  ECA_S_RUBY_SITEDIR=`ruby -e 'require rbconfig; include Config; print 
CONFIG[sitedir] + / + CONFIG[MAJOR] + . + CONFIG[MINOR]'`
++  ECA_S_RUBY_SITEDIR=`ruby -e 'include RbConfig; print CONFIG[vendordir] + 
/ + CONFIG[MAJOR] + . + CONFIG[MINOR]'`
+ fi
+ 
+ 

Copied: ecasound/repos/testing-x86_64/PKGBUILD (from rev 205044, 
ecasound/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-03 17:11:38 UTC (rev 205045)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+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 

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

2013-03-26 Thread Ray Rashif
Date: Tuesday, March 26, 2013 @ 14:29:47
  Author: schiv
Revision: 180828

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-26 13:29:04 UTC (rev 180827)
+++ extra-i686/PKGBUILD 2013-03-26 13:29:47 UTC (rev 180828)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ecasound
-pkgver=2.9.0
-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=('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')
-options=('!libtool')
-source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('05e7d4664cdf4c7a138c098e9506a551')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # use vendor_ruby for ruby files
-  sed -e 's/CONFIG\[sitedir\]/CONFIG\[vendordir\]/' -i configure
-
-  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 180827, 
ecasound/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-26 13:29:47 UTC (rev 180828)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+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')
+options=('!libtool')
+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/ruby2.patch (from rev 180827, 
ecasound/trunk/ruby2.patch)
===
--- extra-i686/ruby2.patch  (rev 0)
+++ extra-i686/ruby2.patch  2013-03-26 13:29:47 UTC (rev 180828)
@@ -0,0 +1,12 @@
+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 @@

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

2012-02-05 Thread Ray Rashif
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 sc...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Tom Newsom jeeps...@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 sc...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@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 sc...@archlinux.org
-
-   * ecasound 2.8.0
-   * upstream release
-
-2010-08-22 Ray Rashif sc...@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 sc...@archlinux.org
-
-