From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.54)
	id 1F5Yeg-00088G-Uv
	for garchives@archives.gentoo.org; Sun, 05 Feb 2006 01:25:31 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k151OINS026623;
	Sun, 5 Feb 2006 01:24:18 GMT
Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198])
	by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k151IP6t002896
	for <gentoo-user@lists.gentoo.org>; Sun, 5 Feb 2006 01:18:25 GMT
Received: by wproxy.gmail.com with SMTP id i28so903291wra
        for <gentoo-user@lists.gentoo.org>; Sat, 04 Feb 2006 17:18:33 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=Lx9LoguwSndNNnC2y7bTwZrymC7qhaUBikArX0EKCKoM9fHuQtcF1+1nRXnGhM9DAdPoh87bWrB6/yQYGkJcXdxCEE8cQ7oJAnI1NncVq4L4YUDUArykBh5nA+75j8WSWrENYUYkr1zOn7LzNsMWjdynrOW+9QYCHolLpZznvDQ=
Received: by 10.54.127.3 with SMTP id z3mr4372586wrc;
        Sat, 04 Feb 2006 17:18:32 -0800 (PST)
Received: by 10.54.126.2 with HTTP; Sat, 4 Feb 2006 17:18:32 -0800 (PST)
Message-ID: <7573e9640602041718o22752fcenc37caab9b744d2f5@mail.gmail.com>
Date: Sat, 4 Feb 2006 18:18:32 -0700
From: Richard Fish <bigfish@asmallpond.org>
Sender: richard.j.fish@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] How do I make sense of this: euse -i extrafilters
In-Reply-To: <1139057471.30151.6.camel@rattus>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <1139057471.30151.6.camel@rattus>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k151IP6t002896
X-Archives-Salt: 03cba564-88a7-4667-9502-47925a12201f
X-Archives-Hash: d15a062e8853a49d1658ec93dec202f0

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