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

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Jan 31 13:50:38 UTC 2022


    Date: Monday, January 31, 2022 @ 13:50:37
  Author: alucryd
Revision: 1121229

ffmpeg4.4 rebuild: aubio 0.4.9-12

Modified:
  aubio/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-31 13:45:07 UTC (rev 1121228)
+++ PKGBUILD	2022-01-31 13:50:37 UTC (rev 1121229)
@@ -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 @@
 build() {
   cd "${pkgbase}-${pkgver}"
   export LINKFLAGS="$LDFLAGS"
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
   waf configure --prefix=/usr \
                 --alltests \
                 --enable-fftw3 \



More information about the arch-commits mailing list