mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
18dd10fbb7
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 <jylefort@brutele.be>
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
--- src/build.definition.orig Fri Jun 11 19:31:04 2004
|
|
+++ src/build.definition Fri Jun 25 22:13:33 2004
|
|
@@ -57,6 +57,38 @@
|
|
|
|
|
|
|
|
+# SAMPLERATE --------------------------------------------------------
|
|
+OBJECT = libsamplerate.a
|
|
+TYPE = lib
|
|
+DESCRIPTION =
|
|
+TIP_MESSAGE =
|
|
+LINK_LIBS = -lsamplerate
|
|
+ADD_DEFINES =
|
|
+OPTIONS = exit_on_failure marked_static
|
|
+#----------------------------------------------------------------------
|
|
+# Check routines (DON'T TOUCH!)
|
|
+include( check.qbas )
|
|
+#----------------------------------------------------------------------
|
|
+
|
|
+
|
|
+
|
|
+
|
|
+# PORTAUDIO ---------------------------------------------------------
|
|
+OBJECT = libportaudio.a
|
|
+TYPE = lib
|
|
+DESCRIPTION =
|
|
+TIP_MESSAGE =
|
|
+LINK_LIBS = -lportaudio
|
|
+ADD_DEFINES =
|
|
+OPTIONS = exit_on_failure marked_static
|
|
+#----------------------------------------------------------------------
|
|
+# Check routines (DON'T TOUCH!)
|
|
+include( check.qbas )
|
|
+#----------------------------------------------------------------------
|
|
+
|
|
+
|
|
+
|
|
+
|
|
# MAD ---------------------------------------------------------------
|
|
OBJECT = libmad.a
|
|
TYPE = lib
|