diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2003-03-23 22:55:41 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2003-03-23 22:55:41 +0000 |
commit | 21718c5726098f228f747b0c2aa8448a841db68a (patch) | |
tree | 2d537de6ceac5cfc545c72edd640d61b0e4505b4 /media-libs/alsa-lib | |
parent | moved net-wireless/gkrellmwireless to x11-plugins/gkrellmwireless (diff) | |
download | gentoo-2-21718c5726098f228f747b0c2aa8448a841db68a.tar.gz gentoo-2-21718c5726098f228f747b0c2aa8448a841db68a.tar.bz2 gentoo-2-21718c5726098f228f747b0c2aa8448a841db68a.zip |
Update to 0.9.2.
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.2.ebuild | 37 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-0.9.2 | 1 |
3 files changed, 44 insertions, 1 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index 3a6215750935..bc7648cd466e 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,11 @@ # 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.28 2003/03/12 19:21:26 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.29 2003/03/23 22:54:59 agenkin Exp $ + +*alsa-lib-0.9.2 (27 Mar 2003) + + 27 Mar 2003; Arcady Genkin <agenkin@gentoo.org> : + Version update. *alsa-lib-0.9.1 (12 Mar 2003) diff --git a/media-libs/alsa-lib/alsa-lib-0.9.2.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.2.ebuild new file mode 100644 index 000000000000..a75862111d06 --- /dev/null +++ b/media-libs/alsa-lib/alsa-lib-0.9.2.ebuild @@ -0,0 +1,37 @@ +# 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.2.ebuild,v 1.1 2003/03/23 22:54:59 agenkin Exp $ + +inherit libtool + +DESCRIPTION="Advanced Linux Sound Architecture Library" +HOMEPAGE="http://www.alsa-project.org/" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha" +LICENSE="GPL-2 LGPL-2.1" + +DEPEND="virtual/glibc" + +SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${P}.tar.bz2" +S=${WORKDIR}/${P} + +src_compile() { + elibtoolize + econf || die "./configure failed" + make || die "make failed" +} + +src_install() { + make DESTDIR=${D} install || die + + #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.2 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.2 new file mode 100644 index 000000000000..6b37992cfaa6 --- /dev/null +++ b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.2 @@ -0,0 +1 @@ +MD5 874f1ac531f351d37d24a731a700dddc alsa-lib-0.9.2.tar.bz2 496591 |