mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
adf6511013
Unless it was a group of sub-packages, packages was never regrouped by category. multimedia/ was an exception to this rule. This patch move packages/multimedia/ sub-directories to packages/. It keeps two subdirectories for gstream 0.10 and gstreamer 1.X. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
432 B
Plaintext
13 lines
432 B
Plaintext
config BR2_PACKAGE_AUMIX
|
|
bool "aumix"
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
aumix is a small, easy-to-use program to control the mixer
|
|
of your sound card. It runs in text mode using the ncurses
|
|
library, or from the command line (non-interactively).
|
|
It can read default settings from a file, and it can also
|
|
automatically save and restore the mixer settings at shutdown
|
|
and boot.
|
|
|
|
http://jpj.net/~trevor/aumix.html
|