summarylogtreecommitdiffstats
path: root/0003-AUR-Remove-opensft-kaldi-and-vosk-from-build-because.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-AUR-Remove-opensft-kaldi-and-vosk-from-build-because.patch')
-rw-r--r--0003-AUR-Remove-opensft-kaldi-and-vosk-from-build-because.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0003-AUR-Remove-opensft-kaldi-and-vosk-from-build-because.patch b/0003-AUR-Remove-opensft-kaldi-and-vosk-from-build-because.patch
new file mode 100644
index 000000000000..3148119f2779
--- /dev/null
+++ b/0003-AUR-Remove-opensft-kaldi-and-vosk-from-build-because.patch
@@ -0,0 +1,26 @@
+From 491d08c9b39c24327afe3f90727f0640035ca474 Mon Sep 17 00:00:00 2001
+From: Stelios Tsampas <loathingkernel@gmail.com>
+Date: Sun, 2 Jul 2023 21:27:37 +0300
+Subject: [PATCH 3/3] AUR Remove opensft kaldi and vosk from build because of
+ missing lib32 blas and lapack from repo and the AUR
+
+---
+ Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index cbebe144..c897b93b 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -657,7 +657,7 @@ WINE_CONFIGURE_ARGS64 = --enable-win64 \
+ VKD3D_PE_CFLAGS="-I$(VULKAN_HEADERS_DST64)/include -I$(VKD3D_DST64)/include/vkd3d" \
+ VKD3D_PE_LIBS="-L$(VKD3D_DST64)/bin -l:libvkd3d-1.dll -l:libvkd3d-shader-1.dll"
+
+-WINE_DEPENDS = gst_orc gstreamer gst_base vkd3d openfst kaldi vosk
++WINE_DEPENDS = gst_orc gstreamer gst_base vkd3d
+
+ $(eval $(call rules-source,wine,$(SRCDIR)/wine))
+ $(eval $(call rules-autoconf,wine,32))
+--
+2.41.0
+