File 01-faustlibs-bundled.patch of Package ossia-score
--- src/plugins/score-plugin-faust/CMakeLists.txt.orig 2022-05-22 11:39:53.530615979 +1000
+++ src/plugins/score-plugin-faust/CMakeLists.txt 2022-05-22 14:33:03.386087263 +1000
@@ -61,9 +61,10 @@
ExternalProject_Add(
faustlibs
+ URL "../../../../../../faustlibs-730eff6.tar.gz"
PREFIX ""
- GIT_REPOSITORY https://github.com/grame-cncm/faustlibraries
- GIT_TAG 730eff6dc336973553829235e0b31b24c47a2f69
+# GIT_REPOSITORY https://github.com/grame-cncm/faustlibraries
+# GIT_TAG 730eff6dc336973553829235e0b31b24c47a2f69
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""