diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2003-07-11 20:05:13 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2003-07-11 20:05:13 +0000 |
commit | f48d9f272c780034c472adacb06ff0b68647013a (patch) | |
tree | be92e2168975ada5aaba7ebaa9f1fc46aca5f1f6 /media-libs | |
parent | Added hppa to KEYWORDS. (diff) | |
download | gentoo-2-f48d9f272c780034c472adacb06ff0b68647013a.tar.gz gentoo-2-f48d9f272c780034c472adacb06ff0b68647013a.tar.bz2 gentoo-2-f48d9f272c780034c472adacb06ff0b68647013a.zip |
Version bump
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.5.ebuild | 39 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-0.9.5 | 1 |
3 files changed, 46 insertions, 1 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index c7415e1d6bbc..cc588c06428b 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,10 +1,15 @@ # 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.34 2003/06/04 23:01:41 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.35 2003/07/11 20:05:13 agenkin Exp $ 05 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> alsa-lib-0.9.4.ebuild : Switched to mirror://alsaproject in SRC_URI. +*alsa-lib-0.9.5 (11 Jul 2003) + + 11 Jul 2003; Arcady Genkin <agenkin@gentoo.org> : + Version update. + *alsa-lib-0.9.4 (03 June 2003) 03 June 2003; Arcady Genkin <agenkin@gentoo.org> : diff --git a/media-libs/alsa-lib/alsa-lib-0.9.5.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.5.ebuild new file mode 100644 index 000000000000..beff06189d6d --- /dev/null +++ b/media-libs/alsa-lib/alsa-lib-0.9.5.ebuild @@ -0,0 +1,39 @@ +# 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.5.ebuild,v 1.1 2003/07/11 20:05:13 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 + >=sys-devel/automake-1.7.2 + >=sys-devel/autoconf-2.57-r1" + +SRC_URI="mirror://alsaproject/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.5 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.5 new file mode 100644 index 000000000000..b5d86dc54235 --- /dev/null +++ b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.5 @@ -0,0 +1 @@ +MD5 8237c7f0b6c57a4d36feacff5818ffe0 alsa-lib-0.9.5.tar.bz2 510613 |