Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/avidemux-core: avidemux-core-2.6.2-r1.ebuild avidemux-core-9999.ebuild avidemux-core-2.6.5.ebuild avidemux-core-2.6.3.ebuild avidemux-core-2.6.7.ebuild avidemux-core-2.6.4.ebuild ChangeLog
Date: Thu, 30 Jan 2014 18:13:44
Message-Id: 20140130181338.986612004C@flycatcher.gentoo.org
1 tomwij 14/01/30 18:13:38
2
3 Modified: avidemux-core-2.6.2-r1.ebuild
4 avidemux-core-9999.ebuild
5 avidemux-core-2.6.5.ebuild
6 avidemux-core-2.6.3.ebuild
7 avidemux-core-2.6.7.ebuild
8 avidemux-core-2.6.4.ebuild ChangeLog
9 Log:
10 Further corrected libintl dependencies, suggested by Nikoli.
11
12 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
13
14 Revision Changes Path
15 1.7 media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild?rev=1.7&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild?rev=1.7&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild?r1=1.6&r2=1.7
20
21 Index: avidemux-core-2.6.2-r1.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild,v
24 retrieving revision 1.6
25 retrieving revision 1.7
26 diff -u -r1.6 -r1.7
27 --- avidemux-core-2.6.2-r1.ebuild 11 Aug 2013 21:42:55 -0000 1.6
28 +++ avidemux-core-2.6.2-r1.ebuild 30 Jan 2014 18:13:38 -0000 1.7
29 @@ -1,6 +1,6 @@
30 -# Copyright 1999-2013 Gentoo Foundation
31 +# Copyright 1999-2014 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild,v 1.6 2013/08/11 21:42:55 aballier Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.2-r1.ebuild,v 1.7 2014/01/30 18:13:38 tomwij Exp $
35
36 EAPI="5"
37
38 @@ -47,10 +47,13 @@
39 DEPEND="
40 $RDEPEND
41 oss? ( virtual/os-headers )
42 - nls? ( sys-devel/gettext )
43 + nls? ( sys-devel/gettext:0 )
44 virtual/pkgconfig
45 "
46 -
47 +RDEPEND="
48 + nls? ( virtual/libintl:0 )
49 + $RDEPEND
50 +"
51 S="${WORKDIR}/${MY_P}"
52
53 src_prepare() {
54
55
56
57 1.6 media-libs/avidemux-core/avidemux-core-9999.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild?rev=1.6&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild?rev=1.6&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild?r1=1.5&r2=1.6
62
63 Index: avidemux-core-9999.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild,v
66 retrieving revision 1.5
67 retrieving revision 1.6
68 diff -u -r1.5 -r1.6
69 --- avidemux-core-9999.ebuild 30 Jan 2014 16:40:45 -0000 1.5
70 +++ avidemux-core-9999.ebuild 30 Jan 2014 18:13:38 -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-libs/avidemux-core/avidemux-core-9999.ebuild,v 1.5 2014/01/30 16:40:45 tomwij Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild,v 1.6 2014/01/30 18:13:38 tomwij Exp $
76
77 EAPI="5"
78
79 @@ -40,7 +40,7 @@
80 "
81 RDEPEND="
82 $DEPEND
83 - virtual/libintl:0
84 + nls? ( virtual/libintl:0 )
85 "
86 DEPEND="
87 $DEPEND
88
89
90
91 1.2 media-libs/avidemux-core/avidemux-core-2.6.5.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.5.ebuild?rev=1.2&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.5.ebuild?rev=1.2&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.5.ebuild?r1=1.1&r2=1.2
96
97 Index: avidemux-core-2.6.5.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.5.ebuild,v
100 retrieving revision 1.1
101 retrieving revision 1.2
102 diff -u -r1.1 -r1.2
103 --- avidemux-core-2.6.5.ebuild 1 Sep 2013 11:53:12 -0000 1.1
104 +++ avidemux-core-2.6.5.ebuild 30 Jan 2014 18:13:38 -0000 1.2
105 @@ -1,6 +1,6 @@
106 -# Copyright 1999-2013 Gentoo Foundation
107 +# Copyright 1999-2014 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.5.ebuild,v 1.1 2013/09/01 11:53:12 tomwij Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.5.ebuild,v 1.2 2014/01/30 18:13:38 tomwij Exp $
111
112 EAPI="5"
113
114 @@ -31,7 +31,6 @@
115 DEPEND="
116 !<media-video/avidemux-${PV}:${SLOT}
117 dev-db/sqlite:3
118 - nls? ( sys-devel/gettext:0 )
119 sdl? ( media-libs/libsdl:0 )
120 system-ffmpeg? ( >=virtual/ffmpeg-9:0[mp3,theora] )
121 xv? ( x11-libs/libXv:0 )
122 @@ -40,11 +39,13 @@
123 video_cards_fglrx? ( x11-libs/xvba-video:0 )
124 "
125 RDEPEND="
126 + nls? ( virtual/libintl:0 )
127 $DEPEND
128 "
129 DEPEND="
130 $DEPEND
131 virtual/pkgconfig:0
132 + nls? ( sys-devel/gettext:0 )
133 !system-ffmpeg? ( dev-lang/yasm:0[nls=] )
134 "
135
136
137
138
139 1.6 media-libs/avidemux-core/avidemux-core-2.6.3.ebuild
140
141 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild?rev=1.6&view=markup
142 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild?rev=1.6&content-type=text/plain
143 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild?r1=1.5&r2=1.6
144
145 Index: avidemux-core-2.6.3.ebuild
146 ===================================================================
147 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild,v
148 retrieving revision 1.5
149 retrieving revision 1.6
150 diff -u -r1.5 -r1.6
151 --- avidemux-core-2.6.3.ebuild 11 Aug 2013 21:42:55 -0000 1.5
152 +++ avidemux-core-2.6.3.ebuild 30 Jan 2014 18:13:38 -0000 1.6
153 @@ -1,6 +1,6 @@
154 -# Copyright 1999-2013 Gentoo Foundation
155 +# Copyright 1999-2014 Gentoo Foundation
156 # Distributed under the terms of the GNU General Public License v2
157 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild,v 1.5 2013/08/11 21:42:55 aballier Exp $
158 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.3.ebuild,v 1.6 2014/01/30 18:13:38 tomwij Exp $
159
160 EAPI="5"
161
162 @@ -23,18 +23,19 @@
163 DEPEND="
164 !<media-video/avidemux-${PV}:${SLOT}
165 dev-db/sqlite
166 - nls? ( sys-devel/gettext )
167 sdl? ( media-libs/libsdl )
168 system-ffmpeg? ( >=media-video/ffmpeg-1.0:0[aac,cpudetection,mp3,theora] )
169 xv? ( x11-libs/libXv )
170 vdpau? ( x11-libs/libvdpau )
171 "
172 RDEPEND="
173 + nls? ( virtual/libintl:0 )
174 $DEPEND
175 "
176 DEPEND="
177 $DEPEND
178 virtual/pkgconfig
179 + nls? ( sys-devel/gettext:0 )
180 !system-ffmpeg? ( dev-lang/yasm[nls=] )
181 "
182
183
184
185
186 1.2 media-libs/avidemux-core/avidemux-core-2.6.7.ebuild
187
188 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.7.ebuild?rev=1.2&view=markup
189 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.7.ebuild?rev=1.2&content-type=text/plain
190 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.7.ebuild?r1=1.1&r2=1.2
191
192 Index: avidemux-core-2.6.7.ebuild
193 ===================================================================
194 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.7.ebuild,v
195 retrieving revision 1.1
196 retrieving revision 1.2
197 diff -u -r1.1 -r1.2
198 --- avidemux-core-2.6.7.ebuild 17 Dec 2013 23:26:40 -0000 1.1
199 +++ avidemux-core-2.6.7.ebuild 30 Jan 2014 18:13:38 -0000 1.2
200 @@ -1,6 +1,6 @@
201 -# Copyright 1999-2013 Gentoo Foundation
202 +# Copyright 1999-2014 Gentoo Foundation
203 # Distributed under the terms of the GNU General Public License v2
204 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.7.ebuild,v 1.1 2013/12/17 23:26:40 tomwij Exp $
205 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.7.ebuild,v 1.2 2014/01/30 18:13:38 tomwij Exp $
206
207 EAPI="5"
208
209 @@ -31,7 +31,6 @@
210 DEPEND="
211 !<media-video/avidemux-${PV}:${SLOT}
212 dev-db/sqlite:3
213 - nls? ( sys-devel/gettext:0 )
214 sdl? ( media-libs/libsdl:0 )
215 system-ffmpeg? ( >=virtual/ffmpeg-9:0[mp3,theora] )
216 xv? ( x11-libs/libXv:0 )
217 @@ -40,11 +39,13 @@
218 video_cards_fglrx? ( x11-libs/xvba-video:0 )
219 "
220 RDEPEND="
221 + nls? ( virtual/libintl:0 )
222 $DEPEND
223 "
224 DEPEND="
225 $DEPEND
226 virtual/pkgconfig:0
227 + nls? ( sys-devel/gettext:0 )
228 !system-ffmpeg? ( dev-lang/yasm:0[nls=] )
229 "
230
231
232
233
234 1.5 media-libs/avidemux-core/avidemux-core-2.6.4.ebuild
235
236 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.4.ebuild?rev=1.5&view=markup
237 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.4.ebuild?rev=1.5&content-type=text/plain
238 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.4.ebuild?r1=1.4&r2=1.5
239
240 Index: avidemux-core-2.6.4.ebuild
241 ===================================================================
242 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.4.ebuild,v
243 retrieving revision 1.4
244 retrieving revision 1.5
245 diff -u -r1.4 -r1.5
246 --- avidemux-core-2.6.4.ebuild 11 Aug 2013 21:42:55 -0000 1.4
247 +++ avidemux-core-2.6.4.ebuild 30 Jan 2014 18:13:38 -0000 1.5
248 @@ -1,6 +1,6 @@
249 -# Copyright 1999-2013 Gentoo Foundation
250 +# Copyright 1999-2014 Gentoo Foundation
251 # Distributed under the terms of the GNU General Public License v2
252 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.4.ebuild,v 1.4 2013/08/11 21:42:55 aballier Exp $
253 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-2.6.4.ebuild,v 1.5 2014/01/30 18:13:38 tomwij Exp $
254
255 EAPI="5"
256
257 @@ -23,18 +23,19 @@
258 DEPEND="
259 !<media-video/avidemux-${PV}:${SLOT}
260 dev-db/sqlite
261 - nls? ( sys-devel/gettext )
262 sdl? ( media-libs/libsdl )
263 system-ffmpeg? ( >=media-video/ffmpeg-1.0:0[aac,cpudetection,mp3,theora] )
264 xv? ( x11-libs/libXv )
265 vdpau? ( x11-libs/libvdpau )
266 "
267 RDEPEND="
268 + nls? ( virtual/libintl:0 )
269 $DEPEND
270 "
271 DEPEND="
272 $DEPEND
273 virtual/pkgconfig
274 + nls? ( sys-devel/gettext:0 )
275 !system-ffmpeg? ( dev-lang/yasm[nls=] )
276 "
277
278
279
280
281 1.18 media-libs/avidemux-core/ChangeLog
282
283 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/ChangeLog?rev=1.18&view=markup
284 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/ChangeLog?rev=1.18&content-type=text/plain
285 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/ChangeLog?r1=1.17&r2=1.18
286
287 Index: ChangeLog
288 ===================================================================
289 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v
290 retrieving revision 1.17
291 retrieving revision 1.18
292 diff -u -r1.17 -r1.18
293 --- ChangeLog 30 Jan 2014 16:40:45 -0000 1.17
294 +++ ChangeLog 30 Jan 2014 18:13:38 -0000 1.18
295 @@ -1,6 +1,12 @@
296 # ChangeLog for media-libs/avidemux-core
297 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
298 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v 1.17 2014/01/30 16:40:45 tomwij Exp $
299 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v 1.18 2014/01/30 18:13:38 tomwij Exp $
300 +
301 + 30 Jan 2014; Tom Wijsman <TomWij@g.o> avidemux-core-2.6.2-r1.ebuild,
302 + avidemux-core-2.6.3.ebuild, avidemux-core-2.6.4.ebuild,
303 + avidemux-core-2.6.5.ebuild, avidemux-core-2.6.7.ebuild,
304 + avidemux-core-9999.ebuild:
305 + Further corrected libintl dependencies, suggested by Nikoli.
306
307 30 Jan 2014; Tom Wijsman <TomWij@g.o> avidemux-core-9999.ebuild:
308 Corrected libintl dependencies, suggested by Nikoli.