Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild ffmpeg-2.2.3-r1.ebuild ffmpeg-2.2.4.ebuild ffmpeg-1.2.7.ebuild ffmpeg-1.2.6-r1.ebuild ChangeLog
Date: Sun, 06 Jul 2014 10:09:35
Message-Id: 20140706100931.03E652004E@flycatcher.gentoo.org
1 mgorny 14/07/06 10:09:30
2
3 Modified: ffmpeg-9999.ebuild ffmpeg-2.2.3-r1.ebuild
4 ffmpeg-2.2.4.ebuild ffmpeg-1.2.7.ebuild
5 ffmpeg-1.2.6-r1.ebuild ChangeLog
6 Log:
7 Output configure command-line verbosely to make debugging easier.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
10
11 Revision Changes Path
12 1.160 media-video/ffmpeg/ffmpeg-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.160&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.160&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.159&r2=1.160
17
18 Index: ffmpeg-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v
21 retrieving revision 1.159
22 retrieving revision 1.160
23 diff -u -r1.159 -r1.160
24 --- ffmpeg-9999.ebuild 5 Jul 2014 13:40:21 -0000 1.159
25 +++ ffmpeg-9999.ebuild 6 Jul 2014 10:09:30 -0000 1.160
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.159 2014/07/05 13:40:21 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.160 2014/07/06 10:09:30 mgorny Exp $
31
32 EAPI="5"
33
34 @@ -319,7 +319,7 @@
35 esac
36 fi
37
38 - "${S}/configure" \
39 + set -- "${S}/configure" \
40 --prefix="${EPREFIX}/usr" \
41 --libdir="${EPREFIX}/usr/$(get_libdir)" \
42 --shlibdir="${EPREFIX}/usr/$(get_libdir)" \
43 @@ -332,7 +332,9 @@
44 --extra-cflags="${CFLAGS}" \
45 --extra-cxxflags="${CXXFLAGS}" \
46 $(use_enable static-libs static) \
47 - "${myconf[@]}" || die
48 + "${myconf[@]}"
49 + echo "${@}"
50 + "${@}" || die
51 }
52
53 multilib_src_compile() {
54
55
56
57 1.6 media-video/ffmpeg/ffmpeg-2.2.3-r1.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.3-r1.ebuild?rev=1.6&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.3-r1.ebuild?rev=1.6&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.3-r1.ebuild?r1=1.5&r2=1.6
62
63 Index: ffmpeg-2.2.3-r1.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.3-r1.ebuild,v
66 retrieving revision 1.5
67 retrieving revision 1.6
68 diff -u -r1.5 -r1.6
69 --- ffmpeg-2.2.3-r1.ebuild 19 Jun 2014 13:14:49 -0000 1.5
70 +++ ffmpeg-2.2.3-r1.ebuild 6 Jul 2014 10:09:30 -0000 1.6
71 @@ -1,6 +1,6 @@
72 # Copyright 1999-2014 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.3-r1.ebuild,v 1.5 2014/06/19 13:14:49 mgorny Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.3-r1.ebuild,v 1.6 2014/07/06 10:09:30 mgorny Exp $
76
77 EAPI="5"
78
79 @@ -320,7 +320,7 @@
80 esac
81 fi
82
83 - "${S}/configure" \
84 + set -- "${S}/configure" \
85 --prefix="${EPREFIX}/usr" \
86 --libdir="${EPREFIX}/usr/$(get_libdir)" \
87 --shlibdir="${EPREFIX}/usr/$(get_libdir)" \
88 @@ -333,7 +333,9 @@
89 --extra-cflags="${CFLAGS}" \
90 --extra-cxxflags="${CXXFLAGS}" \
91 $(use_enable static-libs static) \
92 - "${myconf[@]}" || die
93 + "${myconf[@]}"
94 + echo "${@}"
95 + "${@}" || die
96 }
97
98 multilib_src_compile() {
99
100
101
102 1.2 media-video/ffmpeg/ffmpeg-2.2.4.ebuild
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.4.ebuild?rev=1.2&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.4.ebuild?rev=1.2&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.4.ebuild?r1=1.1&r2=1.2
107
108 Index: ffmpeg-2.2.4.ebuild
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.4.ebuild,v
111 retrieving revision 1.1
112 retrieving revision 1.2
113 diff -u -r1.1 -r1.2
114 --- ffmpeg-2.2.4.ebuild 5 Jul 2014 13:04:56 -0000 1.1
115 +++ ffmpeg-2.2.4.ebuild 6 Jul 2014 10:09:30 -0000 1.2
116 @@ -1,6 +1,6 @@
117 # Copyright 1999-2014 Gentoo Foundation
118 # Distributed under the terms of the GNU General Public License v2
119 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.4.ebuild,v 1.1 2014/07/05 13:04:56 aballier Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.4.ebuild,v 1.2 2014/07/06 10:09:30 mgorny Exp $
121
122 EAPI="5"
123
124 @@ -320,7 +320,7 @@
125 esac
126 fi
127
128 - "${S}/configure" \
129 + set -- "${S}/configure" \
130 --prefix="${EPREFIX}/usr" \
131 --libdir="${EPREFIX}/usr/$(get_libdir)" \
132 --shlibdir="${EPREFIX}/usr/$(get_libdir)" \
133 @@ -333,7 +333,9 @@
134 --extra-cflags="${CFLAGS}" \
135 --extra-cxxflags="${CXXFLAGS}" \
136 $(use_enable static-libs static) \
137 - "${myconf[@]}" || die
138 + "${myconf[@]}"
139 + echo "${@}"
140 + "${@}" || die
141 }
142
143 multilib_src_compile() {
144
145
146
147 1.2 media-video/ffmpeg/ffmpeg-1.2.7.ebuild
148
149 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.7.ebuild?rev=1.2&view=markup
150 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.7.ebuild?rev=1.2&content-type=text/plain
151 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.7.ebuild?r1=1.1&r2=1.2
152
153 Index: ffmpeg-1.2.7.ebuild
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.7.ebuild,v
156 retrieving revision 1.1
157 retrieving revision 1.2
158 diff -u -r1.1 -r1.2
159 --- ffmpeg-1.2.7.ebuild 5 Jul 2014 13:16:45 -0000 1.1
160 +++ ffmpeg-1.2.7.ebuild 6 Jul 2014 10:09:30 -0000 1.2
161 @@ -1,6 +1,6 @@
162 # Copyright 1999-2014 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.7.ebuild,v 1.1 2014/07/05 13:16:45 aballier Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.7.ebuild,v 1.2 2014/07/06 10:09:30 mgorny Exp $
166
167 EAPI="4"
168
169 @@ -285,7 +285,7 @@
170 esac
171 fi
172
173 - "${S}/configure" \
174 + set -- "${S}/configure" \
175 --prefix="${EPREFIX}/usr" \
176 --libdir="${EPREFIX}/usr/$(get_libdir)" \
177 --shlibdir="${EPREFIX}/usr/$(get_libdir)" \
178 @@ -298,7 +298,9 @@
179 --extra-cflags="${CFLAGS}" \
180 --extra-cxxflags="${CXXFLAGS}" \
181 $(use_enable static-libs static) \
182 - "${myconf[@]}" || die
183 + "${myconf[@]}"
184 + echo "${@}"
185 + "${@}" || die
186 }
187
188 multilib_src_compile() {
189
190
191
192 1.4 media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild
193
194 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild?rev=1.4&view=markup
195 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild?rev=1.4&content-type=text/plain
196 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild?r1=1.3&r2=1.4
197
198 Index: ffmpeg-1.2.6-r1.ebuild
199 ===================================================================
200 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild,v
201 retrieving revision 1.3
202 retrieving revision 1.4
203 diff -u -r1.3 -r1.4
204 --- ffmpeg-1.2.6-r1.ebuild 19 Jun 2014 13:14:49 -0000 1.3
205 +++ ffmpeg-1.2.6-r1.ebuild 6 Jul 2014 10:09:30 -0000 1.4
206 @@ -1,6 +1,6 @@
207 # Copyright 1999-2014 Gentoo Foundation
208 # Distributed under the terms of the GNU General Public License v2
209 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild,v 1.3 2014/06/19 13:14:49 mgorny Exp $
210 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild,v 1.4 2014/07/06 10:09:30 mgorny Exp $
211
212 EAPI="4"
213
214 @@ -286,7 +286,7 @@
215 esac
216 fi
217
218 - "${S}/configure" \
219 + set -- "${S}/configure" \
220 --prefix="${EPREFIX}/usr" \
221 --libdir="${EPREFIX}/usr/$(get_libdir)" \
222 --shlibdir="${EPREFIX}/usr/$(get_libdir)" \
223 @@ -299,7 +299,9 @@
224 --extra-cflags="${CFLAGS}" \
225 --extra-cxxflags="${CXXFLAGS}" \
226 $(use_enable static-libs static) \
227 - "${myconf[@]}" || die
228 + "${myconf[@]}"
229 + echo "${@}"
230 + "${@}" || die
231 }
232
233 multilib_src_compile() {
234
235
236
237 1.758 media-video/ffmpeg/ChangeLog
238
239 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.758&view=markup
240 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.758&content-type=text/plain
241 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.757&r2=1.758
242
243 Index: ChangeLog
244 ===================================================================
245 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
246 retrieving revision 1.757
247 retrieving revision 1.758
248 diff -u -r1.757 -r1.758
249 --- ChangeLog 5 Jul 2014 13:40:21 -0000 1.757
250 +++ ChangeLog 6 Jul 2014 10:09:30 -0000 1.758
251 @@ -1,6 +1,11 @@
252 # ChangeLog for media-video/ffmpeg
253 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
254 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.757 2014/07/05 13:40:21 aballier Exp $
255 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.758 2014/07/06 10:09:30 mgorny Exp $
256 +
257 + 06 Jul 2014; Michał Górny <mgorny@g.o> ffmpeg-1.2.6-r1.ebuild,
258 + ffmpeg-1.2.7.ebuild, ffmpeg-2.2.3-r1.ebuild, ffmpeg-2.2.4.ebuild,
259 + ffmpeg-9999.ebuild:
260 + Output configure command-line verbosely to make debugging easier.
261
262 05 Jul 2014; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
263 stop intalling release notes