summaryrefslogtreecommitdiff
path: root/audio/esound
diff options
context:
space:
mode:
Diffstat (limited to 'audio/esound')
-rw-r--r--audio/esound/DESCR5
-rw-r--r--audio/esound/MESSAGE.Interix10
-rw-r--r--audio/esound/Makefile44
-rw-r--r--audio/esound/PLIST.FreeBSD3
-rw-r--r--audio/esound/PLIST.Linux3
-rw-r--r--audio/esound/PLIST.common28
-rw-r--r--audio/esound/buildlink3.mk22
-rw-r--r--audio/esound/distinfo8
-rw-r--r--audio/esound/options.mk12
-rw-r--r--audio/esound/patches/patch-aa13
-rw-r--r--audio/esound/patches/patch-ab22
-rw-r--r--audio/esound/patches/patch-ac16
12 files changed, 0 insertions, 186 deletions
diff --git a/audio/esound/DESCR b/audio/esound/DESCR
deleted file mode 100644
index 53bf8e54d83..00000000000
--- a/audio/esound/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-EsounD, the Enlightened Sound Daemon, is a server process that mixes
-several audio streams for playback by a single audio device. For
-example, if you're listening to music on a CD and you receive a
-sound-related event from ICQ, the two applications won't have to
-jockey for the use of your sound card.
diff --git a/audio/esound/MESSAGE.Interix b/audio/esound/MESSAGE.Interix
deleted file mode 100644
index aaa77197559..00000000000
--- a/audio/esound/MESSAGE.Interix
+++ /dev/null
@@ -1,10 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.Interix,v 1.1 2004/10/11 22:18:45 tv Exp $
-
-On Interix, this package does not provide physical audio output support,
-nor is "autospawn" supported. For the server side of esound, you will
-need to install the emulators/cygwin_esound package, and start the
-cygwin_esd server using its included rc.d script. Once cygwin_esd is
-started, esound-enabled applications will use it automatically.
-
-===========================================================================
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
deleted file mode 100644
index c1effbdecdc..00000000000
--- a/audio/esound/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile,v 1.66 2007/03/01 14:19:29 wiz Exp $
-
-DISTNAME= esound-0.2.37
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/esound/0.2/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= root@garbled.net
-HOMEPAGE= http://www.tux.org/~ricdude/EsounD.html
-COMMENT= The Enlightened sound daemon
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_LIBTOOL= YES
-USE_TOOLS+= pkg-config
-PKGCONFIG_OVERRIDE= esound.pc.in
-
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-
-EGDIR= ${PREFIX}/share/examples/esound
-CONF_FILES= ${EGDIR}/esd.conf ${PKG_SYSCONFDIR}/esd.conf
-
-.include "options.mk"
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Interix"
-# no sound output device, but can support a remote esound server
-CONFIGURE_ARGS+= --disable-local-sound
-.else
-.include "../../mk/oss.buildlink3.mk"
-MAKE_ENV+= AM_CPPFLAGS='-DDEV_DSP=\"${DEVOSSAUDIO}\"'
-SUBST_CLASSES+= oss
-SUBST_STAGE.oss= post-patch
-SUBST_FILES.oss= configure
-SUBST_SED.oss= -e 's,-lossaudio,${LIBOSSAUDIO},g'
-SUBST_MESSAGE.oss= Fixing oss.
-.endif
-
-LDFLAGS.IRIX+= -lm
-
-.include "../../audio/libaudiofile/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/esound/PLIST.FreeBSD b/audio/esound/PLIST.FreeBSD
deleted file mode 100644
index 18179a8a651..00000000000
--- a/audio/esound/PLIST.FreeBSD
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST.FreeBSD,v 1.1 2006/08/26 15:25:26 joerg Exp $
-bin/esddsp
-lib/libesddsp.la
diff --git a/audio/esound/PLIST.Linux b/audio/esound/PLIST.Linux
deleted file mode 100644
index 73687d7e9c5..00000000000
--- a/audio/esound/PLIST.Linux
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST.Linux,v 1.5 2004/09/22 08:09:15 jlam Exp $
-bin/esddsp
-lib/libesddsp.la
diff --git a/audio/esound/PLIST.common b/audio/esound/PLIST.common
deleted file mode 100644
index f68a259b082..00000000000
--- a/audio/esound/PLIST.common
+++ /dev/null
@@ -1,28 +0,0 @@
-@comment $NetBSD: PLIST.common,v 1.6 2005/07/27 17:16:32 drochner Exp $
-bin/esd
-bin/esd-config
-bin/esdcat
-bin/esdctl
-bin/esdfilt
-bin/esdloop
-bin/esdmon
-bin/esdplay
-bin/esdrec
-bin/esdsample
-include/esd.h
-lib/libesd.la
-lib/pkgconfig/esound.pc
-man/man1/esd-config.1
-man/man1/esd.1
-man/man1/esdcat.1
-man/man1/esdctl.1
-man/man1/esddsp.1
-man/man1/esdfilt.1
-man/man1/esdloop.1
-man/man1/esdmon.1
-man/man1/esdplay.1
-man/man1/esdrec.1
-man/man1/esdsample.1
-share/aclocal/esd.m4
-share/examples/esound/esd.conf
-@dirrm share/examples/esound
diff --git a/audio/esound/buildlink3.mk b/audio/esound/buildlink3.mk
deleted file mode 100644
index 75502e6f91c..00000000000
--- a/audio/esound/buildlink3.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.10 2006/07/08 23:10:35 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-ESOUND_BUILDLINK3_MK:= ${ESOUND_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= esound
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nesound}
-BUILDLINK_PACKAGES+= esound
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}esound
-
-.if !empty(ESOUND_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.esound+= esound>=0.2.18
-BUILDLINK_ABI_DEPENDS.esound+= esound>=0.2.35nb1
-BUILDLINK_PKGSRCDIR.esound?= ../../audio/esound
-.endif # ESOUND_BUILDLINK3_MK
-
-.include "../../audio/libaudiofile/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/audio/esound/distinfo b/audio/esound/distinfo
deleted file mode 100644
index 3d63135cf5b..00000000000
--- a/audio/esound/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.23 2007/03/01 14:19:29 wiz Exp $
-
-SHA1 (esound-0.2.37.tar.bz2) = f5fd4a138598b01471907cd758077513c45a0dc4
-RMD160 (esound-0.2.37.tar.bz2) = 36f6630df4fa3c611d9b7ff40157504334535abe
-Size (esound-0.2.37.tar.bz2) = 383831 bytes
-SHA1 (patch-aa) = d734a1004026287071e571ceb3fd346b809a6a30
-SHA1 (patch-ab) = 50d4c829fe5d53f28a4a38b1962097b8a47b97c7
-SHA1 (patch-ac) = 8ab2eebc32792102a6d74b57f75a4381a218186e
diff --git a/audio/esound/options.mk b/audio/esound/options.mk
deleted file mode 100644
index eb586cf26e1..00000000000
--- a/audio/esound/options.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2005/06/08 13:20:04 wiz Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.esound
-PKG_SUPPORTED_OPTIONS= inet6
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
diff --git a/audio/esound/patches/patch-aa b/audio/esound/patches/patch-aa
deleted file mode 100644
index bcdbb1bea38..00000000000
--- a/audio/esound/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2005/07/27 17:16:33 drochner Exp $
-
---- Makefile.in.orig 2005-06-07 03:04:14.000000000 +0200
-+++ Makefile.in
-@@ -425,7 +425,7 @@ LDADD = libesd.la $(AUDIOFILE_LIBS)
- esd_LDADD = $(WRAP_LIB) $(LDADD)
- m4datadir = $(datadir)/aclocal
- m4data_DATA = esd.m4
--esdconfdir = $(sysconfdir)
-+esdconfdir = $(datadir)/examples/@PACKAGE@
- esdconf_DATA = esd.conf
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = esound.pc
diff --git a/audio/esound/patches/patch-ab b/audio/esound/patches/patch-ab
deleted file mode 100644
index fdba4b3b609..00000000000
--- a/audio/esound/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2002/10/03 12:21:29 jlam Exp $
-
---- audio_oss.c.orig Tue Jul 18 18:33:41 2000
-+++ audio_oss.c
-@@ -19,7 +19,7 @@
- #define ARCH_esd_audio_devices
- const char *esd_audio_devices()
- {
-- return "/dev/dsp, /dev/dsp2, etc.";
-+ return "/dev/audio, /dev/audio2, etc. or /dev/dsp, /dev/dsp2, etc.";
- }
-
-
-@@ -38,7 +38,7 @@
- mode |= O_NONBLOCK;
-
- /* open the sound device */
-- device = esd_audio_device ? esd_audio_device : "/dev/dsp";
-+ device = esd_audio_device ? esd_audio_device : DEV_DSP;
- if ((afd = open(device, mode, 0)) == -1)
- { /* Opening device failed */
- perror(device);
diff --git a/audio/esound/patches/patch-ac b/audio/esound/patches/patch-ac
deleted file mode 100644
index a6970896817..00000000000
--- a/audio/esound/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2003/11/10 01:14:43 danw Exp $
-
---- esd-config.in.orig Fri Feb 5 23:34:19 1999
-+++ esd-config.in
-@@ -54,9 +54,9 @@
- ;;
- --libs)
- my_audiofile_libs=
-- libdirs=-L@libdir@
-+ libdirs="-L@libdir@ -Wl,-R@libdir@"
- for i in $audiofile_libs ; do
-- if test $i != -L@libdir@ ; then
-+ if test $i != -L@libdir@ -a "$i" != "-Wl,-R@libdir@"; then
- if test -z "$my_audiofile_libs" ; then
- my_audiofile_libs="$i"
- else