source: trunk/web/iriverter.jnlp @ 169

Revision 169, 1.3 KB checked in by jlee, 4 years ago (diff)

Update SWT

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<jnlp spec="1.0+"
3        codebase="http://iriverter.thestaticvoid.org/dist/17"
4        href="iriverter.jnlp">
5        <information>
6                <title>iriverter</title>
7                <vendor>thestaticvoid.org</vendor>
8                <homepage href="http://iriverter.thestaticvoid.org/" />
9                <description>iriverter is a cross-platform frontend to mencoder designed to facilitate the conversion of almost any video format to one that is playable on various multimedia players.</description>
10                <icon href="iriverter.gif" />
11                <offline-allowed />
12                <shortcut online="false">
13                        <desktop />
14                        <menu />
15                </shortcut>
16        </information>
17
18        <security>
19                <all-permissions />
20        </security>
21
22        <resources>
23                <j2se version="1.4+" />
24                <jar href="iriverter.jar" />
25        </resources>
26
27        <resources os="Windows" arch="x86">
28                <jar href="swt-win32-win32-x86.jar" />
29                <jar href="mplayer-win32.jar" />
30                <jar href="codecs-win32.jar" />
31        </resources>
32
33        <resources os="Mac OS X">
34                <j2se version="1.5*" java-vm-args="-XstartOnFirstThread" />
35                <jar href="swt-carbon-macosx.jar" />
36        </resources>
37
38        <resources os="Linux" arch="i386">
39                <jar href="swt-gtk-linux-x86.jar" />
40        </resources>
41
42        <resources os="Linux" arch="amd64">
43                <jar href="swt-gtk-linux-x86_64.jar" />
44        </resources>
45
46        <application-desc main-class="org.thestaticvoid.iriverter.ConverterUI" />
47</jnlp>
Note: See TracBrowser for help on using the repository browser.