clutter-gstreamer 2.2.3-x86-mingw32 → 2.2.4-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +4 -3
  3. data/lib/clutter-gst.rb +1 -0
  4. data/vendor/local/bin/libclutter-gst-3.0-0.dll +0 -0
  5. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-aspectratio.h +105 -0
  6. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-device.h +119 -0
  7. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-manager.h +100 -0
  8. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera.h +206 -0
  9. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-content.h +107 -0
  10. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-crop.h +104 -0
  11. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-enum-types.h +0 -0
  12. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-playback.h +169 -0
  13. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-player.h +157 -0
  14. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-types.h +167 -0
  15. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-util.h +1 -1
  16. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-version.h +4 -4
  17. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-video-sink.h +47 -34
  18. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst.h +13 -7
  19. data/vendor/local/lib/girepository-1.0/ClutterGst-3.0.typelib +0 -0
  20. data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll +0 -0
  21. data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll.a +0 -0
  22. data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.la +41 -0
  23. data/vendor/local/lib/libclutter-gst-3.0.dll.a +0 -0
  24. data/vendor/local/lib/libclutter-gst-3.0.la +41 -0
  25. data/vendor/local/lib/pkgconfig/clutter-gst-3.0.pc +12 -0
  26. data/vendor/local/share/gir-1.0/ClutterGst-3.0.gir +3308 -0
  27. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstAspectratio.html +171 -0
  28. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCamera.html +1528 -0
  29. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraDevice.html +418 -0
  30. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstContent.html +551 -0
  31. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCrop.html +198 -0
  32. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayback.html +1559 -0
  33. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayer.html +805 -0
  34. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/ch01.html +10 -10
  35. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch02.html +42 -0
  36. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch03.html +45 -0
  37. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch04.html +35 -0
  38. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch05.html +39 -0
  39. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-3.0.devhelp2 +197 -0
  40. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Utilities.html +316 -0
  41. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Versioning-Macros.html +176 -0
  42. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Video-Sink.html +560 -0
  43. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/home.png +0 -0
  44. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/index.html +33 -10
  45. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/index.sgml +273 -0
  46. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/left-insensitive.png +0 -0
  47. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/left.png +0 -0
  48. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/license.html +7 -7
  49. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/right-insensitive.png +0 -0
  50. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/right.png +0 -0
  51. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/style.css +260 -105
  52. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/up-insensitive.png +0 -0
  53. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/up.png +0 -0
  54. metadata +70 -42
  55. data/vendor/local/bin/libclutter-gst-2.0-0.dll +0 -0
  56. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-player.h +0 -186
  57. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-types.h +0 -65
  58. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-video-texture.h +0 -132
  59. data/vendor/local/lib/girepository-1.0/ClutterGst-2.0.typelib +0 -0
  60. data/vendor/local/lib/gstreamer-1.0/libgstclutter.dll +0 -0
  61. data/vendor/local/lib/gstreamer-1.0/libgstclutter.dll.a +0 -0
  62. data/vendor/local/lib/gstreamer-1.0/libgstclutter.la +0 -41
  63. data/vendor/local/lib/libclutter-gst-2.0.dll.a +0 -0
  64. data/vendor/local/lib/libclutter-gst-2.0.la +0 -41
  65. data/vendor/local/lib/pkgconfig/clutter-gst-2.0.pc +0 -12
  66. data/vendor/local/share/gir-1.0/ClutterGst-2.0.gir +0 -1795
  67. data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstPlayer.html +0 -1003
  68. data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstVideoSink.html +0 -177
  69. data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstVideoTexture.html +0 -624
  70. data/vendor/local/share/gtk-doc/html/clutter-gst/ch02.html +0 -48
  71. data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst-Utilities.html +0 -284
  72. data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst-Versioning-Macros.html +0 -144
  73. data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst.devhelp2 +0 -79
  74. data/vendor/local/share/gtk-doc/html/clutter-gst/index.sgml +0 -97
@@ -6,14 +6,18 @@ body
6
6
  {
7
7
  /* tango:aluminium 1/2 */
8
8
  background: #eeeeec;
9
- border: solid 1px #d3d7cf;
9
+ background: rgba(238, 238, 236, 0.5);
10
+ border: solid 1px rgb(238, 238, 236);
10
11
  padding: 0.5em;
11
12
  }
12
13
  .programlisting
13
14
  {
14
15
  /* tango:sky blue 0/1 */
16
+ /* fallback for no rgba support */
15
17
  background: #e6f3ff;
16
18
  border: solid 1px #729fcf;
19
+ background: rgba(114, 159, 207, 0.1);
20
+ border: solid 1px rgba(114, 159, 207, 0.2);
17
21
  padding: 0.5em;
18
22
  }
19
23
  .variablelist
@@ -26,89 +30,6 @@ body
26
30
  vertical-align: top;
27
31
  }
28
32
 
29
- @media screen {
30
- sup a.footnote
31
- {
32
- position: relative;
33
- top: 0em ! important;
34
-
35
- }
36
- /* this is needed so that the local anchors are displayed below the naviagtion */
37
- div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
38
- {
39
- display: inline-block;
40
- position: relative;
41
- top:-5em;
42
- }
43
- /* this seems to be a bug in the xsl style sheets when generating indexes */
44
- div.index div.index
45
- {
46
- top: 0em;
47
- }
48
- /* make space for the fixed navigation bar and add space at the bottom so that
49
- * link targets appear somewhat close to top
50
- */
51
- body
52
- {
53
- padding-top: 3.2em;
54
- padding-bottom: 20em;
55
- }
56
- /* style and size the navigation bar */
57
- table.navigation#top
58
- {
59
- position: fixed;
60
- /* tango:aluminum 2 */
61
- background: #d3d7cf;
62
- border: solid 1px #babdb6;
63
- margin-top: 0;
64
- margin-bottom: 0;
65
- top: 0;
66
- left: 0;
67
- height: 3em;
68
- z-index: 10;
69
- }
70
- .navigation a, .navigation a:visited
71
- {
72
- /* tango:sky blue 3 */
73
- color: #204a87;
74
- }
75
- .navigation a:hover
76
- {
77
- /* tango:sky blue 2 */
78
- color: #3465a4;
79
- }
80
- td.shortcuts
81
- {
82
- /* tango:sky blue 2 */
83
- color: #3465a4;
84
- font-size: 80%;
85
- white-space: nowrap;
86
- }
87
- }
88
- @media print {
89
- table.navigation {
90
- visibility: collapse;
91
- display: none;
92
- }
93
- div.titlepage table.navigation {
94
- visibility: visible;
95
- display: table;
96
- /* tango:aluminum 2 */
97
- background: #d3d7cf;
98
- border: solid 1px #babdb6;
99
- margin-top: 0;
100
- margin-bottom: 0;
101
- top: 0;
102
- left: 0;
103
- height: 3em;
104
- }
105
- }
106
-
107
- .navigation .title
108
- {
109
- font-size: 120%;
110
- }
111
-
112
33
  div.gallery-float
113
34
  {
114
35
  float: left;
@@ -136,6 +57,72 @@ a:hover
136
57
  color: #729fcf;
137
58
  }
138
59
 
60
+ div.informaltable table
61
+ {
62
+ border-collapse: separate;
63
+ border-spacing: 1em 0.5em;
64
+ border: none;
65
+ }
66
+
67
+ div.informaltable table td, div.informaltable table th
68
+ {
69
+ vertical-align: top;
70
+ }
71
+
72
+ .function_type,
73
+ .variable_type,
74
+ .property_type,
75
+ .signal_type,
76
+ .parameter_name,
77
+ .struct_member_name,
78
+ .union_member_name,
79
+ .define_keyword,
80
+ .datatype_keyword,
81
+ .typedef_keyword
82
+ {
83
+ text-align: right;
84
+ }
85
+
86
+ /* dim non-primary columns */
87
+ .c_punctuation,
88
+ .function_type,
89
+ .variable_type,
90
+ .property_type,
91
+ .signal_type,
92
+ .define_keyword,
93
+ .datatype_keyword,
94
+ .typedef_keyword,
95
+ .property_flags,
96
+ .signal_flags,
97
+ .parameter_annotations,
98
+ .enum_member_annotations,
99
+ .struct_member_annotations,
100
+ .union_member_annotations
101
+ {
102
+ color: #888a85;
103
+ }
104
+
105
+ .function_type a,
106
+ .function_type a:visited,
107
+ .function_type a:hover,
108
+ .property_type a,
109
+ .property_type a:visited,
110
+ .property_type a:hover,
111
+ .signal_type a,
112
+ .signal_type a:visited,
113
+ .signal_type a:hover,
114
+ .signal_flags a,
115
+ .signal_flags a:visited,
116
+ .signal_flags a:hover
117
+ {
118
+ color: #729fcf;
119
+ }
120
+
121
+ td p
122
+ {
123
+ margin: 0.25em;
124
+ }
125
+
139
126
  div.table table
140
127
  {
141
128
  border-collapse: collapse;
@@ -158,6 +145,11 @@ div.table table th
158
145
  background-color: #d3d7cf;
159
146
  }
160
147
 
148
+ h4
149
+ {
150
+ color: #555753;
151
+ }
152
+
161
153
  hr
162
154
  {
163
155
  /* tango:aluminium 1 */
@@ -166,6 +158,7 @@ hr
166
158
  border: none 0px;
167
159
  height: 1px;
168
160
  clear: both;
161
+ margin: 2.0em 0em 2.0em 0em;
169
162
  }
170
163
 
171
164
  dl.toc dt
@@ -203,46 +196,57 @@ dl.toc > dt
203
196
  .informalfigure,
204
197
  .figure
205
198
  {
206
- margin: 2em;
199
+ margin: 1em;
207
200
  }
208
201
 
209
202
  .informalexample,
210
203
  .example
211
204
  {
212
- margin: 2em;
205
+ margin-top: 1em;
206
+ margin-bottom: 1em;
213
207
  }
214
208
 
215
209
  .warning
216
210
  {
217
211
  /* tango:orange 0/1 */
218
212
  background: #ffeed9;
213
+ background: rgba(252, 175, 62, 0.1);
219
214
  border-color: #ffb04f;
215
+ border-color: rgba(252, 175, 62, 0.2);
220
216
  }
221
217
  .note
222
218
  {
223
219
  /* tango:chameleon 0/0.5 */
224
220
  background: #d8ffb2;
221
+ background: rgba(138, 226, 52, 0.1);
225
222
  border-color: #abf562;
223
+ border-color: rgba(138, 226, 52, 0.2);
226
224
  }
227
- .note, .warning
225
+ div.blockquote
226
+ {
227
+ border-color: #eeeeec;
228
+ }
229
+ .note, .warning, div.blockquote
228
230
  {
229
231
  padding: 0.5em;
230
232
  border-width: 1px;
231
233
  border-style: solid;
232
234
  margin: 2em;
233
235
  }
234
- .note h3, .warning h3
236
+ .note p, .warning p
235
237
  {
236
- margin-top: 0.0em
238
+ margin: 0;
237
239
  }
238
- .note p, .warning p
240
+
241
+ div.warning h3.title,
242
+ div.note h3.title
239
243
  {
240
- margin-bottom: 0.0em
244
+ display: none;
241
245
  }
242
246
 
243
247
  p + div.section
244
248
  {
245
- margin-top: 2.5em;
249
+ margin-top: 1em;
246
250
  }
247
251
 
248
252
  div.refnamediv,
@@ -252,7 +256,7 @@ div.refsect2,
252
256
  div.toc,
253
257
  div.section
254
258
  {
255
- margin-bottom: 2.5em;
259
+ margin-bottom: 1em;
256
260
  }
257
261
 
258
262
  /* blob links */
@@ -265,33 +269,52 @@ h2 .extralinks, h3 .extralinks
265
269
  font-weight: normal;
266
270
  }
267
271
 
272
+ .lineart
273
+ {
274
+ color: #d3d7cf;
275
+ font-weight: normal;
276
+ }
277
+
268
278
  .annotation
269
279
  {
270
280
  /* tango:aluminium 5 */
271
281
  color: #555753;
272
- font-size: 80%;
273
282
  font-weight: normal;
274
283
  }
275
284
 
285
+ .structfield
286
+ {
287
+ font-style: normal;
288
+ font-weight: normal;
289
+ }
290
+
291
+ acronym,abbr
292
+ {
293
+ border-bottom: 1px dotted gray;
294
+ }
295
+
276
296
  /* code listings */
277
297
 
278
- .listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
279
- .listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */
280
- .listing_code .programlisting .function { color: #000000; font-weight: bold; }
281
- .listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
282
- .listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */
298
+ .listing_code .programlisting .normal,
299
+ .listing_code .programlisting .normal a,
300
+ .listing_code .programlisting .number,
301
+ .listing_code .programlisting .cbracket,
302
+ .listing_code .programlisting .symbol { color: #555753; }
303
+ .listing_code .programlisting .comment,
283
304
  .listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
284
- .listing_code .programlisting .normal { color: #000000; }
285
- .listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */
305
+ .listing_code .programlisting .function,
306
+ .listing_code .programlisting .function a,
286
307
  .listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
287
- .listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */
288
- .listing_code .programlisting .type { color: #000000; }
289
- .listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */
290
- .listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */
308
+ .listing_code .programlisting .string { color: #ad7fa8; } /* tango: plum */
309
+ .listing_code .programlisting .keyword,
310
+ .listing_code .programlisting .usertype,
311
+ .listing_code .programlisting .type,
312
+ .listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */
291
313
 
292
314
  .listing_frame {
293
315
  /* tango:sky blue 1 */
294
316
  border: solid 1px #729fcf;
317
+ border: solid 1px rgba(114, 159, 207, 0.2);
295
318
  padding: 0px;
296
319
  }
297
320
 
@@ -303,19 +326,151 @@ h2 .extralinks, h3 .extralinks
303
326
  .listing_lines {
304
327
  /* tango:sky blue 0.5 */
305
328
  background: #a6c5e3;
329
+ background: rgba(114, 159, 207, 0.2);
306
330
  /* tango:aluminium 6 */
307
331
  color: #2e3436;
308
332
  }
309
333
  .listing_code {
310
334
  /* tango:sky blue 0 */
311
335
  background: #e6f3ff;
336
+ background: rgba(114, 159, 207, 0.1);
312
337
  }
313
338
  .listing_code .programlisting {
314
339
  /* override from previous */
315
340
  border: none 0px;
316
341
  padding: 0px;
342
+ background: none;
317
343
  }
318
344
  .listing_lines pre, .listing_code pre {
319
345
  margin: 0px;
320
346
  }
321
347
 
348
+ @media screen {
349
+ sup a.footnote
350
+ {
351
+ position: relative;
352
+ top: 0em ! important;
353
+ }
354
+ /* this is needed so that the local anchors are displayed below the naviagtion */
355
+ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
356
+ {
357
+ display: inline-block;
358
+ position: relative;
359
+ top:-5em;
360
+ }
361
+ /* this seems to be a bug in the xsl style sheets when generating indexes */
362
+ div.index div.index
363
+ {
364
+ top: 0em;
365
+ }
366
+ /* make space for the fixed navigation bar and add space at the bottom so that
367
+ * link targets appear somewhat close to top
368
+ */
369
+ body
370
+ {
371
+ padding-top: 2.5em;
372
+ padding-bottom: 500px;
373
+ max-width: 60em;
374
+ }
375
+ p
376
+ {
377
+ max-width: 60em;
378
+ }
379
+ /* style and size the navigation bar */
380
+ table.navigation#top
381
+ {
382
+ position: fixed;
383
+ background: #e2e2e2;
384
+ border-bottom: solid 1px #babdb6;
385
+ border-spacing: 5px;
386
+ margin-top: 0;
387
+ margin-bottom: 0;
388
+ top: 0;
389
+ left: 0;
390
+ z-index: 10;
391
+ }
392
+ table.navigation#top td
393
+ {
394
+ padding-left: 6px;
395
+ padding-right: 6px;
396
+ }
397
+ .navigation a, .navigation a:visited
398
+ {
399
+ /* tango:sky blue 3 */
400
+ color: #204a87;
401
+ }
402
+ .navigation a:hover
403
+ {
404
+ /* tango:sky blue 2 */
405
+ color: #3465a4;
406
+ }
407
+ td.shortcuts
408
+ {
409
+ /* tango:sky blue 2 */
410
+ color: #3465a4;
411
+ font-size: 80%;
412
+ white-space: nowrap;
413
+ }
414
+ td.shortcuts .dim
415
+ {
416
+ color: #babdb6;
417
+ }
418
+ .navigation .title
419
+ {
420
+ font-size: 80%;
421
+ max-width: none;
422
+ margin: 0px;
423
+ font-weight: normal;
424
+ }
425
+ }
426
+ @media screen and (min-width: 60em) {
427
+ /* screen larger than 60em */
428
+ body { margin: auto; }
429
+ }
430
+ @media screen and (max-width: 60em) {
431
+ /* screen less than 60em */
432
+ #nav_hierarchy { display: none; }
433
+ #nav_interfaces { display: none; }
434
+ #nav_prerequisites { display: none; }
435
+ #nav_derived_interfaces { display: none; }
436
+ #nav_implementations { display: none; }
437
+ #nav_child_properties { display: none; }
438
+ #nav_style_properties { display: none; }
439
+ #nav_index { display: none; }
440
+ #nav_glossary { display: none; }
441
+ .gallery_image { display: none; }
442
+ .property_flags { display: none; }
443
+ .signal_flags { display: none; }
444
+ .parameter_annotations { display: none; }
445
+ .enum_member_annotations { display: none; }
446
+ .struct_member_annotations { display: none; }
447
+ .union_member_annotations { display: none; }
448
+ /* now that a column is hidden, optimize space */
449
+ col.parameters_name { width: auto; }
450
+ col.parameters_description { width: auto; }
451
+ col.struct_members_name { width: auto; }
452
+ col.struct_members_description { width: auto; }
453
+ col.enum_members_name { width: auto; }
454
+ col.enum_members_description { width: auto; }
455
+ col.union_members_name { width: auto; }
456
+ col.union_members_description { width: auto; }
457
+ .listing_lines { display: none; }
458
+ }
459
+ @media print {
460
+ table.navigation {
461
+ visibility: collapse;
462
+ display: none;
463
+ }
464
+ div.titlepage table.navigation {
465
+ visibility: visible;
466
+ display: table;
467
+ background: #e2e2e2;
468
+ border: solid 1px #babdb6;
469
+ margin-top: 0;
470
+ margin-bottom: 0;
471
+ top: 0;
472
+ left: 0;
473
+ height: 3em;
474
+ }
475
+ }
476
+
metadata CHANGED
@@ -1,43 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clutter-gstreamer
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.3
4
+ version: 2.2.4
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-26 00:00:00.000000000 Z
11
+ date: 2014-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: gdk_pixbuf2
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '='
18
+ - !ruby/object:Gem::Version
19
+ version: 2.2.4
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '='
25
+ - !ruby/object:Gem::Version
26
+ version: 2.2.4
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: clutter
15
29
  requirement: !ruby/object:Gem::Requirement
16
30
  requirements:
17
31
  - - '='
18
32
  - !ruby/object:Gem::Version
19
- version: 2.2.3
33
+ version: 2.2.4
20
34
  type: :runtime
21
35
  prerelease: false
22
36
  version_requirements: !ruby/object:Gem::Requirement
23
37
  requirements:
24
38
  - - '='
25
39
  - !ruby/object:Gem::Version
26
- version: 2.2.3
40
+ version: 2.2.4
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: gstreamer
29
43
  requirement: !ruby/object:Gem::Requirement
30
44
  requirements:
31
45
  - - '='
32
46
  - !ruby/object:Gem::Version
33
- version: 2.2.3
47
+ version: 2.2.4
34
48
  type: :runtime
35
49
  prerelease: false
36
50
  version_requirements: !ruby/object:Gem::Requirement
37
51
  requirements:
38
52
  - - '='
39
53
  - !ruby/object:Gem::Version
40
- version: 2.2.3
54
+ version: 2.2.4
41
55
  - !ruby/object:Gem::Dependency
42
56
  name: test-unit-notify
43
57
  requirement: !ruby/object:Gem::Requirement
@@ -70,42 +84,56 @@ files:
70
84
  - test/clutter-gstreamer-test-utils.rb
71
85
  - test/run-test.rb
72
86
  - test/test-clutter-gst.rb
73
- - vendor/local/bin/libclutter-gst-2.0-0.dll
74
- - vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-enum-types.h
75
- - vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-player.h
76
- - vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-types.h
77
- - vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-util.h
78
- - vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-version.h
79
- - vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-video-sink.h
80
- - vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-video-texture.h
81
- - vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst.h
82
- - vendor/local/lib/girepository-1.0/ClutterGst-2.0.typelib
83
- - vendor/local/lib/gstreamer-1.0/libgstclutter.dll
84
- - vendor/local/lib/gstreamer-1.0/libgstclutter.dll.a
85
- - vendor/local/lib/gstreamer-1.0/libgstclutter.la
86
- - vendor/local/lib/libclutter-gst-2.0.dll.a
87
- - vendor/local/lib/libclutter-gst-2.0.la
88
- - vendor/local/lib/pkgconfig/clutter-gst-2.0.pc
89
- - vendor/local/share/gir-1.0/ClutterGst-2.0.gir
90
- - vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstPlayer.html
91
- - vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstVideoSink.html
92
- - vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstVideoTexture.html
93
- - vendor/local/share/gtk-doc/html/clutter-gst/ch01.html
94
- - vendor/local/share/gtk-doc/html/clutter-gst/ch02.html
95
- - vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst-Utilities.html
96
- - vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst-Versioning-Macros.html
97
- - vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst.devhelp2
98
- - vendor/local/share/gtk-doc/html/clutter-gst/home.png
99
- - vendor/local/share/gtk-doc/html/clutter-gst/index.html
100
- - vendor/local/share/gtk-doc/html/clutter-gst/index.sgml
101
- - vendor/local/share/gtk-doc/html/clutter-gst/left-insensitive.png
102
- - vendor/local/share/gtk-doc/html/clutter-gst/left.png
103
- - vendor/local/share/gtk-doc/html/clutter-gst/license.html
104
- - vendor/local/share/gtk-doc/html/clutter-gst/right-insensitive.png
105
- - vendor/local/share/gtk-doc/html/clutter-gst/right.png
106
- - vendor/local/share/gtk-doc/html/clutter-gst/style.css
107
- - vendor/local/share/gtk-doc/html/clutter-gst/up-insensitive.png
108
- - vendor/local/share/gtk-doc/html/clutter-gst/up.png
87
+ - vendor/local/bin/libclutter-gst-3.0-0.dll
88
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-aspectratio.h
89
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-device.h
90
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-manager.h
91
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera.h
92
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-content.h
93
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-crop.h
94
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-enum-types.h
95
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-playback.h
96
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-player.h
97
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-types.h
98
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-util.h
99
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-version.h
100
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-video-sink.h
101
+ - vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst.h
102
+ - vendor/local/lib/girepository-1.0/ClutterGst-3.0.typelib
103
+ - vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll
104
+ - vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll.a
105
+ - vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.la
106
+ - vendor/local/lib/libclutter-gst-3.0.dll.a
107
+ - vendor/local/lib/libclutter-gst-3.0.la
108
+ - vendor/local/lib/pkgconfig/clutter-gst-3.0.pc
109
+ - vendor/local/share/gir-1.0/ClutterGst-3.0.gir
110
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstAspectratio.html
111
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCamera.html
112
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraDevice.html
113
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstContent.html
114
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCrop.html
115
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayback.html
116
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayer.html
117
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch01.html
118
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch02.html
119
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch03.html
120
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch04.html
121
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch05.html
122
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-3.0.devhelp2
123
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Utilities.html
124
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Versioning-Macros.html
125
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Video-Sink.html
126
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/home.png
127
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/index.html
128
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/index.sgml
129
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/left-insensitive.png
130
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/left.png
131
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/license.html
132
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/right-insensitive.png
133
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/right.png
134
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/style.css
135
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/up-insensitive.png
136
+ - vendor/local/share/gtk-doc/html/clutter-gst-3.0/up.png
109
137
  - vendor/local/share/license/clutter-gst/AUTHORS
110
138
  - vendor/local/share/license/clutter-gst/COPYING
111
139
  homepage: http://ruby-gnome2.sourceforge.jp/