summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-03-28 22:38:50 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-03-28 22:38:50 +0000
commit55534dee62c65f4f3ab5ad2106b140fbd96c6b61 (patch)
treed781f1892e7ea2cee92c581c6f3ccef32cc0d8ac /media-sound
parentUSE flag is not oggvorbis instead of ogg (diff)
downloadhistorical-55534dee62c65f4f3ab5ad2106b140fbd96c6b61.tar.gz
historical-55534dee62c65f4f3ab5ad2106b140fbd96c6b61.tar.bz2
historical-55534dee62c65f4f3ab5ad2106b140fbd96c6b61.zip
Fourth try on alsa update for esound
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/esound/ChangeLog6
-rw-r--r--media-sound/esound/esound-0.2.24-r50.ebuild60
-rw-r--r--media-sound/esound/files/digest-esound-0.2.24-r502
3 files changed, 66 insertions, 2 deletions
diff --git a/media-sound/esound/ChangeLog b/media-sound/esound/ChangeLog
index ba9cc110b309..2d4f51f42ab5 100644
--- a/media-sound/esound/ChangeLog
+++ b/media-sound/esound/ChangeLog
@@ -1,6 +1,6 @@
# 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.3 2002/03/27 05:08:34 blocke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.4 2002/03/28 22:38:50 spider Exp $
*esound-0.2.24-r1 (20 Mar 2002)
@@ -14,4 +14,6 @@
Copied over the 0.2.23 ebuild to upgrade the version.
-
+*esound-0.2.24-r50
+ 28 Mar 2002; Spider <spider@gentoo.org>
+ Updated to -r50 that applies alsa patches, masked for the moment, should be stable and working though
diff --git a/media-sound/esound/esound-0.2.24-r50.ebuild b/media-sound/esound/esound-0.2.24-r50.ebuild
new file mode 100644
index 000000000000..261b2469a120
--- /dev/null
+++ b/media-sound/esound/esound-0.2.24-r50.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger <achim@gentoo.org> and Spider <spider@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.24-r50.ebuild,v 1.1 2002/03/28 22:38:50 spider Exp $
+
+EXTRA="esound-0.2.24-ztp20020319_0.patch.gz"
+S=${WORKDIR}/${P}
+DESCRIPTION="The Enlightened Sound Daemon"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/${P}.tar.gz ftp://download.sourceforge.net/pub/mirrors/gnome/stable/sources/esound/${P}.tar.gz
+http://webpages.charter.net/tprado/esound/files/${EXTRA}"
+
+HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html"
+
+DEPEND="virtual/glibc
+ >=media-libs/audiofile-0.1.9
+ alsa? ( media-libs/alsa-lib )
+ tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
+
+RDEPEND="virtual/glibc
+ >=media-libs/audiofile-0.1.9
+ alsa? ( media-libs/alsa-lib )"
+
+src_unpack() {
+ unpack ${P}.tar.gz
+ cd ${S}
+ gunzip -dc ${DISTDIR}/${EXTRA} | patch -p1 -
+}
+
+
+src_compile() {
+# gunzip -dc patch -p0 < ${FILESDIR}/evolution-1.0.2-kde.patch
+
+ local myconf
+
+ use tcpd && myconf="${myconf} --with-libwrap" \
+ || myconf="${myconf} --without-libwrap"
+
+ use alsa && myconf="${myconf} --enable-alsa" \
+ || myconf="${myconf} --enable-alsa=no"
+
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --sysconfdir=/etc/esd \
+ ${myconf} || die
+
+ make || die
+}
+
+src_install() {
+ make prefix=${D}/usr sysconfdir=${D}/etc/esd install || die
+
+ dodoc AUTHORS COPYING* ChangeLog README TODO NEWS TIPS
+ dodoc docs/esound.ps
+
+ dohtml docs/html/*.html
+
+}
+
+
diff --git a/media-sound/esound/files/digest-esound-0.2.24-r50 b/media-sound/esound/files/digest-esound-0.2.24-r50
new file mode 100644
index 000000000000..b3eed5a464dd
--- /dev/null
+++ b/media-sound/esound/files/digest-esound-0.2.24-r50
@@ -0,0 +1,2 @@
+MD5 fbfc030badecb18889cf7bbad96661bc esound-0.2.24-ztp20020319_0.patch.gz 163651
+MD5 d50966ea485e310b17958417168c703d esound-0.2.24.tar.gz 313213