diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-04 16:08:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-04 16:08:18 +0000 |
commit | 27b5bb25c0c8ea451e5f626e40e3c2024d50c28a (patch) | |
tree | 3d9cf452cccd635affa4523c75bffd392c00c4d5 /media-libs | |
parent | Change old ebuild to use autotools eclass/eautoreconf; remove dependency over... (diff) | |
download | gentoo-2-27b5bb25c0c8ea451e5f626e40e3c2024d50c28a.tar.gz gentoo-2-27b5bb25c0c8ea451e5f626e40e3c2024d50c28a.tar.bz2 gentoo-2-27b5bb25c0c8ea451e5f626e40e3c2024d50c28a.zip |
Update postinst message to point to the problem with asound.conf/asoundrc, and change phrasing about alsa-driver.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.11_rc3.ebuild | 21 |
2 files changed, 16 insertions, 12 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index 599e5a5f1d3f..33b22c797133 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/alsa-lib # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.153 2006/02/02 09:41:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.154 2006/02/04 16:08:18 flameeyes Exp $ + + 04 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> + alsa-lib-1.0.11_rc3.ebuild: + Update postinst message to point to the problem with asound.conf/asoundrc, + and change phrasing about alsa-driver. *alsa-lib-1.0.11_rc3 (02 Feb 2006) diff --git a/media-libs/alsa-lib/alsa-lib-1.0.11_rc3.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.11_rc3.ebuild index 941905e8cf3b..f42aa9f27262 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.11_rc3.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.11_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.11_rc3.ebuild,v 1.1 2006/02/02 09:41:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.11_rc3.ebuild,v 1.2 2006/02/04 16:08:18 flameeyes Exp $ inherit eutils autotools @@ -56,14 +56,13 @@ src_install() { } 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. 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" - ewarn "have been some problems recently with the in-kernel drivers. See bug #87544." + ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed." + ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps" + ewarn "using ALSA output crash." + ewarn "Note that dmix output is enabled by default on the 'default' device" + ewarn "since ALSA 1.0.9." + einfo "" + einfo "Please try media-sound/alsa-driver before filing bugs about unstable" + einfo "or missing output with in-kernel drivers. Misaligned versions of" + einfo "alsa-lib and drivers used can cause problems." } |