From a884d88f995517824c66917da93bc1b7a22e4cfd Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 13 Dec 1999 02:48:41 +0000 Subject: eMixer is a front-end to mpg123 that allows you to play and mix two mp3 streams together. This ability to mix two mp3s together makes eMixer act like a cross-fader effectively giving the user DJ like capabilities from their computer console. eMixer is also very able in a "real time" party environment. Best viewed in an (color-)rxvt. --- audio/emixer/files/Makefile | 10 ++++++++++ audio/emixer/files/md5 | 3 +++ audio/emixer/files/patch-sum | 4 ++++ 3 files changed, 17 insertions(+) create mode 100644 audio/emixer/files/Makefile create mode 100644 audio/emixer/files/md5 create mode 100644 audio/emixer/files/patch-sum (limited to 'audio/emixer/files') diff --git a/audio/emixer/files/Makefile b/audio/emixer/files/Makefile new file mode 100644 index 00000000000..000b12ab404 --- /dev/null +++ b/audio/emixer/files/Makefile @@ -0,0 +1,10 @@ +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib + +all: emixer +emixer: main.o + ${CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} -lslang -lncurses -lossaudio + +install: + ${BSD_INSTALL_PROGRAM} emixer ${PREFIX}/bin/emixer + ${BSD_INSTALL_DATA} readme ${PREFIX}/share/doc/emixer.readme diff --git a/audio/emixer/files/md5 b/audio/emixer/files/md5 new file mode 100644 index 00000000000..c96b7e68fa3 --- /dev/null +++ b/audio/emixer/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/12/13 02:48:41 hubertf Exp $ + +MD5 (emixer-0.05.3.tar.gz) = a43fd6fe621254e44ee2cef302554484 diff --git a/audio/emixer/files/patch-sum b/audio/emixer/files/patch-sum new file mode 100644 index 00000000000..5589b6e6419 --- /dev/null +++ b/audio/emixer/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/12/13 02:48:41 hubertf Exp $ + +MD5 (patch-aa) = 35be17da885908004a97f5df45aa6752 +MD5 (patch-ab) = a6df986223a10988c35701a13389c48a -- cgit v1.2.3