# HG changeset patch
# User Chris Cannam
# Date 1386091034 0
# Node ID 66a60668c31c7ae76dc4c534fc7ccd2f0a9cc4c9
# Parent 48dfa1842639ecb723ee37e3623a187b02da3174
About box updates
diff -r 48dfa1842639 -r 66a60668c31c src/MainWindow.cpp
--- a/src/MainWindow.cpp Tue Dec 03 17:12:40 2013 +0000
+++ b/src/MainWindow.cpp Tue Dec 03 17:17:14 2013 +0000
@@ -1688,88 +1688,11 @@
.arg(version)
.arg(debug ? tr("Debug") : tr("Release"));
-#ifndef BUILD_STATIC
- aboutText += tr("
Using Qt v%1 © Trolltech AS").arg(QT_VERSION_STR);
-#else
-#ifdef QT_SHARED
- aboutText += tr("
Using Qt v%1 © Trolltech AS").arg(QT_VERSION_STR);
-#endif
-#endif
-
-#ifdef BUILD_STATIC
- aboutText += tr("
Statically linked");
-#ifndef QT_SHARED
- aboutText += tr("
With Qt (v%1) © Trolltech AS").arg(QT_VERSION_STR);
-#endif
-#ifdef HAVE_JACK
-#ifdef JACK_VERSION
- aboutText += tr("
With JACK audio output (v%1) © Paul Davis and Jack O'Quin").arg(JACK_VERSION);
-#else
- aboutText += tr("
With JACK audio output © Paul Davis and Jack O'Quin");
-#endif
-#endif
-#ifdef HAVE_PORTAUDIO
- aboutText += tr("
With PortAudio audio output © Ross Bencina and Phil Burk");
-#endif
-#ifdef HAVE_OGGZ
-#ifdef OGGZ_VERSION
- aboutText += tr("
With Ogg file decoder (oggz v%1, fishsound v%2) © CSIRO Australia").arg(OGGZ_VERSION).arg(FISHSOUND_VERSION);
-#else
- aboutText += tr("
With Ogg file decoder © CSIRO Australia");
-#endif
-#endif
-#ifdef HAVE_MAD
-#ifdef MAD_VERSION
- aboutText += tr("
With MAD mp3 decoder (v%1) © Underbit Technologies Inc").arg(MAD_VERSION);
-#else
- aboutText += tr("
With MAD mp3 decoder © Underbit Technologies Inc");
-#endif
-#endif
-#ifdef HAVE_SAMPLERATE
-#ifdef SAMPLERATE_VERSION
- aboutText += tr("
With libsamplerate (v%1) © Erik de Castro Lopo").arg(SAMPLERATE_VERSION);
-#else
- aboutText += tr("
With libsamplerate © Erik de Castro Lopo");
-#endif
-#endif
-#ifdef HAVE_SNDFILE
-#ifdef SNDFILE_VERSION
- aboutText += tr("
With libsndfile (v%1) © Erik de Castro Lopo").arg(SNDFILE_VERSION);
-#else
- aboutText += tr("
With libsndfile © Erik de Castro Lopo");
-#endif
-#endif
-#ifdef HAVE_FFTW3F
-#ifdef FFTW3_VERSION
- aboutText += tr("
With FFTW3 (v%1) © Matteo Frigo and MIT").arg(FFTW3_VERSION);
-#else
- aboutText += tr("
With FFTW3 © Matteo Frigo and MIT");
-#endif
-#endif
-#ifdef HAVE_VAMP
- aboutText += tr("
With Vamp plugin support (API v%1, host SDK v%2) © Chris Cannam").arg(VAMP_API_VERSION).arg(VAMP_SDK_VERSION);
-#endif
- aboutText += tr("
With LADSPA plugin support (API v%1) © Richard Furse, Paul Davis, Stefan Westerfeld").arg(LADSPA_VERSION);
- aboutText += tr("
With DSSI plugin support (API v%1) © Chris Cannam, Steve Harris, Sean Bolton").arg(DSSI_VERSION);
-#ifdef HAVE_LIBLO
-#ifdef LIBLO_VERSION
- aboutText += tr("
With liblo Lite OSC library (v%1) © Steve Harris").arg(LIBLO_VERSION);
-#else
- aboutText += tr("
With liblo Lite OSC library © Steve Harris").arg(LIBLO_VERSION);
-#endif
- if (m_oscQueue && m_oscQueue->isOK()) {
- aboutText += tr("
The OSC URL for this instance is: \"%1\"").arg(m_oscQueue->getOSCURL()); - } -#endif - aboutText += "
"; -#endif - aboutText += - "Copyright © 2005–2012 Chris Cannam and
"
- "Queen Mary, University of London.
This program is free software; you can redistribute it and/or
"
- "modify it under the terms of the GNU General Public License as
"
- "published by the Free Software Foundation; either version 2 of the
"
+ "
Copyright © 2005–2013 Chris Cannam, Matthias Mauch, George Fazekas, and Queen Mary University of London.
" + "This program is free software; you can redistribute it and/or "
+ "modify it under the terms of the GNU General Public License as "
+ "published by the Free Software Foundation; either version 2 of the "
"License, or (at your option) any later version.
See the file "
"COPYING included with this distribution for more information.