diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-02 22:59:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-02 22:59:16 +0000 |
commit | 7f9fd8779721009c7805b0eefab3e832cc169145 (patch) | |
tree | ee9b5e93a4d148cb23ed0c4e712910d197182ac0 /audio/muse/patches | |
parent | 302942d548823da7de130b64ff29a8eb99b4b34b (diff) | |
download | pkgsrc-7f9fd8779721009c7805b0eefab3e832cc169145.tar.gz |
Initial import of muse-0.9 from pkgsrc-wip.
MuSE is an application for the mixing, encoding, and network streaming of
sound. MuSE can simultaniously mix up to 6 encoded audio bitstreams (from
files or network) plus a soundcard input signal. The resulting stream can
be played locally on the sound card and/or encoded as an mp3 bitstream sent
to a broadcast server. MuSE offers an intuitive interface to be operated
realtime and can run in "slick" mode from commandline.
Diffstat (limited to 'audio/muse/patches')
-rw-r--r-- | audio/muse/patches/patch-aa | 13 | ||||
-rw-r--r-- | audio/muse/patches/patch-ab | 13 | ||||
-rw-r--r-- | audio/muse/patches/patch-ac | 13 | ||||
-rw-r--r-- | audio/muse/patches/patch-ad | 12 |
4 files changed, 51 insertions, 0 deletions
diff --git a/audio/muse/patches/patch-aa b/audio/muse/patches/patch-aa new file mode 100644 index 00000000000..f74a9384229 --- /dev/null +++ b/audio/muse/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $ + +--- src/shout/sock.h.orig 2004-04-30 01:49:50.000000000 +0200 ++++ src/shout/sock.h 2004-04-30 01:50:10.000000000 +0200 +@@ -31,7 +31,7 @@ + #include <unistd.h> + #endif + +-#ifdef HAVE_SYS_UIO_H ++#if defined(HAVE_SYS_UIO_H) || defined(__NetBSD__) + #include <sys/uio.h> + #else + #ifndef _SYS_UIO_H diff --git a/audio/muse/patches/patch-ab b/audio/muse/patches/patch-ab new file mode 100644 index 00000000000..724090d28f1 --- /dev/null +++ b/audio/muse/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $ + +--- src/jmixer.cpp.orig 2004-05-03 00:53:39.000000000 +0200 ++++ src/jmixer.cpp 2004-05-03 00:53:50.000000000 +0200 +@@ -98,7 +98,7 @@ + error("error initializing POSIX thread mutex"); + if(pthread_cond_init (&_cond, NULL) == -1) + error("error initializing POSIX thread condtition"); +- unlock(); ++ //unlock(); + } + + Stream_mixer::~Stream_mixer() { diff --git a/audio/muse/patches/patch-ac b/audio/muse/patches/patch-ac new file mode 100644 index 00000000000..30616702560 --- /dev/null +++ b/audio/muse/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $ + +--- src/pipe.cpp.orig 2004-05-03 00:42:40.000000000 +0200 ++++ src/pipe.cpp 2004-05-03 00:43:56.000000000 +0200 +@@ -61,7 +61,7 @@ + end=start=buffer; + blocking = true; + _thread_init(); +- unlock(); ++ //unlock(); + } + + Pipe::~Pipe() { diff --git a/audio/muse/patches/patch-ad b/audio/muse/patches/patch-ad new file mode 100644 index 00000000000..d928e1ec9de --- /dev/null +++ b/audio/muse/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $ + +--- src/gtkgui2/gtk2_gui.cpp.orig 2004-05-03 00:51:21.000000000 +0200 ++++ src/gtkgui2/gtk2_gui.cpp 2004-05-03 00:51:33.000000000 +0200 +@@ -47,6 +47,7 @@ + _mix->quit = true; + } else { + int i; ++ lock(); + wait(); + + /* update channels */ |