[arch-commits] Commit in sox/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Jul 29 10:22:07 UTC 2017
Date: Saturday, July 29, 2017 @ 10:22:06
Author: arojas
Revision: 301378
Add twolame MP2 support (FS#54936)
Modified:
sox/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-29 10:11:35 UTC (rev 301377)
+++ PKGBUILD 2017-07-29 10:22:06 UTC (rev 301378)
@@ -3,13 +3,13 @@
pkgname=sox
pkgver=14.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="The Swiss Army knife of sound processing tools"
arch=('i686' 'x86_64')
url="http://sox.sourceforge.net/"
license=('GPL' 'LGPL')
depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr' 'gsm')
-makedepends=('libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse' 'opusfile')
+makedepends=('libao' 'libmad' 'libid3tag' 'wavpack' 'libpulse' 'opusfile' 'twolame')
checkdepends=('time')
optdepends=('libao: for ao plugin'
'libmad: for mp3 plugin'
@@ -16,7 +16,8 @@
'libid3tag: for mp3 plugin'
'wavpack: for wavpack plugin'
'libpulse: for pulse plugin'
- 'opusfile: for opus plugin')
+ 'opusfile: for opus plugin'
+ 'twolame: for mp3 plugin')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2 sox-dynamic.patch)
sha1sums=('dc9668256b9d81ef25d672f14f12ec026b0b4087'
'9c71fa36596ed127b1bb367cfbab3b52cd2ecb6d')
More information about the arch-commits
mailing list