pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/muse Initial import of muse-0.9 from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90f8d25bf8c6
branches:  trunk
changeset: 474608:90f8d25bf8c6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun May 02 22:59:16 2004 +0000

description:
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:

 audio/muse/DESCR            |   6 ++++++
 audio/muse/Makefile         |  37 +++++++++++++++++++++++++++++++++++++
 audio/muse/PLIST            |  13 +++++++++++++
 audio/muse/distinfo         |   8 ++++++++
 audio/muse/patches/patch-aa |  13 +++++++++++++
 audio/muse/patches/patch-ab |  13 +++++++++++++
 audio/muse/patches/patch-ac |  13 +++++++++++++
 audio/muse/patches/patch-ad |  12 ++++++++++++
 8 files changed, 115 insertions(+), 0 deletions(-)

diffs (147 lines):

diff -r db701ad7ce87 -r 90f8d25bf8c6 audio/muse/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/muse/DESCR  Sun May 02 22:59:16 2004 +0000
@@ -0,0 +1,6 @@
+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.
diff -r db701ad7ce87 -r 90f8d25bf8c6 audio/muse/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/muse/Makefile       Sun May 02 22:59:16 2004 +0000
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $
+#
+
+DISTNAME=      MuSE-0.9
+PKGNAME=       ${DISTNAME:S/MuSE/muse/}
+CATEGORIES=    audio
+MASTER_SITES=  ftp://ftp.dyne.org/muse/releases/ \
+               http://www.ljudmila.org/~jaromil/muse/releases/ \
+               ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ 
+
+MAINTAINER=    xtraeme%NetBSD.org@localhost
+HOMEPAGE=      http://muse.dyne.org/
+COMMENT=       Multiple Streaming Engine
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK3=        yes
+USE_GNU_TOOLS+=        make
+USE_X11=       yes
+
+CONFIGURE_ARGS+=       --disable-ncurses
+CONFIGURE_ARGS+=       --enable-gtk2
+LIBS+=                 ${LIBOSSAUDIO}
+
+SUBST_CLASSES=         dsp
+SUBST_STAGE.dsp=       post-patch
+SUBST_FILES.dsp=       src/jmixer.cpp src/libmpeg/fileplayer.cc
+SUBST_SED.dsp=         -e "s,/dev/dsp,${DEVOSSAUDIO},g"
+SUBST_MESSAGE.dsp=     "Fixing harcoded audio device."
+
+.include "../../audio/lame/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../audio/libsndfile/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r db701ad7ce87 -r 90f8d25bf8c6 audio/muse/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/muse/PLIST  Sun May 02 22:59:16 2004 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $
+bin/muse
+doc/MuSE/AUTHORS
+doc/MuSE/COPYING
+doc/MuSE/ChangeLog
+doc/MuSE/KNOWN-BUGS
+doc/MuSE/NEWS
+doc/MuSE/README
+doc/MuSE/TODO
+doc/MuSE/USAGE
+man/man1/muse.1
+@dirrm doc/MuSE
+@dirrm doc
diff -r db701ad7ce87 -r 90f8d25bf8c6 audio/muse/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/muse/distinfo       Sun May 02 22:59:16 2004 +0000
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $
+
+SHA1 (MuSE-0.9.tar.gz) = c73dfe6cf5a8da3430864a76d0bc8d9f2cb7d118
+Size (MuSE-0.9.tar.gz) = 1363091 bytes
+SHA1 (patch-aa) = a30a5f2a76081b188c2859d5b77185a26e95fc7e
+SHA1 (patch-ab) = fb6c26cd57534ebd82db21508a9cd9e98e0f6bc7
+SHA1 (patch-ac) = f66b7f258cc765323f4ac3041aa7e43c8f8b7b08
+SHA1 (patch-ad) = 5f2322a1c9c3c9ee4e4dbe3aa810c0f2c5d999fd
diff -r db701ad7ce87 -r 90f8d25bf8c6 audio/muse/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/muse/patches/patch-aa       Sun May 02 22:59:16 2004 +0000
@@ -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 -r db701ad7ce87 -r 90f8d25bf8c6 audio/muse/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/muse/patches/patch-ab       Sun May 02 22:59:16 2004 +0000
@@ -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 -r db701ad7ce87 -r 90f8d25bf8c6 audio/muse/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/muse/patches/patch-ac       Sun May 02 22:59:16 2004 +0000
@@ -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 -r db701ad7ce87 -r 90f8d25bf8c6 audio/muse/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/muse/patches/patch-ad       Sun May 02 22:59:16 2004 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index