Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.22_alpha16870.ebuild mythtv-0.21_p16867.ebuild
Date: Tue, 01 Apr 2008 16:51:03
Message-Id: E1JgjhL-0002Nu-0G@stork.gentoo.org
1 cardoe 08/04/01 16:50:59
2
3 Modified: ChangeLog mythtv-0.22_alpha16870.ebuild
4 mythtv-0.21_p16867.ebuild
5 Log:
6 remove dbox2, hdhomerun, and iptv USE flags since the build system seems to build their support anyway
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.233 media-tv/mythtv/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.233&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.233&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.232&r2=1.233
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
19 retrieving revision 1.232
20 retrieving revision 1.233
21 diff -u -r1.232 -r1.233
22 --- ChangeLog 1 Apr 2008 16:43:15 -0000 1.232
23 +++ ChangeLog 1 Apr 2008 16:50:58 -0000 1.233
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-tv/mythtv
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.232 2008/04/01 16:43:15 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.233 2008/04/01 16:50:58 cardoe Exp $
29 +
30 + 01 Apr 2008; Doug Goldstein <cardoe@g.o> mythtv-0.21_p16867.ebuild,
31 + mythtv-0.22_alpha16870.ebuild:
32 + remove dbox2, hdhomerun, and iptv USE flags since the build system seems
33 + to build their support anyway
34
35 01 Apr 2008; Doug Goldstein <cardoe@g.o> mythtv-0.21_p16867.ebuild,
36 mythtv-0.22_alpha16870.ebuild:
37
38
39
40 1.5 media-tv/mythtv/mythtv-0.22_alpha16870.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild?r1=1.4&r2=1.5
45
46 Index: mythtv-0.22_alpha16870.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- mythtv-0.22_alpha16870.ebuild 1 Apr 2008 16:43:15 -0000 1.4
53 +++ mythtv-0.22_alpha16870.ebuild 1 Apr 2008 16:50:58 -0000 1.5
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild,v 1.4 2008/04/01 16:43:15 cardoe Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild,v 1.5 2008/04/01 16:50:58 cardoe Exp $
59
60 EAPI=1
61 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python
62 @@ -10,8 +10,8 @@
63 KEYWORDS="~amd64 ~ppc ~x86"
64
65 IUSE_VIDEO_CARDS="video_cards_nvidia video_cards_via"
66 -IUSE="alsa altivec autostart dbox2 debug directv dvb dvd hdhomerun \
67 -ieee1394 iptv jack joystick lcd lirc mmx opengl opengl-video
68 +IUSE="alsa altivec autostart debug directv dvb dvd \
69 +ieee1394 jack lcd lirc mmx opengl opengl-video \
70 opengl-xvmc perl python xvmc ${IUSE_VIDEO_CARDS}"
71
72 RDEPEND=">=media-libs/freetype-2.0
73 @@ -114,8 +114,6 @@
74 --libdir-name=$(get_libdir)"
75 use alsa || myconf="${myconf} --disable-audio-alsa"
76 use altivec || myconf="${myconf} --disable-altivec"
77 - use dbox2 || myconf="${myconf} --disable-dbox2"
78 - use hdhomerun || myconf="${myconf} --disable-hdhomerun"
79 use jack || myconf="${myconf} --disable-audio-jack"
80 use opengl-video && myconf="${myconf} --enable-opengl-video"
81 use xvmc && ! use video_cards_via ! use opengl-xvmc && myconf="${myconf} --enable-xvmc --xvmc-lib=XvMCW"
82 @@ -124,8 +122,6 @@
83 myconf="${myconf}
84 $(use_enable dvb)
85 $(use_enable ieee1394 firewire)
86 - $(use_enable iptv)
87 - $(use_enable joystick joystick-menu)
88 $(use_enable lirc)
89 --disable-audio-arts
90 --disable-directfb
91
92
93
94 1.3 media-tv/mythtv/mythtv-0.21_p16867.ebuild
95
96 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_p16867.ebuild?rev=1.3&view=markup
97 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_p16867.ebuild?rev=1.3&content-type=text/plain
98 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_p16867.ebuild?r1=1.2&r2=1.3
99
100 Index: mythtv-0.21_p16867.ebuild
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p16867.ebuild,v
103 retrieving revision 1.2
104 retrieving revision 1.3
105 diff -u -r1.2 -r1.3
106 --- mythtv-0.21_p16867.ebuild 1 Apr 2008 16:43:15 -0000 1.2
107 +++ mythtv-0.21_p16867.ebuild 1 Apr 2008 16:50:58 -0000 1.3
108 @@ -1,6 +1,6 @@
109 # Copyright 1999-2008 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p16867.ebuild,v 1.2 2008/04/01 16:43:15 cardoe Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p16867.ebuild,v 1.3 2008/04/01 16:50:58 cardoe Exp $
113
114 EAPI=1
115 inherit flag-o-matic multilib eutils qt3 mythtv toolchain-funcs python
116 @@ -10,8 +10,8 @@
117 KEYWORDS="~amd64 ~ppc ~x86"
118
119 IUSE_VIDEO_CARDS="video_cards_nvidia video_cards_via"
120 -IUSE="aac alsa altivec autostart dbox2 debug directv dvb dvd hdhomerun \
121 -ieee1394 iptv jack joystick lcd lirc mmx opengl opengl-video opengl-xvmc \
122 +IUSE="aac alsa altivec autostart debug directv dvb dvd \
123 +ieee1394 jack lcd lirc mmx opengl opengl-video opengl-xvmc \
124 perl python xvmc ${IUSE_VIDEO_CARDS}"
125
126 RDEPEND=">=media-libs/freetype-2.0
127 @@ -115,8 +115,6 @@
128 use aac && myconf="${myconf} --enable-libfaad"
129 use alsa || myconf="${myconf} --disable-audio-alsa"
130 use altivec || myconf="${myconf} --disable-altivec"
131 - use dbox2 || myconf="${myconf} --disable-dbox2"
132 - use hdhomerun || myconf="${myconf} --disable-hdhomerun"
133 use jack || myconf="${myconf} --disable-audio-jack"
134 use opengl-video && myconf="${myconf} --enable-opengl-video"
135 use xvmc && ! use video_cards_via ! use opengl-xvmc && myconf="${myconf} --enable-xvmc --xvmc-lib=XvMCW"
136 @@ -125,8 +123,6 @@
137 myconf="${myconf}
138 $(use_enable dvb)
139 $(use_enable ieee1394 firewire)
140 - $(use_enable iptv)
141 - $(use_enable joystick joystick-menu)
142 $(use_enable lirc)
143 --disable-audio-arts
144 --disable-directfb
145
146
147
148 --
149 gentoo-commits@l.g.o mailing list