freebsd-ports/audio/sonic-visualiser/files/patch-sonic-visualiser.pro
Yuri Victorovich 3b1b7fa147 audio/sonic-visualiser: Update 2.5 -> 4.0.1
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)
2020-04-17 00:21:01 +00:00

34 lines
1.2 KiB
INI

--- sonic-visualiser.pro.orig 2020-04-16 19:10:53 UTC
+++ sonic-visualiser.pro
@@ -8,11 +8,11 @@ SUBDIRS += \
# writing they are only automatically run on non-Windows platforms
# (because of the difficulty of getting them running nicely in the
# IDE without causing great confusion if a test fails).
-SUBDIRS += \
- sub_test_svcore_base \
- sub_test_svcore_system \
- sub_test_svcore_data_fileio \
- sub_test_svcore_data_model
+#SUBDIRS += \
+# sub_test_svcore_base \
+# sub_test_svcore_system \
+# sub_test_svcore_data_fileio \
+# sub_test_svcore_data_model
SUBDIRS += \
checker \
@@ -22,10 +22,10 @@ SUBDIRS += \
sub_base.file = base.pro
-sub_test_svcore_base.file = test-svcore-base.pro
-sub_test_svcore_system.file = test-svcore-system.pro
-sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro
-sub_test_svcore_data_model.file = test-svcore-data-model.pro
+#sub_test_svcore_base.file = test-svcore-base.pro
+#sub_test_svcore_system.file = test-svcore-system.pro
+#sub_test_svcore_data_fileio.file = test-svcore-data-fileio.pro
+#sub_test_svcore_data_model.file = test-svcore-data-model.pro
sub_server.file = server.pro
sub_convert.file = convert.pro