Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, cardoe@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.21_pre14666.ebuild mythtv-0.21_pre14480-r1.ebuild
Date: Sat, 13 Oct 2007 00:59:45
Message-Id: 20071013004453.GM23990@supernova
1 On 18:55 Fri 12 Oct , Doug Goldstein (cardoe) wrote:
2 > 1.1 media-tv/mythtv/mythtv-0.20.2_p14668.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild?rev=1.1&content-type=text/plain
6
7 > use alsa || myconf="${myconf} --disable-audio-alsa"
8 > use jack || myconf="${myconf} --disable-audio-jack"
9 > use dts || myconf="${myconf} --disable-dts"
10 > use freebox || myconf="${myconf} --disable-freebox"
11 > use dbox2 || myconf="${myconf} --disable-dbox2"
12 > use hdhomerun || myconf="${myconf} --disable-hdhomerun"
13 > use crciprec || myconf="${myconf} --disable-crciprec"
14 > use altivec || myconf="${myconf} --disable-altivec"
15 > use xvmc && myconf="${myconf} --enable-xvmc"
16 > use xvmc && use video_cards_via && myconf="${myconf} --enable-xvmc-pro"
17 > use perl && myconf="${myconf} --with-bindings=perl"
18 > myconf="${myconf}
19 > --disable-audio-arts
20 > $(use_enable lirc)
21 > $(use_enable joystick joystick-menu)
22 > $(use_enable dvb)
23 > --dvb-path=/usr/include
24 > $(use_enable opengl opengl-vsync)
25 > $(use_enable ieee1394 firewire)
26 > --enable-xrandr
27 > --enable-xv
28 > --disable-directfb
29 > --enable-x11
30 > --enable-proc-opt"
31
32 How come some of these don't use use_enable()?
33
34 > cd ${S}/contrib/channel_changers
35
36 Some quoting issues like this one.
37
38 Thanks,
39 Donnie
40 --
41 gentoo-dev@g.o mailing list

Replies