summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-10-24 20:50:22 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-10-24 20:50:22 +0000
commit9341270f22aec258919814d96483f4f86a4b898b (patch)
tree33ca58d5c563ac0d3f1516a44e6d670c3299407b /media-libs/alsa-lib
parentrc5 is out. (diff)
downloadgentoo-2-9341270f22aec258919814d96483f4f86a4b898b.tar.gz
gentoo-2-9341270f22aec258919814d96483f4f86a4b898b.tar.bz2
gentoo-2-9341270f22aec258919814d96483f4f86a4b898b.zip
rc5 is out
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r--media-libs/alsa-lib/ChangeLog12
-rw-r--r--media-libs/alsa-lib/alsa-lib-0.9.0_rc5.ebuild39
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc41
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc51
4 files changed, 49 insertions, 4 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog
index 12ebdbf9ef7e..d2f0b3dbfc31 100644
--- a/media-libs/alsa-lib/ChangeLog
+++ b/media-libs/alsa-lib/ChangeLog
@@ -1,14 +1,20 @@
# 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.10 2002/10/24 01:50:54 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.11 2002/10/24 20:50:21 agenkin Exp $
+
+*alsa-lib-0.9.0_rc5 (24 Oct 2002)
+
+ 24 Oct 2002; Arcady Genkin <agenkin@gentoo.org> alsa-lib-0.9.0_rc5
+
+ Quick update to rc5.
+
+*alsa-lib-0.9.0_rc4 (23 Oct 2002)
23 Oct 2002: Nick Hadaway <raker@gentoo.org> alsa-lib-0.9.0_rc4 :
updated ebuild to run libtoolize --copy --force and aclocal before
configuring and installing. The linking problems appear to disappear
after this.
-*alsa-lib-0.9.0_rc4 (23 Oct 2002)
-
23 Oct 2002; Arcady Genkin <agenkin@gentoo.org> alsa-lib-0.9.0_rc4
Quick update to rc4.
diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc5.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc5.ebuild
new file mode 100644
index 000000000000..f832de7e2b0e
--- /dev/null
+++ b/media-libs/alsa-lib/alsa-lib-0.9.0_rc5.ebuild
@@ -0,0 +1,39 @@
+# 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_rc5.ebuild,v 1.1 2002/10/24 20:50:22 agenkin Exp $
+
+MY_P=${P/_rc/rc}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Advanced Linux Sound Architecture Library"
+HOMEPAGE="http://www.alsa-project.org/"
+SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${MY_P}.tar.bz2"
+
+DEPEND="virtual/glibc
+ ~media-sound/alsa-driver-0.9.0_rc5"
+
+SLOT="0"
+KEYWORDS="x86 ppc sparc sparc64"
+LICENSE="GPL-2 LGPL-2.1"
+
+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_rc4 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc4
deleted file mode 100644
index 416ddf19c831..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 81a520e73339ef1e8d9aa89eaf5b176f alsa-lib-0.9.0rc4.tar.bz2 434713
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc5 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc5
new file mode 100644
index 000000000000..e2a21d1bfa99
--- /dev/null
+++ b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc5
@@ -0,0 +1 @@
+MD5 8634b107dbfe86c1b05578c13859fff3 alsa-lib-0.9.0rc5.tar.bz2 468549