ports/audio/sonic-visualiser/files/patch-config.pri.in
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

11 lines
384 B
Text

--- config.pri.in.orig 2020-04-16 19:38:03 UTC
+++ config.pri.in
@@ -17,6 +17,8 @@ CONFIG += @CXXSTANDARD@
linux*:LIBS += -L$$PWD -lbase -lasound -ldl
+LIBS += -L$$PWD -lbase -lvamp-hostsdk
+
macx*:DEFINES += HAVE_COREAUDIO
macx*:LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices