ports/audio/sonic-visualiser/files/patch-svcore_config.pri.in
Tobias Kortkamp 8e3d285431 New port: audio/sonic-visualiser
Sonic Visualiser is a program for viewing and analysing the contents
of music audio files.

It supports serveral audio file formats and displays their waveforms
and spectograms in a straightforward way. The audio data can be
annotated and played back featuring time streching. Furthermore it
can be extended by third-party vamp plugins for feature extraction.

WWW: http://www.sonicvisualiser.org/

PR:		208401
Submitted by:	uddka@student.kit.edu
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9788
2017-03-02 08:56:14 +00:00

10 lines
251 B
Text

--- svcore/config.pri.in.orig 2015-10-22 11:26:02 UTC
+++ svcore/config.pri.in
@@ -1,6 +1,6 @@
CONFIG += @QMAKE_CONFIG@
-DEFINES += @HAVES@ HAVE_DATAQUAY
+DEFINES += @HAVES@ HAVE_DATAQUAY __RTMIDI_DUMMY_ONLY__
QMAKE_CC = @CC@
QMAKE_CXX = @CXX@