diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-04-27 08:04:55 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-04-27 08:04:55 +0000 |
commit | ce876bb45cb00702384ef6665148ddc14618b728 (patch) | |
tree | ead769fd0711188b24e99548001153d05f69685d /media-libs | |
parent | cleanup (diff) | |
download | historical-ce876bb45cb00702384ef6665148ddc14618b728.tar.gz historical-ce876bb45cb00702384ef6665148ddc14618b728.tar.bz2 historical-ce876bb45cb00702384ef6665148ddc14618b728.zip |
This is a quick ALSA update for the lastest version which came out a
couple of days ago (0.9.0rc1).
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild | 35 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc1 | 1 | ||||
-rw-r--r-- | media-libs/alsa-oss/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/alsa-oss/alsa-oss-0.9.0_rc1.ebuild | 25 | ||||
-rw-r--r-- | media-libs/alsa-oss/files/digest-alsa-oss-0.9.0_rc1 | 1 |
6 files changed, 78 insertions, 2 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index 4612307c912c..1336da303265 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,13 @@ # 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.2 2002/02/04 04:50:32 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.3 2002/04/27 08:04:55 agenkin Exp $ + +*alsa-lib-0.9.0_rc1 (27 Apr 2002) + + 17 Feb 2002; Arcady Genkin <agenkin@thpoon.com> + alsa-lib-0.9.0_rc1.ebuild : + + Quick update to version 0.9.0rc1. *alsa-lib-0.9.0.1_beta10 (3 Feb 2002) diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild new file mode 100644 index 000000000000..91dc27d0f01d --- /dev/null +++ b/media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild,v 1.1 2002/04/27 08:04:55 agenkin Exp $ + +DESCRIPTION="Advanced Linux Sound Architecture Library" +HOMEPAGE="http://www.alsa-project.org/" + +SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${P/_rc/rc}.tar.bz2" +S=${WORKDIR}/${P/_rc/rc} + +DEPEND="virtual/glibc + =media-sound/alsa-driver-0.9.0_rc1" + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + || die "./configure failed" + emake || die "Parallel Make Failed" +} + +src_install() { + make DESTDIR=${D} install || 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_rc1 b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc1 new file mode 100644 index 000000000000..951e699e60f6 --- /dev/null +++ b/media-libs/alsa-lib/files/digest-alsa-lib-0.9.0_rc1 @@ -0,0 +1 @@ +MD5 21f5b276462cd4881e6b8b986064dbc0 alsa-lib-0.9.0rc1.tar.bz2 397912 diff --git a/media-libs/alsa-oss/ChangeLog b/media-libs/alsa-oss/ChangeLog index 42dde31dfc3f..aece0366c6f3 100644 --- a/media-libs/alsa-oss/ChangeLog +++ b/media-libs/alsa-oss/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-libs/alsa-lib # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-oss/ChangeLog,v 1.2 2002/02/17 07:32:02 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-oss/ChangeLog,v 1.3 2002/04/27 08:04:55 agenkin Exp $ + +*alsa-oss-0.9.0_rc1 (27 Apr 2002) + + 17 Feb 2002; Arcady Genkin <agenkin@thpoon.com> + alsa-oss-0.9.0_rc1.ebuild : + + Quick update to version 0.9.0rc1. *alsa-oss-0.9.0.1_beta10 (17 Feb 2002) diff --git a/media-libs/alsa-oss/alsa-oss-0.9.0_rc1.ebuild b/media-libs/alsa-oss/alsa-oss-0.9.0_rc1.ebuild new file mode 100644 index 000000000000..18ebb46f82f7 --- /dev/null +++ b/media-libs/alsa-oss/alsa-oss-0.9.0_rc1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Arcady Genkin <agenkin@thpoon.com> +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-oss/alsa-oss-0.9.0_rc1.ebuild,v 1.1 2002/04/27 08:04:55 agenkin Exp $ + +DESCRIPTION="Advanced Linux Sound Architecture OSS compatibility layer" +HOMEPAGE="http://www.alsa-project.org/" + +DEPEND="virtual/glibc + ~media-libs/alsa-lib-0.9.0_rc1" + +SRC_URI="ftp://ftp.alsa-project.org/pub/oss-lib/${P/_rc/rc}.tar.bz2" +S="${WORKDIR}/${P/_rc/rc}" + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + || die "./configure failed" + emake || die "Parallel Make Failed" +} + +src_install() { + make DESTDIR="${D}" install || die +} diff --git a/media-libs/alsa-oss/files/digest-alsa-oss-0.9.0_rc1 b/media-libs/alsa-oss/files/digest-alsa-oss-0.9.0_rc1 new file mode 100644 index 000000000000..c80f5fdfcfbb --- /dev/null +++ b/media-libs/alsa-oss/files/digest-alsa-oss-0.9.0_rc1 @@ -0,0 +1 @@ +MD5 97b404900619c480820214fe61f0f305 alsa-oss-0.9.0rc1.tar.bz2 93309 |