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-plugins/mythvideo: ChangeLog mythvideo-0.21_pre15448.ebuild mythvideo-0.21_pre14320.ebuild mythvideo-0.21_pre14485.ebuild
Date: Tue, 15 Jan 2008 16:23:29
Message-Id: E1JEoZS-00080X-Hf@stork.gentoo.org
1 cardoe 08/01/15 16:23:26
2
3 Modified: ChangeLog
4 Added: mythvideo-0.21_pre15448.ebuild
5 Removed: mythvideo-0.21_pre14320.ebuild
6 mythvideo-0.21_pre14485.ebuild
7 Log:
8 update to newer trunk revision
9 (Portage version: 2.1.4)
10
11 Revision Changes Path
12 1.64 media-plugins/mythvideo/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythvideo/ChangeLog?rev=1.64&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythvideo/ChangeLog?rev=1.64&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythvideo/ChangeLog?r1=1.63&r2=1.64
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v
21 retrieving revision 1.63
22 retrieving revision 1.64
23 diff -u -r1.63 -r1.64
24 --- ChangeLog 7 Jan 2008 20:08:44 -0000 1.63
25 +++ ChangeLog 15 Jan 2008 16:23:25 -0000 1.64
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-plugins/mythvideo
28 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.63 2008/01/07 20:08:44 cardoe Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.64 2008/01/15 16:23:25 cardoe Exp $
31 +
32 +*mythvideo-0.21_pre15448 (15 Jan 2008)
33 +
34 + 15 Jan 2008; Doug Klima <cardoe@g.o>
35 + -mythvideo-0.21_pre14320.ebuild, -mythvideo-0.21_pre14485.ebuild,
36 + +mythvideo-0.21_pre15448.ebuild:
37 + update to newer trunk revision
38
39 *mythvideo-0.20.2_p15087 (07 Jan 2008)
40
41
42
43
44 1.1 media-plugins/mythvideo/mythvideo-0.21_pre15448.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_pre15448.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_pre15448.ebuild?rev=1.1&content-type=text/plain
48
49 Index: mythvideo-0.21_pre15448.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_pre15448.ebuild,v 1.1 2008/01/15 16:23:25 cardoe Exp $
54
55 inherit mythtv-plugins subversion
56
57 DESCRIPTION="Video player module for MythTV."
58 IUSE="mplayer xine"
59 KEYWORDS="~amd64 ~ppc ~x86"
60
61 RDEPEND="dev-perl/libwww-perl
62 dev-perl/HTML-Parser
63 dev-perl/URI
64 dev-perl/XML-Simple
65 mplayer? ( || ( media-video/mplayer media-video/mplayer-bin ) )
66 xine? ( media-video/xine-ui )
67 sys-apps/eject"
68 DEPEND="${RDEPEND}"
69
70 src_unpack() {
71 subversion_src_unpack
72 mythtv-plugins_src_unpack_patch
73 }
74
75 pkg_postinst() {
76 elog "MythVideo can use any media player to playback files, since"
77 elog "it's a setting in the setup menu."
78 elog
79 elog "MythTv also has an 'Internal' player you can use, though"
80 elog "it will not support as many formats. If you want to use it,"
81 elog "set the player to 'Internal' (note spelling & caps)."
82 }
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list