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

David Runge dvzrv at gemini.archlinux.org
Sun Mar 13 11:10:34 UTC 2022


    Date: Sunday, March 13, 2022 @ 11:10:33
  Author: dvzrv
Revision: 1150783

upgpkg: non-daw 1.3.0-4: Rebuild to disable native CPU optimizations (FS#74097).

Modified:
  non-daw/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-13 11:10:21 UTC (rev 1150782)
+++ PKGBUILD	2022-03-13 11:10:33 UTC (rev 1150783)
@@ -3,7 +3,7 @@
 pkgbase=non-daw
 pkgname=(non-mixer non-timeline)
 pkgver=1.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Non DAW"
 arch=(x86_64)
 url="https://non.tuxfamily.org/"
@@ -25,12 +25,12 @@
   export LINKFLAGS="$LDFLAGS"
   (
     cd ${pkgname[0]}-$pkgver
-    waf configure --prefix=/usr --project=mixer
+    waf configure --prefix=/usr --project=mixer --disable-native-cpu-optimization
     waf build -vv
   )
   (
     cd ${pkgname[1]}-$pkgver
-    waf configure --prefix=/usr --project=timeline
+    waf configure --prefix=/usr --project=timeline --disable-native-cpu-optimization
     waf build -vv
   )
 }



More information about the arch-commits mailing list