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/Makefile | |
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/Makefile')
-rw-r--r-- | audio/muse/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile new file mode 100644 index 00000000000..86571cc1ed0 --- /dev/null +++ b/audio/muse/Makefile @@ -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 +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" |