Mercurial > hg > sonic-visualiser
comparison main/MainWindow.cpp @ 257:6e8ebc86119a
* Note about libpulse copyright
author | Chris Cannam |
---|---|
date | Thu, 29 May 2008 14:35:32 +0000 |
parents | 6a6b5a1a6c67 |
children | a31c65904a49 |
comparison
equal
deleted
inserted
replaced
256:21d56bbd143b | 257:6e8ebc86119a |
---|---|
3510 #ifndef QT_SHARED | 3510 #ifndef QT_SHARED |
3511 aboutText += tr("<br>With Qt (v%1) © Trolltech AS").arg(QT_VERSION_STR); | 3511 aboutText += tr("<br>With Qt (v%1) © Trolltech AS").arg(QT_VERSION_STR); |
3512 #endif | 3512 #endif |
3513 #ifdef HAVE_JACK | 3513 #ifdef HAVE_JACK |
3514 #ifdef JACK_VERSION | 3514 #ifdef JACK_VERSION |
3515 aboutText += tr("<br>With JACK audio output (v%1) © Paul Davis and Jack O'Quin").arg(JACK_VERSION); | 3515 aboutText += tr("<br>With JACK audio output library (v%1) © Paul Davis and Jack O'Quin").arg(JACK_VERSION); |
3516 #else | 3516 #else |
3517 aboutText += tr("<br>With JACK audio output © Paul Davis and Jack O'Quin"); | 3517 aboutText += tr("<br>With JACK audio output library © Paul Davis and Jack O'Quin"); |
3518 #endif | 3518 #endif |
3519 #endif | 3519 #endif |
3520 #ifdef HAVE_PORTAUDIO | 3520 #ifdef HAVE_PORTAUDIO |
3521 aboutText += tr("<br>With PortAudio audio output © Ross Bencina and Phil Burk"); | 3521 aboutText += tr("<br>With PortAudio audio output library © Ross Bencina and Phil Burk"); |
3522 #endif | |
3523 #ifdef HAVE_LIBPULSE | |
3524 aboutText += tr("<br>With PulseAudio audio output library © Lennart Poettering and Pierre Ossman"); | |
3522 #endif | 3525 #endif |
3523 #ifdef HAVE_OGGZ | 3526 #ifdef HAVE_OGGZ |
3524 #ifdef OGGZ_VERSION | 3527 #ifdef OGGZ_VERSION |
3525 aboutText += tr("<br>With Ogg file decoder (oggz v%1, fishsound v%2) © CSIRO Australia").arg(OGGZ_VERSION).arg(FISHSOUND_VERSION); | 3528 aboutText += tr("<br>With Ogg file decoder (oggz v%1, fishsound v%2) © CSIRO Australia").arg(OGGZ_VERSION).arg(FISHSOUND_VERSION); |
3526 #else | 3529 #else |