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
Date: Tue, 01 Apr 2008 16:37:56
Message-Id: E1JgjUf-00025B-0V@stork.gentoo.org
1 cardoe 08/04/01 16:37:53
2
3 Modified: ChangeLog mythtv-0.22_alpha16870.ebuild
4 Log:
5 remove USE=aac since it uses ffmpeg's built in support now instead of libfaad2
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.231 media-tv/mythtv/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.231&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.231&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.230&r2=1.231
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
18 retrieving revision 1.230
19 retrieving revision 1.231
20 diff -u -r1.230 -r1.231
21 --- ChangeLog 1 Apr 2008 04:02:38 -0000 1.230
22 +++ ChangeLog 1 Apr 2008 16:37:52 -0000 1.231
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-tv/mythtv
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.230 2008/04/01 04:02:38 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.231 2008/04/01 16:37:52 cardoe Exp $
28 +
29 + 01 Apr 2008; Doug Goldstein <cardoe@g.o>
30 + mythtv-0.22_alpha16870.ebuild:
31 + remove USE=aac since it uses ffmpeg's built in support now instead of
32 + libfaad2
33
34 *mythtv-0.22_alpha16870 (01 Apr 2008)
35
36
37
38
39 1.3 media-tv/mythtv/mythtv-0.22_alpha16870.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild?r1=1.2&r2=1.3
44
45 Index: mythtv-0.22_alpha16870.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- mythtv-0.22_alpha16870.ebuild 1 Apr 2008 13:28:16 -0000 1.2
52 +++ mythtv-0.22_alpha16870.ebuild 1 Apr 2008 16:37:52 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild,v 1.2 2008/04/01 13:28:16 cardoe Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild,v 1.3 2008/04/01 16:37:52 cardoe Exp $
58
59 EAPI=1
60 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python
61 @@ -10,7 +10,7 @@
62 KEYWORDS="~amd64 ~ppc ~x86"
63
64 IUSE_VIDEO_CARDS="video_cards_nvidia video_cards_via"
65 -IUSE="aac alsa altivec autostart dbox2 debug directv dvb dvd hdhomerun \
66 +IUSE="alsa altivec autostart dbox2 debug directv dvb dvd hdhomerun \
67 ieee1394 iptv ivtv jack joystick lcd lirc mmx opengl opengl-video
68 opengl-xvmc perl python vorbis xvmc ${IUSE_VIDEO_CARDS}"
69
70 @@ -27,7 +27,6 @@
71 virtual/opengl
72 virtual/glu
73 || ( >=net-misc/wget-1.9.1 >=media-tv/xmltv-0.5.43 )
74 - aac? ( media-libs/faad2 )
75 alsa? ( >=media-libs/alsa-lib-0.9 )
76 autostart? ( net-dialup/mingetty
77 x11-wm/evilwm
78 @@ -114,7 +113,6 @@
79 local myconf="--prefix=/usr
80 --mandir=/usr/share/man
81 --libdir-name=$(get_libdir)"
82 - use aac && myconf="${myconf} --enable-libfaad2"
83 use alsa || myconf="${myconf} --disable-audio-alsa"
84 use altivec || myconf="${myconf} --disable-altivec"
85 use dbox2 || myconf="${myconf} --disable-dbox2"
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list