diff options
author | 2003-02-04 20:31:21 +0000 | |
---|---|---|
committer | 2003-02-04 20:31:21 +0000 | |
commit | d6baa08463004f91142f94af096e037d231f93c1 (patch) | |
tree | d640ec7e37a310dc69f6361834849ecf181ae3bb /media-libs/alsa-lib | |
parent | Update to rc7. (diff) | |
download | historical-d6baa08463004f91142f94af096e037d231f93c1.tar.gz historical-d6baa08463004f91142f94af096e037d231f93c1.tar.bz2 historical-d6baa08463004f91142f94af096e037d231f93c1.zip |
Update to rc7.
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 14 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.0_rc7.ebuild | 38 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc7 | 1 |
3 files changed, 44 insertions, 9 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index 1b583aff1ce6..02ceccf0be15 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,16 +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.17 2003/01/16 23:11:13 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.18 2003/02/04 20:31:21 agenkin Exp $ - 16 Jan 2002; Will Woods <wwoods@gentoo.org> : alsa-lib-0.5.10b.ebuild - added ~alpha keyword +*alsa-lib-0.9.0_rc7 (04 Feb 2003) - 31 Dec 2002; Olivier Reisch <doctomoe@gentoo.org> - alsa-lib-0.9.0_rc6.ebuild : - Added ~ppc keyword for testing - - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - + 04 Feb 2003; Arcady Genkin <agenkin@gentoo.org> : + Quick update to rc7. + *alsa-lib-0.9.0_rc6 (19 Nov 2002) 24 Nov 2002; Arcady Genkin <agenkin@gentoo.org> diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc7.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc7.ebuild new file mode 100644 index 000000000000..1248b60dab61 --- /dev/null +++ b/media-libs/alsa-lib/alsa-lib-0.9.0_rc7.ebuild @@ -0,0 +1,38 @@ +# 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_rc7.ebuild,v 1.1 2003/02/04 20:31:21 agenkin Exp $ + +DESCRIPTION="Advanced Linux Sound Architecture Library" +HOMEPAGE="http://www.alsa-project.org/" + +SLOT="0" +KEYWORDS="~x86" +LICENSE="GPL-2 LGPL-2.1" + +DEPEND="virtual/glibc" + +SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${P/_rc/rc}.tar.bz2" +S=${WORKDIR}/${P/_rc/rc} + +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_rc7 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc7 new file mode 100644 index 000000000000..4ca5b91c8be8 --- /dev/null +++ b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc7 @@ -0,0 +1 @@ +MD5 a6fb2d1f35e91bbd72443f8cbaf83ca8 alsa-lib-0.9.0rc7.tar.bz2 469449 |