From cb0c90d32c4268aa5adf0b43561d32c2536f423e Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 21 Feb 2017 17:13:12 -0300 Subject: ecasound-2.9.1-8.parabola1: switch to HTTPS, sha256sums, drop liboil dependency --- libre/ecasound/PKGBUILD | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'libre') 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 # Contributor (Arch): Eric Belanger # Contributor (Arch): Tom Newsom @@ -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 } -- cgit v1.2.3