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.21_p18355.ebuild
Date: Wed, 01 Oct 2008 23:00:28
Message-Id: E1KlAgD-0003CC-GG@stork.gentoo.org
1 cardoe 08/10/01 23:00:25
2
3 Modified: ChangeLog
4 Added: mytharchive-0.21_p18355.ebuild
5 Log:
6 EAPI=2 for mjpegtools USE=png depend. Danisk translation updates
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.32 media-plugins/mytharchive/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mytharchive/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mytharchive/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mytharchive/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 12 Aug 2008 03:37:04 -0000 1.31
23 +++ ChangeLog 1 Oct 2008 23:00:24 -0000 1.32
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/mytharchive
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.31 2008/08/12 03:37:04 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mytharchive/ChangeLog,v 1.32 2008/10/01 23:00:24 cardoe Exp $
29 +
30 +*mytharchive-0.21_p18355 (01 Oct 2008)
31 +
32 + 01 Oct 2008; Doug Goldstein <cardoe@g.o>
33 + +mytharchive-0.21_p18355.ebuild:
34 + EAPI=2 for mjpegtools USE=png depend. Danisk translation updates
35
36 *mytharchive-0.21_p17948 (12 Aug 2008)
37
38
39
40
41 1.1 media-plugins/mytharchive/mytharchive-0.21_p18355.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mytharchive/mytharchive-0.21_p18355.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mytharchive/mytharchive-0.21_p18355.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mytharchive-0.21_p18355.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/mytharchive/mytharchive-0.21_p18355.ebuild,v 1.1 2008/10/01 23:00:24 cardoe Exp $
51
52 EAPI=2
53 inherit 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.8.99999
63 >=media-video/mjpegtools-1.6.2[png]
64 >=media-video/dvdauthor-0.6.11
65 >=media-video/ffmpeg-0.4.9
66 >=app-cdr/dvd+rw-tools-5.21.4.10.8
67 virtual/cdrtools
68 media-video/transcode"
69 DEPEND="${RDEPEND}"