[ create a new paste ] login | about

Link: http://codepad.org/kS0NfED6    [ raw code | fork ]

Plain Text, pasted on Dec 9:
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
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
Already up-to-date.
-- 
-- The following RUNTIME packages have been found:

 * LibV4L2 , Collection of video4linux support libraries , <http://freecode.com/projects/libv4l>
   Required for better webcam support
   Required for better webcam support

-- The following OPTIONAL packages have been found:

 * PkgConfig
 * Qt5Concurrent
 * Qt5Qml
 * Qt5Quick

-- The following REQUIRED packages have been found:

 * ECM (required version >= 1.2.0)
 * Qt5Core
 * Qt5DBus
 * Qt5Test
 * Qt5Gui (required version >= 5.5.1)
 * Qt5Widgets
 * Qt5Script
 * Qt5Svg
 * Qt5
 * KF5Archive
 * KF5Bookmarks
 * KF5CoreAddons
 * KF5Config
 * KF5ConfigWidgets
 * KF5DBusAddons
 * KF5KIO
 * KF5WidgetsAddons
 * KF5Plotting
 * KF5NotifyConfig
 * KF5NewStuff
 * KF5XmlGui
 * KF5Notifications
 * KF5GuiAddons
 * Gettext
 * PythonInterp
 * KF5TextWidgets
 * KF5IconThemes
 * KF5DocTools
 * KF5
 * MLT (required version >= 0.9.8) , Multimedia framework and video playout server for TV broadcasting , <http://mltframework.org>
   Required to do video processing
 * SharedMimeInfo , A database of common MIME types , <http://freedesktop.org/wiki/Software/shared-mime-info/>
 * OpenGL , the OpenGL library

-- Configuring done
-- Generating done
-- Build files have been written to: /home/qubodup/src/git/kdenlivebranch/build
[  1%] Automatic moc for target kiss_fft
[  1%] Automatic moc for target media_ctrl
[  2%] Automatic moc for target mltpreview
[  2%] Built target kiss_fft_automoc
[  2%] Automatic moc for target kdenlive
[  3%] Automatic moc for target kdenlive_render
[  3%] Built target doc-index-cache-bz2
[  3%] Built target media_ctrl_automoc
[  3%] Built target kdenlive_render_automoc
[  3%] Built target mltpreview_automoc
[  4%] Built target media_ctrl
[  4%] Built target kdenlive_automoc
[  5%] Built target kdenlive_render
[  6%] Built target kiss_fft
[  7%] Built target mltpreview
[100%] Built target kdenlive
[  0%] Built target doc-index-cache-bz2
[  1%] Automatic moc for target kdenlive_render
[  1%] Built target kdenlive_render_automoc
[  2%] Built target kdenlive_render
[  2%] Automatic moc for target kdenlive
[  2%] Built target kdenlive_automoc
[  3%] Automatic moc for target kiss_fft
[  3%] Built target kiss_fft_automoc
[  4%] Built target kiss_fft
[  4%] Automatic moc for target media_ctrl
[  4%] Built target media_ctrl_automoc
[  5%] Built target media_ctrl
[ 98%] Built target kdenlive
[ 99%] Automatic moc for target mltpreview
[ 99%] Built target mltpreview_automoc
[100%] Built target mltpreview
Install the project...
-- Install configuration: ""
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/banner.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/blacklisted_effects.txt
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/blacklisted_transitions.txt
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/encodingprofiles.rc
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/metadata.properties
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/meta_ffmpeg.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/meta_libav.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/meta_magiclantern.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/timeline_athumbs.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/timeline_avthumbs.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/timeline_nothumbs.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/timeline_vthumbs.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/kdenliveeffectscategory.rc
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/kdenlivetranscodingrc
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/kdenlivemonitor.qml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/kdenlivemonitoreffectscene.qml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/kdenlivemonitorcornerscene.qml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/kdenlivemonitorsplit.qml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/knotifications5/kdenlive.notifyrc
-- Up-to-date: /home/qubodup/src/klgitbranchbin/etc/xdg/kdenlive_projectprofiles.knsrc
-- Up-to-date: /home/qubodup/src/klgitbranchbin/etc/xdg/kdenlive_renderprofiles.knsrc
-- Up-to-date: /home/qubodup/src/klgitbranchbin/etc/xdg/kdenlive_wipes.knsrc
-- Up-to-date: /home/qubodup/src/klgitbranchbin/etc/xdg/kdenlive_titles.knsrc
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kxmlgui5/kdenlive/kdenliveui.rc
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/export/profiles.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/appdata/kdenlive.appdata.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/pixmaps/kdenlive.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/menu/kdenlive
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/applications/org.kde.kdenlive.desktop
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/mime/packages/kdenlive.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/mime/packages/westley.xml
-- Updating MIME database at /home/qubodup/src/klgitbranchbin/share/mime

Note that 'share' is not in the search path
set by the XDG_DATA_HOME and XDG_DATA_DIRS
environment variables, so applications may not
be able to find it until you set them. The
directories currently searched are:

- /home/qubodup/.local/share
- /usr/local/share/
- /usr/share/

-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/audiowave.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/audiowaveform.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/automask.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/audiobalance.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/audiopan.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/boxblur.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/brightness.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/channelcopy.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/charcoal.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/chroma_hold.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/chroma.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/crop.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/dust.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/dynamictext.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/freeze.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/gamma.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/grain.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/greyscale.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/invert.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/loudness.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/mirror.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/mute.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/normalise.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/oldfilm.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/pan_zoom.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/obscure.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/region.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/rotation.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/rotation_keyframable.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/scratchlines.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/sepia.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/sox_bass.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/sox_gain.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/sox_phaser.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/sox_band.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/sox_echo.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/sox_flanger.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/sox_stretch.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/threshold.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/volume.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/wave.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/fadein.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/fadeout.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_alpha0ps.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_alphagrad.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_alphaspot.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_balanc0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_baltan.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_bezier_curves.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_brightness.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_cartoon.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_cluster.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_colgate.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_coloradj_rgb.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_colordistance.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_colortap.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_contrast0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_c0rners.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_curves.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_d90stairsteppingfix.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_defish0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_delay0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_delaygrab.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_distort0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_edgeglow.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_equaliz0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_flippo.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_glow.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_hqdn3d.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_hueshift0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_iirblur.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_keyspillm0pup.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_lenscorrection.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_letterb0xed.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_levels.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_lightgraffiti.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_luminance.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_mask0mate.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_medians.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_nervous.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_nosync0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_pixeliz0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_pr0be.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_pr0file.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_primaries.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_rgbparade.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_saturat0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_scale0tilt.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_scanline0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_select0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_sharpness.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_sobel.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_sopsat.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_squareblur.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_tehroxx0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_three_point_balance.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_threelay0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_threshold0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_timeout.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_tint0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_twolay0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_vectorscope.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_vertigo.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_vignette.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_facebl0r.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/frei0r_facedetect.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/fade_from_black.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/fade_to_black.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/gain.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/lift_gamma_gain.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/movit_blur.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/movit_deconvolution_sharpen.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/movit_diffusion.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/movit_glow.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/movit_lift_gamma_gain.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/movit_mirror.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/movit_opacity.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/movit_rect.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/movit_saturation.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/movit_unsharp_mask.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/movit_vignette.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/movit_white_balance.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/rotoscoping.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/speed.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/swapchannels.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/tcolor.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/vignette.xml
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/update/frei0r.balanc0r.js
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/update/frei0r.cartoon.js
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/update/frei0r.curves.js
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/update/frei0r.levels.js
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/update/frei0r.lightgraffiti.js
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/update/frei0r.select0r.js
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/update/frei0r.sopsat.js
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/effects/update/frei0r.vertigo.js
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/visible.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/novisible.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/128x128/actions/kdenlive-select-all.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/128x128/mimetypes/application-x-kdenlivetitle.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-add-clip.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-add-color-clip.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-add-slide-clip.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-add-text-clip.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-custom-effect.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-deleffect.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-down.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-hide-audio.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-hide-video.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-insert-edit.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-insert-rect.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-insert-unicode.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-lock.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-menu.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-normal-edit.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-object-height.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-object-width.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-overwrite-edit.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-select-all.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-select-images.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-select-rects.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-select-texts.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-select-tool.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-show-audio.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-show-audiothumb.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-show-markers.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-show-video.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-show-videothumb.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-snap.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-spacer-tool.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-split-audio.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-track_has_effect.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-unlock.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-unselect-all.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-up.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-zindex-up.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-zone-end.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/16x16/actions/kdenlive-zone-start.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/22x22/actions/kdenlive-select-all.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/22x22/actions/kdenlive-spacer-tool.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/32x32/actions/kdenlive-select-all.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/32x32/apps/kdenlive.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/32x32/mimetypes/application-x-kdenlivetitle.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/48x48/actions/kdenlive-select-all.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/48x48/apps/kdenlive.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/64x64/actions/kdenlive-select-all.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/64x64/apps/kdenlive.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/64x64/mimetypes/application-x-kdenlivetitle.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-align-bottom.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-align-hor.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-align-left.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-align-none.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-align-right.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-align-top.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-align-vert.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-hide-audio-effects.svg
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-hide-video-effects.svg
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-insert-rect.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-insert-unicode.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-object-height.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-object-width.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-select-all.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-select-images.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-select-rects.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-select-texts.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-select-tool.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-show-all-effects.svg
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-show-audio-effects.svg
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-show-gpu-effects.svg
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-show-video-effects.svg
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-spacer-tool.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-unselect-all.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-zindex-bottom.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-zindex-down.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-zindex-top.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-zindex-up.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-zone-end.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-zone-start.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-zoom-large.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/actions/kdenlive-zoom-small.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/mimetypes/application-x-kdenlive.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/mimetypes/application-x-kdenlivetitle.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/icons/hicolor/scalable/mimetypes/video-mlt-playlist.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/bi-linear_x.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/bi-linear_y.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/burst.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/checkerboard_small.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/clock.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/cloud.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/curtain.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/horizontal_blinds.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/linear_x.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/linear_y.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/radial-bars.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/radial.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/spiral.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/spiral2.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/square.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/square2-bars.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/square2.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/lumas/symmetric_clock.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/man/man1/kdenlive.1
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/man/man1/kdenlive_render.1
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/titles/simple.kdenlivetitle
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/titles/simple-with-date.kdenlivetitle
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/titles/simple-scroll.kdenlivetitle
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_application-exit.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_audio-volume-medium.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_audio-volume-muted.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_bookmark-new.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_chronometer.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_color-picker.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_configure-shortcuts.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_configure.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_configure-toolbars.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_cursor-arrow.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_dialog-cancel.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_dialog-close.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_dialog-ok.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_dialog-warning.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_distribute-horizontal-x.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_document-edit.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_document-new.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_document-open-recent.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_document-open.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_document-properties.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_document-revert.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_document-save-all.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_document-save-as.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_document-save.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_download.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_draw-bezier-curves.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_draw-line.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_draw-path.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_edit-clear.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_edit-copy.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_edit-cut.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_edit-delete.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_edit-download.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_edit-find.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_edit-link.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_edit-paste.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_edit-redo.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_edit-rename.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_edit-select.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_edit-undo.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_favorites.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_favorite.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_folder-new.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_folder.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_go-down.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_go-first.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_go-jump-definition.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_go-jump.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_go-last.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_go-next.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_go-previous.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_go-up.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_help-about.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_help-hint.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_hint.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_insert-horizontal-rule.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-add-clip.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-add-color-clip.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-add-slide-clip.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-add-text-clip.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-align-bottom.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-align-hor.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-align-left.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-align-none.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-align-right.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-align-top.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-align-vert.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-composite.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-custom-effect.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-deleffect.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-down.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-hide-audio.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-hide-video.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-insert-edit.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-insert-rect.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-insert-unicode.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-lock.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-menu.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-no-composite.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-normal-edit.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-object-height.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-object-width.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-overwrite-edit.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-select-all.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-select-images.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-select-rects.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-select-texts.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-select-tool.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-show-all-effects.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-show-audio.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-show-audiothumb.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-show-gpu.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-show-markers.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-show-video.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-show-videothumb.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-snap.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-spacer-tool.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-split-audio.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-track_has_effect.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-unlock.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-unselect-all.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-up.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-zindex-bottom.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-zindex-down.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-zindex-top.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-zindex-up.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-zone-end.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-zone-start.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-zoom-large.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_kdenlive-zoom-small.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_list-add.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_list-remove.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_measure.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_media-optical.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_media-playback-pause.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_media-playback-start.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_media-playback-stop.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_media-playlist-repeat.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_media-record.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_media-seek-backward.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_media-seek-forward.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_media-skip-backward.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_media-skip-forward.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_object-group.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_object-ungroup.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_settings-configure.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_system-run.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_tools-wizard.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_transform-crop.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_transform-move.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_transform-scale.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_trash-empty.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_view-fullscreen.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_view-grid.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_view-list-icons.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_view-list-tree.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_view-refresh.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_view-split-effect.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_view-split-left-right.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_view-unsplit-effect.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_visibility.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_zoom-fit-best.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_zoom-fit-height.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_zoom-fit-width.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_zoom-in.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/lt_zoom-out.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_application-exit.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_audio-volume-medium.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_audio-volume-muted.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_bookmark-new.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_chronometer.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_color-picker.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_configure-shortcuts.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_configure.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_configure-toolbars.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_cursor-arrow.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_dialog-cancel.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_dialog-close.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_dialog-ok.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_dialog-warning.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_distribute-horizontal-x.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_document-edit.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_document-new.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_document-open-recent.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_document-open.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_document-properties.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_document-revert.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_document-save-all.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_document-save-as.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_document-save.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_download.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_draw-bezier-curves.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_draw-line.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_draw-path.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_edit-clear.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_edit-copy.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_edit-cut.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_edit-delete.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_edit-download.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_edit-find.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_edit-link.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_edit-paste.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_edit-redo.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_edit-rename.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_edit-select.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_edit-undo.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_favorites.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_favorite.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_folder-new.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_folder.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_go-down.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_go-first.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_go-jump-definition.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_go-jump.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_go-last.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_go-next.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_go-previous.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_go-up.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_help-about.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_help-hint.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_hint.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_insert-horizontal-rule.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-add-clip.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-add-color-clip.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-add-slide-clip.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-add-text-clip.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-align-bottom.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-align-hor.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-align-left.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-align-none.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-align-right.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-align-top.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-align-vert.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-composite.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-custom-effect.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-deleffect.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-down.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-hide-audio.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-hide-video.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-insert-edit.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-insert-rect.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-insert-unicode.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-lock.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-menu.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-no-composite.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-normal-edit.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-object-height.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-object-width.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-overwrite-edit.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-select-all.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-select-images.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-select-rects.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-select-texts.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-select-tool.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-show-all-effects.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-show-audio.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-show-audiothumb.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-show-gpu.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-show-markers.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-show-video.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-show-videothumb.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-snap.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-spacer-tool.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-split-audio.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-track_has_effect.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-unlock.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-unselect-all.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-up.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-zindex-bottom.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-zindex-down.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-zindex-top.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-zindex-up.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-zone-end.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-zone-start.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-zoom-large.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_kdenlive-zoom-small.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_list-add.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_list-remove.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_measure.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_media-optical.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_media-playback-pause.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_media-playback-start.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_media-playback-stop.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_media-playlist-repeat.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_media-record.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_media-seek-backward.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_media-seek-forward.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_media-skip-backward.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_media-skip-forward.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_object-group.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_object-ungroup.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_settings-configure.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_system-run.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_tools-wizard.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_transform-crop.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_transform-move.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_transform-scale.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_trash-empty.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_view-fullscreen.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_view-grid.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_view-list-icons.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_view-list-tree.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_view-refresh.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_view-split-effect.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_view-split-left-right.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_view-unsplit-effect.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_visibility.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_zoom-fit-best.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_zoom-fit-height.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_zoom-fit-width.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_zoom-in.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kdenlive/pics/dk_zoom-out.svgz
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/index.cache.bz2
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/index.docbook
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Folder-Structure.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-TimelineCursor.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-EffectStack.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-Add-Transition.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Rendering.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Add-Effect.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Timeline-Clips.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Save-Project.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Overlap-Clips.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Fadeout.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Renderer.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive-Quickstart-Add-Last-Clip.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Mainwindow.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Keyframes.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Resize-Marker.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-New-Project.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Effect-Flag.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/doc/HTML/en/kdenlive/Kdenlive_Quickstart-Add-Clips.png
-- Up-to-date: /home/qubodup/src/klgitbranchbin/bin/kdenlive_render
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/config.kcfg/kdenlivesettings.kcfg
-- Up-to-date: /home/qubodup/src/klgitbranchbin/bin/kdenlive
-- Up-to-date: /home/qubodup/src/klgitbranchbin/lib64/plugins/mltpreview.so
-- Up-to-date: /home/qubodup/src/klgitbranchbin/share/kservices5/mltpreview.desktop



Create a new paste based on this one


Comments: