[arch-commits] Commit in audacity/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Wed Jan 20 19:40:46 UTC 2016
Date: Wednesday, January 20, 2016 @ 20:40:46
Author: anatolik
Revision: 258452
upgpkg: audacity 2.1.2-1
Modified:
audacity/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-20 19:27:27 UTC (rev 258451)
+++ PKGBUILD 2016-01-20 19:40:46 UTC (rev 258452)
@@ -2,13 +2,13 @@
# Maintainer: Eric Bélanger <eric at archlinux.org>
pkgname=audacity
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('i686' 'x86_64')
url="http://audacityteam.org"
license=('GPL')
-depends=('libmad' 'libid3tag' 'wxgtk2.8' 'lame' 'lilv' 'soundtouch'
+depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'lilv' 'soundtouch'
'ffmpeg' 'vamp-plugin-sdk' 'sbsms' 'portsmf' 'desktop-file-utils')
makedepends=('cmake' 'python2')
options=('!makeflags')
@@ -15,7 +15,7 @@
install=audacity.install
source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip
audacity-ffmpeg.patch)
-sha1sums=('3ff019e02a8ef9d712166dd1b466c494102a859a'
+sha1sums=('ced07f7401bef12d7ec0bc033409c9baa956c5c5'
'5f1733a3802bcec7d9b54cb3ec8d7d81fc38fc61')
prepare() {
@@ -25,7 +25,7 @@
build() {
cd audacity-Audacity-${pkgver}
- WX_CONFIG=/usr/bin/wx-config-2.8 ./configure --prefix=/usr --with-libsamplerate
+ ./configure --prefix=/usr --with-libsamplerate
make
}
More information about the arch-commits
mailing list