git » audacity.git » commit 2b9edc8

Rebuilding for ffmpeg ABI change.

author David Runge
2018-05-14 19:49:41 UTC
committer David Runge
2018-05-14 19:49:41 UTC
parent 25a60c6229508f7c1373de5b33f79d2611906842

Rebuilding for ffmpeg ABI change.

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index a0cb6dc..987c59a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
 
 pkgname=audacity
 pkgver=2.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('x86_64')
 url="https://audacityteam.org"
 license=('GPL2' 'CCPL')
-depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch'
-         'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'suil' 'lilv') # sbsms - needs unreleased version
+depends=('libmad' 'libid3tag' 'wxgtk3' 'soundtouch' 'ffmpeg' 'vamp-plugin-sdk'
+'portsmf' 'twolame' 'suil' 'lilv')
 makedepends=('cmake')
 source=("https://github.com/${pkgname}/${pkgname}/archive/Audacity-${pkgver}.tar.gz")
 sha512sums=('311a5f3413e7faf40dc5639b2b9f8b0d03d1a410c50d894ca7abf3fe5733a29b710ccf7e3215d97dd9142e93c0ab5e13955dfd13146b03f927f74465459a6457')
@@ -28,7 +28,7 @@ build() {
     --with-expat="system" \
     --with-lame="system" \
     --with-libsoxr="system" \
-    --with-libclac \
+    --with-libflac \
     --with-libid3tag \
     --with-libsamplerate \
     --with-sbsms \