Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ttcut: ttcut-0.19.6-r3.ebuild ChangeLog
Date: Sat, 01 Mar 2014 22:43:44
Message-Id: 20140301224338.8AB582004C@flycatcher.gentoo.org
1 billie 14/03/01 22:43:38
2
3 Modified: ttcut-0.19.6-r3.ebuild ChangeLog
4 Log:
5 Depend on media-video/ffmpeg instead of virtual/ffmpeg. See bug #474348.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)
8
9 Revision Changes Path
10 1.8 media-video/ttcut/ttcut-0.19.6-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild?r1=1.7&r2=1.8
15
16 Index: ttcut-0.19.6-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ttcut-0.19.6-r3.ebuild 4 Mar 2013 19:25:01 -0000 1.7
23 +++ ttcut-0.19.6-r3.ebuild 1 Mar 2014 22:43:38 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild,v 1.7 2013/03/04 19:25:01 billie Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r3.ebuild,v 1.8 2014/03/01 22:43:38 billie Exp $
30
31 EAPI=5
32
33 @@ -22,7 +22,7 @@
34 virtual/opengl"
35 RDEPEND="${DEPEND}
36 media-video/mplayer
37 - >=virtual/ffmpeg-0.6.90[encode]"
38 + >=media-video/ffmpeg-1.0.8[encode]"
39
40 S=${WORKDIR}/${PN}
41
42
43
44
45 1.35 media-video/ttcut/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.35&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.35&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ChangeLog?r1=1.34&r2=1.35
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v
54 retrieving revision 1.34
55 retrieving revision 1.35
56 diff -u -r1.34 -r1.35
57 --- ChangeLog 4 Mar 2013 19:25:01 -0000 1.34
58 +++ ChangeLog 1 Mar 2014 22:43:38 -0000 1.35
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-video/ttcut
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.34 2013/03/04 19:25:01 billie Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.35 2014/03/01 22:43:38 billie Exp $
65 +
66 + 01 Mar 2014; Daniel Pielmeier <billie@g.o> ttcut-0.19.6-r3.ebuild:
67 + Depend on media-video/ffmpeg instead of virtual/ffmpeg. See bug #474348.
68
69 04 Mar 2013; Daniel Pielmeier <billie@g.o> ttcut-0.19.6-r3.ebuild:
70 Switch to EAPI 5.