summaryrefslogtreecommitdiff
blob: c2f6679f8f612c007674b41ec4f17849328493c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
# ChangeLog for media-plugins/gst-plugins-v4l2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.147 2014/07/24 18:50:51 ssuominen Exp $

  24 Jul 2014; Samuli Suominen <ssuominen@gentoo.org>
  gst-plugins-v4l2-0.10.31-r1.ebuild, gst-plugins-v4l2-0.10.31.ebuild,
  gst-plugins-v4l2-1.2.3.ebuild, gst-plugins-v4l2-1.2.4-r1.ebuild,
  gst-plugins-v4l2-1.2.4.ebuild:
  Use virtual/libgudev instead of virtual/udev.

  23 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
  gst-plugins-v4l2-0.10.31-r1.ebuild, gst-plugins-v4l2-1.2.4-r1.ebuild:
  Stable for x86, wrt bug #512012

  22 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
  gst-plugins-v4l2-0.10.31-r1.ebuild, gst-plugins-v4l2-1.2.4-r1.ebuild:
  Stable for amd64, wrt bug #512912

  18 Jun 2014; Michał Górny <mgorny@gentoo.org>
  gst-plugins-v4l2-0.10.31-r1.ebuild, gst-plugins-v4l2-1.2.4-r1.ebuild:
  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
  #513718.

*gst-plugins-v4l2-1.2.4-r1 (10 Jun 2014)
*gst-plugins-v4l2-0.10.31-r1 (10 Jun 2014)

  10 Jun 2014; Michał Górny <mgorny@gentoo.org>
  +gst-plugins-v4l2-0.10.31-r1.ebuild, +gst-plugins-v4l2-1.2.4-r1.ebuild:
  Enable multilib support, bug #493176.

*gst-plugins-v4l2-1.2.4 (31 May 2014)

  31 May 2014; Pacho Ramos <pacho@gentoo.org> +gst-plugins-v4l2-1.2.4.ebuild,
  -gst-plugins-v4l2-1.0.10.ebuild, -gst-plugins-v4l2-1.2.0.ebuild:
  Version bump, drop old

  21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.2.3.ebuild:
  Stable for arm, wrt bug #507568

  19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.2.3.ebuild:
  Stable for sparc, wrt bug #507568

  18 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.2.3.ebuild:
  Stable for alpha, wrt bug #507568

  17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.2.3.ebuild:
  Stable for ia64, wrt bug #507568

  16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.2.3.ebuild:
  Stable for ppc64, wrt bug #507568

  14 Apr 2014; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.2.3.ebuild:
  Stable for ppc, wrt bug #507568

  28 Mar 2014; Jeroen Roovers <jer@gentoo.org> gst-plugins-v4l2-1.2.3.ebuild:
  Stable for HPPA (bug #499954).

  09 Mar 2014; Pacho Ramos <pacho@gentoo.org> gst-plugins-v4l2-1.2.3.ebuild:
  x86 stable, bug 499954

  09 Mar 2014; Pacho Ramos <pacho@gentoo.org> gst-plugins-v4l2-1.2.3.ebuild:
  amd64 stable, bug 499954

*gst-plugins-v4l2-1.2.3 (16 Feb 2014)

  16 Feb 2014; Gilles Dartiguelongue <eva@gentoo.org>
  -gst-plugins-v4l2-1.0.5.ebuild, -gst-plugins-v4l2-1.0.6.ebuild,
  -gst-plugins-v4l2-1.0.7.ebuild, -gst-plugins-v4l2-1.0.8.ebuild,
  +gst-plugins-v4l2-1.2.3.ebuild:
  Version bump; remove old. Improvement include:
  * Compilation fix on uclibc, older glibc systems, and non-Linux
    systems.
  * Robustness against (allowed) uninitialized ioctl values.
  * Fixes for when using the same v4l2 element for handling
    different hardware devices consequently.

  22 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
  Stable for sparc, wrt bug #480908

  16 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
  Stable for ia64, wrt bug #480908

  16 Oct 2013; Jeroen Roovers <jer@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
  Stable for HPPA (bug #480908).

  15 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
  Stable for alpha, wrt bug #480908

  14 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
  Stable for arm, wrt bug #480908

  13 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
  Stable for ppc64, wrt bug #480908

  12 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
  Stable for ppc, wrt bug #480908

  11 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
  Stable for x86, wrt bug #480908

  10 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.10.ebuild:
  Stable for amd64, wrt bug #480908

*gst-plugins-v4l2-1.2.0 (29 Sep 2013)

  29 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org>
  +gst-plugins-v4l2-1.2.0.ebuild:
  Version bump.

*gst-plugins-v4l2-1.0.10 (01 Sep 2013)

  01 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org>
  +gst-plugins-v4l2-1.0.10.ebuild:
  Version bump.

*gst-plugins-v4l2-1.0.8 (26 Aug 2013)

  26 Aug 2013; Gilles Dartiguelongue <eva@gentoo.org>
  +gst-plugins-v4l2-1.0.8.ebuild:
  Version bump.

*gst-plugins-v4l2-1.0.7 (08 Jun 2013)

  08 Jun 2013; Gilles Dartiguelongue <eva@gentoo.org>
  +gst-plugins-v4l2-1.0.7.ebuild:
  Version bump.

  01 Jun 2013; Samuli Suominen <ssuominen@gentoo.org>
  gst-plugins-v4l2-0.10.31.ebuild,
  +files/gst-plugins-v4l2-0.10.31-linux-headers-3.9.patch:
  Fix building with linux-headers >= 3.9 wrt #468618 using upstream patch by
  Rafał Mużyło and "Ulenrich"

*gst-plugins-v4l2-1.0.6 (01 Apr 2013)

  01 Apr 2013; Gilles Dartiguelongue <eva@gentoo.org>
  +gst-plugins-v4l2-1.0.6.ebuild:
  Version bump.

  05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
  -gst-plugins-v4l2-0.10.30.ebuild, -gst-plugins-v4l2-1.0.3.ebuild:
  Clean up old revisions.

  23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.5.ebuild:
  Stable for alpha, wrt bug #458188

  23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.5.ebuild:
  Stable for arm, wrt bug #458188

  23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.5.ebuild:
  Stable for hppa, wrt bug #458188

  23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.5.ebuild:
  Stable for sparc, wrt bug #458188

  22 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.5.ebuild:
  Stable for ia64, wrt bug #458188

  21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.5.ebuild:
  Stable for ppc64, wrt bug #458188

  21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.5.ebuild:
  Stable for ppc, wrt bug #458188

  21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.5.ebuild:
  Stable for x86, wrt bug #458188

  21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-v4l2-1.0.5.ebuild:
  Stable for amd64, wrt bug #458188

  10 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
  gst-plugins-v4l2-0.10.31.ebuild:
  Stable for sparc, wrt bug #454906

  07 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
  gst-plugins-v4l2-0.10.31.ebuild:
  Stable for hppa, wrt bug #454906

  04 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
  gst-plugins-v4l2-0.10.31.ebuild:
  Stable for arm, wrt bug #454906

  04 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
  gst-plugins-v4l2-0.10.31.ebuild:
  Stable for alpha, wrt bug #454906

  04 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
  gst-plugins-v4l2-0.10.31.ebuild:
  Stable for ia64, wrt bug #454906

  01 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
  gst-plugins-v4l2-0.10.31.ebuild:
  Stable for ppc, wrt bug #454906

  01 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
  gst-plugins-v4l2-0.10.31.ebuild:
  Stable for ppc64, wrt bug #454906

  01 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
  gst-plugins-v4l2-0.10.31.ebuild:
  Stable for x86, wrt bug #454906

  01 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
  gst-plugins-v4l2-0.10.31.ebuild:
  Stable for amd64, wrt bug #454906

*gst-plugins-v4l2-1.0.5 (21 Jan 2013)

  21 Jan 2013; Gilles Dartiguelongue <eva@gentoo.org>
  +gst-plugins-v4l2-1.0.5.ebuild:
  Version bump.

  05 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org>
  gst-plugins-v4l2-0.10.30.ebuild:
  Fix build of stable ebuild, bug #446130.

*gst-plugins-v4l2-1.0.3 (03 Dec 2012)

  03 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org>
  gst-plugins-v4l2-0.10.31.ebuild, +gst-plugins-v4l2-1.0.3.ebuild:
  Version bump. Switch to virtual for udev.

  02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org>
  gst-plugins-v4l2-0.10.31.ebuild:
  Update with ebuild from gnome overlay.

  02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org>
  -gst-plugins-v4l2-0.10.23.ebuild, -gst-plugins-v4l2-0.10.28-r1.ebuild,
  gst-plugins-v4l2-0.10.30.ebuild:
  Add missing gstreamer slot.

  23 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  gst-plugins-v4l2-0.10.30.ebuild:
  Also fix build failure with linux-headers in the stable ebuild.

*gst-plugins-v4l2-0.10.31 (23 Oct 2012)

  23 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
  +gst-plugins-v4l2-0.10.31.ebuild,
  +files/gst-plugins-v4l2-0.10.31-linux-headers-3.6.patch:
  Bump, improves error handling, fixes various bugs. Fix build failure with
  recent linux-headers (bug #437012, thanks to Jason Lamb et al.)

  15 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org>
  gst-plugins-v4l2-0.10.30.ebuild:
  ppc/ppc64 stable wrt #382225

  11 Oct 2011; Jeroen Roovers <jer@gentoo.org> gst-plugins-v4l2-0.10.30.ebuild:
  Stable for HPPA (bug #382225).

  09 Oct 2011; Raúl Porcel <armin76@gentoo.org>
  gst-plugins-v4l2-0.10.30.ebuild:
  alpha/ia64/sparc stable wrt #382225

  03 Oct 2011; Markus Meier <maekke@gentoo.org>
  gst-plugins-v4l2-0.10.30.ebuild:
  arm stable, bug #382225

  25 Sep 2011; Tony Vroon <chainsaw@gentoo.org>
  gst-plugins-v4l2-0.10.30.ebuild:
  Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo &
  Tomáš "Mepho" Pružina in bug #382225.

  20 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  gst-plugins-v4l2-0.10.30.ebuild:
  x86 stable wrt bug #382225

  04 Aug 2011; Samuli Suominen <ssuominen@gentoo.org>
  gst-plugins-v4l2-0.10.30.ebuild:
  Move libv4l from DEPEND to RDEPEND wrt #370671

*gst-plugins-v4l2-0.10.30 (31 Jul 2011)

  31 Jul 2011; Mart Raudsepp <leio@gentoo.org>
  -gst-plugins-v4l2-0.10.28.ebuild, +gst-plugins-v4l2-0.10.30.ebuild:
  Version bump. New v4l2radio element to control radio devices. Adds PJPG
  mapping; fixes interlaced set_format configuration.

  25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
  gst-plugins-v4l2-0.10.28-r1.ebuild:
  ppc/ppc64 stable wrt #368281

  09 Jun 2011; Jeroen Roovers <jer@gentoo.org>
  gst-plugins-v4l2-0.10.28-r1.ebuild:
  Stable for HPPA (bug #368281).

  05 Jun 2011; Raúl Porcel <armin76@gentoo.org>
  gst-plugins-v4l2-0.10.28-r1.ebuild:
  alpha/ia64/sparc stable wrt #368281

  05 Jun 2011; Markus Meier <maekke@gentoo.org>
  gst-plugins-v4l2-0.10.28-r1.ebuild:
  arm stable, bug #368281

  23 May 2011; Markos Chandras <hwoarang@gentoo.org>
  gst-plugins-v4l2-0.10.28-r1.ebuild:
  Stable on amd64 wrt bug #368281

  23 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  gst-plugins-v4l2-0.10.28-r1.ebuild:
  x86 stable wrt bug #368281

*gst-plugins-v4l2-0.10.28-r1 (21 Mar 2011)

  21 Mar 2011; Arun Raghavan <ford_prefect@gentoo.org>
  +gst-plugins-v4l2-0.10.28-r1.ebuild:
  Add libv4l dep for video buffer format conversion. Fixes bug #250079.

*gst-plugins-v4l2-0.10.28 (20 Mar 2011)

  20 Mar 2011; Mart Raudsepp <leio@gentoo.org>
  -gst-plugins-v4l2-0.10.16.ebuild, -gst-plugins-v4l2-0.10.17.ebuild,
  -gst-plugins-v4l2-0.10.21.ebuild, -gst-plugins-v4l2-0.10.22.ebuild,
  +gst-plugins-v4l2-0.10.28.ebuild:
  Version bump. Includes compile fix against linux-2.6.38 headers. Lots of
  new features, bug fixes and improvements

  11 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
  gst-plugins-v4l2-0.10.23.ebuild:
  ppc/ppc64 stable wrt #346981

  30 Jan 2011; Raúl Porcel <armin76@gentoo.org>
  gst-plugins-v4l2-0.10.23.ebuild:
  arm stable

  18 Jan 2011; Jeroen Roovers <jer@gentoo.org> gst-plugins-v4l2-0.10.23.ebuild:
  Stable for HPPA (bug #346981).

  06 Jan 2011; Raúl Porcel <armin76@gentoo.org>
  gst-plugins-v4l2-0.10.23.ebuild:
  alpha/ia64/sparc stable wrt #346981

  20 Dec 2010; Markos Chandras <hwoarang@gentoo.org>
  gst-plugins-v4l2-0.10.23.ebuild:
  Stable on amd64 wrt bug #346981

  20 Dec 2010; Thomas Kahle <tomka@gentoo.org> gst-plugins-v4l2-0.10.23.ebuild:
  x86 stable per bug 346981

  11 Sep 2010; <nixnut@gentoo.org> gst-plugins-v4l2-0.10.22.ebuild:
  ppc stable #329703

  05 Sep 2010; Tobias Klausmann <klausman@gentoo.org>
  gst-plugins-v4l2-0.10.22.ebuild:
  Stable on alpha, bug #329703

  10 Aug 2010; Jeroen Roovers <jer@gentoo.org>
  gst-plugins-v4l2-0.10.22.ebuild:
  Stable for HPPA (bug #329703).

  07 Aug 2010; Raúl Porcel <armin76@gentoo.org>
  gst-plugins-v4l2-0.10.16.ebuild:
  ia64/sparc stable

  05 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
  gst-plugins-v4l2-0.10.22.ebuild:
  ppc64 stable wrt #324691

  01 Aug 2010; Tobias Klausmann <klausman@gentoo.org>
  gst-plugins-v4l2-0.10.21.ebuild:
  Stable on alpha, bug #324691

*gst-plugins-v4l2-0.10.23 (31 Jul 2010)

  31 Jul 2010; Mart Raudsepp <leio@gentoo.org>
  +gst-plugins-v4l2-0.10.23.ebuild:
  Version bump to be in sync with the rest; no code changes

  27 Jul 2010; Pacho Ramos <pacho@gentoo.org>
  gst-plugins-v4l2-0.10.22.ebuild:
  amd64 stable, bug 329703

  27 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
  gst-plugins-v4l2-0.10.22.ebuild:
  x86 stable, bug 329703

  12 Jul 2010; Jeroen Roovers <jer@gentoo.org>
  gst-plugins-v4l2-0.10.21.ebuild:
  Stable for HPPA (bug #324691).

*gst-plugins-v4l2-0.10.22 (03 Jul 2010)

  03 Jul 2010; Mart Raudsepp <leio@gentoo.org>
  +gst-plugins-v4l2-0.10.22.ebuild:
  Version bump. No noteworthy changes.

  01 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
  gst-plugins-v4l2-0.10.21.ebuild:
  x86 stable, bug 324691

  27 Jun 2010; <nixnut@gentoo.org> gst-plugins-v4l2-0.10.21.ebuild:
  ppc stable #324691

  24 Jun 2010; Jeroen Roovers <jer@gentoo.org>
  gst-plugins-v4l2-0.10.17.ebuild:
  Stable for HPPA (bug #308379).

  24 Jun 2010; Markos Chandras <hwoarang@gentoo.org>
  gst-plugins-v4l2-0.10.21.ebuild:
  Stable on amd64 wrt bug #324691

  22 May 2010; Raúl Porcel <armin76@gentoo.org>
  gst-plugins-v4l2-0.10.16.ebuild, gst-plugins-v4l2-0.10.17.ebuild,
  gst-plugins-v4l2-0.10.21.ebuild:
  Add ~ia64/~sparc

  18 Apr 2010; <nixnut@gentoo.org> gst-plugins-v4l2-0.10.17.ebuild:
  ppc stable #308379

*gst-plugins-v4l2-0.10.21 (05 Apr 2010)

  05 Apr 2010; Mart Raudsepp <leio@gentoo.org>
  -gst-plugins-v4l2-0.10.14.ebuild, +gst-plugins-v4l2-0.10.21.ebuild:
  Version bump. Adds v4l2:// URI support; v4l2sink is now never autoplugged;
  code cleanups and small fixes

  24 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
  gst-plugins-v4l2-0.10.17.ebuild:
  stable x86, bug 308379

  19 Mar 2010; Pacho Ramos <pacho@gentoo.org>
  gst-plugins-v4l2-0.10.17.ebuild:
  amd64 stable, bug 308379

  18 Jan 2010; Raúl Porcel <armin76@gentoo.org>
  gst-plugins-v4l2-0.10.14.ebuild, gst-plugins-v4l2-0.10.16.ebuild,
  gst-plugins-v4l2-0.10.17.ebuild:
  Add ~arm

  05 Jan 2010; nixnut <nixnut@gentoo.org> gst-plugins-v4l2-0.10.16.ebuild:
  ppc stable #290343

  29 Nov 2009; Tobias Klausmann <klausman@gentoo.org>
  gst-plugins-v4l2-0.10.16.ebuild:
  Stable on alpha, bug #290343

  24 Nov 2009; Jeroen Roovers <jer@gentoo.org>
  gst-plugins-v4l2-0.10.16.ebuild:
  Stable for HPPA (bug #293281).

  18 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
  gst-plugins-v4l2-0.10.16.ebuild:
  x86 stable, bug 290343

  17 Nov 2009; Brent Baude <ranger@gentoo.org>
  gst-plugins-v4l2-0.10.16.ebuild:
  Marking gst-plugins-v4l2-0.10.16 ppc64 stable for bug 290343

*gst-plugins-v4l2-0.10.17 (17 Nov 2009)

  17 Nov 2009; Mart Raudsepp <leio@gentoo.org>
  -gst-plugins-v4l2-0.10.15.ebuild, +gst-plugins-v4l2-0.10.17.ebuild:
  Version bump. Support MPEG V4L2 devices and improve timestamping

  10 Nov 2009; Olivier Crête <tester@gentoo.org>
  gst-plugins-v4l2-0.10.16.ebuild:
  Stable on amd64, bug #290343

*gst-plugins-v4l2-0.10.16 (10 Nov 2009)

  10 Nov 2009; Mart Raudsepp <leio@gentoo.org>
  +gst-plugins-v4l2-0.10.16.ebuild:
  Version bump. Adds a v4l2sink element to display frames on a v4l2 device;
  various bug fixes

*gst-plugins-v4l2-0.10.15 (08 Sep 2009)

  08 Sep 2009; Mart Raudsepp <leio@gentoo.org>
  +gst-plugins-v4l2-0.10.15.ebuild:
  Version bump. Various improvements and bug fixes

  05 Aug 2009; Mart Raudsepp <leio@gentoo.org>
  -gst-plugins-v4l2-0.10.8.ebuild, -gst-plugins-v4l2-0.10.11.ebuild:
  Remove old

  02 Aug 2009; Jeroen Roovers <jer@gentoo.org>
  gst-plugins-v4l2-0.10.14.ebuild:
  Marked ~hppa (bug #279676).

  21 May 2009; Brent Baude <ranger@gentoo.org> ChangeLog:
  Marking gst-plugins-v4l2-0.10.14 ppc64 stable for bug 266986

  21 May 2009; Brent Baude <ranger@gentoo.org> ChangeLog:
  Marking gst-plugins-v4l2-0.10.14 ppc stable for bug 266986

  14 May 2009; Markus Meier <maekke@gentoo.org>
  gst-plugins-v4l2-0.10.14.ebuild:
  amd64 stable, bug #266986

  12 May 2009; Christian Faulhammer <fauli@gentoo.org>
  gst-plugins-v4l2-0.10.14.ebuild:
  stable x86, bug 266986

  03 May 2009; Tobias Klausmann <klausman@gentoo.org>
  gst-plugins-v4l2-0.10.14.ebuild:
  Stable on alpha, bug #266986

*gst-plugins-v4l2-0.10.14 (30 Mar 2009)

  30 Mar 2009; Olivier Crête <tester@gentoo.org>
  +gst-plugins-v4l2-0.10.14.ebuild:
  Version bump

  06 Dec 2008; <ssuominen@gentoo.org> gst-plugins-v4l2-0.10.11.ebuild:
  Add >=gstreamer-0.10.21 to RDEPEND wrt #205745, Comment #1.

*gst-plugins-v4l2-0.10.11 (05 Dec 2008)

  05 Dec 2008; <ssuominen@gentoo.org> +gst-plugins-v4l2-0.10.11.ebuild:
  Version bump.

  08 Aug 2008; Markus Meier <maekke@gentoo.org>
  gst-plugins-v4l2-0.10.8.ebuild:
  x86 stable, bug #232054

  07 Aug 2008; Tobias Klausmann <klausman@gentoo.org>
  gst-plugins-v4l2-0.10.8.ebuild:
  Stable on alpha, bug #232054

  01 Aug 2008; Brent Baude <ranger@gentoo.org>
  gst-plugins-v4l2-0.10.8.ebuild:
  Marking gst-plugins-v4l2-0.10.8 ppc64 stable for bug 232054

  30 Jul 2008; Brent Baude <ranger@gentoo.org>
  gst-plugins-v4l2-0.10.8.ebuild:
  Marking gst-plugins-v4l2-0.10.8 ppc stable for bug 232054

  26 Jul 2008; Olivier Crête <tester@gentoo.org>
  gst-plugins-v4l2-0.10.8.ebuild:
  Stable on amd64, bug #232054

*gst-plugins-v4l2-0.10.8 (29 Jun 2008)

  29 Jun 2008; Samuli Suominen <drac@gentoo.org>
  -gst-plugins-v4l2-0.10.6.ebuild, -gst-plugins-v4l2-0.10.7.ebuild,
  +gst-plugins-v4l2-0.10.8.ebuild:
  Version bump.

*gst-plugins-v4l2-0.10.7 (21 Feb 2008)

  21 Feb 2008; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-v4l2-0.10.7.ebuild:
  version bump

  13 Nov 2007; Stefan Schweizer <genstef@gentoo.org>
  gst-plugins-v4l2-0.10.6.ebuild:
  remove x11-drivers/xf86-video-v4l RDEPEND because it is not needed

*gst-plugins-v4l2-0.10.6 (30 Aug 2007)

  30 Aug 2007; Samuli Suominen <drac@gentoo.org>
  +gst-plugins-v4l2-0.10.6.ebuild:
  Version bump.

  22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
  gst-plugins-v4l2-0.8.11.ebuild, gst-plugins-v4l2-0.8.12.ebuild,
  gst-plugins-v4l2-0.10.5.ebuild:
  Drop virtual/x11 references.

*gst-plugins-v4l2-0.10.5 (23 Feb 2007)

  23 Feb 2007; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-v4l2-0.10.5.ebuild:
  version bump

  22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
  Transition to Manifest2.

  11 Jan 2007; Michael Sterrett <mr_bones_@gentoo.org>
  -gst-plugins-v4l2-0.8.8.ebuild, -gst-plugins-v4l2-0.8.9.ebuild,
  -gst-plugins-v4l2-0.8.10.ebuild:
  clean out older ebuilds, with broken deps

  02 Mar 2006; Hanno Boeck <hanno@gentoo.org> gst-plugins-v4l2-0.8.8.ebuild,
  gst-plugins-v4l2-0.8.9.ebuild, gst-plugins-v4l2-0.8.10.ebuild,
  gst-plugins-v4l2-0.8.11.ebuild, gst-plugins-v4l2-0.8.12.ebuild:
  Fix modular X dependencies.

*gst-plugins-v4l2-0.8.12 (23 Feb 2006)

  23 Feb 2006; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-v4l2-0.8.12.ebuild:
  version bump of 0.8 series

  23 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
  gst-plugins-v4l2-0.8.11.ebuild:
  Stable on ppc wrt bug #119634.

  23 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
  gst-plugins-v4l2-0.8.11.ebuild:
  Stable on x86 wrt bug #119634.

  23 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
  gst-plugins-v4l2-0.8.11.ebuild:
  Stable on amd64 wrt bug #119634.

*gst-plugins-v4l2-0.8.11 (05 Sep 2005)

  05 Sep 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-v4l2-0.8.11.ebuild:
  version bump

  02 Sep 2005; Michael Hanselmann <hansmi@gentoo.org>
  gst-plugins-v4l2-0.8.10.ebuild:
  Stable on ppc.

  31 Aug 2005; Herbie Hopkins <herbs@gentoo.org>
  gst-plugins-v4l2-0.8.10.ebuild:
  Stable on amd64.

  30 Aug 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  gst-plugins-v4l2-0.8.10.ebuild:
  stable on x86

*gst-plugins-v4l2-0.8.10 (02 Jul 2005)

  02 Jul 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-v4l2-0.8.10.ebuild:
  version bump

  01 May 2005; Michael Hanselmann <hansmi@gentoo.org>
  gst-plugins-v4l2-0.8.8.ebuild:
  Stable on ppc.

  27 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org>
  gst-plugins-v4l2-0.8.8.ebuild:
  stable on amd64

  25 Apr 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  gst-plugins-v4l2-0.8.8.ebuild:
  stabilise on x86 and remove linux26-headers dep

*gst-plugins-v4l2-0.8.8 (17 Mar 2005)

  17 Mar 2005; <zaheerm@gentoo.org> +gst-plugins-v4l2-0.8.8.ebuild:
  Initial Commit
  gstreamer plugin for capture from v4l2 devices (#81401)