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

Eric Bélanger eric at archlinux.org
Sun Jan 11 23:25:35 UTC 2009


    Date: Sunday, January 11, 2009 @ 18:25:35
  Author: eric
Revision: 24021

upgpkg: sox 14.2.0-2
    rebuilt against ffmpeg 20081220, added libtool and file depends

Modified:
  sox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-11 23:22:28 UTC (rev 24020)
+++ PKGBUILD	2009-01-11 23:25:35 UTC (rev 24021)
@@ -5,14 +5,14 @@
 
 pkgname=sox
 pkgver=14.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The Swiss Army knife of sound processing tools"
 arch=('i686' 'x86_64')
+url="http://sox.sourceforge.net/"
 license=('GPL')
-depends=('ffmpeg' 'libao' 'libvorbis' 'lame' 'libmad' 'bash' 'alsa-lib' 'libsndfile' 'libsamplerate')
-url="http://sox.sourceforge.net/"
+depends=('ffmpeg>=20081220' 'libao' 'libvorbis' 'lame' 'libmad' 'bash' 'alsa-lib' 'libsndfile' 'libsamplerate' 'libtool' 'file')
+options=(!libtool)
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-options=(!libtool)
 md5sums=('7afc0e85d14be014f08e7d3b7ee8c24e')
 
 build() {




More information about the arch-commits mailing list