[arch-commits] Commit in sox/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Thu Jan 19 01:56:22 UTC 2012


    Date: Wednesday, January 18, 2012 @ 20:56:22
  Author: eric
Revision: 146872

upgpkg: sox 14.3.2-5

Rebuild against libpng 1.5 and libtiff 4.0

Modified:
  sox/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-19 01:34:27 UTC (rev 146871)
+++ PKGBUILD	2012-01-19 01:56:22 UTC (rev 146872)
@@ -3,7 +3,7 @@
 
 pkgname=sox
 pkgver=14.3.2
-pkgrel=4
+pkgrel=5
 pkgdesc="The Swiss Army knife of sound processing tools"
 arch=('i686' 'x86_64')
 url="http://sox.sourceforge.net/"
@@ -25,7 +25,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -p1 -i "${srcdir}/sox-14.3.2-ffmpeg.patch"
-  sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.am
+  sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in
   ./configure --prefix=/usr --sysconfdir=/etc \
     --with-dyn-default --with-distro="Arch Linux"
   make




More information about the arch-commits mailing list