summaryrefslogtreecommitdiff
path: root/libre/ecasound
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-21 17:13:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-21 17:22:34 -0300
commitcb0c90d32c4268aa5adf0b43561d32c2536f423e (patch)
tree4c2300288888f53a8a275fb9b29bf433f00b97f6 /libre/ecasound
parent16a5cdc427bb29c8ab2b3fcafc085f3c0e9ba7b8 (diff)
ecasound-2.9.1-8.parabola1: switch to HTTPS, sha256sums, drop liboil dependency
Diffstat (limited to 'libre/ecasound')
-rw-r--r--libre/ecasound/PKGBUILD22
1 files changed, 13 insertions, 9 deletions
diff --git a/libre/ecasound/PKGBUILD b/libre/ecasound/PKGBUILD
index 4f89d83ab..a3b0b533f 100644
--- a/libre/ecasound/PKGBUILD
+++ b/libre/ecasound/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 280121 2016-11-07 19:40:01Z bpiotrowski $
+# $Id: PKGBUILD 289296 2017-02-19 22:35:27Z jgc $
# Maintainer (Arch): Ray Rashif <schiv@archlinux.org>
# Contributor (Arch): Eric Belanger <eric@archlinux.org>
# Contributor (Arch): Tom Newsom <Jeepster@gmx.co.uk>
@@ -6,12 +6,12 @@
pkgname=ecasound
pkgver=2.9.1
-pkgrel=7.parabola1
+pkgrel=8.parabola1
pkgdesc="Command-line multitrack audio processor, without nonfree faac recommendation"
arch=('i686' 'x86_64' 'armv7h')
-url="http://www.eca.cx/ecasound/"
+url="https://ecasound.seul.org/ecasound/"
license=('GPL' 'LGPL')
-depends=('audiofile' 'liblo>=0.28' 'liboil' 'lilv')
+depends=('audiofile' 'liblo>=0.28' 'lilv')
makedepends=('python2' 'ruby')
optdepends=('python2: ecamonitor, ECI API'
'ruby: ECI API'
@@ -23,22 +23,26 @@ optdepends=('python2: ecamonitor, ECI API'
'libmikmod: tracker module')
replaces=("${pkgname}-libre" "${pkgname}-parabola")
conflicts=("${pkgname}-libre" "${pkgname}-parabola")
-source=("http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz"
+source=("https://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz"
'ruby2.patch')
options=('staticlibs')
-md5sums=('13c7be1e4eddc0bbf3792dc17777e465'
- '6909dbd4f67f76d3bd31ce7c7fe16212')
+sha256sums=('39fce8becd84d80620fa3de31fb5223b2b7d4648d36c9c337d3739c2fad0dcf3'
+ '5dda8e8bd245d90975f57bd68e05c50f72076f7b82fab02fdd5a510275f0f188')
-build() {
+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
+ --with-python-modules=/usr/lib/python2.7 \
+ --enable-liboil=no
make
}