public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] How do I make sense of this: euse -i extrafilters
@ 2006-02-04 12:51 William Kenworthy
  2006-02-05  1:18 ` Richard Fish
  0 siblings, 1 reply; 2+ messages in thread
From: William Kenworthy @ 2006-02-04 12:51 UTC (permalink / raw
  To: gentoo-user List

How do I make sense of this:
_____________________________________
rattus ~ # euse -i extrafilters
global use flags (searching: extrafilters)
************************************************************
no matching entries found

local use flags (searching: extrafilters)
************************************************************
[-    ] extrafilters (media-video/transcode):
Install some filters only if we ask for them
_____________________________________


Does this mean that extra filters will be available if I enable this use
flag (and what are they?), or does it mean it will only install some
filters and not others unless I specifically ask for them (and what are
they)?

Probably meaningful to the guy who wrote it, but ...

BillK


-- 
William Kenworthy <billk@iinet.net.au>
Home!
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-user] How do I make sense of this: euse -i extrafilters
  2006-02-04 12:51 [gentoo-user] How do I make sense of this: euse -i extrafilters William Kenworthy
@ 2006-02-05  1:18 ` Richard Fish
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Fish @ 2006-02-05  1:18 UTC (permalink / raw
  To: gentoo-user

On 2/4/06, William Kenworthy <billk@iinet.net.au> wrote:
> Does this mean that extra filters will be available if I enable this use
> flag (and what are they?), or does it mean it will only install some
> filters and not others unless I specifically ask for them (and what are
> they)?

This is a case where you have to look at the ebuild:

        #do not install the filters that make dvdrip hang unless we ask for them
        if ! use extrafilters ; then
        rm ${D}/usr/$(get_libdir)/transcode/filter_logo.*
        rm ${D}/usr/$(get_libdir)/transcode/filter_compare.*
        fi

So you lose the logo and compare filters if you do not set extrafilters.

-Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-05  1:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-04 12:51 [gentoo-user] How do I make sense of this: euse -i extrafilters William Kenworthy
2006-02-05  1:18 ` Richard Fish

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox