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

David Runge dvzrv at archlinux.org
Wed Apr 15 07:09:49 UTC 2020


    Date: Wednesday, April 15, 2020 @ 07:09:48
  Author: dvzrv
Revision: 614543

upgpkg: faust 2.20.2-4: Rebuilding against llvm9{,-libs}.

The 2.20.2 is not working with llvm >= 10, but the next release will.
Adding all sodeps in package() and moving the respective packages to makedepends.

Modified:
  faust/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-15 06:14:54 UTC (rev 614542)
+++ PKGBUILD	2020-04-15 07:09:48 UTC (rev 614543)
@@ -5,14 +5,14 @@
 
 pkgname=faust
 pkgver=2.20.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A functional programming language for realtime audio signal processing."
 arch=('x86_64')
 url="https://faust.grame.fr/"
 license=('GPL2')
 groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'llvm-libs' 'libmicrohttpd' 'libsndfile')
-makedepends=('cmake' 'llvm' 'xxd')
+depends=('gcc-libs' 'glibc' 'llvm9-libs' 'libmicrohttpd')
+makedepends=('cmake' 'libsndfile' 'llvm9' 'xxd')
 optdepends=('clang: for sound2reader'
             'csound: for faust2csound'
             'graphviz: for faust2sig{,viewer}'
@@ -46,10 +46,11 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr world
+  make PREFIX=/usr VERBOSE=1 world
 }
 
 package() {
+  depends+=('libsndfile.so')
   cd "${pkgname}-${pkgver}"
   make install PREFIX=/usr DESTDIR="$pkgdir"
 



More information about the arch-commits mailing list