# ChangeLog for media-sound/alsa-utils
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.48 2004/03/14 00:28:35 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.49 2004/03/31 03:10:03 eradicator Exp $
+
+ 30 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ alsa-utils-0.9.5.ebuild, alsa-utils-1.0.0_rc2.ebuild,
+ alsa-utils-1.0.1.ebuild, alsa-utils-1.0.2.ebuild, alsa-utils-1.0.3.ebuild,
+ files/alsasound:
+ Added sleeps to get around a bug in udev. See bug #39345.
+ Removing old ebuilds and cleaning up existing.
13 Mar 2004; Stephen P. Becker <geoman@gentoo.org> alsa-utils-1.0.2.ebuild:
Added ~mips keyword.
MD5 8213cd5df50ead11fe4b21add33cedcb alsa-utils-0.9.2.ebuild 909
MD5 228feb68f019961e1248c98183dec466 alsa-utils-0.9.0_rc2.ebuild 923
-MD5 bff9fa14c49f51594a82b2c32737e3c8 alsa-utils-1.0.1.ebuild 1866
-MD5 283c68637695d79e83ee93e86becaf81 alsa-utils-1.0.0_rc2.ebuild 1871
-MD5 710a86324a5e6760da4a472d40247215 alsa-utils-1.0.3.ebuild 1861
+MD5 6776d52a2b0f7b09c13fee127b73a6a4 alsa-utils-1.0.3.ebuild 1720
MD5 ff781e61df4fc5f2434eac0feb4b90fb alsa-utils-0.9.8.ebuild 1777
MD5 8086ad08b8a589e4eb46c1f0dffb308b alsa-utils-0.5.10-r8.ebuild 973
-MD5 ab06a171a7f51d57cab271f309fbb8b0 alsa-utils-0.9.5.ebuild 901
-MD5 61c95e33db9574573ee4028b24c2863c ChangeLog 8101
+MD5 82477a59d8d2078a15e790130066f19b ChangeLog 8425
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
-MD5 92226757cdd5b19b938527089207f044 alsa-utils-1.0.2.ebuild 1868
+MD5 849ba596e61a5b0ea0ef6b91726737be alsa-utils-1.0.2.ebuild 1726
MD5 f8aff370f9c369682ac793f5b3f4886e files/alsa-modules.conf-rc 1158
MD5 59a93bf64737644e4001cbb6ad5387b4 files/digest-alsa-utils-0.9.0_rc2 71
MD5 55414f65ffecf5f44fa35295dae8bf19 files/digest-alsa-utils-0.9.2 69
-MD5 07ad906b0309f5e8061f7a6c99985532 files/digest-alsa-utils-0.9.5 69
MD5 c393c831cb8bcda375cd4690e85b3495 files/digest-alsa-utils-0.9.8 69
-MD5 e8a6136416d4dfb16cc6a313dab77aa1 files/digest-alsa-utils-1.0.1 69
MD5 937332cbdb9fab58e9e43a58a3f965de files/digest-alsa-utils-1.0.2 69
MD5 fb1ac340c0b5d2f19099ee4c89100919 files/digest-alsa-utils-1.0.3 69
-MD5 ad803523008747726c87b9c505517f4c files/digest-alsa-utils-1.0.0_rc2 72
MD5 f20045fc395596290d5a6d807ba311fc files/alsa-utils-0.5.10-aplay-destdir.diff 626
MD5 dcc66ee6a9db24006a4158e2be0da3f2 files/alsa-0.5.10 392
MD5 a82c4c173c1d617bae9967438c659bac files/digest-alsa-utils-0.5.10-r8 70
-MD5 61dcd73b658c151c79478a3876766e21 files/alsasound 5316
+MD5 05244869ff11048008b6e9549fbf69d8 files/alsasound 5476
+++ /dev/null
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.9.5.ebuild,v 1.4 2004/03/01 05:37:12 eradicator Exp $
-
-DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
-HOMEPAGE="http://www.alsa-project.org/"
-DEPEND=">=sys-libs/ncurses-5.1
- >=media-libs/alsa-lib-0.9.5"
-
-SLOT="0.9"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~amd64"
-
-SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2"
-S=${WORKDIR}/${P}
-
-src_compile() {
-
- econf || die "./configure failed"
- emake || die "Parallel Make Failed"
-}
-
-src_install() {
- local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO
- seq/aconnect/README.aconnect
- seq/aseqnet/README.aseqnet"
-
- make DESTDIR=${D} install || die "Installation Failed"
-
- dodoc ${ALSA_UTILS_DOCS}
- newdoc alsamixer/README README.alsamixer
-}
+++ /dev/null
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.0_rc2.ebuild,v 1.5 2004/03/10 02:45:14 tgall Exp $
-
-DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
-HOMEPAGE="http://www.alsa-project.org/"
-DEPEND=">=sys-libs/ncurses-5.1
- >=media-libs/alsa-lib-1.0.0_rc2"
-
-SLOT="0.9"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~amd64"
-
-MY_P=${P/_rc/rc}
-SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${MY_P}.tar.bz2"
-#SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2"
-#RESTRICT="nomirror"
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
-
- econf || die "./configure failed"
- emake || die "Parallel Make Failed"
-}
-
-src_install() {
- local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO
- seq/aconnect/README.aconnect
- seq/aseqnet/README.aseqnet"
-
- make DESTDIR=${D} install || die "Installation Failed"
-
- dodoc ${ALSA_UTILS_DOCS}
- newdoc alsamixer/README README.alsamixer
-
- dodir /etc/init.d
- insinto /etc/modules.d
- newins ${FILESDIR}/alsa-modules.conf-rc alsa
- exeinto /etc/init.d
- doexe ${FILESDIR}/alsasound
-}
-
-pkg_postinst() {
- echo
- einfo "The alsasound initscript is now provided by alsa-utils"
- einfo "instead of alsa-driver for compatibility with kernel-sources"
- einfo "which provide ALSA internally."
- echo
- einfo "To take advantage of this, and automate the process of"
- einfo "loading and unloading the ALSA sound drivers as well as"
- einfo "storing and restoring sound-card mixer levels you should"
- einfo "add alsasound to the boot runlevel. You can do this as"
- einfo "root like so:"
- einfo " # rc-update add alsasound boot"
- echo
- einfo "You will also need to edit the file /etc/modules.d/alsa"
- einfo "and run modules-update. You can do this like so:"
- einfo " # nano -w /etc/modules.d/alsa && modules-update"
- echo
-}
+++ /dev/null
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.1.ebuild,v 1.4 2004/03/10 02:45:14 tgall Exp $
-
-DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
-HOMEPAGE="http://www.alsa-project.org/"
-DEPEND=">=sys-libs/ncurses-5.1
- >=media-libs/alsa-lib-1.0.0_rc2"
-
-SLOT="0.9"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~amd64"
-
-MY_P=${P/_rc/rc}
-#SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${MY_P}.tar.bz2"
-SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2"
-RESTRICT="nomirror"
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
-
- econf || die "./configure failed"
- emake || die "Parallel Make Failed"
-}
-
-src_install() {
- local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO
- seq/aconnect/README.aconnect
- seq/aseqnet/README.aseqnet"
-
- make DESTDIR=${D} install || die "Installation Failed"
-
- dodoc ${ALSA_UTILS_DOCS}
- newdoc alsamixer/README README.alsamixer
-
- dodir /etc/init.d
- insinto /etc/modules.d
- newins ${FILESDIR}/alsa-modules.conf-rc alsa
- exeinto /etc/init.d
- doexe ${FILESDIR}/alsasound
-}
-
-pkg_postinst() {
- echo
- einfo "The alsasound initscript is now provided by alsa-utils"
- einfo "instead of alsa-driver for compatibility with kernel-sources"
- einfo "which provide ALSA internally."
- echo
- einfo "To take advantage of this, and automate the process of"
- einfo "loading and unloading the ALSA sound drivers as well as"
- einfo "storing and restoring sound-card mixer levels you should"
- einfo "add alsasound to the boot runlevel. You can do this as"
- einfo "root like so:"
- einfo " # rc-update add alsasound boot"
- echo
- einfo "You will also need to edit the file /etc/modules.d/alsa"
- einfo "and run modules-update. You can do this like so:"
- einfo " # nano -w /etc/modules.d/alsa && modules-update"
- echo
-}
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild,v 1.5 2004/03/14 00:28:35 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild,v 1.6 2004/03/31 03:10:03 eradicator Exp $
DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
HOMEPAGE="http://www.alsa-project.org/"
KEYWORDS="~x86 ~ppc ~amd64 ~mips"
MY_P=${P/_rc/rc}
-#SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${MY_P}.tar.bz2"
SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2"
RESTRICT="nomirror"
S=${WORKDIR}/${MY_P}
-src_compile() {
- econf || die "./configure failed"
- emake || die "Parallel Make Failed"
-}
+IUSE=""
src_install() {
local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.3.ebuild,v 1.2 2004/03/10 02:45:14 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.3.ebuild,v 1.3 2004/03/31 03:10:03 eradicator Exp $
DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)"
HOMEPAGE="http://www.alsa-project.org/"
KEYWORDS="~x86 ~ppc ~amd64"
MY_P=${P/_rc/rc}
-#SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${MY_P}.tar.bz2"
SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2"
RESTRICT="nomirror"
S=${WORKDIR}/${MY_P}
-src_compile() {
- econf || die "./configure failed"
- emake || die "Parallel Make Failed"
-}
+IUSE=""
src_install() {
local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO
#!/sbin/runscript
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsasound,v 1.11 2004/02/21 00:12:24 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsasound,v 1.12 2004/03/31 03:10:07 eradicator Exp $
#
# Gentoo users: add this script to 'boot' run level.
# ==================================================
CARDS="$(cat /proc/asound/cards | awk '/: / { print $1 }')"
for CARDNUM in ${CARDS}
do
+ [ -e /dev/snd/controlC0 ] || sleep 2
+ [ -e /dev/snd/controlC0 ] || sleep 2
+ [ -e /dev/snd/controlC0 ] || sleep 2
+ [ -e /dev/snd/controlC0 ] || sleep 2
$alsactl -f $asoundcfg restore ${CARDNUM}
done
else
+++ /dev/null
-MD5 b6071c658130325e9d4665e2e4db3180 alsa-utils-0.9.5.tar.bz2 108154
+++ /dev/null
-MD5 85150c8abd8ffd73ef5538c8914c9e7c alsa-utils-1.0.0rc2.tar.bz2 133177
+++ /dev/null
-MD5 ff54117a83d9edb3b9ad0ccc93ebde51 alsa-utils-1.0.1.tar.bz2 133171