diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-07 21:38:30 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-07 21:38:30 +0000 |
commit | cad13738a15755dce5a3534a2628fab46eab0d3c (patch) | |
tree | 28d68dfd147a0784051444c68bb1925681b67110 /media-libs/alsa-lib | |
parent | Stable amd64, x86. (Manifest recommit) (diff) | |
download | gentoo-2-cad13738a15755dce5a3534a2628fab46eab0d3c.tar.gz gentoo-2-cad13738a15755dce5a3534a2628fab46eab0d3c.tar.bz2 gentoo-2-cad13738a15755dce5a3534a2628fab46eab0d3c.zip |
Stable amd64, x86.
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.6.ebuild | 12 |
2 files changed, 11 insertions, 7 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index 560f09ac8513..ac23fc518f47 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/alsa-lib # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.90 2004/11/02 20:09:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.91 2004/11/07 21:37:58 eradicator Exp $ + + 07 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> + alsa-lib-1.0.6.ebuild: + Stable amd64, x86. 02 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> alsa-lib-0.9.8.ebuild, alsa-lib-1.0.2.ebuild, alsa-lib-1.0.5.ebuild, diff --git a/media-libs/alsa-lib/alsa-lib-1.0.6.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.6.ebuild index aed177361bc6..b6ca0058ef6c 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.6.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.6.ebuild,v 1.6 2004/11/02 20:09:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.6.ebuild,v 1.7 2004/11/07 21:37:58 eradicator Exp $ IUSE="static jack" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.alsa-project.org/" SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~amd64 -sparc ~ia64 ~ppc64 ~hppa ~mips" +KEYWORDS="x86 ~ppc ~alpha amd64 -sparc ~ia64 ~ppc64 ~hppa ~mips" LICENSE="GPL-2 LGPL-2.1" RDEPEND="virtual/alsa @@ -70,9 +70,9 @@ src_install() { pkg_postinst() { preserve_old_lib_notify /usr/$(get_libdir)/libasound.so.1 - einfo "If you are using an emu10k1 based sound card, you will need to" - einfo "recompile packages that link against alsa-lib due to some ABI" - einfo "changes between 1.0.5 and 1.0.6 unique to that hardware. See" - einfo "the following URL for more information:" + einfo "If you are using an emu10k1 based sound card, and you are upgrading" + einfo "from a version of alsalib <1.0.6, you will need to recompile packages" + einfo "that link against alsa-lib due to some ABI changes between 1.0.5 and" + einfo "1.0.6 unique to that hardware. See the following URL for more information:" einfo "http://bugs.gentoo.org/show_bug.cgi?id=65347" } |