author | Maxime Gauduin
<alucryd@archlinux.org> 2022-01-31 13:50:37 UTC |
committer | Maxime Gauduin
<alucryd@archlinux.org> 2022-01-31 13:50:37 UTC |
parent | b9af4e41eb03a353dfccce1aeb6312729d86d427 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index aca7afd..899f775 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,12 +5,12 @@ pkgbase=aubio pkgname=('aubio' 'python-aubio') pkgver=0.4.9 -pkgrel=11 +pkgrel=12 pkgdesc="A tool for extracting annotations from audio signals" arch=('x86_64') url="https://aubio.org/" license=('GPL3') -makedepends=('doxygen' 'ffmpeg' 'fftw' 'jack' 'libsamplerate' 'libsndfile' +makedepends=('doxygen' 'ffmpeg4.4' 'fftw' 'jack' 'libsamplerate' 'libsndfile' 'python-numpy' 'python-setuptools' 'python-sphinx' 'txt2man' 'waf') checkdepends=('python-pytest') source=("https://${pkgbase}.org/pub/${pkgbase}-${pkgver}.tar.bz2") @@ -25,6 +25,7 @@ prepare() { build() { cd "${pkgbase}-${pkgver}" export LINKFLAGS="$LDFLAGS" + export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig' waf configure --prefix=/usr \ --alltests \ --enable-fftw3 \