summaryrefslogtreecommitdiff
path: root/multimedia/mythtv-frontend/pkg-plist
blob: a1a7a2fdfb10cc5dc526aa22f199e081dbc4388f (plain) (blame)
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
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
@comment $FreeBSD$
bin/mythavtest
bin/mythcommflag
bin/mythfrontend
bin/mythjobqueue
bin/mythlcdserver
bin/mythpreviewgen
bin/mythreplex
bin/mythshutdown
bin/mythtranscode
bin/mythtvosd
bin/mythwelcome
include/mythtv/audiooutput.h
include/mythtv/audiooutputsettings.h
include/mythtv/audiosettings.h
include/mythtv/autodeletedeque.h
include/mythtv/bluray/attributes.h
include/mythtv/bluray/bdparse.h
include/mythtv/bluray/bits.h
include/mythtv/bluray/bluray.h
include/mythtv/bluray/clpi_parse.h
include/mythtv/bluray/dl.h
include/mythtv/bluray/file.h
include/mythtv/bluray/file_mythiowrapper.h
include/mythtv/bluray/filesystem.h
include/mythtv/bluray/hdmv_insn.h
include/mythtv/bluray/hdmv_vm.h
include/mythtv/bluray/index_parse.h
include/mythtv/bluray/log_control.h
include/mythtv/bluray/logging.h
include/mythtv/bluray/macro.h
include/mythtv/bluray/mobj_parse.h
include/mythtv/bluray/mpls_parse.h
include/mythtv/bluray/mutex.h
include/mythtv/bluray/navigation.h
include/mythtv/bluray/sound_parse.h
include/mythtv/bluray/strutl.h
include/mythtv/bluray/uo_mask_table.h
include/mythtv/compat.h
include/mythtv/dbutil.h
include/mythtv/dialogbox.h
include/mythtv/dvdnav/dvd_types.h
include/mythtv/dvdnav/dvdnav.h
include/mythtv/dvdnav/dvdnav_events.h
include/mythtv/dvdread/dvd_reader.h
include/mythtv/dvdread/ifo_read.h
include/mythtv/dvdread/ifo_types.h
include/mythtv/dvdread/nav_read.h
include/mythtv/dvdread/nav_types.h
include/mythtv/exitcodes.h
include/mythtv/generictree.h
include/mythtv/httpcomms.h
include/mythtv/iso3166.h
include/mythtv/iso639.h
include/mythtv/langsettings.h
include/mythtv/lcddevice.h
include/mythtv/libavcodec/avcodec.h
include/mythtv/libavcodec/avfft.h
include/mythtv/libavcodec/dxva2.h
include/mythtv/libavcodec/mmx.h
include/mythtv/libavcodec/opt.h
include/mythtv/libavcodec/vaapi.h
include/mythtv/libavcodec/vdpau.h
include/mythtv/libavcodec/xvmc.h
include/mythtv/libavcore/avcore.h
include/mythtv/libavcore/imgutils.h
include/mythtv/libavcore/parseutils.h
include/mythtv/libavdevice/avdevice.h
include/mythtv/libavfilter/avfilter.h
include/mythtv/libavformat/avformat.h
include/mythtv/libavformat/avio.h
include/mythtv/libavutil/adler32.h
include/mythtv/libavutil/attributes.h
include/mythtv/libavutil/avconfig.h
include/mythtv/libavutil/avstring.h
include/mythtv/libavutil/avutil.h
include/mythtv/libavutil/base64.h
include/mythtv/libavutil/bswap.h
include/mythtv/libavutil/common.h
include/mythtv/libavutil/crc.h
include/mythtv/libavutil/error.h
include/mythtv/libavutil/eval.h
include/mythtv/libavutil/fifo.h
include/mythtv/libavutil/intfloat_readwrite.h
include/mythtv/libavutil/intreadwrite.h
include/mythtv/libavutil/lfg.h
include/mythtv/libavutil/log.h
include/mythtv/libavutil/lzo.h
include/mythtv/libavutil/mathematics.h
include/mythtv/libavutil/md5.h
include/mythtv/libavutil/mem.h
include/mythtv/libavutil/pixdesc.h
include/mythtv/libavutil/pixfmt.h
include/mythtv/libavutil/random_seed.h
include/mythtv/libavutil/rational.h
include/mythtv/libavutil/sha1.h
include/mythtv/libmyth/audiooutput.h
include/mythtv/libmyth/audiooutputsettings.h
include/mythtv/libmyth/audiosettings.h
include/mythtv/libmyth/autodeletedeque.h
include/mythtv/libmyth/compat.h
include/mythtv/libmyth/dbutil.h
include/mythtv/libmyth/dialogbox.h
include/mythtv/libmyth/exitcodes.h
include/mythtv/libmyth/generictree.h
include/mythtv/libmyth/httpcomms.h
include/mythtv/libmyth/iso3166.h
include/mythtv/libmyth/iso639.h
include/mythtv/libmyth/langsettings.h
include/mythtv/libmyth/lcddevice.h
include/mythtv/libmyth/managedlist.h
include/mythtv/libmyth/mcodecs.h
include/mythtv/libmyth/msocketdevice.h
include/mythtv/libmyth/mythcdrom.h
include/mythtv/libmyth/mythconfig.h
include/mythtv/libmyth/mythconfig.mak
include/mythtv/libmyth/mythconfigdialogs.h
include/mythtv/libmyth/mythconfiggroups.h
include/mythtv/libmyth/mythcontext.h
include/mythtv/libmyth/mythcorecontext.h
include/mythtv/libmyth/mythcoreutil.h
include/mythtv/libmyth/mythdb.h
include/mythtv/libmyth/mythdbcon.h
include/mythtv/libmyth/mythdbparams.h
include/mythtv/libmyth/mythdeque.h
include/mythtv/libmyth/mythdialogs.h
include/mythtv/libmyth/mythdirs.h
include/mythtv/libmyth/mythdownloadmanager.h
include/mythtv/libmyth/mythevent.h
include/mythtv/libmyth/mythexp.h
include/mythtv/libmyth/mythhttppool.h
include/mythtv/libmyth/mythlocale.h
include/mythtv/libmyth/mythmedia.h
include/mythtv/libmyth/mythmediamonitor.h
include/mythtv/libmyth/mythobservable.h
include/mythtv/libmyth/mythplugin.h
include/mythtv/libmyth/mythpluginapi.h
include/mythtv/libmyth/mythrssmanager.h
include/mythtv/libmyth/mythsocket.h
include/mythtv/libmyth/mythsocket_cb.h
include/mythtv/libmyth/mythstorage.h
include/mythtv/libmyth/mythsystem.h
include/mythtv/libmyth/mythterminal.h
include/mythtv/libmyth/mythtimer.h
include/mythtv/libmyth/mythtranslation.h
include/mythtv/libmyth/mythuifilebrowser.h
include/mythtv/libmyth/mythverbose.h
include/mythtv/libmyth/mythversion.h
include/mythtv/libmyth/mythwidgets.h
include/mythtv/libmyth/mythwizard.h
include/mythtv/libmyth/netgrabbermanager.h
include/mythtv/libmyth/netutils.h
include/mythtv/libmyth/oldsettings.h
include/mythtv/libmyth/output.h
include/mythtv/libmyth/programinfo.h
include/mythtv/libmyth/programtypes.h
include/mythtv/libmyth/recordingtypes.h
include/mythtv/libmyth/remotefile.h
include/mythtv/libmyth/remoteutil.h
include/mythtv/libmyth/rssparse.h
include/mythtv/libmyth/schemawizard.h
include/mythtv/libmyth/settings.h
include/mythtv/libmyth/storagegroup.h
include/mythtv/libmyth/storagegroupeditor.h
include/mythtv/libmyth/uilistbtntype.h
include/mythtv/libmyth/uitypes.h
include/mythtv/libmyth/util.h
include/mythtv/libmyth/virtualkeyboard_qt.h
include/mythtv/libmyth/visual.h
include/mythtv/libmyth/volumebase.h
include/mythtv/libmyth/xmlparse.h
include/mythtv/libmythdb/compat.h
include/mythtv/libmythdb/exitcodes.h
include/mythtv/libmythdb/httpcomms.h
include/mythtv/libmythdb/iso3166.h
include/mythtv/libmythdb/iso639.h
include/mythtv/libmythdb/lcddevice.h
include/mythtv/libmythdb/mcodecs.h
include/mythtv/libmythdb/msocketdevice.h
include/mythtv/libmythdb/mythconfig.h
include/mythtv/libmythdb/mythconfig.mak
include/mythtv/libmythdb/mythcorecontext.h
include/mythtv/libmythdb/mythcoreutil.h
include/mythtv/libmythdb/mythdb.h
include/mythtv/libmythdb/mythdbcon.h
include/mythtv/libmythdb/mythdbparams.h
include/mythtv/libmythdb/mythdirs.h
include/mythtv/libmythdb/mythdownloadmanager.h
include/mythtv/libmythdb/mythevent.h
include/mythtv/libmythdb/mythexp.h
include/mythtv/libmythdb/mythlocale.h
include/mythtv/libmythdb/mythobservable.h
include/mythtv/libmythdb/mythsocket.h
include/mythtv/libmythdb/mythsocket_cb.h
include/mythtv/libmythdb/mythstorage.h
include/mythtv/libmythdb/mythsystem.h
include/mythtv/libmythdb/mythtimer.h
include/mythtv/libmythdb/mythtranslation.h
include/mythtv/libmythdb/mythverbose.h
include/mythtv/libmythdb/mythversion.h
include/mythtv/libmythdb/storagegroup.h
include/mythtv/libmythui/mythdialogbox.h
include/mythtv/libmythui/mythfontproperties.h
include/mythtv/libmythui/mythgenerictree.h
include/mythtv/libmythui/mythgesture.h
include/mythtv/libmythui/mythimage.h
include/mythtv/libmythui/mythmainwindow.h
include/mythtv/libmythui/mythpainter.h
include/mythtv/libmythui/mythpainter_ogl.h
include/mythtv/libmythui/mythpainter_qt.h
include/mythtv/libmythui/mythprogressdialog.h
include/mythtv/libmythui/mythrect.h
include/mythtv/libmythui/mythscreenstack.h
include/mythtv/libmythui/mythscreentype.h
include/mythtv/libmythui/myththemebase.h
include/mythtv/libmythui/myththemedmenu.h
include/mythtv/libmythui/mythuibutton.h
include/mythtv/libmythui/mythuibuttonlist.h
include/mythtv/libmythui/mythuibuttontree.h
include/mythtv/libmythui/mythuicheckbox.h
include/mythtv/libmythui/mythuiclock.h
include/mythtv/libmythui/mythuieditbar.h
include/mythtv/libmythui/mythuigroup.h
include/mythtv/libmythui/mythuiguidegrid.h
include/mythtv/libmythui/mythuihelper.h
include/mythtv/libmythui/mythuiimage.h
include/mythtv/libmythui/mythuiprogressbar.h
include/mythtv/libmythui/mythuishape.h
include/mythtv/libmythui/mythuispinbox.h
include/mythtv/libmythui/mythuistatetype.h
include/mythtv/libmythui/mythuitext.h
include/mythtv/libmythui/mythuitextedit.h
include/mythtv/libmythui/mythuitype.h
include/mythtv/libmythui/mythuiutils.h
include/mythtv/libmythui/mythuiwebbrowser.h
include/mythtv/libmythui/mythvirtualkeyboard.h
include/mythtv/libmythui/themeinfo.h
include/mythtv/libmythui/x11colors.h
include/mythtv/libmythui/xmlparsebase.h
include/mythtv/libpostproc/postprocess.h
include/mythtv/libswscale/swscale.h
include/mythtv/managedlist.h
include/mythtv/mcodecs.h
include/mythtv/metadata/cleanup.h
include/mythtv/metadata/dbaccess.h
include/mythtv/metadata/dirscan.h
include/mythtv/metadata/globals.h
include/mythtv/metadata/metadatacommon.h
include/mythtv/metadata/metadatadownload.h
include/mythtv/metadata/metadataimagedownload.h
include/mythtv/metadata/parentalcontrols.h
include/mythtv/metadata/quicksp.h
include/mythtv/metadata/videometadata.h
include/mythtv/metadata/videometadatalistmanager.h
include/mythtv/metadata/videoscan.h
include/mythtv/metadata/videoutils.h
include/mythtv/mpeg2dec/mpeg2.h
include/mythtv/msocketdevice.h
include/mythtv/mythcdrom.h
include/mythtv/mythconfig.h
include/mythtv/mythconfig.mak
include/mythtv/mythconfigdialogs.h
include/mythtv/mythconfiggroups.h
include/mythtv/mythcontext.h
include/mythtv/mythcorecontext.h
include/mythtv/mythcoreutil.h
include/mythtv/mythdb.h
include/mythtv/mythdbcon.h
include/mythtv/mythdbparams.h
include/mythtv/mythdeque.h
include/mythtv/mythdialogs.h
include/mythtv/mythdirs.h
include/mythtv/mythdownloadmanager.h
include/mythtv/mythevent.h
include/mythtv/mythexp.h
include/mythtv/mythhttppool.h
include/mythtv/mythlocale.h
include/mythtv/mythmedia.h
include/mythtv/mythmediamonitor.h
include/mythtv/mythobservable.h
include/mythtv/mythplugin.h
include/mythtv/mythpluginapi.h
include/mythtv/mythrssmanager.h
include/mythtv/mythsocket.h
include/mythtv/mythsocket_cb.h
include/mythtv/mythstorage.h
include/mythtv/mythsystem.h
include/mythtv/mythterminal.h
include/mythtv/mythtimer.h
include/mythtv/mythtranslation.h
include/mythtv/mythuifilebrowser.h
include/mythtv/mythverbose.h
include/mythtv/mythversion.h
include/mythtv/mythwidgets.h
include/mythtv/mythwizard.h
include/mythtv/netgrabbermanager.h
include/mythtv/netutils.h
include/mythtv/oldsettings.h
include/mythtv/output.h
include/mythtv/programinfo.h
include/mythtv/programtypes.h
include/mythtv/recordingtypes.h
include/mythtv/remotefile.h
include/mythtv/remoteutil.h
include/mythtv/rssparse.h
include/mythtv/samplerate.h
include/mythtv/schemawizard.h
include/mythtv/settings.h
include/mythtv/storagegroup.h
include/mythtv/storagegroupeditor.h
include/mythtv/uilistbtntype.h
include/mythtv/uitypes.h
include/mythtv/upnp/broadcast.h
include/mythtv/upnp/bufferedsocketdevice.h
include/mythtv/upnp/configuration.h
include/mythtv/upnp/eventing.h
include/mythtv/upnp/httprequest.h
include/mythtv/upnp/httpserver.h
include/mythtv/upnp/mmembuf.h
include/mythtv/upnp/multicast.h
include/mythtv/upnp/mythxmlclient.h
include/mythtv/upnp/soapclient.h
include/mythtv/upnp/ssdp.h
include/mythtv/upnp/ssdpcache.h
include/mythtv/upnp/taskqueue.h
include/mythtv/upnp/threadpool.h
include/mythtv/upnp/upnp.h
include/mythtv/upnp/upnpcds.h
include/mythtv/upnp/upnpcdsobjects.h
include/mythtv/upnp/upnpcmgr.h
include/mythtv/upnp/upnpdevice.h
include/mythtv/upnp/upnpimpl.h
include/mythtv/upnp/upnptaskcache.h
include/mythtv/upnp/upnptaskevent.h
include/mythtv/upnp/upnptasknotify.h
include/mythtv/upnp/upnptasksearch.h
include/mythtv/upnp/upnputil.h
include/mythtv/util.h
include/mythtv/virtualkeyboard_qt.h
include/mythtv/visual.h
include/mythtv/volumebase.h
include/mythtv/xmlparse.h
lib/libmyth-0.24.so
lib/libmyth-0.24.so.0
lib/libmyth-0.24.so.0.24
lib/libmyth-0.24.so.0.24.0
lib/libmythavcodec.so
lib/libmythavcodec.so.52
lib/libmythavcodec.so.52.86.1
lib/libmythavcore.so
lib/libmythavcore.so.0
lib/libmythavcore.so.0.6.0
lib/libmythavdevice.so
lib/libmythavdevice.so.52
lib/libmythavdevice.so.52.2.1
lib/libmythavfilter.so
lib/libmythavfilter.so.1
lib/libmythavfilter.so.1.37.0
lib/libmythavformat.so
lib/libmythavformat.so.52
lib/libmythavformat.so.52.78.3
lib/libmythavutil.so
lib/libmythavutil.so.50
lib/libmythavutil.so.50.24.0
lib/libmythbluray-0.24.a
lib/libmythdb-0.24.so
lib/libmythdb-0.24.so.0
lib/libmythdb-0.24.so.0.24
lib/libmythdb-0.24.so.0.24.0
lib/libmythdvdnav-0.24.a
lib/libmythfreemheg-0.24.so
lib/libmythfreemheg-0.24.so.0
lib/libmythfreemheg-0.24.so.0.24
lib/libmythfreemheg-0.24.so.0.24.0
lib/libmythmetadata-0.24.so
lib/libmythmetadata-0.24.so.0
lib/libmythmetadata-0.24.so.0.24
lib/libmythmetadata-0.24.so.0.24.0
lib/libmythpostproc.so
lib/libmythpostproc.so.51
lib/libmythpostproc.so.51.2.0
lib/libmythswscale.so
lib/libmythswscale.so.0
lib/libmythswscale.so.0.11.0
lib/libmythtv-0.24.so
lib/libmythtv-0.24.so.0
lib/libmythtv-0.24.so.0.24
lib/libmythtv-0.24.so.0.24.0
lib/libmythui-0.24.so
lib/libmythui-0.24.so.0
lib/libmythui-0.24.so.0.24
lib/libmythui-0.24.so.0.24.0
lib/libmythupnp-0.24.so
lib/libmythupnp-0.24.so.0
lib/libmythupnp-0.24.so.0.24
lib/libmythupnp-0.24.so.0.24.0
lib/mythtv/filters/libadjust.so
lib/mythtv/filters/libbobdeint.so
lib/mythtv/filters/libcrop.so
lib/mythtv/filters/libdenoise3d.so
lib/mythtv/filters/libfieldorder.so
lib/mythtv/filters/libforce.so
lib/mythtv/filters/libgreedyhdeint.so
lib/mythtv/filters/libinvert.so
lib/mythtv/filters/libivtc.so
lib/mythtv/filters/libkerneldeint.so
lib/mythtv/filters/liblinearblend.so
lib/mythtv/filters/libonefield.so
lib/mythtv/filters/libpostprocess.so
lib/mythtv/filters/libquickdnr.so
lib/mythtv/filters/libyadif.so
%%DATADIR%%/CDS_scpd.xml
%%DATADIR%%/CMGR_scpd.xml
%%DATADIR%%/MFEXML_scpd.xml
%%DATADIR%%/MSRR_scpd.xml
%%DATADIR%%/fonts/FreeMono.ttf
%%DATADIR%%/fonts/FreeSans.ttf
%%DATADIR%%/fonts/FreeSansBold.ttf
%%DATADIR%%/fonts/Tiresias Infofont Italic.ttf
%%DATADIR%%/fonts/Tiresias Infofont.ttf
%%DATADIR%%/fonts/Tiresias Infofont Bold.ttf
%%DATADIR%%/fonts/tiresias_gpl3.txt
%%DATADIR%%/i18n/mythfrontend_bg.qm
%%DATADIR%%/i18n/mythfrontend_ca.qm
%%DATADIR%%/i18n/mythfrontend_cs.qm
%%DATADIR%%/i18n/mythfrontend_da.qm
%%DATADIR%%/i18n/mythfrontend_de.qm
%%DATADIR%%/i18n/mythfrontend_el.qm
%%DATADIR%%/i18n/mythfrontend_en_ca.qm
%%DATADIR%%/i18n/mythfrontend_en_gb.qm
%%DATADIR%%/i18n/mythfrontend_en_us.qm
%%DATADIR%%/i18n/mythfrontend_es.qm
%%DATADIR%%/i18n/mythfrontend_et.qm
%%DATADIR%%/i18n/mythfrontend_fi.qm
%%DATADIR%%/i18n/mythfrontend_fr.qm
%%DATADIR%%/i18n/mythfrontend_he.qm
%%DATADIR%%/i18n/mythfrontend_hu.qm
%%DATADIR%%/i18n/mythfrontend_is.qm
%%DATADIR%%/i18n/mythfrontend_it.qm
%%DATADIR%%/i18n/mythfrontend_ja.qm
%%DATADIR%%/i18n/mythfrontend_nb.qm
%%DATADIR%%/i18n/mythfrontend_nl.qm
%%DATADIR%%/i18n/mythfrontend_pl.qm
%%DATADIR%%/i18n/mythfrontend_pt.qm
%%DATADIR%%/i18n/mythfrontend_pt_br.qm
%%DATADIR%%/i18n/mythfrontend_ru.qm
%%DATADIR%%/i18n/mythfrontend_sl.qm
%%DATADIR%%/i18n/mythfrontend_sv.qm
%%DATADIR%%/i18n/mythfrontend_tr.qm
%%DATADIR%%/locales/da_dk.xml
%%DATADIR%%/locales/de_de.xml
%%DATADIR%%/locales/en_ca.xml
%%DATADIR%%/locales/en_gb.xml
%%DATADIR%%/locales/en_us.xml
%%DATADIR%%/locales/et_ee.xml
%%DATADIR%%/locales/fr_ca.xml
%%DATADIR%%/locales/fr_fr.xml
%%DATADIR%%/locales/nb_no.xml
%%DATADIR%%/locales/ru_ru.xml
%%DATADIR%%/themes/DVR/dvr-preview.png
%%DATADIR%%/themes/DVR/main_settings.xml
%%DATADIR%%/themes/DVR/mainmenu.xml
%%DATADIR%%/themes/DVR/recpriorities_settings.xml
%%DATADIR%%/themes/DVR/themeinfo.xml
%%DATADIR%%/themes/DVR/tv_lists.xml
%%DATADIR%%/themes/DVR/tv_schedule.xml
%%DATADIR%%/themes/DVR/tv_search.xml
%%DATADIR%%/themes/DVR/tv_settings.xml
%%DATADIR%%/themes/DVR/tvmenu.xml
%%DATADIR%%/themes/DVR/util_menu.xml
%%DATADIR%%/themes/MythCenter-wide/README
%%DATADIR%%/themes/MythCenter-wide/appear-ui.xml
%%DATADIR%%/themes/MythCenter-wide/base.xml
%%DATADIR%%/themes/MythCenter-wide/config-ui.xml
%%DATADIR%%/themes/MythCenter-wide/controls-ui.xml
%%DATADIR%%/themes/MythCenter-wide/htmls/progdetails_page1.html
%%DATADIR%%/themes/MythCenter-wide/htmls/progdetails_page2.html
%%DATADIR%%/themes/MythCenter-wide/menu-ui.xml
%%DATADIR%%/themes/MythCenter-wide/osd.xml
%%DATADIR%%/themes/MythCenter-wide/osd/bd.png
%%DATADIR%%/themes/MythCenter-wide/osd/dvd.png
%%DATADIR%%/themes/MythCenter-wide/osd/info.png
%%DATADIR%%/themes/MythCenter-wide/osd/input.png
%%DATADIR%%/themes/MythCenter-wide/osd/message.png
%%DATADIR%%/themes/MythCenter-wide/osd/prog_bot.png
%%DATADIR%%/themes/MythCenter-wide/osd/prog_top.png
%%DATADIR%%/themes/MythCenter-wide/osd/progressbar_bg.png
%%DATADIR%%/themes/MythCenter-wide/osd/progressbar_cut.png
%%DATADIR%%/themes/MythCenter-wide/osd/progressbar_fill.png
%%DATADIR%%/themes/MythCenter-wide/osd/recording.png
%%DATADIR%%/themes/MythCenter-wide/osd/sd.png
%%DATADIR%%/themes/MythCenter-wide/osd/tv.png
%%DATADIR%%/themes/MythCenter-wide/osd/video.png
%%DATADIR%%/themes/MythCenter-wide/preview.png
%%DATADIR%%/themes/MythCenter-wide/qtlook.txt
%%DATADIR%%/themes/MythCenter-wide/recordings-ui.xml
%%DATADIR%%/themes/MythCenter-wide/schedule-ui.xml
%%DATADIR%%/themes/MythCenter-wide/settings-ui.xml
%%DATADIR%%/themes/MythCenter-wide/status-ui.xml
%%DATADIR%%/themes/MythCenter-wide/themeinfo.xml
%%DATADIR%%/themes/MythCenter-wide/title/title_dvd.png
%%DATADIR%%/themes/MythCenter-wide/title/title_gallery.png
%%DATADIR%%/themes/MythCenter-wide/title/title_games.png
%%DATADIR%%/themes/MythCenter-wide/title/title_info_center.png
%%DATADIR%%/themes/MythCenter-wide/title/title_info_settings.png
%%DATADIR%%/themes/MythCenter-wide/title/title_main.png
%%DATADIR%%/themes/MythCenter-wide/title/title_multimedia.png
%%DATADIR%%/themes/MythCenter-wide/title/title_music.png
%%DATADIR%%/themes/MythCenter-wide/title/title_music_setup.png
%%DATADIR%%/themes/MythCenter-wide/title/title_priority.png
%%DATADIR%%/themes/MythCenter-wide/title/title_record.png
%%DATADIR%%/themes/MythCenter-wide/title/title_schedule.png
%%DATADIR%%/themes/MythCenter-wide/title/title_search.png
%%DATADIR%%/themes/MythCenter-wide/title/title_setup.png
%%DATADIR%%/themes/MythCenter-wide/title/title_tv.png
%%DATADIR%%/themes/MythCenter-wide/title/title_video.png
%%DATADIR%%/themes/MythCenter-wide/title/title_weather.png
%%DATADIR%%/themes/MythCenter-wide/ui/background.png
%%DATADIR%%/themes/MythCenter-wide/ui/button_on.png
%%DATADIR%%/themes/MythCenter-wide/ui/down.png
%%DATADIR%%/themes/MythCenter-wide/ui/horizon.png
%%DATADIR%%/themes/MythCenter-wide/ui/mythtv_logo.png
%%DATADIR%%/themes/MythCenter-wide/ui/up.png
%%DATADIR%%/themes/MythCenter-wide/video-ui.xml
%%DATADIR%%/themes/MythCenter-wide/watermark/alarmclock.png
%%DATADIR%%/themes/MythCenter-wide/watermark/appearance.png
%%DATADIR%%/themes/MythCenter-wide/watermark/big_arrow_down.png
%%DATADIR%%/themes/MythCenter-wide/watermark/browser.png
%%DATADIR%%/themes/MythCenter-wide/watermark/cd.png
%%DATADIR%%/themes/MythCenter-wide/watermark/cd_burn.png
%%DATADIR%%/themes/MythCenter-wide/watermark/cd_rip.png
%%DATADIR%%/themes/MythCenter-wide/watermark/checklist.png
%%DATADIR%%/themes/MythCenter-wide/watermark/clock.png
%%DATADIR%%/themes/MythCenter-wide/watermark/dvd.png
%%DATADIR%%/themes/MythCenter-wide/watermark/dvd_burn.png
%%DATADIR%%/themes/MythCenter-wide/watermark/dvd_eject.png
%%DATADIR%%/themes/MythCenter-wide/watermark/dvd_rip.png
%%DATADIR%%/themes/MythCenter-wide/watermark/error.png
%%DATADIR%%/themes/MythCenter-wide/watermark/gallery.png
%%DATADIR%%/themes/MythCenter-wide/watermark/gallery_settings.png
%%DATADIR%%/themes/MythCenter-wide/watermark/hardware_info.png
%%DATADIR%%/themes/MythCenter-wide/watermark/hardware_settings.png
%%DATADIR%%/themes/MythCenter-wide/watermark/important.png
%%DATADIR%%/themes/MythCenter-wide/watermark/info.png
%%DATADIR%%/themes/MythCenter-wide/watermark/info_setup.png
%%DATADIR%%/themes/MythCenter-wide/watermark/ipod.png
%%DATADIR%%/themes/MythCenter-wide/watermark/joystick.png
%%DATADIR%%/themes/MythCenter-wide/watermark/keys.png
%%DATADIR%%/themes/MythCenter-wide/watermark/movietime.png
%%DATADIR%%/themes/MythCenter-wide/watermark/multimedia.png
%%DATADIR%%/themes/MythCenter-wide/watermark/music.png
%%DATADIR%%/themes/MythCenter-wide/watermark/music_settings.png
%%DATADIR%%/themes/MythCenter-wide/watermark/news.png
%%DATADIR%%/themes/MythCenter-wide/watermark/phone.png
%%DATADIR%%/themes/MythCenter-wide/watermark/pie.png
%%DATADIR%%/themes/MythCenter-wide/watermark/play.png
%%DATADIR%%/themes/MythCenter-wide/watermark/priority.png
%%DATADIR%%/themes/MythCenter-wide/watermark/radio.png
%%DATADIR%%/themes/MythCenter-wide/watermark/record.png
%%DATADIR%%/themes/MythCenter-wide/watermark/screenwiz.png
%%DATADIR%%/themes/MythCenter-wide/watermark/search.png
%%DATADIR%%/themes/MythCenter-wide/watermark/setup.png
%%DATADIR%%/themes/MythCenter-wide/watermark/stream.png
%%DATADIR%%/themes/MythCenter-wide/watermark/tv.png
%%DATADIR%%/themes/MythCenter-wide/watermark/video.png
%%DATADIR%%/themes/MythCenter-wide/watermark/video_settings.png
%%DATADIR%%/themes/MythCenter-wide/watermark/weather.png
%%DATADIR%%/themes/MythCenter-wide/watermark/zoneminder.png
%%DATADIR%%/themes/MythCenter-wide/welcome-ui.xml
%%DATADIR%%/themes/MythCenter-wide/zoneminder-ui.xml
%%DATADIR%%/themes/MythCenter/README
%%DATADIR%%/themes/MythCenter/base.xml
%%DATADIR%%/themes/MythCenter/cr-lines.png
%%DATADIR%%/themes/MythCenter/cr-selectbar.png
%%DATADIR%%/themes/MythCenter/htmls/progdetails_page1.html
%%DATADIR%%/themes/MythCenter/htmls/progdetails_page2.html
%%DATADIR%%/themes/MythCenter/menu-ui.xml
%%DATADIR%%/themes/MythCenter/osd.xml
%%DATADIR%%/themes/MythCenter/preview.png
%%DATADIR%%/themes/MythCenter/qtlook.txt
%%DATADIR%%/themes/MythCenter/recordings-ui.xml
%%DATADIR%%/themes/MythCenter/schedule-ui.xml
%%DATADIR%%/themes/MythCenter/themeinfo.xml
%%DATADIR%%/themes/MythCenter/title/title_dvd.png
%%DATADIR%%/themes/MythCenter/title/title_gallery.png
%%DATADIR%%/themes/MythCenter/title/title_games.png
%%DATADIR%%/themes/MythCenter/title/title_info_center.png
%%DATADIR%%/themes/MythCenter/title/title_info_settings.png
%%DATADIR%%/themes/MythCenter/title/title_main.png
%%DATADIR%%/themes/MythCenter/title/title_multimedia.png
%%DATADIR%%/themes/MythCenter/title/title_music.png
%%DATADIR%%/themes/MythCenter/title/title_music_setup.png
%%DATADIR%%/themes/MythCenter/title/title_priority.png
%%DATADIR%%/themes/MythCenter/title/title_record.png
%%DATADIR%%/themes/MythCenter/title/title_schedule.png
%%DATADIR%%/themes/MythCenter/title/title_search.png
%%DATADIR%%/themes/MythCenter/title/title_setup.png
%%DATADIR%%/themes/MythCenter/title/title_tv.png
%%DATADIR%%/themes/MythCenter/title/title_video.png
%%DATADIR%%/themes/MythCenter/title/title_weather.png
%%DATADIR%%/themes/MythCenter/ui/background.png
%%DATADIR%%/themes/MythCenter/ui/button_off.png
%%DATADIR%%/themes/MythCenter/ui/button_on.png
%%DATADIR%%/themes/MythCenter/ui/down.png
%%DATADIR%%/themes/MythCenter/ui/mythtv_logo.png
%%DATADIR%%/themes/MythCenter/ui/up.png
%%DATADIR%%/themes/MythCenter/video-ui.xml
%%DATADIR%%/themes/MythCenter/watermark/alarmclock.png
%%DATADIR%%/themes/MythCenter/watermark/appearance.png
%%DATADIR%%/themes/MythCenter/watermark/big_arrow_down.png
%%DATADIR%%/themes/MythCenter/watermark/browser.png
%%DATADIR%%/themes/MythCenter/watermark/cd.png
%%DATADIR%%/themes/MythCenter/watermark/cd_burn.png
%%DATADIR%%/themes/MythCenter/watermark/cd_rip.png
%%DATADIR%%/themes/MythCenter/watermark/checklist.png
%%DATADIR%%/themes/MythCenter/watermark/clock.png
%%DATADIR%%/themes/MythCenter/watermark/dvd.png
%%DATADIR%%/themes/MythCenter/watermark/dvd_burn.png
%%DATADIR%%/themes/MythCenter/watermark/dvd_eject.png
%%DATADIR%%/themes/MythCenter/watermark/dvd_rip.png
%%DATADIR%%/themes/MythCenter/watermark/error.png
%%DATADIR%%/themes/MythCenter/watermark/gallery.png
%%DATADIR%%/themes/MythCenter/watermark/gallery_settings.png
%%DATADIR%%/themes/MythCenter/watermark/hardware_info.png
%%DATADIR%%/themes/MythCenter/watermark/hardware_settings.png
%%DATADIR%%/themes/MythCenter/watermark/important.png
%%DATADIR%%/themes/MythCenter/watermark/info.png
%%DATADIR%%/themes/MythCenter/watermark/info_setup.png
%%DATADIR%%/themes/MythCenter/watermark/ipod.png
%%DATADIR%%/themes/MythCenter/watermark/joystick.png
%%DATADIR%%/themes/MythCenter/watermark/keys.png
%%DATADIR%%/themes/MythCenter/watermark/movietime.png
%%DATADIR%%/themes/MythCenter/watermark/multimedia.png
%%DATADIR%%/themes/MythCenter/watermark/music.png
%%DATADIR%%/themes/MythCenter/watermark/music_settings.png
%%DATADIR%%/themes/MythCenter/watermark/news.png
%%DATADIR%%/themes/MythCenter/watermark/phone.png
%%DATADIR%%/themes/MythCenter/watermark/pie.png
%%DATADIR%%/themes/MythCenter/watermark/play.png
%%DATADIR%%/themes/MythCenter/watermark/priority.png
%%DATADIR%%/themes/MythCenter/watermark/radio.png
%%DATADIR%%/themes/MythCenter/watermark/record.png
%%DATADIR%%/themes/MythCenter/watermark/screenwiz.png
%%DATADIR%%/themes/MythCenter/watermark/search.png
%%DATADIR%%/themes/MythCenter/watermark/setup.png
%%DATADIR%%/themes/MythCenter/watermark/stream.png
%%DATADIR%%/themes/MythCenter/watermark/tv.png
%%DATADIR%%/themes/MythCenter/watermark/video.png
%%DATADIR%%/themes/MythCenter/watermark/video_settings.png
%%DATADIR%%/themes/MythCenter/watermark/weather.png
%%DATADIR%%/themes/MythCenter/watermark/zoneminder.png
%%DATADIR%%/themes/Terra/backgrounds/background.png
%%DATADIR%%/themes/Terra/backgrounds/bottombar.png
%%DATADIR%%/themes/Terra/backgrounds/horizontal_menu_background.png
%%DATADIR%%/themes/Terra/backgrounds/topbar.png
%%DATADIR%%/themes/Terra/backgrounds/videobackground.png
%%DATADIR%%/themes/Terra/base.xml
%%DATADIR%%/themes/Terra/browser-ui.xml
%%DATADIR%%/themes/Terra/config-ui.xml
%%DATADIR%%/themes/Terra/config/selected_icon_mask.png
%%DATADIR%%/themes/Terra/controls/button.png
%%DATADIR%%/themes/Terra/controls/button_pushed.png
%%DATADIR%%/themes/Terra/controls/checkbox_background.png
%%DATADIR%%/themes/Terra/controls/checkbox_background_selected.png
%%DATADIR%%/themes/Terra/controls/cursor.png
%%DATADIR%%/themes/Terra/controls/selector_left_arrow.png
%%DATADIR%%/themes/Terra/controls/selector_right_arrow.png
%%DATADIR%%/themes/Terra/controls/short_textedit_background.png
%%DATADIR%%/themes/Terra/controls/short_textedit_background_selected.png
%%DATADIR%%/themes/Terra/controls/small_button.png
%%DATADIR%%/themes/Terra/controls/small_button_pushed.png
%%DATADIR%%/themes/Terra/gallery-ui.xml
%%DATADIR%%/themes/Terra/game-ui.xml
%%DATADIR%%/themes/Terra/guide/guide_arrow_left.png
%%DATADIR%%/themes/Terra/guide/guide_arrow_right.png
%%DATADIR%%/themes/Terra/guide/guide_frame.png
%%DATADIR%%/themes/Terra/guide/icon_mask.png
%%DATADIR%%/themes/Terra/htmls/progdetails_page1.html
%%DATADIR%%/themes/Terra/htmls/progdetails_page2.html
%%DATADIR%%/themes/Terra/menu-ui.xml
%%DATADIR%%/themes/Terra/menu/iconmask.png
%%DATADIR%%/themes/Terra/menu/menubackground.png
%%DATADIR%%/themes/Terra/menu/menuframe.png
%%DATADIR%%/themes/Terra/music-ui.xml
%%DATADIR%%/themes/Terra/music/miniplayer_pauseicon.png
%%DATADIR%%/themes/Terra/music/miniplayer_playicon.png
%%DATADIR%%/themes/Terra/music/miniplayer_stopicon.png
%%DATADIR%%/themes/Terra/netvision-ui.xml
%%DATADIR%%/themes/Terra/news-ui.xml
%%DATADIR%%/themes/Terra/osd.xml
%%DATADIR%%/themes/Terra/osd/editorbackground.png
%%DATADIR%%/themes/Terra/osd/infobackground.png
%%DATADIR%%/themes/Terra/osd/messagebackground.png
%%DATADIR%%/themes/Terra/popups/alt_menu_background.png
%%DATADIR%%/themes/Terra/popups/busy/busy_0.png
%%DATADIR%%/themes/Terra/popups/busy/busy_1.png
%%DATADIR%%/themes/Terra/popups/busy/busy_10.png
%%DATADIR%%/themes/Terra/popups/busy/busy_11.png
%%DATADIR%%/themes/Terra/popups/busy/busy_12.png
%%DATADIR%%/themes/Terra/popups/busy/busy_13.png
%%DATADIR%%/themes/Terra/popups/busy/busy_14.png
%%DATADIR%%/themes/Terra/popups/busy/busy_15.png
%%DATADIR%%/themes/Terra/popups/busy/busy_16.png
%%DATADIR%%/themes/Terra/popups/busy/busy_17.png
%%DATADIR%%/themes/Terra/popups/busy/busy_18.png
%%DATADIR%%/themes/Terra/popups/busy/busy_19.png
%%DATADIR%%/themes/Terra/popups/busy/busy_2.png
%%DATADIR%%/themes/Terra/popups/busy/busy_20.png
%%DATADIR%%/themes/Terra/popups/busy/busy_21.png
%%DATADIR%%/themes/Terra/popups/busy/busy_22.png
%%DATADIR%%/themes/Terra/popups/busy/busy_23.png
%%DATADIR%%/themes/Terra/popups/busy/busy_24.png
%%DATADIR%%/themes/Terra/popups/busy/busy_25.png
%%DATADIR%%/themes/Terra/popups/busy/busy_26.png
%%DATADIR%%/themes/Terra/popups/busy/busy_27.png
%%DATADIR%%/themes/Terra/popups/busy/busy_28.png
%%DATADIR%%/themes/Terra/popups/busy/busy_29.png
%%DATADIR%%/themes/Terra/popups/busy/busy_3.png
%%DATADIR%%/themes/Terra/popups/busy/busy_4.png
%%DATADIR%%/themes/Terra/popups/busy/busy_5.png
%%DATADIR%%/themes/Terra/popups/busy/busy_6.png
%%DATADIR%%/themes/Terra/popups/busy/busy_7.png
%%DATADIR%%/themes/Terra/popups/busy/busy_8.png
%%DATADIR%%/themes/Terra/popups/busy/busy_9.png
%%DATADIR%%/themes/Terra/popups/confirmation_background.png
%%DATADIR%%/themes/Terra/popups/edit_background.png
%%DATADIR%%/themes/Terra/popups/largemenubackground.png
%%DATADIR%%/themes/Terra/popups/menu_background.png
%%DATADIR%%/themes/Terra/popups/menu_button.png
%%DATADIR%%/themes/Terra/popups/menu_button_pushed.png
%%DATADIR%%/themes/Terra/popups/progress_bar_background.png
%%DATADIR%%/themes/Terra/popups/progress_bar_fill.png
%%DATADIR%%/themes/Terra/popups/progress_bar_overlay.png
%%DATADIR%%/themes/Terra/popups/progress_dialog_background.png
%%DATADIR%%/themes/Terra/popups/selected_item_arrow.png
%%DATADIR%%/themes/Terra/popups/selected_submenu_arrow.png
%%DATADIR%%/themes/Terra/popups/submenu_arrow.png
%%DATADIR%%/themes/Terra/preview.png
%%DATADIR%%/themes/Terra/qtlook.txt
%%DATADIR%%/themes/Terra/recordings-ui.xml
%%DATADIR%%/themes/Terra/recordings/filterlist_background.png
%%DATADIR%%/themes/Terra/recordings/flagging_1.png
%%DATADIR%%/themes/Terra/recordings/flagging_2.png
%%DATADIR%%/themes/Terra/recordings/flagging_3.png
%%DATADIR%%/themes/Terra/recordings/flagging_4.png
%%DATADIR%%/themes/Terra/recordings/flagging_5.png
%%DATADIR%%/themes/Terra/recordings/flagging_6.png
%%DATADIR%%/themes/Terra/recordings/flagging_7.png
%%DATADIR%%/themes/Terra/recordings/flagging_8.png
%%DATADIR%%/themes/Terra/recordings/generallistbackground.png
%%DATADIR%%/themes/Terra/recordings/generallistselectedframe.png
%%DATADIR%%/themes/Terra/recordings/groupframe.png
%%DATADIR%%/themes/Terra/recordings/previewmask.png
%%DATADIR%%/themes/Terra/recordings/previewmask_unselected.png
%%DATADIR%%/themes/Terra/recordings/recording_1.png
%%DATADIR%%/themes/Terra/recordings/recording_2.png
%%DATADIR%%/themes/Terra/recordings/recording_3.png
%%DATADIR%%/themes/Terra/recordings/recording_4.png
%%DATADIR%%/themes/Terra/recordings/recording_5.png
%%DATADIR%%/themes/Terra/recordings/recording_6.png
%%DATADIR%%/themes/Terra/recordings/recording_7.png
%%DATADIR%%/themes/Terra/recordings/recording_8.png
%%DATADIR%%/themes/Terra/recordings/recordingsbackground.png
%%DATADIR%%/themes/Terra/recordings/selected_recording_background.png
%%DATADIR%%/themes/Terra/recordings/statusoverlay.png
%%DATADIR%%/themes/Terra/recordings/transcoding_1.png
%%DATADIR%%/themes/Terra/recordings/transcoding_2.png
%%DATADIR%%/themes/Terra/recordings/transcoding_3.png
%%DATADIR%%/themes/Terra/recordings/transcoding_4.png
%%DATADIR%%/themes/Terra/recordings/transcoding_5.png
%%DATADIR%%/themes/Terra/recordings/transcoding_6.png
%%DATADIR%%/themes/Terra/recordings/transcoding_7.png
%%DATADIR%%/themes/Terra/recordings/transcoding_8.png
%%DATADIR%%/themes/Terra/schedule-ui.xml
%%DATADIR%%/themes/Terra/schedule/generic_list_frame.png
%%DATADIR%%/themes/Terra/settings-ui.xml
%%DATADIR%%/themes/Terra/shared/black_star.png
%%DATADIR%%/themes/Terra/shared/bronze_star.png
%%DATADIR%%/themes/Terra/shared/cross.png
%%DATADIR%%/themes/Terra/shared/directory.png
%%DATADIR%%/themes/Terra/shared/disabled.png
%%DATADIR%%/themes/Terra/shared/error.png
%%DATADIR%%/themes/Terra/shared/gold_star.png
%%DATADIR%%/themes/Terra/shared/horizlist_internal_left_arrow.png
%%DATADIR%%/themes/Terra/shared/horizlist_internal_right_arrow.png
%%DATADIR%%/themes/Terra/shared/horizlist_left_arrow.png
%%DATADIR%%/themes/Terra/shared/horizlist_right_arrow.png
%%DATADIR%%/themes/Terra/shared/icons/16_9.png
%%DATADIR%%/themes/Terra/shared/icons/adflagged.png
%%DATADIR%%/themes/Terra/shared/icons/audio_mono.png
%%DATADIR%%/themes/Terra/shared/icons/audio_stereo.png
%%DATADIR%%/themes/Terra/shared/icons/audio_surround.png
%%DATADIR%%/themes/Terra/shared/icons/autoexpire.png
%%DATADIR%%/themes/Terra/shared/icons/bookmark.png
%%DATADIR%%/themes/Terra/shared/icons/cutlist.png
%%DATADIR%%/themes/Terra/shared/icons/hd_1080.png
%%DATADIR%%/themes/Terra/shared/icons/hd_720.png
%%DATADIR%%/themes/Terra/shared/icons/hdtv.png
%%DATADIR%%/themes/Terra/shared/list_down_arrow.png
%%DATADIR%%/themes/Terra/shared/list_left_arrow.png
%%DATADIR%%/themes/Terra/shared/list_right_arrow.png
%%DATADIR%%/themes/Terra/shared/list_up_arrow.png
%%DATADIR%%/themes/Terra/shared/normal.png
%%DATADIR%%/themes/Terra/shared/playlist.png
%%DATADIR%%/themes/Terra/shared/running.png
%%DATADIR%%/themes/Terra/shared/selected_disabled.png
%%DATADIR%%/themes/Terra/shared/selected_error.png
%%DATADIR%%/themes/Terra/shared/selected_normal.png
%%DATADIR%%/themes/Terra/shared/selected_running.png
%%DATADIR%%/themes/Terra/shared/selected_state_mask.png
%%DATADIR%%/themes/Terra/shared/selected_warning.png
%%DATADIR%%/themes/Terra/shared/silver_star.png
%%DATADIR%%/themes/Terra/shared/super_gold_star.png
%%DATADIR%%/themes/Terra/shared/tick.png
%%DATADIR%%/themes/Terra/shared/updirectory.png
%%DATADIR%%/themes/Terra/shared/warning.png
%%DATADIR%%/themes/Terra/shared/watched.png
%%DATADIR%%/themes/Terra/status-ui.xml
%%DATADIR%%/themes/Terra/themeinfo.xml
%%DATADIR%%/themes/Terra/video-ui.xml
%%DATADIR%%/themes/Terra/video/browserlistbackground.png
%%DATADIR%%/themes/Terra/video/browserlistframe.png
%%DATADIR%%/themes/Terra/video/info_background.png
%%DATADIR%%/themes/Terra/video/info_poster_mask.png
%%DATADIR%%/themes/Terra/video/managerlistbackground.png
%%DATADIR%%/themes/Terra/video/managerlistframe.png
%%DATADIR%%/themes/Terra/video/managerpostermask.png
%%DATADIR%%/themes/Terra/video/parental_level_high.png
%%DATADIR%%/themes/Terra/video/parental_level_low.png
%%DATADIR%%/themes/Terra/video/parental_level_lowest.png
%%DATADIR%%/themes/Terra/video/parental_level_medium.png
%%DATADIR%%/themes/Terra/video/parental_level_none.png
%%DATADIR%%/themes/Terra/video/postermask.png
%%DATADIR%%/themes/Terra/video/video_gallery_background.png
%%DATADIR%%/themes/Terra/video/video_gallery_background_selected.png
%%DATADIR%%/themes/Terra/watermarks/README.license
%%DATADIR%%/themes/Terra/watermarks/aerial.png
%%DATADIR%%/themes/Terra/watermarks/appearance.png
%%DATADIR%%/themes/Terra/watermarks/archive.png
%%DATADIR%%/themes/Terra/watermarks/browser.png
%%DATADIR%%/themes/Terra/watermarks/cd.png
%%DATADIR%%/themes/Terra/watermarks/clock.png
%%DATADIR%%/themes/Terra/watermarks/create_archive.png
%%DATADIR%%/themes/Terra/watermarks/default.png
%%DATADIR%%/themes/Terra/watermarks/delete.png
%%DATADIR%%/themes/Terra/watermarks/eject_media.png
%%DATADIR%%/themes/Terra/watermarks/food.png
%%DATADIR%%/themes/Terra/watermarks/gallery.png
%%DATADIR%%/themes/Terra/watermarks/games.png
%%DATADIR%%/themes/Terra/watermarks/guide.png
%%DATADIR%%/themes/Terra/watermarks/import_archive.png
%%DATADIR%%/themes/Terra/watermarks/import_cd.png
%%DATADIR%%/themes/Terra/watermarks/import_dvd.png
%%DATADIR%%/themes/Terra/watermarks/import_files.png
%%DATADIR%%/themes/Terra/watermarks/info_settings.png
%%DATADIR%%/themes/Terra/watermarks/keys.png
%%DATADIR%%/themes/Terra/watermarks/library.png
%%DATADIR%%/themes/Terra/watermarks/media_settings.png
%%DATADIR%%/themes/Terra/watermarks/movie.png
%%DATADIR%%/themes/Terra/watermarks/music.png
%%DATADIR%%/themes/Terra/watermarks/music2.png
%%DATADIR%%/themes/Terra/watermarks/music_settings.png
%%DATADIR%%/themes/Terra/watermarks/netflix.png
%%DATADIR%%/themes/Terra/watermarks/new_music.png
%%DATADIR%%/themes/Terra/watermarks/news.png
%%DATADIR%%/themes/Terra/watermarks/osd_appearance.png
%%DATADIR%%/themes/Terra/watermarks/osd_editor.png
%%DATADIR%%/themes/Terra/watermarks/play_dvd.png
%%DATADIR%%/themes/Terra/watermarks/play_music.png
%%DATADIR%%/themes/Terra/watermarks/player_settings.png
%%DATADIR%%/themes/Terra/watermarks/previously_recorded.png
%%DATADIR%%/themes/Terra/watermarks/program_finder.png
%%DATADIR%%/themes/Terra/watermarks/radio.png
%%DATADIR%%/themes/Terra/watermarks/screen_setup.png
%%DATADIR%%/themes/Terra/watermarks/search_words.png
%%DATADIR%%/themes/Terra/watermarks/select_music.png
%%DATADIR%%/themes/Terra/watermarks/status.png
%%DATADIR%%/themes/Terra/watermarks/stop_light.png
%%DATADIR%%/themes/Terra/watermarks/tools.png
%%DATADIR%%/themes/Terra/watermarks/tv.png
%%DATADIR%%/themes/Terra/watermarks/vcr.png
%%DATADIR%%/themes/Terra/watermarks/video.png
%%DATADIR%%/themes/Terra/watermarks/video_settings.png
%%DATADIR%%/themes/Terra/watermarks/watchrec.png
%%DATADIR%%/themes/Terra/watermarks/weather.png
%%DATADIR%%/themes/Terra/watermarks/zm_console.png
%%DATADIR%%/themes/Terra/watermarks/zm_events.png
%%DATADIR%%/themes/Terra/watermarks/zm_live.png
%%DATADIR%%/themes/Terra/watermarks/zoneminder.png
%%DATADIR%%/themes/Terra/welcome-ui.xml
%%DATADIR%%/themes/classic/classic-preview.png
%%DATADIR%%/themes/classic/main_settings.xml
%%DATADIR%%/themes/classic/mainmenu.xml
%%DATADIR%%/themes/classic/recpriorities_settings.xml
%%DATADIR%%/themes/classic/themeinfo.xml
%%DATADIR%%/themes/classic/tv_schedule.xml
%%DATADIR%%/themes/classic/tv_search.xml
%%DATADIR%%/themes/classic/tv_settings.xml
%%DATADIR%%/themes/classic/tvmenu.xml
%%DATADIR%%/themes/default-wide/appear-ui.xml
%%DATADIR%%/themes/default-wide/bar.png
%%DATADIR%%/themes/default-wide/base.xml
%%DATADIR%%/themes/default-wide/button_wide_background.png
%%DATADIR%%/themes/default-wide/button_wide_pushed_background.png
%%DATADIR%%/themes/default-wide/button_wide_selected_background.png
%%DATADIR%%/themes/default-wide/config-ui.xml
%%DATADIR%%/themes/default-wide/controls-ui.xml
%%DATADIR%%/themes/default-wide/cr-lines.png
%%DATADIR%%/themes/default-wide/cr-selectbar.png
%%DATADIR%%/themes/default-wide/def-ro-lines.png
%%DATADIR%%/themes/default-wide/filler.png
%%DATADIR%%/themes/default-wide/md_progress_background.png
%%DATADIR%%/themes/default-wide/osd.xml
%%DATADIR%%/themes/default-wide/pd-background.png
%%DATADIR%%/themes/default-wide/pf-background.png
%%DATADIR%%/themes/default-wide/pf-lines.png
%%DATADIR%%/themes/default-wide/pf-sel1.png
%%DATADIR%%/themes/default-wide/pf-sel2.png
%%DATADIR%%/themes/default-wide/pf-sel3.png
%%DATADIR%%/themes/default-wide/pf-top.png
%%DATADIR%%/themes/default-wide/preview.png
%%DATADIR%%/themes/default-wide/reclist_background.png
%%DATADIR%%/themes/default-wide/recordings-ui.xml
%%DATADIR%%/themes/default-wide/rk-lines.png
%%DATADIR%%/themes/default-wide/rk-selectbar.png
%%DATADIR%%/themes/default-wide/schedule-ui.xml
%%DATADIR%%/themes/default-wide/selectbar.png
%%DATADIR%%/themes/default-wide/settings-ui.xml
%%DATADIR%%/themes/default-wide/shared/grid_back_reg.png
%%DATADIR%%/themes/default-wide/shared/grid_back_sel.png
%%DATADIR%%/themes/default-wide/shared/grid_noimage.png
%%DATADIR%%/themes/default-wide/solid-container.png
%%DATADIR%%/themes/default-wide/solid-cr-background.png
%%DATADIR%%/themes/default-wide/status-bar.png
%%DATADIR%%/themes/default-wide/status-ui.xml
%%DATADIR%%/themes/default-wide/text_button_off.png
%%DATADIR%%/themes/default-wide/text_button_on.png
%%DATADIR%%/themes/default-wide/text_button_pushed.png
%%DATADIR%%/themes/default-wide/track_info_background.png
%%DATADIR%%/themes/default-wide/trans-backup.png
%%DATADIR%%/themes/default-wide/trans-container.png
%%DATADIR%%/themes/default-wide/trans-cr-background.png
%%DATADIR%%/themes/default-wide/trans-rk-background.png
%%DATADIR%%/themes/default-wide/trans-sr-background.png
%%DATADIR%%/themes/default-wide/welcome-ui.xml
%%DATADIR%%/themes/default/appear-ui.xml
%%DATADIR%%/themes/default/autoexpire.png
%%DATADIR%%/themes/default/avchd.png
%%DATADIR%%/themes/default/background.png
%%DATADIR%%/themes/default/backup.png
%%DATADIR%%/themes/default/bar.png
%%DATADIR%%/themes/default/base.xml
%%DATADIR%%/themes/default/blank.png
%%DATADIR%%/themes/default/blankbutton_off.png
%%DATADIR%%/themes/default/blankbutton_on.png
%%DATADIR%%/themes/default/blankbutton_pushed.png
%%DATADIR%%/themes/default/bookmark.png
%%DATADIR%%/themes/default/bottomright.png
%%DATADIR%%/themes/default/busyimages/0.png
%%DATADIR%%/themes/default/busyimages/1.png
%%DATADIR%%/themes/default/busyimages/10.png
%%DATADIR%%/themes/default/busyimages/11.png
%%DATADIR%%/themes/default/busyimages/12.png
%%DATADIR%%/themes/default/busyimages/13.png
%%DATADIR%%/themes/default/busyimages/14.png
%%DATADIR%%/themes/default/busyimages/15.png
%%DATADIR%%/themes/default/busyimages/16.png
%%DATADIR%%/themes/default/busyimages/17.png
%%DATADIR%%/themes/default/busyimages/18.png
%%DATADIR%%/themes/default/busyimages/19.png
%%DATADIR%%/themes/default/busyimages/2.png
%%DATADIR%%/themes/default/busyimages/20.png
%%DATADIR%%/themes/default/busyimages/21.png
%%DATADIR%%/themes/default/busyimages/22.png
%%DATADIR%%/themes/default/busyimages/23.png
%%DATADIR%%/themes/default/busyimages/24.png
%%DATADIR%%/themes/default/busyimages/3.png
%%DATADIR%%/themes/default/busyimages/4.png
%%DATADIR%%/themes/default/busyimages/5.png
%%DATADIR%%/themes/default/busyimages/6.png
%%DATADIR%%/themes/default/busyimages/7.png
%%DATADIR%%/themes/default/busyimages/8.png
%%DATADIR%%/themes/default/busyimages/9.png
%%DATADIR%%/themes/default/button_background.png
%%DATADIR%%/themes/default/button_pushed_background.png
%%DATADIR%%/themes/default/button_selected_background.png
%%DATADIR%%/themes/default/categories.xml
%%DATADIR%%/themes/default/cc.png
%%DATADIR%%/themes/default/checkbox_background_off.png
%%DATADIR%%/themes/default/checkbox_background_selected.png
%%DATADIR%%/themes/default/checkbox_fullcheck.png
%%DATADIR%%/themes/default/checkbox_halfcheck.png
%%DATADIR%%/themes/default/checked.png
%%DATADIR%%/themes/default/checked_high.png
%%DATADIR%%/themes/default/commflagged.png
%%DATADIR%%/themes/default/config-ui.xml
%%DATADIR%%/themes/default/container.png
%%DATADIR%%/themes/default/controls-ui.xml
%%DATADIR%%/themes/default/cr-background.png
%%DATADIR%%/themes/default/cr-lines.png
%%DATADIR%%/themes/default/cr-selectbar.png
%%DATADIR%%/themes/default/cursor.png
%%DATADIR%%/themes/default/cutlist.png
%%DATADIR%%/themes/default/dd.png
%%DATADIR%%/themes/default/def-ro-lines.png
%%DATADIR%%/themes/default/down_arrow.png
%%DATADIR%%/themes/default/downarrow.png
%%DATADIR%%/themes/default/dummy1280x720p29.97.ts
%%DATADIR%%/themes/default/dummy1920x1088p29.97.ts
%%DATADIR%%/themes/default/dummy640x480p29.97.ts
%%DATADIR%%/themes/default/dummy720x480p29.97.ts
%%DATADIR%%/themes/default/dummy720x576p25.00.ts
%%DATADIR%%/themes/default/dummy768x576p50.00.ts
%%DATADIR%%/themes/default/filler.png
%%DATADIR%%/themes/default/galleryfolder.png
%%DATADIR%%/themes/default/gg-arrow-down.png
%%DATADIR%%/themes/default/gg-arrow-left.png
%%DATADIR%%/themes/default/gg-arrow-right.png
%%DATADIR%%/themes/default/gg-arrow-up.png
%%DATADIR%%/themes/default/gg-chans.png
%%DATADIR%%/themes/default/gg-rs-all.png
%%DATADIR%%/themes/default/gg-rs-channel.png
%%DATADIR%%/themes/default/gg-rs-findone.png
%%DATADIR%%/themes/default/gg-rs-override.png
%%DATADIR%%/themes/default/gg-rs-single.png
%%DATADIR%%/themes/default/gg-rs-timeslot.png
%%DATADIR%%/themes/default/gg-rs-weekslot.png
%%DATADIR%%/themes/default/gg-times.png
%%DATADIR%%/themes/default/hd.png
%%DATADIR%%/themes/default/hd1080.png
%%DATADIR%%/themes/default/hd720.png
%%DATADIR%%/themes/default/htmls/mythbrowser.css
%%DATADIR%%/themes/default/htmls/notfound.html
%%DATADIR%%/themes/default/htmls/progdetails_page1.html
%%DATADIR%%/themes/default/htmls/progdetails_page2.html
%%DATADIR%%/themes/default/keyboard/ar.xml
%%DATADIR%%/themes/default/keyboard/ar_ui.xml
%%DATADIR%%/themes/default/keyboard/de.xml
%%DATADIR%%/themes/default/keyboard/de_ui.xml
%%DATADIR%%/themes/default/keyboard/dk.xml
%%DATADIR%%/themes/default/keyboard/dk_ui.xml
%%DATADIR%%/themes/default/keyboard/en_gb.xml
%%DATADIR%%/themes/default/keyboard/en_gb_ui.xml
%%DATADIR%%/themes/default/keyboard/en_us.xml
%%DATADIR%%/themes/default/keyboard/en_us_ui.xml
%%DATADIR%%/themes/default/keyboard/es.xml
%%DATADIR%%/themes/default/keyboard/es_ui.xml
%%DATADIR%%/themes/default/keyboard/fr.xml
%%DATADIR%%/themes/default/keyboard/fr_ch.xml
%%DATADIR%%/themes/default/keyboard/fr_ch_ui.xml
%%DATADIR%%/themes/default/keyboard/fr_ui.xml
%%DATADIR%%/themes/default/keyboard/he.xml
%%DATADIR%%/themes/default/keyboard/he_ui.xml
%%DATADIR%%/themes/default/keyboard/it.xml
%%DATADIR%%/themes/default/keyboard/it_ui.xml
%%DATADIR%%/themes/default/keyboard/key_down.png
%%DATADIR%%/themes/default/keyboard/key_down_back.png
%%DATADIR%%/themes/default/keyboard/key_down_del.png
%%DATADIR%%/themes/default/keyboard/key_down_done.png
%%DATADIR%%/themes/default/keyboard/key_down_move.png
%%DATADIR%%/themes/default/keyboard/key_down_shift.png
%%DATADIR%%/themes/default/keyboard/key_down_space.png
%%DATADIR%%/themes/default/keyboard/key_down_space2.png
%%DATADIR%%/themes/default/keyboard/key_downfocused.png
%%DATADIR%%/themes/default/keyboard/key_downfocused_back.png
%%DATADIR%%/themes/default/keyboard/key_downfocused_del.png
%%DATADIR%%/themes/default/keyboard/key_downfocused_done.png
%%DATADIR%%/themes/default/keyboard/key_downfocused_move.png
%%DATADIR%%/themes/default/keyboard/key_downfocused_shift.png
%%DATADIR%%/themes/default/keyboard/key_downfocused_space.png
%%DATADIR%%/themes/default/keyboard/key_downfocused_space2.png
%%DATADIR%%/themes/default/keyboard/key_focused.png
%%DATADIR%%/themes/default/keyboard/key_focused_back.png
%%DATADIR%%/themes/default/keyboard/key_focused_del.png
%%DATADIR%%/themes/default/keyboard/key_focused_done.png
%%DATADIR%%/themes/default/keyboard/key_focused_move.png
%%DATADIR%%/themes/default/keyboard/key_focused_shift.png
%%DATADIR%%/themes/default/keyboard/key_focused_space.png
%%DATADIR%%/themes/default/keyboard/key_focused_space2.png
%%DATADIR%%/themes/default/keyboard/key_normal.png
%%DATADIR%%/themes/default/keyboard/key_normal_back.png
%%DATADIR%%/themes/default/keyboard/key_normal_del.png
%%DATADIR%%/themes/default/keyboard/key_normal_done.png
%%DATADIR%%/themes/default/keyboard/key_normal_move.png
%%DATADIR%%/themes/default/keyboard/key_normal_shift.png
%%DATADIR%%/themes/default/keyboard/key_normal_space.png
%%DATADIR%%/themes/default/keyboard/key_normal_space2.png
%%DATADIR%%/themes/default/keyboard/keyboard-background.png
%%DATADIR%%/themes/default/keyboard/keyboard.xml
%%DATADIR%%/themes/default/keyboard/leftarrow.png
%%DATADIR%%/themes/default/keyboard/nb.xml
%%DATADIR%%/themes/default/keyboard/nb_ui.xml
%%DATADIR%%/themes/default/keyboard/returnarrow.png
%%DATADIR%%/themes/default/keyboard/rightarrow.png
%%DATADIR%%/themes/default/keyboard/ru.xml
%%DATADIR%%/themes/default/keyboard/ru_ui.xml
%%DATADIR%%/themes/default/keyboard/shiftarrow.png
%%DATADIR%%/themes/default/keyboard/sv.xml
%%DATADIR%%/themes/default/keyboard/sv_ui.xml
%%DATADIR%%/themes/default/lb-arrow.png
%%DATADIR%%/themes/default/lb-check-empty.png
%%DATADIR%%/themes/default/lb-check-full.png
%%DATADIR%%/themes/default/lb-check-half.png
%%DATADIR%%/themes/default/lb-dnarrow-reg.png
%%DATADIR%%/themes/default/lb-dnarrow-sel.png
%%DATADIR%%/themes/default/lb-ltarrow-reg.png
%%DATADIR%%/themes/default/lb-ltarrow-sel.png
%%DATADIR%%/themes/default/lb-rtarrow-reg.png
%%DATADIR%%/themes/default/lb-rtarrow-sel.png
%%DATADIR%%/themes/default/lb-uparrow-reg.png
%%DATADIR%%/themes/default/lb-uparrow-sel.png
%%DATADIR%%/themes/default/left_arrow.png
%%DATADIR%%/themes/default/leftarrow.png
%%DATADIR%%/themes/default/leftright_off.png
%%DATADIR%%/themes/default/leftright_on.png
%%DATADIR%%/themes/default/leftright_pushed.png
%%DATADIR%%/themes/default/locale/ad.png
%%DATADIR%%/themes/default/locale/ae.png
%%DATADIR%%/themes/default/locale/af.png
%%DATADIR%%/themes/default/locale/ag.png
%%DATADIR%%/themes/default/locale/ai.png
%%DATADIR%%/themes/default/locale/al.png
%%DATADIR%%/themes/default/locale/am.png
%%DATADIR%%/themes/default/locale/an.png
%%DATADIR%%/themes/default/locale/ao.png
%%DATADIR%%/themes/default/locale/ar.png
%%DATADIR%%/themes/default/locale/as.png
%%DATADIR%%/themes/default/locale/at.png
%%DATADIR%%/themes/default/locale/au.png
%%DATADIR%%/themes/default/locale/aw.png
%%DATADIR%%/themes/default/locale/ax.png
%%DATADIR%%/themes/default/locale/az.png
%%DATADIR%%/themes/default/locale/ba.png
%%DATADIR%%/themes/default/locale/bb.png
%%DATADIR%%/themes/default/locale/bd.png
%%DATADIR%%/themes/default/locale/be.png
%%DATADIR%%/themes/default/locale/bf.png
%%DATADIR%%/themes/default/locale/bg.png
%%DATADIR%%/themes/default/locale/bh.png
%%DATADIR%%/themes/default/locale/bi.png
%%DATADIR%%/themes/default/locale/bj.png
%%DATADIR%%/themes/default/locale/bl.png
%%DATADIR%%/themes/default/locale/bm.png
%%DATADIR%%/themes/default/locale/bn.png
%%DATADIR%%/themes/default/locale/bo.png
%%DATADIR%%/themes/default/locale/br.png
%%DATADIR%%/themes/default/locale/bs.png
%%DATADIR%%/themes/default/locale/bt.png
%%DATADIR%%/themes/default/locale/bv.png
%%DATADIR%%/themes/default/locale/bw.png
%%DATADIR%%/themes/default/locale/by.png
%%DATADIR%%/themes/default/locale/bz.png
%%DATADIR%%/themes/default/locale/ca.png
%%DATADIR%%/themes/default/locale/cc.png
%%DATADIR%%/themes/default/locale/cd.png
%%DATADIR%%/themes/default/locale/cf.png
%%DATADIR%%/themes/default/locale/cg.png
%%DATADIR%%/themes/default/locale/ch.png
%%DATADIR%%/themes/default/locale/ci.png
%%DATADIR%%/themes/default/locale/ck.png
%%DATADIR%%/themes/default/locale/cl.png
%%DATADIR%%/themes/default/locale/cm.png
%%DATADIR%%/themes/default/locale/cn.png
%%DATADIR%%/themes/default/locale/co.png
%%DATADIR%%/themes/default/locale/cr.png
%%DATADIR%%/themes/default/locale/cu.png
%%DATADIR%%/themes/default/locale/cv.png
%%DATADIR%%/themes/default/locale/cx.png
%%DATADIR%%/themes/default/locale/cy.png
%%DATADIR%%/themes/default/locale/cz.png
%%DATADIR%%/themes/default/locale/de.png
%%DATADIR%%/themes/default/locale/dj.png
%%DATADIR%%/themes/default/locale/dk.png
%%DATADIR%%/themes/default/locale/dm.png
%%DATADIR%%/themes/default/locale/do.png
%%DATADIR%%/themes/default/locale/dz.png
%%DATADIR%%/themes/default/locale/ec.png
%%DATADIR%%/themes/default/locale/ee.png
%%DATADIR%%/themes/default/locale/eg.png
%%DATADIR%%/themes/default/locale/eng.png
%%DATADIR%%/themes/default/locale/er.png
%%DATADIR%%/themes/default/locale/es.png
%%DATADIR%%/themes/default/locale/et.png
%%DATADIR%%/themes/default/locale/fi.png
%%DATADIR%%/themes/default/locale/fj.png
%%DATADIR%%/themes/default/locale/fk.png
%%DATADIR%%/themes/default/locale/fm.png
%%DATADIR%%/themes/default/locale/fo.png
%%DATADIR%%/themes/default/locale/fr.png
%%DATADIR%%/themes/default/locale/ga.png
%%DATADIR%%/themes/default/locale/gb.png
%%DATADIR%%/themes/default/locale/gd.png
%%DATADIR%%/themes/default/locale/ge.png
%%DATADIR%%/themes/default/locale/gf.png
%%DATADIR%%/themes/default/locale/gg.png
%%DATADIR%%/themes/default/locale/gh.png
%%DATADIR%%/themes/default/locale/gi.png
%%DATADIR%%/themes/default/locale/gl.png
%%DATADIR%%/themes/default/locale/gm.png
%%DATADIR%%/themes/default/locale/gn.png
%%DATADIR%%/themes/default/locale/gp.png
%%DATADIR%%/themes/default/locale/gq.png
%%DATADIR%%/themes/default/locale/gr.png
%%DATADIR%%/themes/default/locale/gs.png
%%DATADIR%%/themes/default/locale/gt.png
%%DATADIR%%/themes/default/locale/gu.png
%%DATADIR%%/themes/default/locale/gw.png
%%DATADIR%%/themes/default/locale/gy.png
%%DATADIR%%/themes/default/locale/hk.png
%%DATADIR%%/themes/default/locale/hn.png
%%DATADIR%%/themes/default/locale/hr.png
%%DATADIR%%/themes/default/locale/ht.png
%%DATADIR%%/themes/default/locale/hu.png
%%DATADIR%%/themes/default/locale/id.png
%%DATADIR%%/themes/default/locale/ie.png
%%DATADIR%%/themes/default/locale/il.png
%%DATADIR%%/themes/default/locale/im.png
%%DATADIR%%/themes/default/locale/in.png
%%DATADIR%%/themes/default/locale/io.png
%%DATADIR%%/themes/default/locale/iq.png
%%DATADIR%%/themes/default/locale/ir.png
%%DATADIR%%/themes/default/locale/is.png
%%DATADIR%%/themes/default/locale/it.png
%%DATADIR%%/themes/default/locale/je.png
%%DATADIR%%/themes/default/locale/jm.png
%%DATADIR%%/themes/default/locale/jo.png
%%DATADIR%%/themes/default/locale/jp.png
%%DATADIR%%/themes/default/locale/ke.png
%%DATADIR%%/themes/default/locale/kg.png
%%DATADIR%%/themes/default/locale/kh.png
%%DATADIR%%/themes/default/locale/ki.png
%%DATADIR%%/themes/default/locale/km.png
%%DATADIR%%/themes/default/locale/kn.png
%%DATADIR%%/themes/default/locale/kp.png
%%DATADIR%%/themes/default/locale/kr.png
%%DATADIR%%/themes/default/locale/kw.png
%%DATADIR%%/themes/default/locale/ky.png
%%DATADIR%%/themes/default/locale/kz.png
%%DATADIR%%/themes/default/locale/la.png
%%DATADIR%%/themes/default/locale/lb.png
%%DATADIR%%/themes/default/locale/lc.png
%%DATADIR%%/themes/default/locale/li.png
%%DATADIR%%/themes/default/locale/lk.png
%%DATADIR%%/themes/default/locale/lr.png
%%DATADIR%%/themes/default/locale/ls.png
%%DATADIR%%/themes/default/locale/lt.png
%%DATADIR%%/themes/default/locale/lu.png
%%DATADIR%%/themes/default/locale/lv.png
%%DATADIR%%/themes/default/locale/ly.png
%%DATADIR%%/themes/default/locale/ma.png
%%DATADIR%%/themes/default/locale/mc.png
%%DATADIR%%/themes/default/locale/md.png
%%DATADIR%%/themes/default/locale/me.png
%%DATADIR%%/themes/default/locale/mf.png
%%DATADIR%%/themes/default/locale/mg.png
%%DATADIR%%/themes/default/locale/mh.png
%%DATADIR%%/themes/default/locale/mk.png
%%DATADIR%%/themes/default/locale/ml.png
%%DATADIR%%/themes/default/locale/mm.png
%%DATADIR%%/themes/default/locale/mn.png
%%DATADIR%%/themes/default/locale/mo.png
%%DATADIR%%/themes/default/locale/mp.png
%%DATADIR%%/themes/default/locale/mq.png
%%DATADIR%%/themes/default/locale/mr.png
%%DATADIR%%/themes/default/locale/ms.png
%%DATADIR%%/themes/default/locale/mt.png
%%DATADIR%%/themes/default/locale/mu.png
%%DATADIR%%/themes/default/locale/mv.png
%%DATADIR%%/themes/default/locale/mw.png
%%DATADIR%%/themes/default/locale/mx.png
%%DATADIR%%/themes/default/locale/my.png
%%DATADIR%%/themes/default/locale/mz.png
%%DATADIR%%/themes/default/locale/na.png
%%DATADIR%%/themes/default/locale/nc.png
%%DATADIR%%/themes/default/locale/ne.png
%%DATADIR%%/themes/default/locale/nf.png
%%DATADIR%%/themes/default/locale/ng.png
%%DATADIR%%/themes/default/locale/ni.png
%%DATADIR%%/themes/default/locale/nl.png
%%DATADIR%%/themes/default/locale/no.png
%%DATADIR%%/themes/default/locale/np.png
%%DATADIR%%/themes/default/locale/nr.png
%%DATADIR%%/themes/default/locale/nu.png
%%DATADIR%%/themes/default/locale/nz.png
%%DATADIR%%/themes/default/locale/om.png
%%DATADIR%%/themes/default/locale/pa.png
%%DATADIR%%/themes/default/locale/pe.png
%%DATADIR%%/themes/default/locale/pf.png
%%DATADIR%%/themes/default/locale/pg.png
%%DATADIR%%/themes/default/locale/ph.png
%%DATADIR%%/themes/default/locale/pk.png
%%DATADIR%%/themes/default/locale/pl.png
%%DATADIR%%/themes/default/locale/pm.png
%%DATADIR%%/themes/default/locale/pn.png
%%DATADIR%%/themes/default/locale/pr.png
%%DATADIR%%/themes/default/locale/ps.png
%%DATADIR%%/themes/default/locale/pt.png
%%DATADIR%%/themes/default/locale/pw.png
%%DATADIR%%/themes/default/locale/py.png
%%DATADIR%%/themes/default/locale/qa.png
%%DATADIR%%/themes/default/locale/re.png
%%DATADIR%%/themes/default/locale/ro.png
%%DATADIR%%/themes/default/locale/rs.png
%%DATADIR%%/themes/default/locale/ru.png
%%DATADIR%%/themes/default/locale/rw.png
%%DATADIR%%/themes/default/locale/sa.png
%%DATADIR%%/themes/default/locale/sb.png
%%DATADIR%%/themes/default/locale/sc.png
%%DATADIR%%/themes/default/locale/sct.png
%%DATADIR%%/themes/default/locale/sd.png
%%DATADIR%%/themes/default/locale/se.png
%%DATADIR%%/themes/default/locale/sg.png
%%DATADIR%%/themes/default/locale/sh.png
%%DATADIR%%/themes/default/locale/si.png
%%DATADIR%%/themes/default/locale/sj.png
%%DATADIR%%/themes/default/locale/sk.png
%%DATADIR%%/themes/default/locale/sl.png
%%DATADIR%%/themes/default/locale/sm.png
%%DATADIR%%/themes/default/locale/sn.png
%%DATADIR%%/themes/default/locale/so.png
%%DATADIR%%/themes/default/locale/sr.png
%%DATADIR%%/themes/default/locale/st.png
%%DATADIR%%/themes/default/locale/sv.png
%%DATADIR%%/themes/default/locale/sy.png
%%DATADIR%%/themes/default/locale/sz.png
%%DATADIR%%/themes/default/locale/tc.png
%%DATADIR%%/themes/default/locale/td.png
%%DATADIR%%/themes/default/locale/tf.png
%%DATADIR%%/themes/default/locale/tg.png
%%DATADIR%%/themes/default/locale/th.png
%%DATADIR%%/themes/default/locale/tj.png
%%DATADIR%%/themes/default/locale/tk.png
%%DATADIR%%/themes/default/locale/tl.png
%%DATADIR%%/themes/default/locale/tm.png
%%DATADIR%%/themes/default/locale/tn.png
%%DATADIR%%/themes/default/locale/to.png
%%DATADIR%%/themes/default/locale/tr.png
%%DATADIR%%/themes/default/locale/tt.png
%%DATADIR%%/themes/default/locale/tv.png
%%DATADIR%%/themes/default/locale/tw.png
%%DATADIR%%/themes/default/locale/tz.png
%%DATADIR%%/themes/default/locale/ua.png
%%DATADIR%%/themes/default/locale/ug.png
%%DATADIR%%/themes/default/locale/um.png
%%DATADIR%%/themes/default/locale/us.png
%%DATADIR%%/themes/default/locale/uy.png
%%DATADIR%%/themes/default/locale/uz.png
%%DATADIR%%/themes/default/locale/va.png
%%DATADIR%%/themes/default/locale/vc.png
%%DATADIR%%/themes/default/locale/ve.png
%%DATADIR%%/themes/default/locale/vg.png
%%DATADIR%%/themes/default/locale/vi.png
%%DATADIR%%/themes/default/locale/vn.png
%%DATADIR%%/themes/default/locale/vu.png
%%DATADIR%%/themes/default/locale/wf.png
%%DATADIR%%/themes/default/locale/wls.png
%%DATADIR%%/themes/default/locale/ws.png
%%DATADIR%%/themes/default/locale/ye.png
%%DATADIR%%/themes/default/locale/yt.png
%%DATADIR%%/themes/default/locale/za.png
%%DATADIR%%/themes/default/locale/zm.png
%%DATADIR%%/themes/default/locale/zw.png
%%DATADIR%%/themes/default/mono.png
%%DATADIR%%/themes/default/mythdialogbox-background.png
%%DATADIR%%/themes/default/mythfilebrowser-background.png
%%DATADIR%%/themes/default/mythprogressdialog-background.png
%%DATADIR%%/themes/default/osd.xml
%%DATADIR%%/themes/default/pd-background.png
%%DATADIR%%/themes/default/pf-background.png
%%DATADIR%%/themes/default/pf-lines.png
%%DATADIR%%/themes/default/pf-sel1.png
%%DATADIR%%/themes/default/pf-sel2.png
%%DATADIR%%/themes/default/pf-sel3.png
%%DATADIR%%/themes/default/pf-top.png
%%DATADIR%%/themes/default/pf-topbackground.png
%%DATADIR%%/themes/default/playlist_yes.png
%%DATADIR%%/themes/default/preview.png
%%DATADIR%%/themes/default/processing.png
%%DATADIR%%/themes/default/progressbar_background.png
%%DATADIR%%/themes/default/progressbar_fill.png
%%DATADIR%%/themes/default/progressbar_fill2.png
%%DATADIR%%/themes/default/reclist_background.png
%%DATADIR%%/themes/default/recordings-ui.xml
%%DATADIR%%/themes/default/right_arrow.png
%%DATADIR%%/themes/default/rightarrow.png
%%DATADIR%%/themes/default/rk-background.png
%%DATADIR%%/themes/default/rk-lines.png
%%DATADIR%%/themes/default/rk-selectbar.png
%%DATADIR%%/themes/default/schedule-ui.xml
%%DATADIR%%/themes/default/schedule_conflict.png
%%DATADIR%%/themes/default/schedule_disabled.png
%%DATADIR%%/themes/default/schedule_other.png
%%DATADIR%%/themes/default/schedule_record.png
%%DATADIR%%/themes/default/schedule_recording.png
%%DATADIR%%/themes/default/selectbar.png
%%DATADIR%%/themes/default/settings-ui.xml
%%DATADIR%%/themes/default/shared/0_stars.png
%%DATADIR%%/themes/default/shared/10_stars.png
%%DATADIR%%/themes/default/shared/1_stars.png
%%DATADIR%%/themes/default/shared/2_stars.png
%%DATADIR%%/themes/default/shared/3_stars.png
%%DATADIR%%/themes/default/shared/4_stars.png
%%DATADIR%%/themes/default/shared/5_stars.png
%%DATADIR%%/themes/default/shared/6_stars.png
%%DATADIR%%/themes/default/shared/7_stars.png
%%DATADIR%%/themes/default/shared/8_stars.png
%%DATADIR%%/themes/default/shared/9_stars.png
%%DATADIR%%/themes/default/shared/directory.png
%%DATADIR%%/themes/default/shared/executable.png
%%DATADIR%%/themes/default/shared/file.png
%%DATADIR%%/themes/default/shared/grid_back_reg.png
%%DATADIR%%/themes/default/shared/grid_back_sel.png
%%DATADIR%%/themes/default/shared/grid_noimage.png
%%DATADIR%%/themes/default/shared/updirectory.png
%%DATADIR%%/themes/default/small_watched.png
%%DATADIR%%/themes/default/solid-container.png
%%DATADIR%%/themes/default/solid-cr-background.png
%%DATADIR%%/themes/default/sr-background.png
%%DATADIR%%/themes/default/status-bar.png
%%DATADIR%%/themes/default/status-ui.xml
%%DATADIR%%/themes/default/stereo.png
%%DATADIR%%/themes/default/subs.png
%%DATADIR%%/themes/default/subs_onscreen.png
%%DATADIR%%/themes/default/surround.png
%%DATADIR%%/themes/default/text_button_off.png
%%DATADIR%%/themes/default/text_button_on.png
%%DATADIR%%/themes/default/text_button_pushed.png
%%DATADIR%%/themes/default/topleft.png
%%DATADIR%%/themes/default/trans-backup.png
%%DATADIR%%/themes/default/trans-container.png
%%DATADIR%%/themes/default/trans-cr-background.png
%%DATADIR%%/themes/default/trans-rk-background.png
%%DATADIR%%/themes/default/trans-sr-background.png
%%DATADIR%%/themes/default/unchecked.png
%%DATADIR%%/themes/default/unchecked_high.png
%%DATADIR%%/themes/default/up_arrow.png
%%DATADIR%%/themes/default/uparrow.png
%%DATADIR%%/themes/default/very_wide_button_background.png
%%DATADIR%%/themes/default/very_wide_button_pushed_background.png
%%DATADIR%%/themes/default/very_wide_button_selected_background.png
%%DATADIR%%/themes/default/watched.png
%%DATADIR%%/themes/default/welcome-ui.xml
%%DATADIR%%/themes/default/wide.png
%%DATADIR%%/themes/default/wide_button_background.png
%%DATADIR%%/themes/default/wide_button_pushed_background.png
%%DATADIR%%/themes/default/wide_button_selected_background.png
%%DATADIR%%/themes/defaultmenu/info_menu.xml
%%DATADIR%%/themes/defaultmenu/info_settings.xml
%%DATADIR%%/themes/defaultmenu/library.xml
%%DATADIR%%/themes/defaultmenu/main_settings.xml
%%DATADIR%%/themes/defaultmenu/mainmenu.xml
%%DATADIR%%/themes/defaultmenu/manage_recordings.xml
%%DATADIR%%/themes/defaultmenu/media_settings.xml
%%DATADIR%%/themes/defaultmenu/optical_menu.xml
%%DATADIR%%/themes/defaultmenu/recpriorities_settings.xml
%%DATADIR%%/themes/defaultmenu/themeinfo.xml
%%DATADIR%%/themes/defaultmenu/tv_lists.xml
%%DATADIR%%/themes/defaultmenu/tv_schedule.xml
%%DATADIR%%/themes/defaultmenu/tv_search.xml
%%DATADIR%%/themes/defaultmenu/tv_settings.xml
%%DATADIR%%/themes/defaultmenu/tvmenu.xml
%%DATADIR%%/themes/defaultmenu/util_menu.xml
%%DATADIR%%/themes/mediacentermenu/advanced.xml
%%DATADIR%%/themes/mediacentermenu/info_settings.xml
%%DATADIR%%/themes/mediacentermenu/main_settings.xml
%%DATADIR%%/themes/mediacentermenu/mainmenu.xml
%%DATADIR%%/themes/mediacentermenu/manage_recordings.xml
%%DATADIR%%/themes/mediacentermenu/media_settings.xml
%%DATADIR%%/themes/mediacentermenu/optical_menu.xml
%%DATADIR%%/themes/mediacentermenu/plugin_menu.xml
%%DATADIR%%/themes/mediacentermenu/recpriorities_settings.xml
%%DATADIR%%/themes/mediacentermenu/themeinfo.xml
%%DATADIR%%/themes/mediacentermenu/tv_lists.xml
%%DATADIR%%/themes/mediacentermenu/tv_schedule.xml
%%DATADIR%%/themes/mediacentermenu/tv_search.xml
%%DATADIR%%/themes/mediacentermenu/tv_settings.xml
%%DATADIR%%/themes/mythuitheme.dtd
@dirrm include/mythtv/upnp
@dirrm include/mythtv/libpostproc
@dirrm include/mythtv/mpeg2dec
@dirrm include/mythtv/metadata
@dirrm include/mythtv/libswscale
@dirrm include/mythtv/libmythui
@dirrm include/mythtv/libmythdb
@dirrm include/mythtv/libmyth
@dirrm include/mythtv/libavutil
@dirrm include/mythtv/libavformat
@dirrm include/mythtv/libavfilter
@dirrm include/mythtv/libavdevice
@dirrm include/mythtv/libavcore
@dirrm include/mythtv/libavcodec
@dirrm include/mythtv/dvdread
@dirrm include/mythtv/dvdnav
@dirrm include/mythtv/bluray
@dirrm include/mythtv
@dirrm lib/mythtv/filters
@dirrm lib/mythtv
@dirrm %%DATADIR%%/themes/mediacentermenu
@dirrm %%DATADIR%%/themes/defaultmenu
@dirrm %%DATADIR%%/themes/default/shared
@dirrm %%DATADIR%%/themes/default/recording
@dirrm %%DATADIR%%/themes/default/locale
@dirrm %%DATADIR%%/themes/default/keyboard
@dirrm %%DATADIR%%/themes/default/htmls
@dirrm %%DATADIR%%/themes/default/busyimages
@dirrm %%DATADIR%%/themes/default-wide/shared
@dirrm %%DATADIR%%/themes/default-wide
@dirrm %%DATADIR%%/themes/default
@dirrm %%DATADIR%%/themes/classic
@dirrm %%DATADIR%%/themes/Terra/watermarks
@dirrm %%DATADIR%%/themes/Terra/video
@dirrm %%DATADIR%%/themes/Terra/shared/icons
@dirrm %%DATADIR%%/themes/Terra/shared
@dirrm %%DATADIR%%/themes/Terra/schedule
@dirrm %%DATADIR%%/themes/Terra/recordings
@dirrm %%DATADIR%%/themes/Terra/popups/busy
@dirrm %%DATADIR%%/themes/Terra/popups
@dirrm %%DATADIR%%/themes/Terra/osd
@dirrm %%DATADIR%%/themes/Terra/music
@dirrm %%DATADIR%%/themes/Terra/menu
@dirrm %%DATADIR%%/themes/Terra/htmls
@dirrm %%DATADIR%%/themes/Terra/guide
@dirrm %%DATADIR%%/themes/Terra/controls
@dirrm %%DATADIR%%/themes/Terra/config
@dirrm %%DATADIR%%/themes/Terra/backgrounds
@dirrm %%DATADIR%%/themes/Terra
@dirrm %%DATADIR%%/themes/MythCenter/watermark
@dirrm %%DATADIR%%/themes/MythCenter/ui
@dirrm %%DATADIR%%/themes/MythCenter/title
@dirrm %%DATADIR%%/themes/MythCenter/htmls
@dirrm %%DATADIR%%/themes/MythCenter-wide/watermark
@dirrm %%DATADIR%%/themes/MythCenter-wide/osd
@dirrm %%DATADIR%%/themes/MythCenter-wide/ui
@dirrm %%DATADIR%%/themes/MythCenter-wide/title
@dirrm %%DATADIR%%/themes/MythCenter-wide/htmls
@dirrm %%DATADIR%%/themes/MythCenter-wide
@dirrm %%DATADIR%%/themes/MythCenter
@dirrm %%DATADIR%%/themes/DVR
@dirrmtry %%DATADIR%%/themes
@dirrm %%DATADIR%%/locales
@dirrm %%DATADIR%%/i18n
@dirrm %%DATADIR%%/fonts
@dirrmtry %%DATADIR%%