From c6f4cd18ab706868be0eff10327a0dcd58cecdf3 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 Feb 2013 00:45:16 -0800 Subject: Sun Feb 17 00:45:00 PST 2013 --- extra/sox/PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'extra/sox/PKGBUILD') diff --git a/extra/sox/PKGBUILD b/extra/sox/PKGBUILD index 322d66183..bfb6a662d 100644 --- a/extra/sox/PKGBUILD +++ b/extra/sox/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163160 2012-07-08 09:32:27Z ibiru $ +# $Id: PKGBUILD 178141 2013-02-16 22:48:58Z ioni $ # Maintainer: Eric BĂ©langer pkgname=sox -pkgver=14.4.0 -pkgrel=3 +pkgver=14.4.1 +pkgrel=1 pkgdesc="The Swiss Army knife of sound processing tools" arch=('i686' 'x86_64') url="http://sox.sourceforge.net/" @@ -19,14 +19,12 @@ optdepends=('libao: for ao plugin' 'libpulse: for pulse plugin') options=('!libtool') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2 - sox_default_audio_driver_fallback.patch sox-ffmpeg0.11.patch) -sha1sums=('12dfc57e503ed4e18cedcac292cdae7982281978' - 'ab304f1fc17269262dbc4977aa9b7e97ec805ae4' + sox-ffmpeg0.11.patch) +sha1sums=('4775f9e9eebb5a2fe79df548908a7a24088118d9' '2f92bcaebcaf300782396f106cdd27c72048a851') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p0 -i "${srcdir}/sox_default_audio_driver_fallback.patch" patch -p1 -i "${srcdir}/sox-ffmpeg0.11.patch" sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in ./configure --prefix=/usr --sysconfdir=/etc \ -- cgit v1.2.3-54-g00ecf