mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
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
10 lines
251 B
Text
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@
|