diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-08-16 02:47:34 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-08-16 02:47:34 +0000 |
commit | eee9dfe67fb33fe5435c58d66f11a3db4e1d5a17 (patch) | |
tree | b93113ece92001761313f71a897b341cd1316aae /media-libs/alsa-lib | |
parent | Update to _rc3. (diff) | |
download | gentoo-2-eee9dfe67fb33fe5435c58d66f11a3db4e1d5a17.tar.gz gentoo-2-eee9dfe67fb33fe5435c58d66f11a3db4e1d5a17.tar.bz2 gentoo-2-eee9dfe67fb33fe5435c58d66f11a3db4e1d5a17.zip |
Update to _rc3.
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.0_rc3.ebuild | 40 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc3 | 1 |
3 files changed, 49 insertions, 1 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index dc21ac19a10a..96555f046969 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,13 @@ # 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.4 2002/06/20 20:36:57 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.5 2002/08/16 02:47:34 agenkin Exp $ + +*alsa-lib-0.9.0_rc3 (15 Aug 2002) + + 15 Aug 2002; Arcady Genkin <agenkin@thpoon.com> + alsa-lib-0.9.0_rc3.ebuild : + + Quick update to version 0.9.0rc3. *alsa-lib-0.9.0_rc2 (20 Jun 2002) diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc3.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc3.ebuild new file mode 100644 index 000000000000..5e043147eb91 --- /dev/null +++ b/media-libs/alsa-lib/alsa-lib-0.9.0_rc3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.0_rc3.ebuild,v 1.1 2002/08/16 02:43:53 agenkin Exp $ + +DESCRIPTION="Advanced Linux Sound Architecture Library" +HOMEPAGE="http://www.alsa-project.org/" +LICENSE="GPL" + +DEPEND="virtual/glibc + ~media-sound/alsa-driver-0.9.0_rc3" + +MY_P=${P/_rc/rc} +S=${WORKDIR}/${MY_P} + +SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${MY_P}.tar.bz2" + +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64" + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + || die "./configure failed" + make || die "Parallel Make Failed" +} + +src_install() { + make DESTDIR=${D} install || 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_rc3 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc3 new file mode 100644 index 000000000000..e2d70bc90fc7 --- /dev/null +++ b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc3 @@ -0,0 +1 @@ +MD5 cc343d02526dfc64644d1a72dba3040f alsa-lib-0.9.0rc3.tar.bz2 404620 |