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

Andrea Scarpino andrea at archlinux.org
Mon Jan 18 10:48:19 UTC 2010


    Date: Monday, January 18, 2010 @ 05:48:19
  Author: andrea
Revision: 63706

upgpkg: sox 14.3.0-3
    libpng rebuild

Modified:
  sox/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-18 10:48:14 UTC (rev 63705)
+++ PKGBUILD	2010-01-18 10:48:19 UTC (rev 63706)
@@ -1,24 +1,27 @@
 # $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Maintainer:
+# Contributor: Ronald van Haren <ronald.archlinux.org>
 # Contributor: dale <dale at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sox
 pkgver=14.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The Swiss Army knife of sound processing tools"
 arch=('i686' 'x86_64')
 url="http://sox.sourceforge.net/"
 license=('GPL' 'LGPL')
-depends=('ffmpeg>=20100108' 'libao' 'libvorbis' 'lame' 'libmad' 'bash' 'alsa-lib' 'libsndfile' 'libsamplerate' 'libtool' 'file')
+depends=('ffmpeg' 'libao' 'libvorbis' 'lame' 'libmad' 'bash' 'alsa-lib' 'libsndfile' 'libsamplerate' 'libtool' 'file')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('8e3509804e6227273ef84092e1a2fea7')
-sha1sums=('34b8e991ba8511fa9683e9e9d356fb7f4179d03c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --with-dyn-default --with-distro="Arch Linux" || return 1
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --with-dyn-default \
+    --with-distro="Arch Linux" || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
   ln -sf play "${pkgdir}/usr/bin/rec" || return 1




More information about the arch-commits mailing list