commit: fc013d8721b475f495d68897c1552f99c51512e1 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Oct 25 19:04:14 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Oct 31 19:33:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc013d87
profiles: remove default ALSA_CARDS setting from arch profiles These have not been reviewed for several years and contain many obsolete/invalid values. Currently only two packages utilize these flags: media-sound/alsa-tools optionally installs several card-specific utilities. It is unlikely that anything will break if these are uninstalled by accident. sys-firmware/alsa-firmware installs firmware for niche hardware and is probably needed by very few users. It probably makes more sense for the user to set ALSA_CARDS explicitly. Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> profiles/arch/alpha/make.defaults | 7 +------ profiles/arch/amd64/make.defaults | 4 ---- profiles/arch/ia64/make.defaults | 6 +----- profiles/arch/mips/make.defaults | 6 +----- profiles/arch/powerpc/ppc32/make.defaults | 4 ---- profiles/arch/x86/make.defaults | 4 ---- 6 files changed, 3 insertions(+), 28 deletions(-) diff --git a/profiles/arch/alpha/make.defaults b/profiles/arch/alpha/make.defaults index 6749b9c0a44..0d2b90931c4 100644 --- a/profiles/arch/alpha/make.defaults +++ b/profiles/arch/alpha/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ARCH="alpha" @@ -23,11 +23,6 @@ LIBDIR_alpha="lib" # Defaults for video drivers VIDEO_CARDS="fbdev glint mga nv r128 radeon" -# Chris Gianelloni <[email protected]> (2007-02-05) -# Defaults for audio drivers. These are copied from x86 (minus modems), since -# Alpha supports the same busses. -ALSA_CARDS="ali5451 als4000 bt87x ca0106 cmipci emu10k1 ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 maestro3 trident usb-audio via82xx ymfpci" - # Tobias Klausmann <[email protected]> (2018-06-25) # Enable USE=libtirpc by default, to ease dependency resolution during # the stabilization of glibc-2.26. Bug 657148 diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults index 775103c63ac..0c05dec124e 100644 --- a/profiles/arch/amd64/make.defaults +++ b/profiles/arch/amd64/make.defaults @@ -50,10 +50,6 @@ ABI_X86="64" # Defaults for video drivers VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa" -# Danny van Dyk <[email protected]> (2006-12-22) -# Default for ALSA_CARDS USE_EXPAND variable. -ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" - # Michał Górny <[email protected]> (2013-01-26) # Unhide the x86-specific USE_EXPANDs. USE_EXPAND_HIDDEN="-ABI_X86 -CPU_FLAGS_X86" diff --git a/profiles/arch/ia64/make.defaults b/profiles/arch/ia64/make.defaults index c87d017b15e..4327e575707 100644 --- a/profiles/arch/ia64/make.defaults +++ b/profiles/arch/ia64/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ARCH="ia64" @@ -27,7 +27,3 @@ CHOST_ia64="${CHOST}" # Donnie Berkholz <[email protected]> (2006-08-18) # Defaults for video drivers VIDEO_CARDS="fbdev glint mga nv r128 radeon" - -# Diego Pettenò <[email protected]> (2006-12-23) -# Defaults for audio drivers - Took from x86 profile -ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" diff --git a/profiles/arch/mips/make.defaults b/profiles/arch/mips/make.defaults index cb1dead24e7..9d3d5a8a1bf 100644 --- a/profiles/arch/mips/make.defaults +++ b/profiles/arch/mips/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2008-2019 Gentoo Authors +# Copyright 2008-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Donnie Berkholz <[email protected]> (2006-08-18) @@ -15,7 +15,3 @@ USE="-fortran -openmp" LIBDIR_o32="lib" LIBDIR_n32="lib32" LIBDIR_n64="lib64" - -# Matt Turner <[email protected]> (2010-12-06) -# Probably missing a bunch for various SGI systems. -ALSA_CARDS="au1x00" diff --git a/profiles/arch/powerpc/ppc32/make.defaults b/profiles/arch/powerpc/ppc32/make.defaults index 0332427d751..51f2ea0ad11 100644 --- a/profiles/arch/powerpc/ppc32/make.defaults +++ b/profiles/arch/powerpc/ppc32/make.defaults @@ -17,10 +17,6 @@ FCFLAGS="${CFLAGS}" # Defaults for video drivers VIDEO_CARDS="fbdev glint mga nv r128 radeon" -# Diego Pettenò <[email protected]> (2006-12-06) -# Defaults for PowerPC sound driver -ALSA_CARDS="aoa aoa-fabric-layout aoa-onyx aoa-soundbus aoa-soundbus-i2s aoa-tas aoa-toonie powermac usb-audio via82xx" - # Michał Górny <[email protected]> (2014-06-27) # Multilib-related setup for compatibility with future multilib. ABI="ppc" diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults index 4a9685fa276..c1f35ac18d3 100644 --- a/profiles/arch/x86/make.defaults +++ b/profiles/arch/x86/make.defaults @@ -30,10 +30,6 @@ LIBDIR_x86="lib" # Defaults for video drivers VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa" -# Andrej Kacian <[email protected]> (2006-12-21) -# Defaults for audio drivers -ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" - # Michał Górny <[email protected]> (2014-06-25) # Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied # by non-multilib ebuilds when non-native ABIs are disabled.
