diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-10-23 20:07:36 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-10-23 20:07:36 +0000 |
commit | d9fb2937c710e7dae6536afadc43e5795822c115 (patch) | |
tree | df27efa9fe028c7d5447eb122436c2b3bd1e525b | |
parent | New package (diff) | |
download | historical-d9fb2937c710e7dae6536afadc43e5795822c115.tar.gz historical-d9fb2937c710e7dae6536afadc43e5795822c115.tar.bz2 historical-d9fb2937c710e7dae6536afadc43e5795822c115.zip |
Quick update to rc4.
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.0_rc4.ebuild | 39 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc4 | 1 |
3 files changed, 47 insertions, 1 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index 9830590e7210..810cc3edf774 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/alsa-lib # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.7 2002/10/19 22:26:20 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.8 2002/10/23 20:07:21 agenkin Exp $ + +*alsa-lib-0.9.0_rc4 (23 Oct 2002) + + 23 Oct 2002; Arcady Genkin <agenkin@gentoo.org> alsa-lib-0.9.0_rc4 + + Quick update to rc4. *alsa-lib-0.9.0_rc3 (15 Aug 2002) diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc4.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc4.ebuild new file mode 100644 index 000000000000..3b19f90b07cf --- /dev/null +++ b/media-libs/alsa-lib/alsa-lib-0.9.0_rc4.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.0_rc4.ebuild,v 1.1 2002/10/23 20:07:36 agenkin Exp $ + +MY_P=${P/_rc/rc} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Advanced Linux Sound Architecture Library" +HOMEPAGE="http://www.alsa-project.org/" +SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${MY_P}.tar.bz2" + +DEPEND="virtual/glibc + ~media-sound/alsa-driver-0.9.0_rc4" + +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64" +LICENSE="GPL-2 LGPL-2.1" + +src_compile() { + + econf || die "./configure failed" + + make || die "make failed" +} + +src_install() { + + einstall || die "Installation Failed" + + #This alsa version does not provide libasound.so.1 + #Without this library just about everything even remotely + #linked to previous versions of alsa-lib will break. + #Fortunately, libasound.so.2 seems to be backwards + #compatible with libasound.so.2 and a simple link + #fixes the problem (fingers crossed) + dosym /usr/lib/libasound.so.2 /usr/lib/libasound.so.1 + + dodoc ChangeLog COPYING TODO +} diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc4 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc4 new file mode 100644 index 000000000000..416ddf19c831 --- /dev/null +++ b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc4 @@ -0,0 +1 @@ +MD5 81a520e73339ef1e8d9aa89eaf5b176f alsa-lib-0.9.0rc4.tar.bz2 434713 |