summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-04-04 17:49:55 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-04-04 17:49:55 +0000
commit6c9e155a2f908d4b3ae67669e693c0483cbf3426 (patch)
tree26b4049b68e33b4b9a7507c3fb04aada4d54791c /media-libs
parentUnmask jack. (diff)
downloadhistorical-6c9e155a2f908d4b3ae67669e693c0483cbf3426.tar.gz
historical-6c9e155a2f908d4b3ae67669e693c0483cbf3426.tar.bz2
historical-6c9e155a2f908d4b3ae67669e693c0483cbf3426.zip
Added note about bug #87544.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/alsa-lib/Manifest8
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.9_rc2.ebuild5
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
index 0d9eec65133d..578f0097c722 100644
--- a/media-libs/alsa-lib/Manifest
+++ b/media-libs/alsa-lib/Manifest
@@ -4,7 +4,7 @@ Hash: SHA1
MD5 976d924f65f9ef46a14845214be70e65 ChangeLog 16527
MD5 5659184e067dbf68af9e9251837332c5 alsa-lib-0.9.8.ebuild 1584
MD5 c840b6d57683f228d3db41a4091e78a5 alsa-lib-1.0.2.ebuild 1609
-MD5 5436409f397d977f8463990f2b853d76 alsa-lib-1.0.9_rc2.ebuild 1560
+MD5 7e79bdef5865d306f23435fab1b59318 alsa-lib-1.0.9_rc2.ebuild 1736
MD5 255565a888541274148ccb6e1b226eb5 alsa-lib-1.0.7.ebuild 2051
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
MD5 680dd86b81d67ef8decb1da4d0071d09 alsa-lib-1.0.8.ebuild 1585
@@ -21,7 +21,7 @@ MD5 afc44aabeb36448990c19eaa9b3dfce0 files/alsa-lib-mixer.patch 264
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCS3FPArHZZzCEUG0RArXSAJ9jJrcJR9myJL50tE6Fuv+MN+M8oQCeLqZf
-hyt6z0MR0s//0sFCI8svEFo=
-=pcvm
+iD8DBQFCUX5zArHZZzCEUG0RArNsAJ9lTwcOv4Bbjh7uIZapasMweW19agCfWPQi
+7LbEr1y6k/JyPH6Ck0xfH2o=
+=/nKt
-----END PGP SIGNATURE-----
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.9_rc2.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.9_rc2.ebuild
index b617f346cf55..2885c6a34a4f 100644
--- a/media-libs/alsa-lib/alsa-lib-1.0.9_rc2.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.0.9_rc2.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.ebuild,v 1.1 2005/03/31 03:40:41 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.9_rc2.ebuild,v 1.2 2005/04/04 17:49:55 eradicator Exp $
IUSE="jack doc"
@@ -58,4 +58,7 @@ pkg_postinst() {
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"
+ 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."
}