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/mytharchive: ChangeLog mytharchive-0.23.1_p25396.ebuild
Date: Tue, 27 Jul 2010 15:43:16
Message-Id: 20100727154307.260BD2CE15@corvid.gentoo.org
1 cardoe 10/07/27 15:43:06
2
3 Modified: ChangeLog
4 Added: mytharchive-0.23.1_p25396.ebuild
5 Log:
6 Update to version that properly identifies itself as 0.23.1
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.44 media-plugins/mytharchive/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mytharchive/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mytharchive/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mytharchive/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 26 Jul 2010 13:41:58 -0000 1.43
23 +++ ChangeLog 27 Jul 2010 15:43:06 -0000 1.44
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/mytharchive
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.43 2010/07/26 13:41:58 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.44 2010/07/27 15:43:06 cardoe Exp $
29 +
30 +*mytharchive-0.23.1_p25396 (27 Jul 2010)
31 +
32 + 27 Jul 2010; Doug Goldstein <cardoe@g.o>
33 + +mytharchive-0.23.1_p25396.ebuild:
34 + Update to version that properly identifies itself as 0.23.1
35
36 26 Jul 2010; Christian Faulhammer <fauli@g.o>
37 mytharchive-0.22_p22763.ebuild:
38
39
40
41 1.1 media-plugins/mytharchive/mytharchive-0.23.1_p25396.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mytharchive/mytharchive-0.23.1_p25396.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mytharchive/mytharchive-0.23.1_p25396.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mytharchive-0.23.1_p25396.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/mytharchive-0.23.1_p25396.ebuild,v 1.1 2010/07/27 15:43:06 cardoe Exp $
51
52 EAPI=2
53 inherit qt4 mythtv-plugins
54
55 DESCRIPTION="Allows for archiving your videos to DVD."
56 IUSE=""
57 KEYWORDS="~amd64 ~ppc ~x86"
58
59 RDEPEND=">=dev-lang/python-2.3.5
60 dev-python/mysql-python
61 dev-python/imaging
62 >=media-video/mjpegtools-1.6.2[png]
63 >=media-video/dvdauthor-0.6.11
64 >=media-video/ffmpeg-0.4.9
65 >=app-cdr/dvd+rw-tools-5.21.4.10.8
66 virtual/cdrtools
67 media-video/transcode"
68 DEPEND="${RDEPEND}"