diff options
author | garbled <garbled@pkgsrc.org> | 1998-11-04 08:01:31 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-11-04 08:01:31 +0000 |
commit | 3c91d4b42fc338ff0a38eb73839f71299b59defb (patch) | |
tree | 6eac3f0ac48d0f7907fee7904e83cc31442684fe /audio/esound | |
parent | cd2e426b472d194036925275ea0229f2923440a1 (diff) | |
download | pkgsrc-3c91d4b42fc338ff0a38eb73839f71299b59defb.tar.gz |
Intital import of esound-0.3
the Enlightened sound daemon
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 17 | ||||
-rw-r--r-- | audio/esound/files/md5 | 3 | ||||
-rw-r--r-- | audio/esound/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/esound/pkg/DESCR | 5 | ||||
-rw-r--r-- | audio/esound/pkg/PLIST | 11 |
5 files changed, 37 insertions, 0 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile new file mode 100644 index 00000000000..985f3bd17bb --- /dev/null +++ b/audio/esound/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/11/04 08:01:31 garbled Exp $ + +DISTNAME= esound-0.2.4 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ + +MAINTAINER= root@garbled.net +HOMEPAGE= http://pw1.netcom.com/~ericmit/EsounD.html + +WRKSRC= ${WRKDIR}/esound +GNU_CONFIGURE= yes +USE_GMAKE= yes + +post-install: + ${RM} ${LOCALBASE}/lib/libesd.la + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/esound/files/md5 b/audio/esound/files/md5 new file mode 100644 index 00000000000..7350aba6704 --- /dev/null +++ b/audio/esound/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/11/04 08:01:31 garbled Exp $ + +MD5 (esound-0.2.4.tar.gz) = 6a3d229644e31ba563777d24b9f5ee0d diff --git a/audio/esound/pkg/COMMENT b/audio/esound/pkg/COMMENT new file mode 100644 index 00000000000..aba62644fac --- /dev/null +++ b/audio/esound/pkg/COMMENT @@ -0,0 +1 @@ +the Enlightened sound daemon diff --git a/audio/esound/pkg/DESCR b/audio/esound/pkg/DESCR new file mode 100644 index 00000000000..1bbd7436d01 --- /dev/null +++ b/audio/esound/pkg/DESCR @@ -0,0 +1,5 @@ +I am pleased to announce the preliminary release of the +Enlightened Sound Daemon (EsounD version 0.2) for Linux. +More details at http://www.netcom.com/~ericmit/EsounD.html. +This program is designed to mix together several digitized +audio streams for playback by a single device. diff --git a/audio/esound/pkg/PLIST b/audio/esound/pkg/PLIST new file mode 100644 index 00000000000..76d4aa07084 --- /dev/null +++ b/audio/esound/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/11/04 08:01:31 garbled Exp $ +bin/esd +bin/esdcat +bin/esdctl +bin/esdmon +bin/esdrec +bin/esdsample +bin/esdloop +include/esd.h +lib/libesd.so.0.0 +lib/libesd.a |