From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DMARC_MISSING,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mf1.bredband.net (mf1.lab.bredband.com [195.54.122.119]) by chiba.3jane.net (Postfix) with ESMTP id 8F673AC620 for ; Tue, 14 May 2002 17:51:52 -0500 (CDT) Received: from oggy.local ([213.112.41.67]) by mf1.bredband.net with ESMTP id <20020514225050.IAQL21169.mf1@oggy.local> for ; Wed, 15 May 2002 00:50:50 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Per Wigren To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] ebuild USE priority Date: Wed, 15 May 2002 00:51:49 +0200 X-Mailer: KMail [version 1.4] References: <1021414998.4192.7.camel@maas.wired> In-Reply-To: <1021414998.4192.7.camel@maas.wired> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200205150051.49640.wigren@home.se> Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 911825b7-724d-46a0-91ac-38e644ef3e38 X-Archives-Hash: 4604e55c3a320409cc2f6225fd80e1da I'd say that you should go for this order: SDL, X11, SVGA.. And don't forget to --enable-penguins! :) It doesn't make UAE slower (more than maybe 0.5%) on singleprocessor-systems, but it is noticably faster on SMP! Hmm... Maybe there is a USE-variable for SMP? Or some other way to check it? // Wigren Wednesday 15 May 2002 00.23 skrev Erik Grinaker: > Hi all > > I'm making an ebuild here, and have run into a small "problem". > > The ebuild is for the Unix Amiga Emulator, or uae for short. uae allows > you to select which backend to compile against during ./configure, and > you can choose *either* x, svgalib, ncurses or sdl. > > If a user has, say, both X and svga in his USE variable, how do I > determine whether to use X or svgalib for backend? > > According to what I believe is common sense I would prioritize them as > X, sdl, svga, ncurses - but is there a better way to do this, or do I > just go by feeling?