diff options
author | hubertf <hubertf> | 1999-12-13 02:48:41 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-12-13 02:48:41 +0000 |
commit | 24f8a8337966d4702ef6c6bb3e28c8ae8774a980 (patch) | |
tree | 20694a8427e4a048b01e7e8e87724e54df8eb20b /audio/emixer/files | |
parent | 53d06564635b416605d3419a33fd5ee9e67ad9b6 (diff) | |
download | pkgsrc-24f8a8337966d4702ef6c6bb3e28c8ae8774a980.tar.gz |
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.
Diffstat (limited to 'audio/emixer/files')
-rw-r--r-- | audio/emixer/files/Makefile | 10 | ||||
-rw-r--r-- | audio/emixer/files/md5 | 3 | ||||
-rw-r--r-- | audio/emixer/files/patch-sum | 4 |
3 files changed, 17 insertions, 0 deletions
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 |