summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2003-05-25 02:33:43 +0000
committerArcady Genkin <agenkin@gentoo.org>2003-05-25 02:33:43 +0000
commitb838d610e5fa30e74e77e229b556ddaf44a00ea7 (patch)
treebcf7fe442b384e4a07758c296793a8da25e2d855 /media-sound
parentversion bump (diff)
downloadgentoo-2-b838d610e5fa30e74e77e229b556ddaf44a00ea7.tar.gz
gentoo-2-b838d610e5fa30e74e77e229b556ddaf44a00ea7.tar.bz2
gentoo-2-b838d610e5fa30e74e77e229b556ddaf44a00ea7.zip
Installing /usr/sbin/snddevices for non-devfs systems.
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/alsa-driver/ChangeLog8
-rw-r--r--media-sound/alsa-driver/alsa-driver-0.9.3c-r1.ebuild10
2 files changed, 14 insertions, 4 deletions
diff --git a/media-sound/alsa-driver/ChangeLog b/media-sound/alsa-driver/ChangeLog
index 5eec137f4b28..b9246d7ab2b4 100644
--- a/media-sound/alsa-driver/ChangeLog
+++ b/media-sound/alsa-driver/ChangeLog
@@ -1,15 +1,17 @@
# ChangeLog for media-sound/alsa-driver
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.37 2003/05/24 16:03:10 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.38 2003/05/25 02:33:43 agenkin Exp $
-*alsa-driver-0.9.3c-r1 (05 May 2003)
+*alsa-driver-0.9.3c-r1 (24 May 2003)
- 05 May 2003; Arcady Genkin <agenkin@gentoo.org> :
+ 24 May 2003; Arcady Genkin <agenkin@gentoo.org> :
0.9.3c removes /proc/asound/dev directory, to which /dev/snd used to be
a symlink. This doesn't mean much to us, since we use devfs, but
the "make install" now may attempt to create real /dev/snd directory,
causing a Portage sandbox violation error. This revision fixes this
problem (Gentoo bug #21410).
+ Installing a new file: /usr/sbin/snddevices for people who are not using
+ devfs.
*alsa-driver-0.9.3c (05 May 2003)
diff --git a/media-sound/alsa-driver/alsa-driver-0.9.3c-r1.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.3c-r1.ebuild
index a1af8d31fb1f..59665d4929f0 100644
--- a/media-sound/alsa-driver/alsa-driver-0.9.3c-r1.ebuild
+++ b/media-sound/alsa-driver/alsa-driver-0.9.3c-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.3c-r1.ebuild,v 1.1 2003/05/24 16:03:10 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.3c-r1.ebuild,v 1.2 2003/05/25 02:33:43 agenkin Exp $
DESCRIPTION="Advanced Linux Sound Architecture kernel modules"
HOMEPAGE="http://www.alsa-project.org/"
@@ -76,6 +76,9 @@ src_install() {
newins ${FILESDIR}/alsa-modules.conf-rc alsa
exeinto /etc/init.d
doexe ${FILESDIR}/alsasound
+
+ exeinto /usr/sbin
+ doexe snddevices
}
pkg_postinst() {
@@ -94,4 +97,9 @@ pkg_postinst() {
einfo "Also, remember that all mixer channels will be MUTED by default."
einfo "Use 'alsamixer' program to unmute them."
einfo
+ einfo "If you are upgrading from version 0.9.3b or older, and you are not using"
+ einfo "devfs, then you will need to create devices under /dev/snd, since the"
+ einfo "directory /proc/asound/dev no longer exists. You can create the device"
+ einfo "nodes by running /usr/sbin/snddevices."
+ einfo
}