diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-17 01:06:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-17 01:06:05 +0000 |
commit | 032fa366c8d4f3fa8402b9ca23be305d87f398af (patch) | |
tree | 54a050154a912068c1495721047690f7004c1b63 /media-sound | |
parent | etc-update now notifies when there are no config files to update. #1176 (diff) | |
download | gentoo-2-032fa366c8d4f3fa8402b9ca23be305d87f398af.tar.gz gentoo-2-032fa366c8d4f3fa8402b9ca23be305d87f398af.tar.bz2 gentoo-2-032fa366c8d4f3fa8402b9ca23be305d87f398af.zip |
New version of esound
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/esound/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/esound/esound-0.2.24.ebuild | 58 | ||||
-rw-r--r-- | media-sound/esound/files/digest-esound-0.2.24 | 1 |
3 files changed, 66 insertions, 1 deletions
diff --git a/media-sound/esound/ChangeLog b/media-sound/esound/ChangeLog index db4395ddff65..c4117560782f 100644 --- a/media-sound/esound/ChangeLog +++ b/media-sound/esound/ChangeLog @@ -1,6 +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.1 2002/02/01 21:53:31 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/ChangeLog,v 1.2 2002/03/17 01:06:05 seemant Exp $ + +*esound-0.2.24 (16 Mar 2002) + + 16 Mar 2002; Seemant Kulleen <seemant@gentoo.org> esound-0.2.24.ebuild + + Copied over the 0.2.23 ebuild to upgrade the version. *esound-0.2.23 (1 Feb 2002) diff --git a/media-sound/esound/esound-0.2.24.ebuild b/media-sound/esound/esound-0.2.24.ebuild new file mode 100644 index 000000000000..698314e99e17 --- /dev/null +++ b/media-sound/esound/esound-0.2.24.ebuild @@ -0,0 +1,58 @@ +# 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> +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.24.ebuild,v 1.1 2002/03/17 01:06:05 seemant Exp $ + +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" +HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html" + +DEPEND="virtual/glibc + >=media-libs/audiofile-0.1.9 + alsa? ( >=media-libs/alsa-lib-0.5.9 ) + tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" + +RDEPEND="virtual/glibc + >=media-libs/audiofile-0.1.9 + Alsa? ( >=media-libs/alsa-lib-0.5.9 )" + +src_compile() { + 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 + + #docinto html + #dodoc docs/html/*.html docs/html/*.css + + #docinto html/stylesheet-images + #dodoc docs/html/stylesheet-images/*.gif +} + + + + + + diff --git a/media-sound/esound/files/digest-esound-0.2.24 b/media-sound/esound/files/digest-esound-0.2.24 new file mode 100644 index 000000000000..def824e55559 --- /dev/null +++ b/media-sound/esound/files/digest-esound-0.2.24 @@ -0,0 +1 @@ +MD5 d50966ea485e310b17958417168c703d esound-0.2.24.tar.gz 313213 |