initial sound feature
This replaces the many sets of the corresponding packages wandering all over pkglists, features and configurations; the interface should be rather well-defined by now.
This commit is contained in:
parent
ce8e2d2272
commit
e59dca158e
2
features.in/sound/README
Normal file
2
features.in/sound/README
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Эта фича добавляет поддержку аудиоподсистемы (как ядерную,
|
||||||
|
если не включена в kernel-image, так и утилиты).
|
15
features.in/sound/config.mk
Normal file
15
features.in/sound/config.mk
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
+pulse: use/sound/pulse; @:
|
||||||
|
|
||||||
|
# common ALSA based part
|
||||||
|
use/sound:
|
||||||
|
@$(call add_feature)
|
||||||
|
@$(call add,THE_KMODULES,alsa)
|
||||||
|
@$(call add,THE_PACKAGES,amixer alsa-utils aplay)
|
||||||
|
|
||||||
|
# "bare" ALSA (which is good enough for many of us) with persistent levels
|
||||||
|
use/sound/alsa: use/sound
|
||||||
|
@$(call add,THE_PACKAGES,udev-alsa)
|
||||||
|
|
||||||
|
# PulseAudio (useful for per-app levels, dynamic devices and networked sound)
|
||||||
|
use/sound/pulse: use/sound
|
||||||
|
@$(call add,THE_LISTS,pulseaudio)
|
6
pkg.in/lists/pulseaudio
Normal file
6
pkg.in/lists/pulseaudio
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
pulseaudio-daemon
|
||||||
|
|
||||||
|
pulseaudio-utils
|
||||||
|
pavucontrol
|
||||||
|
|
||||||
|
alsa-plugins-pulse
|
Loading…
Reference in New Issue
Block a user