~ubuntu-branches/ubuntu/maverick/vlc/maverick

« back to all changes in this revision

Viewing changes to extras/package/macosx/Info.plist.in

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-09-17 21:56:14 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20080917215614-tj0vx8xzd57e52t8
Tags: 0.9.2-1ubuntu1
* New Upstream Release, exception granted by
    - dktrkranz, norsetto, Hobbsee (via irc). LP: #270404

Changes done in ubuntu:

* add libxul-dev to build-depends
* make sure that vlc is build against libxul in configure. This doesn't
  change anything in the package, but makes it more robust if building
  in an 'unclean' chroot or when modifying the package.
* debian/control: make Vcs-* fields point to the motumedia branch
* add libx264-dev and libass-dev to build-depends
  LP: #210354, #199870
* actually enable libass support by passing --enable-libass to configure
* enable libdca: add libdca-dev to build depends and --enable-libdca
* install the x264 plugin.

Changes already in the pkg-multimedia branch in debian:

* don't install usr/share/vlc/mozilla in debian/mozilla-plugin-vlc.install  
* new upstream .desktop file now registers flash video mimetype LP: #261567
* add Xb-Npp-Applications to mozilla-plugin-vlc
* remove duplicate entries in debian/vlc-nox.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 
3
<plist version="1.0">
 
4
<dict>
 
5
        <key>CFBundleDevelopmentRegion</key>
 
6
        <string>English</string>
 
7
        <key>CFBundleDocumentTypes</key>
 
8
        <array>
 
9
                <dict>
 
10
                        <key>CFBundleTypeName</key>
 
11
                        <string>Folder</string>
 
12
                        <key>CFBundleTypeOSTypes</key>
 
13
                        <array>
 
14
                                <string>fold</string>
 
15
                        </array>
 
16
                        <key>CFBundleTypeRole</key>
 
17
                        <string>Viewer</string>
 
18
                </dict>
 
19
                <dict>
 
20
                        <key>CFBundleTypeExtensions</key>
 
21
                        <array>
 
22
                                <string>flv</string>
 
23
                        </array>
 
24
                        <key>CFBundleTypeIconFile</key>
 
25
                        <string>generic.icns</string>
 
26
                        <key>CFBundleTypeName</key>
 
27
                        <string>Flash Video File</string>
 
28
                        <key>CFBundleTypeRole</key>
 
29
                        <string>Viewer</string>
 
30
                </dict>
 
31
                <dict>
 
32
                        <key>CFBundleTypeExtensions</key>
 
33
                        <array>
 
34
                                <string>gvp</string>
 
35
                        </array>
 
36
                        <key>CFBundleTypeIconFile</key>
 
37
                        <string>generic.icns</string>
 
38
                        <key>CFBundleTypeName</key>
 
39
                        <string>Google Video Playlist</string>
 
40
                        <key>CFBundleTypeRole</key>
 
41
                        <string>Viewer</string>
 
42
                </dict>
 
43
                <dict>
 
44
                        <key>CFBundleTypeExtensions</key>
 
45
                        <array>
 
46
                                <string>flac</string>
 
47
                        </array>
 
48
                        <key>CFBundleTypeIconFile</key>
 
49
                        <string>generic.icns</string>
 
50
                        <key>CFBundleTypeMIMETypes</key>
 
51
                        <array>
 
52
                                <string>audio/flac</string>
 
53
                        </array>
 
54
                        <key>CFBundleTypeName</key>
 
55
                        <string>FLAC Audio File</string>
 
56
                        <key>CFBundleTypeRole</key>
 
57
                        <string>Viewer</string>
 
58
                </dict>
 
59
                <dict>
 
60
                        <key>CFBundleTypeExtensions</key>
 
61
                        <array>
 
62
                                <string>xspf</string>
 
63
                        </array>
 
64
                        <key>CFBundleTypeIconFile</key>
 
65
                        <string>Generic.icns</string>
 
66
                        <key>CFBundleTypeMIMETypes</key>
 
67
                        <array>
 
68
                                <string>application/xspf+xml</string>
 
69
                        </array>
 
70
                        <key>CFBundleTypeName</key>
 
71
                        <string>XSPF Playlist</string>
 
72
                        <key>CFBundleTypeRole</key>
 
73
                        <string>Viewer</string>
 
74
                </dict>
 
75
                <dict>
 
76
                        <key>CFBundleTypeExtensions</key>
 
77
                        <array>
 
78
                                <string>ram</string>
 
79
                                <string>rm</string>
 
80
                        </array>
 
81
                        <key>CFBundleTypeIconFile</key>
 
82
                        <string>generic.icns</string>
 
83
                        <key>CFBundleTypeName</key>
 
84
                        <string>RealPlayer Media Files</string>
 
85
                        <key>CFBundleTypeRole</key>
 
86
                        <string>Viewer</string>
 
87
                </dict>
 
88
                <dict>
 
89
                        <key>CFBundleTypeExtensions</key>
 
90
                        <array>
 
91
                                <string>img</string>
 
92
                        </array>
 
93
                        <key>CFBundleTypeIconFile</key>
 
94
                        <string>generic.icns</string>
 
95
                        <key>CFBundleTypeName</key>
 
96
                        <string>IMG Disk Image</string>
 
97
                        <key>CFBundleTypeRole</key>
 
98
                        <string>Viewer</string>
 
99
                </dict>
 
100
                <dict>
 
101
                        <key>CFBundleTypeExtensions</key>
 
102
                        <array>
 
103
                                <string>mod</string>
 
104
                        </array>
 
105
                        <key>CFBundleTypeName</key>
 
106
                        <string>MOD Audio File</string>
 
107
                        <key>CFBundleTypeOSTypes</key>
 
108
                        <array>
 
109
                                <string>generic.icns</string>
 
110
                        </array>
 
111
                        <key>CFBundleTypeRole</key>
 
112
                        <string>Viewer</string>
 
113
                </dict>
 
114
                <dict>
 
115
                        <key>CFBundleTypeExtensions</key>
 
116
                        <array>
 
117
                                <string>it</string>
 
118
                        </array>
 
119
                        <key>CFBundleTypeIconFile</key>
 
120
                        <string>generic.icns</string>
 
121
                        <key>CFBundleTypeName</key>
 
122
                        <string>Impulse Tracker Module File</string>
 
123
                        <key>CFBundleTypeRole</key>
 
124
                        <string>Viewer</string>
 
125
                </dict>
 
126
                <dict>
 
127
                        <key>CFBundleTypeExtensions</key>
 
128
                        <array>
 
129
                                <string>aiff</string>
 
130
                                <string>aif</string>
 
131
                        </array>
 
132
                        <key>CFBundleTypeIconFile</key>
 
133
                        <string>generic.icns</string>
 
134
                        <key>CFBundleTypeName</key>
 
135
                        <string>AIFF file</string>
 
136
                        <key>CFBundleTypeRole</key>
 
137
                        <string>Viewer</string>
 
138
                </dict>
 
139
                <dict>
 
140
                        <key>CFBundleTypeExtensions</key>
 
141
                        <array>
 
142
                                <string>vlc</string>
 
143
                        </array>
 
144
                        <key>CFBundleTypeIconFile</key>
 
145
                        <string>generic.icns</string>
 
146
                        <key>CFBundleTypeMIMETypes</key>
 
147
                        <array>
 
148
                                <string>application/x-videolan-vlc</string>
 
149
                                <string>application/videolan-vlc</string>
 
150
                        </array>
 
151
                        <key>CFBundleTypeName</key>
 
152
                        <string>VLC file</string>
 
153
                        <key>CFBundleTypeRole</key>
 
154
                        <string>Viewer</string>
 
155
                </dict>
 
156
                <dict>
 
157
                        <key>CFBundleTypeExtensions</key>
 
158
                        <array>
 
159
                                <string>spx</string>
 
160
                        </array>
 
161
                        <key>CFBundleTypeIconFile</key>
 
162
                        <string>ogg.icns</string>
 
163
                        <key>CFBundleTypeMIMETypes</key>
 
164
                        <array>
 
165
                                <string>audio/ogg</string>
 
166
                        </array>
 
167
                        <key>CFBundleTypeName</key>
 
168
                        <string>Speex Audio File</string>
 
169
                        <key>CFBundleTypeRole</key>
 
170
                        <string>Viewer</string>
 
171
                </dict>
 
172
                <dict>
 
173
                        <key>CFBundleTypeExtensions</key>
 
174
                        <array>
 
175
                                <string>sdp</string>
 
176
                        </array>
 
177
                        <key>CFBundleTypeIconFile</key>
 
178
                        <string>generic.icns</string>
 
179
                        <key>CFBundleTypeName</key>
 
180
                        <string>Session Description Protocol File</string>
 
181
                        <key>CFBundleTypeRole</key>
 
182
                        <string>Viewer</string>
 
183
                </dict>
 
184
                <dict>
 
185
                        <key>CFBundleTypeExtensions</key>
 
186
                        <array>
 
187
                                <string>wav</string>
 
188
                        </array>
 
189
                        <key>CFBundleTypeName</key>
 
190
                        <string>WAVE Audio File</string>
 
191
                        <key>CFBundleTypeRole</key>
 
192
                        <string>Viewer</string>
 
193
                </dict>
 
194
                <dict>
 
195
                        <key>CFBundleTypeExtensions</key>
 
196
                        <array>
 
197
                                <string>asx</string>
 
198
                        </array>
 
199
                        <key>CFBundleTypeIconFile</key>
 
200
                        <string>asx.icns</string>
 
201
                        <key>CFBundleTypeName</key>
 
202
                        <string>ASX file</string>
 
203
                        <key>CFBundleTypeRole</key>
 
204
                        <string>Viewer</string>
 
205
                </dict>
 
206
                <dict>
 
207
                        <key>CFBundleTypeExtensions</key>
 
208
                        <array>
 
209
                                <string>sub</string>
 
210
                                <string>srt</string>
 
211
                        </array>
 
212
                        <key>CFBundleTypeIconFile</key>
 
213
                        <string>sub.icns</string>
 
214
                        <key>CFBundleTypeName</key>
 
215
                        <string>Subtitle file</string>
 
216
                        <key>CFBundleTypeRole</key>
 
217
                        <string>Viewer</string>
 
218
                </dict>
 
219
                <dict>
 
220
                        <key>CFBundleTypeExtensions</key>
 
221
                        <array>
 
222
                                <string>pls</string>
 
223
                        </array>
 
224
                        <key>CFBundleTypeIconFile</key>
 
225
                        <string>pls.icns</string>
 
226
                        <key>CFBundleTypeName</key>
 
227
                        <string>Shoutcast playlist</string>
 
228
                        <key>CFBundleTypeRole</key>
 
229
                        <string>Viewer</string>
 
230
                </dict>
 
231
                <dict>
 
232
                        <key>CFBundleTypeExtensions</key>
 
233
                        <array>
 
234
                                <string>m3u</string>
 
235
                        </array>
 
236
                        <key>CFBundleTypeIconFile</key>
 
237
                        <string>m3u.icns</string>
 
238
                        <key>CFBundleTypeName</key>
 
239
                        <string>Playlist file</string>
 
240
                        <key>CFBundleTypeRole</key>
 
241
                        <string>Viewer</string>
 
242
                </dict>
 
243
                <dict>
 
244
                        <key>CFBundleTypeExtensions</key>
 
245
                        <array>
 
246
                                <string>vob</string>
 
247
                        </array>
 
248
                        <key>CFBundleTypeIconFile</key>
 
249
                        <string>vob.icns</string>
 
250
                        <key>CFBundleTypeName</key>
 
251
                        <string>VOB File (DVD Video)</string>
 
252
                        <key>CFBundleTypeRole</key>
 
253
                        <string>Viewer</string>
 
254
                </dict>
 
255
                <dict>
 
256
                        <key>CFBundleTypeExtensions</key>
 
257
                        <array>
 
258
                                <string>dat</string>
 
259
                        </array>
 
260
                        <key>CFBundleTypeIconFile</key>
 
261
                        <string>dat.icns</string>
 
262
                        <key>CFBundleTypeName</key>
 
263
                        <string>DAT file</string>
 
264
                        <key>CFBundleTypeRole</key>
 
265
                        <string>Viewer</string>
 
266
                </dict>
 
267
                <dict>
 
268
                        <key>CFBundleTypeExtensions</key>
 
269
                        <array>
 
270
                                <string>cue</string>
 
271
                        </array>
 
272
                        <key>CFBundleTypeIconFile</key>
 
273
                        <string>cue.icns</string>
 
274
                        <key>CFBundleTypeName</key>
 
275
                        <string>CUE file</string>
 
276
                        <key>CFBundleTypeRole</key>
 
277
                        <string>Viewer</string>
 
278
                </dict>
 
279
                <dict>
 
280
                        <key>CFBundleTypeExtensions</key>
 
281
                        <array>
 
282
                                <string>iso</string>
 
283
                                <string>bin</string>
 
284
                        </array>
 
285
                        <key>CFBundleTypeIconFile</key>
 
286
                        <string>bin.icns</string>
 
287
                        <key>CFBundleTypeName</key>
 
288
                        <string>ISO file</string>
 
289
                        <key>CFBundleTypeRole</key>
 
290
                        <string>Viewer</string>
 
291
                </dict>
 
292
                <dict>
 
293
                        <key>CFBundleTypeExtensions</key>
 
294
                        <array>
 
295
                                <string>a52</string>
 
296
                                <string>ac3</string>
 
297
                        </array>
 
298
                        <key>CFBundleTypeIconFile</key>
 
299
                        <string>a52.icns</string>
 
300
                        <key>CFBundleTypeName</key>
 
301
                        <string>Digital Audio</string>
 
302
                        <key>CFBundleTypeRole</key>
 
303
                        <string>Viewer</string>
 
304
                </dict>
 
305
                <dict>
 
306
                        <key>CFBundleTypeExtensions</key>
 
307
                        <array>
 
308
                                <string>aac</string>
 
309
                        </array>
 
310
                        <key>CFBundleTypeIconFile</key>
 
311
                        <string>mpeg4.icns</string>
 
312
                        <key>CFBundleTypeName</key>
 
313
                        <string>AAC file</string>
 
314
                        <key>CFBundleTypeRole</key>
 
315
                        <string>Viewer</string>
 
316
                </dict>
 
317
                <dict>
 
318
                        <key>CFBundleTypeExtensions</key>
 
319
                        <array>
 
320
                                <string>ogm</string>
 
321
                        </array>
 
322
                        <key>CFBundleTypeIconFile</key>
 
323
                        <string>ogm.icns</string>
 
324
                        <key>CFBundleTypeName</key>
 
325
                        <string>Ogg MPEG-4 Video File</string>
 
326
                        <key>CFBundleTypeRole</key>
 
327
                        <string>Viewer</string>
 
328
                </dict>
 
329
                <dict>
 
330
                        <key>CFBundleTypeExtensions</key>
 
331
                        <array>
 
332
                                <string>ogg</string>
 
333
                        </array>
 
334
                        <key>CFBundleTypeIconFile</key>
 
335
                        <string>ogg.icns</string>
 
336
                        <key>CFBundleTypeMIMETypes</key>
 
337
                        <array>
 
338
                                <string>audio/ogg</string>
 
339
                        </array>
 
340
                        <key>CFBundleTypeName</key>
 
341
                        <string>Ogg Vorbis File</string>
 
342
                        <key>CFBundleTypeRole</key>
 
343
                        <string>Viewer</string>
 
344
                </dict>
 
345
                <dict>
 
346
                        <key>CFBundleTypeExtensions</key>
 
347
                        <array>
 
348
                                <string>oga</string>
 
349
                        </array>
 
350
                        <key>CFBundleTypeIconFile</key>
 
351
                        <string>ogg.icns</string>
 
352
                        <key>CFBundleTypeMIMETypes</key>
 
353
                        <array>
 
354
                                <string>audio/ogg</string>
 
355
                        </array>
 
356
                        <key>CFBundleTypeName</key>
 
357
                        <string>Ogg Audio File</string>
 
358
                        <key>CFBundleTypeRole</key>
 
359
                        <string>Viewer</string>
 
360
                </dict>
 
361
                <dict>
 
362
                        <key>CFBundleTypeExtensions</key>
 
363
                        <array>
 
364
                                <string>ogv</string>
 
365
                        </array>
 
366
                        <key>CFBundleTypeIconFile</key>
 
367
                        <string>ogg.icns</string>
 
368
                        <key>CFBundleTypeMIMETypes</key>
 
369
                        <array>
 
370
                                <string>video/ogg</string>
 
371
                        </array>
 
372
                        <key>CFBundleTypeName</key>
 
373
                        <string>Ogg Video File</string>
 
374
                        <key>CFBundleTypeRole</key>
 
375
                        <string>Viewer</string>
 
376
                </dict>
 
377
                <dict>
 
378
                        <key>CFBundleTypeExtensions</key>
 
379
                        <array>
 
380
                                <string>ogx</string>
 
381
                        </array>
 
382
                        <key>CFBundleTypeIconFile</key>
 
383
                        <string>ogg.icns</string>
 
384
                        <key>CFBundleTypeMIMETypes</key>
 
385
                        <array>
 
386
                                <string>application/ogg</string>
 
387
                        </array>
 
388
                        <key>CFBundleTypeName</key>
 
389
                        <string>Ogg Application File</string>
 
390
                        <key>CFBundleTypeRole</key>
 
391
                        <string>Viewer</string>
 
392
                </dict>
 
393
                <dict>
 
394
                        <key>CFBundleTypeExtensions</key>
 
395
                        <array>
 
396
                                <string>anx</string>
 
397
                        </array>
 
398
                        <key>CFBundleTypeIconFile</key>
 
399
                        <string>ogg.icns</string>
 
400
                        <key>CFBundleTypeName</key>
 
401
                        <string>Annodex Application File</string>
 
402
                        <key>CFBundleTypeRole</key>
 
403
                        <string>Viewer</string>
 
404
                </dict>
 
405
                <dict>
 
406
                        <key>CFBundleTypeExtensions</key>
 
407
                        <array>
 
408
                                <string>axa</string>
 
409
                        </array>
 
410
                        <key>CFBundleTypeIconFile</key>
 
411
                        <string>ogg.icns</string>
 
412
                        <key>CFBundleTypeName</key>
 
413
                        <string>Annodex Audio File</string>
 
414
                        <key>CFBundleTypeRole</key>
 
415
                        <string>Viewer</string>
 
416
                </dict>
 
417
                <dict>
 
418
                        <key>CFBundleTypeExtensions</key>
 
419
                        <array>
 
420
                                <string>axv</string>
 
421
                        </array>
 
422
                        <key>CFBundleTypeIconFile</key>
 
423
                        <string>ogg.icns</string>
 
424
                        <key>CFBundleTypeName</key>
 
425
                        <string>Annodex Video File</string>
 
426
                        <key>CFBundleTypeRole</key>
 
427
                        <string>Viewer</string>
 
428
                </dict>
 
429
                <dict>
 
430
                        <key>CFBundleTypeExtensions</key>
 
431
                        <array>
 
432
                                <string>avi</string>
 
433
                        </array>
 
434
                        <key>CFBundleTypeIconFile</key>
 
435
                        <string>avi.icns</string>
 
436
                        <key>CFBundleTypeName</key>
 
437
                        <string>AVI container</string>
 
438
                        <key>CFBundleTypeRole</key>
 
439
                        <string>Viewer</string>
 
440
                </dict>
 
441
                <dict>
 
442
                        <key>CFBundleTypeExtensions</key>
 
443
                        <array>
 
444
                                <string>mov</string>
 
445
                                <string>moov</string>
 
446
                                <string>qt</string>
 
447
                        </array>
 
448
                        <key>CFBundleTypeIconFile</key>
 
449
                        <string>generic.icns</string>
 
450
                        <key>CFBundleTypeName</key>
 
451
                        <string>Apple QuickTime container</string>
 
452
                        <key>CFBundleTypeRole</key>
 
453
                        <string>Viewer</string>
 
454
                </dict>
 
455
                <dict>
 
456
                        <key>CFBundleTypeExtensions</key>
 
457
                        <array>
 
458
                                <string>divx</string>
 
459
                        </array>
 
460
                        <key>CFBundleTypeIconFile</key>
 
461
                        <string>divx.icns</string>
 
462
                        <key>CFBundleTypeName</key>
 
463
                        <string>DivX file</string>
 
464
                        <key>CFBundleTypeRole</key>
 
465
                        <string>Viewer</string>
 
466
                </dict>
 
467
                <dict>
 
468
                        <key>CFBundleTypeExtensions</key>
 
469
                        <array>
 
470
                                <string>dv</string>
 
471
                        </array>
 
472
                        <key>CFBundleTypeIconFile</key>
 
473
                        <string>dv.icns</string>
 
474
                        <key>CFBundleTypeName</key>
 
475
                        <string>DV file</string>
 
476
                        <key>CFBundleTypeRole</key>
 
477
                        <string>Viewer</string>
 
478
                </dict>
 
479
                <dict>
 
480
                        <key>CFBundleTypeExtensions</key>
 
481
                        <array>
 
482
                                <string>asf</string>
 
483
                        </array>
 
484
                        <key>CFBundleTypeIconFile</key>
 
485
                        <string>asf.icns</string>
 
486
                        <key>CFBundleTypeName</key>
 
487
                        <string>Advanced Streaming Format</string>
 
488
                        <key>CFBundleTypeRole</key>
 
489
                        <string>Viewer</string>
 
490
                </dict>
 
491
                <dict>
 
492
                        <key>CFBundleTypeExtensions</key>
 
493
                        <array>
 
494
                                <string>wma</string>
 
495
                        </array>
 
496
                        <key>CFBundleTypeIconFile</key>
 
497
                        <string>wma.icns</string>
 
498
                        <key>CFBundleTypeName</key>
 
499
                        <string>WIndows Media Audio</string>
 
500
                        <key>CFBundleTypeRole</key>
 
501
                        <string>Viewer</string>
 
502
                </dict>
 
503
                <dict>
 
504
                        <key>CFBundleTypeExtensions</key>
 
505
                        <array>
 
506
                                <string>wmv</string>
 
507
                        </array>
 
508
                        <key>CFBundleTypeIconFile</key>
 
509
                        <string>wmv.icns</string>
 
510
                        <key>CFBundleTypeName</key>
 
511
                        <string>Windows Media Video</string>
 
512
                        <key>CFBundleTypeRole</key>
 
513
                        <string>Viewer</string>
 
514
                </dict>
 
515
                <dict>
 
516
                        <key>CFBundleTypeExtensions</key>
 
517
                        <array>
 
518
                                <string>mpg</string>
 
519
                                <string>mpeg</string>
 
520
                        </array>
 
521
                        <key>CFBundleTypeIconFile</key>
 
522
                        <string>mpeg.icns</string>
 
523
                        <key>CFBundleTypeName</key>
 
524
                        <string>multiplexed MPEG-1/2</string>
 
525
                        <key>CFBundleTypeRole</key>
 
526
                        <string>Viewer</string>
 
527
                </dict>
 
528
                <dict>
 
529
                        <key>CFBundleTypeExtensions</key>
 
530
                        <array>
 
531
                                <string>m1v</string>
 
532
                        </array>
 
533
                        <key>CFBundleTypeIconFile</key>
 
534
                        <string>mpeg1.icns</string>
 
535
                        <key>CFBundleTypeName</key>
 
536
                        <string>MPEG-1 Video File</string>
 
537
                        <key>CFBundleTypeRole</key>
 
538
                        <string>Viewer</string>
 
539
                </dict>
 
540
                <dict>
 
541
                        <key>CFBundleTypeExtensions</key>
 
542
                        <array>
 
543
                                <string>m2a</string>
 
544
                        </array>
 
545
                        <key>CFBundleTypeIconFile</key>
 
546
                        <string>mpeg.icns</string>
 
547
                        <key>CFBundleTypeName</key>
 
548
                        <string>MPEG-1/2 Audio File</string>
 
549
                        <key>CFBundleTypeRole</key>
 
550
                        <string>Viewer</string>
 
551
                </dict>
 
552
                <dict>
 
553
                        <key>CFBundleTypeExtensions</key>
 
554
                        <array>
 
555
                                <string>mp1</string>
 
556
                        </array>
 
557
                        <key>CFBundleTypeIconFile</key>
 
558
                        <string>mpeg.icns</string>
 
559
                        <key>CFBundleTypeName</key>
 
560
                        <string>MPEG Audio Layer 1</string>
 
561
                        <key>CFBundleTypeRole</key>
 
562
                        <string>Viewer</string>
 
563
                </dict>
 
564
                <dict>
 
565
                        <key>CFBundleTypeExtensions</key>
 
566
                        <array>
 
567
                                <string>mp2</string>
 
568
                        </array>
 
569
                        <key>CFBundleTypeIconFile</key>
 
570
                        <string>mpeg2.icns</string>
 
571
                        <key>CFBundleTypeName</key>
 
572
                        <string>MPEG Audio Layer 2</string>
 
573
                        <key>CFBundleTypeRole</key>
 
574
                        <string>Viewer</string>
 
575
                </dict>
 
576
                <dict>
 
577
                        <key>CFBundleTypeExtensions</key>
 
578
                        <array>
 
579
                                <string>mp3</string>
 
580
                        </array>
 
581
                        <key>CFBundleTypeIconFile</key>
 
582
                        <string>mp3.icns</string>
 
583
                        <key>CFBundleTypeName</key>
 
584
                        <string>MPEG Audio Layer 3</string>
 
585
                        <key>CFBundleTypeRole</key>
 
586
                        <string>Viewer</string>
 
587
                </dict>
 
588
                <dict>
 
589
                        <key>CFBundleTypeExtensions</key>
 
590
                        <array>
 
591
                                <string>m2p</string>
 
592
                                <string>ps</string>
 
593
                        </array>
 
594
                        <key>CFBundleTypeIconFile</key>
 
595
                        <string>mpeg2.icns</string>
 
596
                        <key>CFBundleTypeName</key>
 
597
                        <string>MPEG-2 Program Stream</string>
 
598
                        <key>CFBundleTypeRole</key>
 
599
                        <string>Viewer</string>
 
600
                </dict>
 
601
                <dict>
 
602
                        <key>CFBundleTypeExtensions</key>
 
603
                        <array>
 
604
                                <string>ts</string>
 
605
                        </array>
 
606
                        <key>CFBundleTypeIconFile</key>
 
607
                        <string>mpeg2.icns</string>
 
608
                        <key>CFBundleTypeName</key>
 
609
                        <string>MPEG-2 Transport Stream</string>
 
610
                        <key>CFBundleTypeRole</key>
 
611
                        <string>Viewer</string>
 
612
                </dict>
 
613
                <dict>
 
614
                        <key>CFBundleTypeExtensions</key>
 
615
                        <array>
 
616
                                <string>m2v</string>
 
617
                                <string>mpv</string>
 
618
                        </array>
 
619
                        <key>CFBundleTypeIconFile</key>
 
620
                        <string>mpeg2.icns</string>
 
621
                        <key>CFBundleTypeName</key>
 
622
                        <string>MPEG-2 Video File</string>
 
623
                        <key>CFBundleTypeRole</key>
 
624
                        <string>Viewer</string>
 
625
                </dict>
 
626
                <dict>
 
627
                        <key>CFBundleTypeExtensions</key>
 
628
                        <array>
 
629
                                <string>mpa</string>
 
630
                        </array>
 
631
                        <key>CFBundleTypeIconFile</key>
 
632
                        <string>mpeg.icns</string>
 
633
                        <key>CFBundleTypeName</key>
 
634
                        <string>MPEG-2 Audio File</string>
 
635
                        <key>CFBundleTypeRole</key>
 
636
                        <string>Viewer</string>
 
637
                </dict>
 
638
                <dict>
 
639
                        <key>CFBundleTypeExtensions</key>
 
640
                        <array>
 
641
                                <string>mp4</string>
 
642
                                <string>m4v</string>
 
643
                        </array>
 
644
                        <key>CFBundleTypeIconFile</key>
 
645
                        <string>mpeg4.icns</string>
 
646
                        <key>CFBundleTypeName</key>
 
647
                        <string>MPEG-4 File</string>
 
648
                        <key>CFBundleTypeRole</key>
 
649
                        <string>Viewer</string>
 
650
                </dict>
 
651
                <dict>
 
652
                        <key>CFBundleTypeExtensions</key>
 
653
                        <array>
 
654
                                <string>3gp</string>
 
655
                        </array>
 
656
                        <key>CFBundleTypeIconFile</key>
 
657
                        <string>generic.icns</string>
 
658
                        <key>CFBundleTypeName</key>
 
659
                        <string>3GPP File</string>
 
660
                        <key>CFBundleTypeRole</key>
 
661
                        <string>Viewer</string>
 
662
                </dict>
 
663
                <dict>
 
664
                        <key>CFBundleTypeExtensions</key>
 
665
                        <array>
 
666
                                <string>mka</string>
 
667
                        </array>
 
668
                        <key>CFBundleTypeIconFile</key>
 
669
                        <string>generic.icns</string>
 
670
                        <key>CFBundleTypeName</key>
 
671
                        <string>Matroska Audio File</string>
 
672
                        <key>CFBundleTypeRole</key>
 
673
                        <string>Viewer</string>
 
674
                </dict>
 
675
                <dict>
 
676
                        <key>CFBundleTypeExtensions</key>
 
677
                        <array>
 
678
                                <string>mkv</string>
 
679
                        </array>
 
680
                        <key>CFBundleTypeIconFile</key>
 
681
                        <string>generic.icns</string>
 
682
                        <key>CFBundleTypeName</key>
 
683
                        <string>Matroska Video File</string>
 
684
                        <key>CFBundleTypeRole</key>
 
685
                        <string>Viewer</string>
 
686
                </dict>
 
687
                <dict>
 
688
                        <key>CFBundleTypeExtensions</key>
 
689
                        <array>
 
690
                                <string>mks</string>
 
691
                        </array>
 
692
                        <key>CFBundleTypeIconFile</key>
 
693
                        <string>generic.icns</string>
 
694
                        <key>CFBundleTypeName</key>
 
695
                        <string>Matroska Elementry Stream</string>
 
696
                        <key>CFBundleTypeRole</key>
 
697
                        <string>Viewer</string>
 
698
                </dict>
 
699
                <dict>
 
700
                        <key>CFBundleTypeExtensions</key>
 
701
                        <array>
 
702
                                <string>m4a</string>
 
703
                        </array>
 
704
                        <key>CFBundleTypeIconFile</key>
 
705
                        <string>mpeg4.icns</string>
 
706
                        <key>CFBundleTypeName</key>
 
707
                        <string>MPEG-4 Audio File</string>
 
708
                        <key>CFBundleTypeRole</key>
 
709
                        <string>Viewer</string>
 
710
                </dict>
 
711
                <dict>
 
712
                        <key>CFBundleTypeExtensions</key>
 
713
                        <array>
 
714
                                <string>mpc</string>
 
715
                        </array>
 
716
                        <key>CFBundleTypeIconFile</key>
 
717
                        <string>generic.icns</string>
 
718
                        <key>CFBundleTypeName</key>
 
719
                        <string>Musepack Audio File</string>
 
720
                        <key>CFBundleTypeRole</key>
 
721
                        <string>Viewer</string>
 
722
                </dict>
 
723
        </array>
 
724
        <key>CFBundleExecutable</key>
 
725
        <string>VLC</string>
 
726
        <key>CFBundleGetInfoString</key>
 
727
        <string>@COPYRIGHT_MESSAGE@</string>
 
728
        <key>CFBundleIconFile</key>
 
729
        <string>vlc.icns</string>
 
730
        <key>CFBundleIdentifier</key>
 
731
        <string>org.videolan.vlc</string>
 
732
        <key>CFBundleInfoDictionaryVersion</key>
 
733
        <string>6.0</string>
 
734
        <key>CFBundleName</key>
 
735
        <string>VLC media player</string>
 
736
        <key>CFBundlePackageType</key>
 
737
        <string>APPL</string>
 
738
        <key>CFBundleShortVersionString</key>
 
739
        <string>@VERSION@</string>
 
740
        <key>CFBundleVersion</key>
 
741
        <string>#REVISION#</string>
 
742
        <key>CFBundleSignature</key>
 
743
        <string>VLC#</string>
 
744
        <key>CFBundleURLTypes</key>
 
745
        <array>
 
746
                <dict>
 
747
                        <key>CFBundleURLIconFile</key>
 
748
                        <string>generic</string>
 
749
                        <key>CFBundleURLName</key>
 
750
                        <string>http url</string>
 
751
                        <key>CFBundleURLSchemes</key>
 
752
                        <array>
 
753
                                <string>http</string>
 
754
                        </array>
 
755
                </dict>
 
756
                <dict>
 
757
                        <key>CFBundleURLIconFile</key>
 
758
                        <string>generic</string>
 
759
                        <key>CFBundleURLName</key>
 
760
                        <string>ftp url</string>
 
761
                        <key>CFBundleURLSchemes</key>
 
762
                        <array>
 
763
                                <string>ftp</string>
 
764
                        </array>
 
765
                </dict>
 
766
                <dict>
 
767
                        <key>CFBundleURLIconFile</key>
 
768
                        <string>generic</string>
 
769
                        <key>CFBundleURLName</key>
 
770
                        <string>Multimedia Stream URL</string>
 
771
                        <key>CFBundleURLSchemes</key>
 
772
                        <array>
 
773
                                <string>mms</string>
 
774
                        </array>
 
775
                </dict>
 
776
                <dict>
 
777
                        <key>CFBundleURLIconFile</key>
 
778
                        <string>generic</string>
 
779
                        <key>CFBundleURLName</key>
 
780
                        <string>RTSP</string>
 
781
                        <key>CFBundleURLSchemes</key>
 
782
                        <array>
 
783
                                <string>rtsp</string>
 
784
                        </array>
 
785
                </dict>
 
786
                <dict>
 
787
                        <key>CFBundleURLIconFile</key>
 
788
                        <string>generic</string>
 
789
                        <key>CFBundleURLName</key>
 
790
                        <string>udp url</string>
 
791
                        <key>CFBundleURLSchemes</key>
 
792
                        <array>
 
793
                                <string>udp</string>
 
794
                        </array>
 
795
                </dict>
 
796
        </array>
 
797
        <key>NSAppleScriptEnabled</key>
 
798
        <string>YES</string>
 
799
        <key>NSMainNibFile</key>
 
800
        <string>MainMenu</string>
 
801
        <key>NSPrincipalClass</key>
 
802
        <string>VLCApplication</string>
 
803
</dict>
 
804
</plist>