Gentoo Archives: gentoo-dev

From: Doug Goldstein <cardoe@g.o>
To: Donnie Berkholz <dberkholz@g.o>
Cc: gentoo-dev@l.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: Sun, 14 Oct 2007 04:26:20
Message-Id: 4711974B.6010505@gentoo.org
In Reply to: [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 by Donnie Berkholz
1 Donnie Berkholz wrote:
2 > On 18:55 Fri 12 Oct , Doug Goldstein (cardoe) wrote:
3 >
4 >> 1.1 media-tv/mythtv/mythtv-0.20.2_p14668.ebuild
5 >>
6 >> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild?rev=1.1&view=markup
7 >> 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
8 >>
9 >
10 >
11 >> use alsa || myconf="${myconf} --disable-audio-alsa"
12 >> use jack || myconf="${myconf} --disable-audio-jack"
13 >> use dts || myconf="${myconf} --disable-dts"
14 >> use freebox || myconf="${myconf} --disable-freebox"
15 >> use dbox2 || myconf="${myconf} --disable-dbox2"
16 >> use hdhomerun || myconf="${myconf} --disable-hdhomerun"
17 >> use crciprec || myconf="${myconf} --disable-crciprec"
18 >> use altivec || myconf="${myconf} --disable-altivec"
19 >> use xvmc && myconf="${myconf} --enable-xvmc"
20 >> use xvmc && use video_cards_via && myconf="${myconf} --enable-xvmc-pro"
21 >> use perl && myconf="${myconf} --with-bindings=perl"
22 >> myconf="${myconf}
23 >> --disable-audio-arts
24 >> $(use_enable lirc)
25 >> $(use_enable joystick joystick-menu)
26 >> $(use_enable dvb)
27 >> --dvb-path=/usr/include
28 >> $(use_enable opengl opengl-vsync)
29 >> $(use_enable ieee1394 firewire)
30 >> --enable-xrandr
31 >> --enable-xv
32 >> --disable-directfb
33 >> --enable-x11
34 >> --enable-proc-opt"
35 >>
36 >
37 > How come some of these don't use use_enable()?
38 >
39 Because if you pass the inverse the script blows up. It's ffmpeg's
40 configure script that's a hand written script and modified by the MythTV
41 developers.
42
43 --
44 gentoo-dev@g.o mailing list

Replies