diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2003-03-06 18:50:41 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2003-03-06 18:50:41 +0000 |
commit | 7c363960f5d868311458cc069366d535a562de91 (patch) | |
tree | c2b85da79c79cbbc7e50ffb374343192d0736927 /media-libs/alsa-lib | |
parent | New bugfix release for sun jdk on testing (diff) | |
download | gentoo-2-7c363960f5d868311458cc069366d535a562de91.tar.gz gentoo-2-7c363960f5d868311458cc069366d535a562de91.tar.bz2 gentoo-2-7c363960f5d868311458cc069366d535a562de91.zip |
Update to 0.9.0rc8b.
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_rc8-r2.ebuild | 38 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc8-r2 | 1 |
3 files changed, 46 insertions, 2 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index 3f971d78713c..98374920cdc7 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,8 +1,13 @@ # ChangeLog for media-libs/alsa-lib # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.23 2003/03/06 18:47:44 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.24 2003/03/06 18:50:41 agenkin Exp $ -*alsa-lib-0.9.0_rc8-r1 (03 Mar 2003) +*alsa-lib-0.9.0_rc8-r2 (06 Mar 2003) + + 06 Mar 2003; Arcady Genkin <agenkin@gentoo.org> : + Update to 0.9.0rc8b. + +*alsa-lib-0.9.0_rc8-r1 (06 Mar 2003) 06 Mar 2003; Arcady Genkin <agenkin@gentoo.org> : Renamed alsa-lib-0.9.0.1_rc8 into alsa-lib-0.9.0_rc8-r1. Those bugfix diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild new file mode 100644 index 000000000000..78386d6bbaad --- /dev/null +++ b/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2003 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_rc8-r2.ebuild,v 1.1 2003/03/06 18:50:41 agenkin Exp $ + +inherit libtool + +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" + +# Hardcoding the letter "b" for now. +SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${P/_rc/rc}b.tar.bz2" +S=${WORKDIR}/${P/_rc/rc}b + +src_compile() { + elibtoolize + 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_rc8-r2 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc8-r2 new file mode 100644 index 000000000000..37b9aa4c011f --- /dev/null +++ b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc8-r2 @@ -0,0 +1 @@ +MD5 7984e1d712e121ef3076774fa300362d alsa-lib-0.9.0rc8b.tar.bz2 488575 |