* [gentoo-user] Listing applications with eix...
@ 2011-12-03 10:14 meino.cramer
2011-12-03 10:43 ` Stroller
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: meino.cramer @ 2011-12-03 10:14 UTC (permalink / raw
To: Gentoo
Hi,
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...
Thank you very much in advance for any help!
Have a nice weekend!
Best regards,
mcc
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Listing applications with eix...
2011-12-03 10:14 [gentoo-user] Listing applications with eix meino.cramer
@ 2011-12-03 10:43 ` Stroller
2011-12-03 14:21 ` Claudio Roberto França Pereira
2011-12-04 15:16 ` [gentoo-user] " James
2011-12-06 14:22 ` [gentoo-user] " Bill Longman
2 siblings, 1 reply; 7+ messages in thread
From: Stroller @ 2011-12-03 10:43 UTC (permalink / raw
To: gentoo-user
On 3 December 2011, at 10:14, meino.cramer@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.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Listing applications with eix...
2011-12-03 10:43 ` Stroller
@ 2011-12-03 14:21 ` Claudio Roberto França Pereira
0 siblings, 0 replies; 7+ messages in thread
From: Claudio Roberto França Pereira @ 2011-12-03 14:21 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 108 bytes --]
I'd first do a "ls /usr/portage/ | grep sound\|audio" to find out audio
categories within the portage tree.
[-- Attachment #2: Type: text/html, Size: 126 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: Listing applications with eix...
2011-12-03 10:14 [gentoo-user] Listing applications with eix meino.cramer
2011-12-03 10:43 ` Stroller
@ 2011-12-04 15:16 ` James
2011-12-06 14:22 ` [gentoo-user] " Bill Longman
2 siblings, 0 replies; 7+ messages in thread
From: James @ 2011-12-04 15:16 UTC (permalink / raw
To: gentoo-user
<meino.cramer <at> gmx.de> writes:
> 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"
So the easy thing to is use the debian software index
and find what your want (or a selection of applications)
and then hope some of them are in portage or an overlay
repository:
http://packages.debian.org/stable/sound/
cd /usr/portage/media-sound
eix -e <package>
hth,
James
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Listing applications with eix...
2011-12-03 10:14 [gentoo-user] Listing applications with eix meino.cramer
2011-12-03 10:43 ` Stroller
2011-12-04 15:16 ` [gentoo-user] " James
@ 2011-12-06 14:22 ` Bill Longman
2011-12-06 14:55 ` Rudmer van Dijk
2 siblings, 1 reply; 7+ messages in thread
From: Bill Longman @ 2011-12-06 14:22 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 647 bytes --]
On Sat, Dec 3, 2011 at 2:14 AM, <meino.cramer@gmx.de> wrote:
> Hi,
>
> 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...
>
Here's one way that I like to look for these, Meino:
eix --stable -c -S audio
Obviously there's no easy way to get a noise-free listing of what you want,
but I've often found looking for text in the description with the -S is a
useful method.
--
Bill Longman
[-- Attachment #2: Type: text/html, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Listing applications with eix...
2011-12-06 14:22 ` [gentoo-user] " Bill Longman
@ 2011-12-06 14:55 ` Rudmer van Dijk
2011-12-06 22:54 ` Bill Longman
0 siblings, 1 reply; 7+ messages in thread
From: Rudmer van Dijk @ 2011-12-06 14:55 UTC (permalink / raw
To: gentoo-user
Bill Longman 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...
>
> Here's one way that I like to look for these, Meino:
>
> eix --stable -c -S audio
>
> Obviously there's no easy way to get a noise-free listing of what you
> want, but I've often found looking for text in the description with the
> -S is a useful method.
well, there is this: (don't forget the trailing slash!)
`eix -c media-sound/`
but for a whole category you'll definitely want to use '-c', there is so
much... but all audio related even without audio in the name or description.
Rudmer
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Listing applications with eix...
2011-12-06 14:55 ` Rudmer van Dijk
@ 2011-12-06 22:54 ` Bill Longman
0 siblings, 0 replies; 7+ messages in thread
From: Bill Longman @ 2011-12-06 22:54 UTC (permalink / raw
To: gentoo-user
On 12/06/2011 06:55 AM, Rudmer van Dijk wrote:
> Bill Longman 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...
>>
>> Here's one way that I like to look for these, Meino:
>>
>> eix --stable -c -S audio
>>
>> Obviously there's no easy way to get a noise-free listing of what you
>> want, but I've often found looking for text in the description with the
>> -S is a useful method.
>
> well, there is this: (don't forget the trailing slash!)
>
> `eix -c media-sound/`
>
> but for a whole category you'll definitely want to use '-c', there is so
> much... but all audio related even without audio in the name or
> description.
If you know your application lives in a specific category, then you
should use the "-C category". But Meino's question specifically asked
how to get ANY audio related application out of all of portage. That
means you have to search WITHOUT a category, unless of course you are
doing searches through each individual category in search of some string.
The lowercase -c compresses the output to include the header. The
uppercase -C forces a category. You can use wildcards on categories, for
instance, "-C sci-* ks" returns entries from
sci-{chemistry,electronics,libs,visualization}.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-12-06 22:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-03 10:14 [gentoo-user] Listing applications with eix meino.cramer
2011-12-03 10:43 ` Stroller
2011-12-03 14:21 ` Claudio Roberto França Pereira
2011-12-04 15:16 ` [gentoo-user] " James
2011-12-06 14:22 ` [gentoo-user] " Bill Longman
2011-12-06 14:55 ` Rudmer van Dijk
2011-12-06 22:54 ` Bill Longman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox