From 18dd10fbb716aa37c5d3c9c5bc187797abe17331 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 26 Jun 2004 06:07:01 +0000 Subject: Add mixxx 1.3.2, Mixxx is software for DJ'ing. You can use wave based audio files, Ogg Vorbis and MP3 files as audio input. Mixxx can be controlled through the GUI and with external controllers including MIDI devices, joysticks and more. PR: ports/68345 Submitted by: Jean-Yves Lefort --- audio/mixxx/files/patch-src::playerportaudio.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/mixxx/files/patch-src::playerportaudio.cpp (limited to 'audio/mixxx/files/patch-src::playerportaudio.cpp') diff --git a/audio/mixxx/files/patch-src::playerportaudio.cpp b/audio/mixxx/files/patch-src::playerportaudio.cpp new file mode 100644 index 000000000000..c6efdf7916d0 --- /dev/null +++ b/audio/mixxx/files/patch-src::playerportaudio.cpp @@ -0,0 +1,11 @@ +--- src/playerportaudio.cpp.orig Fri Jun 25 20:53:49 2004 ++++ src/playerportaudio.cpp Fri Jun 25 20:54:03 2004 +@@ -381,7 +381,7 @@ + + QString PlayerPortAudio::getSoundApi() + { +-#ifdef __LINUX__ ++#if defined(__LINUX__) || defined(__FreeBSD__) + return QString("OSS"); + #endif + #ifdef __MACX__ -- cgit v1.2.3