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