3b1b7fa147
A lot of changes: * Merge some options with the port because they aren't project options any more * Enable JACK and PULSEAUDIO by default * Install additonal executables required for the package to run * Remove the bundled vamp-plugin-sdk directory because the port dependency is used * Cleanly remove all internal links with vamp-plugin-sdk, not rebuilding it many times any more * Change WWW to the https URL PR: 236000 Submitted by: kunda <chitty_cloud@me.com> (preliminary patch version 3.2.1) Approved by: uddka@student.kit.edu (maintainer timeout; 1 year and 50 days)
23 lines
798 B
Prolog
23 lines
798 B
Prolog
--- base.pro.orig 2020-04-16 18:47:44 UTC
|
|
+++ base.pro
|
|
@@ -25,7 +25,7 @@ exists(repoint.pri) {
|
|
}
|
|
|
|
include(bq-files.pri)
|
|
-include(vamp-plugin-sdk-files.pri)
|
|
+#include(vamp-plugin-sdk-files.pri)
|
|
include(svcore/files.pri)
|
|
include(capnp-regen.pri)
|
|
|
|
@@ -40,8 +40,8 @@ CLIENT_HEADERS=$$fromfile(piper-vamp-cpp/vamp-client/q
|
|
for (file, BQ_SOURCES) { SOURCES += $$file }
|
|
for (file, BQ_HEADERS) { HEADERS += $$file }
|
|
|
|
-for (file, VAMP_SOURCES) { SOURCES += $$file }
|
|
-for (file, VAMP_HEADERS) { HEADERS += $$file }
|
|
+#for (file, VAMP_SOURCES) { SOURCES += $$file }
|
|
+#for (file, VAMP_HEADERS) { HEADERS += $$file }
|
|
|
|
for (file, DATAQUAY_SOURCES) { SOURCES += $$sprintf("dataquay/%1", $$file) }
|
|
for (file, DATAQUAY_HEADERS) { HEADERS += $$sprintf("dataquay/%1", $$file) }
|