summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-09-06 03:22:44 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-09-06 03:22:44 +0000
commitf8527ff1bd0d2dc051fc4656df3ab1cfa32c6bd3 (patch)
tree1967a7c3d8ac55e98f2ae6fc8d10d31c0455c5a9 /media-sound
parentnew version and a patch to make it adhere to DESTDIR with python (diff)
downloadgentoo-2-f8527ff1bd0d2dc051fc4656df3ab1cfa32c6bd3.tar.gz
gentoo-2-f8527ff1bd0d2dc051fc4656df3ab1cfa32c6bd3.tar.bz2
gentoo-2-f8527ff1bd0d2dc051fc4656df3ab1cfa32c6bd3.zip
new version,
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/esound/ChangeLog7
-rw-r--r--media-sound/esound/esound-0.2.29.ebuild46
-rw-r--r--media-sound/esound/files/digest-esound-0.2.291
3 files changed, 53 insertions, 1 deletions
diff --git a/media-sound/esound/ChangeLog b/media-sound/esound/ChangeLog
index ec1202919153..6fd6aadc8318 100644
--- a/media-sound/esound/ChangeLog
+++ b/media-sound/esound/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for media-sound/esound
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.11 2002/06/29 02:20:00 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.12 2002/09/06 03:22:44 spider Exp $
+
+*esound-0.2.29 (06 Sep 2002)
+ 06 Sep 2002; Spider <spider@gentoo.org> esound-0.2.29.ebuild :
+ new version
+
*esound-0.2.28-r1 (28 Jun 2002)
28 Jun 2002; Seemant Kulleen <seemant@gentoo.org> esound-0.2.28-r1.ebuild
diff --git a/media-sound/esound/esound-0.2.29.ebuild b/media-sound/esound/esound-0.2.29.ebuild
new file mode 100644
index 000000000000..b32d7f40df26
--- /dev/null
+++ b/media-sound/esound/esound-0.2.29.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.29.ebuild,v 1.1 2002/09/06 03:22:44 spider Exp $
+
+inherit libtool
+
+S=${WORKDIR}/${P}
+DESCRIPTION="The Enlightened Sound Daemon"
+SRC_URI="mirror://gnome/2.0.1/sources/${PN}/${P}.tar.bz2"
+
+HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND=" >=media-libs/audiofile-0.1.9
+ alsa? ( >=media-libs/alsa-lib-0.5.9 )
+ tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
+
+src_compile() {
+ elibtoolize
+
+ local myconf=""
+ use tcpd && myconf="${myconf} --with-libwrap" \
+ || myconf="${myconf} --without-libwrap"
+
+ use alsa && myconf="${myconf} --enable-alsa" \
+ || myconf="${myconf} --enable-alsa=no"
+
+ econf \
+ --sysconfdir=/etc/esd \
+ ${myconf} || die
+
+ make || die
+}
+
+src_install() {
+ einstall \
+ sysconfdir=${D}/etc/esd \
+ || die
+
+ dodoc AUTHORS COPYING* ChangeLog README TODO NEWS TIPS
+ dodoc docs/esound.ps
+
+ dohtml -r docs/html
+}
diff --git a/media-sound/esound/files/digest-esound-0.2.29 b/media-sound/esound/files/digest-esound-0.2.29
new file mode 100644
index 000000000000..cbad10c92690
--- /dev/null
+++ b/media-sound/esound/files/digest-esound-0.2.29
@@ -0,0 +1 @@
+MD5 58bea6f744613da37a5970e1c18a04f8 esound-0.2.29.tar.bz2 297742