~ubuntu-branches/ubuntu/wily/mpv/wily

« back to all changes in this revision

Viewing changes to TOOLS/osxbundle/mpv.app/Contents/Info.plist

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2013-10-16 12:38:59 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131016123859-wj70wr6n3mzimx3e
Tags: 0.2.0-1
* New upstream release
* Install sample configuration files as examples
* Enable Lua scripting support
* Remove copyright for talloc (not used anymore)
* Update installed docs list
* Update 01_spelling.patch
* Enable VAAPI support

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
          <string>wma</string>
36
36
        </array>
37
37
        <key>CFBundleTypeIconFile</key>
38
 
        <string>audio.icns</string>
 
38
        <string>document.icns</string>
39
39
        <key>CFBundleTypeName</key>
40
40
        <string>Audio file</string>
41
41
        <key>CFBundleTypeRole</key>
124
124
          <string>wmv</string>
125
125
        </array>
126
126
        <key>CFBundleTypeIconFile</key>
127
 
        <string>movie.icns</string>
 
127
        <string>document.icns</string>
128
128
        <key>CFBundleTypeName</key>
129
129
        <string>Movie file</string>
130
130
        <key>CFBundleTypeRole</key>
159
159
          <string>utf</string>
160
160
        </array>
161
161
        <key>CFBundleTypeIconFile</key>
162
 
        <string>subtitles.icns</string>
 
162
        <string>document.icns</string>
163
163
        <key>CFBundleTypeName</key>
164
164
        <string>Subtitles file</string>
165
165
        <key>CFBundleTypeRole</key>
192
192
        <key>CFBundleTypeRole</key>
193
193
        <string>Viewer</string>
194
194
        <key>CFBundleURLName</key>
195
 
        <string>Real Time (Streaming) Protocol</string>
196
 
        <key>CFBundleURLSchemes</key>
197
 
        <array>
 
195
        <string>mpv Custom Protocol</string>
 
196
        <key>CFBundleURLSchemes</key>
 
197
        <array>
 
198
          <string>mpv</string>
 
199
        </array>
 
200
      </dict>
 
201
      <dict>
 
202
        <key>CFBundleTypeRole</key>
 
203
        <string>Viewer</string>
 
204
        <key>CFBundleURLName</key>
 
205
        <string>Streaming Protocol</string>
 
206
        <key>CFBundleURLSchemes</key>
 
207
        <array>
 
208
          <string>mms</string>
 
209
          <string>mmst</string>
 
210
          <string>http</string>
 
211
          <string>httpproxy</string>
198
212
          <string>rtp</string>
199
213
          <string>rtsp</string>
200
 
        </array>
201
 
      </dict>
202
 
      <dict>
203
 
        <key>CFBundleTypeRole</key>
204
 
        <string>Viewer</string>
205
 
        <key>CFBundleURLName</key>
206
 
        <string>File over HTTP/FTP/UDP</string>
207
 
        <key>CFBundleURLSchemes</key>
208
 
        <array>
209
 
          <string>icyx</string>
 
214
          <string>ftp</string>
210
215
          <string>udp</string>
211
 
          <string>ftp</string>
212
 
          <string>http_proxy</string>
213
 
          <string>http</string>
214
 
        </array>
215
 
      </dict>
216
 
      <dict>
217
 
        <key>CFBundleTypeRole</key>
218
 
        <string>Viewer</string>
219
 
        <key>CFBundleURLName</key>
220
 
        <string>Microsoft Media Services</string>
221
 
        <key>CFBundleURLSchemes</key>
222
 
        <array>
223
 
          <string>mms</string>
224
 
        </array>
225
 
      </dict>
226
 
      <dict>
227
 
        <key>CFBundleTypeRole</key>
228
 
        <string>Viewer</string>
229
 
        <key>CFBundleURLName</key>
230
 
        <string>Cuesheet</string>
231
 
        <key>CFBundleURLSchemes</key>
232
 
        <array>
233
 
          <string>cue</string>
234
 
        </array>
235
 
      </dict>
236
 
      <dict>
237
 
        <key>CFBundleTypeRole</key>
238
 
        <string>Viewer</string>
239
 
        <key>CFBundleURLName</key>
240
 
        <string>CD/DVD Media</string>
241
 
        <key>CFBundleURLSchemes</key>
242
 
        <array>
243
 
          <string>dvdnav</string>
 
216
          <string>smb</string>
 
217
        </array>
 
218
      </dict>
 
219
      <dict>
 
220
        <key>CFBundleTypeRole</key>
 
221
        <string>Viewer</string>
 
222
        <key>CFBundleURLName</key>
 
223
        <string>CD/DVD/Bluray Media</string>
 
224
        <key>CFBundleURLSchemes</key>
 
225
        <array>
 
226
          <string>cdda</string>
244
227
          <string>dvd</string>
245
228
          <string>vcd</string>
 
229
          <string>bd</string>
246
230
        </array>
247
231
      </dict>
248
232
    </array>