forked from Lainports/freebsd-ports
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
11 lines
500 B
INI
11 lines
500 B
INI
Disable building the tests. They prevent building sonic-visualiser in parallel.
|
|
--- sonic-visualiser.pro.orig 2017-02-24 17:52:22 UTC
|
|
+++ sonic-visualiser.pro
|
|
@@ -5,7 +5,6 @@ SUBDIRS = sub_dataquay svcore svgui svap
|
|
# We should build and run the tests on any platform,
|
|
# but doing it automatically doesn't work so well from
|
|
# within an IDE on Windows, so remove that from here
|
|
- SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test
|
|
}
|
|
|
|
sub_sv.file = sv.pro
|