diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-21 09:17:00 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-04-21 09:17:00 +0000 |
commit | 6221d5e1044a80214f74e4e652365dd7bfb43f4d (patch) | |
tree | 5e8f5fff3cd5e2df4314b8f62df79d114caba33a /media-libs/alsa-lib | |
parent | Cleaned up alsasound init script. Added RESTORE_ON_START and ENABLE_OSS_EMUL... (diff) | |
download | gentoo-2-6221d5e1044a80214f74e4e652365dd7bfb43f4d.tar.gz gentoo-2-6221d5e1044a80214f74e4e652365dd7bfb43f4d.tar.bz2 gentoo-2-6221d5e1044a80214f74e4e652365dd7bfb43f4d.zip |
Add information on revdep-rebuild for bug #84782.
(Portage version: 2.0.51.19)
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.9_rc2-r1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index 961644fe2744..5894e0b846d9 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.112 2005/04/06 10:29:56 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.113 2005/04/21 09:17:00 eradicator Exp $ + + 21 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org> + alsa-lib-1.0.9_rc2-r1.ebuild: + Add information on revdep-rebuild for bug #84782. *alsa-lib-1.0.9_rc2-r1 (06 Apr 2005) diff --git a/media-libs/alsa-lib/alsa-lib-1.0.9_rc2-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.9_rc2-r1.ebuild index cd8ebc099c7a..f2f6ce8f6ca5 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.9_rc2-r1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.9_rc2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.9_rc2-r1.ebuild,v 1.1 2005/04/06 10:29:56 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.9_rc2-r1.ebuild,v 1.2 2005/04/21 09:17:00 eradicator Exp $ IUSE="jack doc" @@ -57,7 +57,9 @@ pkg_postinst() { 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 "1.0.6 unique to that hardware. You can do this by executing:" + einfo "revdep-rebuild --soname libasound.so.2" + einfo "See the following URL for more information:" einfo "http://bugs.gentoo.org/show_bug.cgi?id=65347" echo ewarn "Please use media-sound/alsa-driver rather than in-kernel drivers as there" |