Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild ffmpeg-2.3.3.ebuild ChangeLog ffmpeg-2.2.7.ebuild
Date: Fri, 29 Aug 2014 19:50:13
Message-Id: 20140829195007.A0CA0430F@oystercatcher.gentoo.org
1 aballier 14/08/29 19:50:07
2
3 Modified: ffmpeg-9999.ebuild ffmpeg-2.3.3.ebuild ChangeLog
4 ffmpeg-2.2.7.ebuild
5 Log:
6 fix automagic on libXv, bug #520086
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.173 media-video/ffmpeg/ffmpeg-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.173&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.173&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.172&r2=1.173
16
17 Index: ffmpeg-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v
20 retrieving revision 1.172
21 retrieving revision 1.173
22 diff -u -r1.172 -r1.173
23 --- ffmpeg-9999.ebuild 29 Aug 2014 19:05:30 -0000 1.172
24 +++ ffmpeg-9999.ebuild 29 Aug 2014 19:50:07 -0000 1.173
25 @@ -1,6 +1,6 @@
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/ffmpeg/ffmpeg-9999.ebuild,v 1.172 2014/08/29 19:05:30 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.173 2014/08/29 19:50:07 aballier Exp $
30
31 EAPI="5"
32
33 @@ -148,6 +148,7 @@
34 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
35 >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
36 >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
37 + >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
38 )
39 zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
40 zvbi? ( >=media-libs/zvbi-0.2.35[${MULTILIB_USEDEP}] )
41
42
43
44 1.2 media-video/ffmpeg/ffmpeg-2.3.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.3.3.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.3.3.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.3.3.ebuild?r1=1.1&r2=1.2
49
50 Index: ffmpeg-2.3.3.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.3.3.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ffmpeg-2.3.3.ebuild 29 Aug 2014 18:32:16 -0000 1.1
57 +++ ffmpeg-2.3.3.ebuild 29 Aug 2014 19:50:07 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.3.3.ebuild,v 1.1 2014/08/29 18:32:16 aballier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.3.3.ebuild,v 1.2 2014/08/29 19:50:07 aballier Exp $
63
64 EAPI="5"
65
66 @@ -147,6 +147,7 @@
67 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
68 >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
69 >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
70 + >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
71 )
72 zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
73 zvbi? ( >=media-libs/zvbi-0.2.35[${MULTILIB_USEDEP}] )
74
75
76
77 1.790 media-video/ffmpeg/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.790&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.790&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.789&r2=1.790
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
86 retrieving revision 1.789
87 retrieving revision 1.790
88 diff -u -r1.789 -r1.790
89 --- ChangeLog 29 Aug 2014 19:08:50 -0000 1.789
90 +++ ChangeLog 29 Aug 2014 19:50:07 -0000 1.790
91 @@ -1,6 +1,10 @@
92 # ChangeLog for media-video/ffmpeg
93 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.789 2014/08/29 19:08:50 aballier Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.790 2014/08/29 19:50:07 aballier Exp $
96 +
97 + 29 Aug 2014; Alexis Ballier <aballier@g.o> ffmpeg-2.2.7.ebuild,
98 + ffmpeg-2.3.3.ebuild, ffmpeg-9999.ebuild:
99 + fix automagic on libXv, bug #520086
100
101 29 Aug 2014; Alexis Ballier <aballier@g.o> -ffmpeg-0.10.14.ebuild,
102 -ffmpeg-2.2.5.ebuild, -ffmpeg-2.3.ebuild, -ffmpeg-2.3.1.ebuild,
103
104
105
106 1.2 media-video/ffmpeg/ffmpeg-2.2.7.ebuild
107
108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.7.ebuild?rev=1.2&view=markup
109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.7.ebuild?rev=1.2&content-type=text/plain
110 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.7.ebuild?r1=1.1&r2=1.2
111
112 Index: ffmpeg-2.2.7.ebuild
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.7.ebuild,v
115 retrieving revision 1.1
116 retrieving revision 1.2
117 diff -u -r1.1 -r1.2
118 --- ffmpeg-2.2.7.ebuild 13 Aug 2014 18:26:10 -0000 1.1
119 +++ ffmpeg-2.2.7.ebuild 29 Aug 2014 19:50:07 -0000 1.2
120 @@ -1,6 +1,6 @@
121 # Copyright 1999-2014 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.7.ebuild,v 1.1 2014/08/13 18:26:10 aballier Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.7.ebuild,v 1.2 2014/08/29 19:50:07 aballier Exp $
125
126 EAPI="5"
127
128 @@ -149,6 +149,7 @@
129 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
130 >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
131 >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
132 + >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
133 )
134 zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
135 zvbi? ( >=media-libs/zvbi-0.2.35[${MULTILIB_USEDEP}] )