On 3 December 2011, at 10:14, meino.cra...@gmx.de wrote: > ... > is there a way to list all -- for exmaple -- audio related > applications without without being burried under audio related > system libs for example or entries with (also as an exmaple) > "this application does not supprt audio but only imageing" > > I want the full dexcription, not only the heade line…
I think your best bet will be something like: eix -c -C '*sound*' Unfortunately there are c 385 items in the media-sound category, and I would guess libraries will be mixed in with apps amongst those. You could `grep -v library`, but then you'd miss out on the midi player that's packaged with its library (wildmidi). Stroller.