Gentoo Archives: gentoo-dev

From: Per Wigren <wigren@××××.se>
To: gentoo-dev@g.o
Subject: Re: Re: [gentoo-dev] DEPEND question
Date: Fri, 31 May 2002 03:03:28
Message-Id: 1022831847.177wigren@home.se
1 The OpenGL-GPU and Software-GPU are plugins which are
2 developed and distributed separate from the emulators. All
3 (=most) PSX-emulators use the same plugins. The emulators
4 requires at least one GPU-plugin to be installed..
5 like:
6 RDEPEND="opengl? ( app-emulation/psemu-gpupetemesagl )
7 !opengl ( app-emulation/psemu-peopssoftgpu )"
8
9 where "!opengl" means "NOT opengl".. How to do this?
10
11 Regards
12 Per Wigren
13
14
15 >
16 > not sure how the gpu-plugin parts work (config options, i
17 guess?), but
18 > you could do something like this:
19 >
20 > (use opengl && gl-gpu-plugin) || sw-gpu-plugin
21 >
22 >
23 > Jano
24 >
25 >
26 > On Thu, May 30, 2002 at 09:15:40PM +0200, Per Wigren
27 wrote:
28 > > How can I have a "if not"-dependancy?
29 > > I'm making ebuilds for the ePSXe and PCSX Playstation-
30 emulators and their
31 > > plugins..
32 > > I want to have dependancy similar to (in pseudocode):
33 > > IF USE opengl: gl-gpu-plugin
34 > > ELSE: sw-gpu-plugin
35 > >
36 > > I can't find anything in the docs...
37 > >
38 > > // Wigren
39 > >
40 > > _______________________________________________
41 > > gentoo-dev mailing list
42 > > gentoo-dev@g.o
43 > > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
44 > _______________________________________________
45 > gentoo-dev mailing list
46 > gentoo-dev@g.o
47 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
48 >

Replies

Subject Author
Re: Re: [gentoo-dev] DEPEND question Jano Lukac <jano@××××××××××××.net>