Gentoo Archives: gentoo-commits

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