annotate index.html @ 2688:52c2d81ac7d5

Update PortAudio v19 from 20071207 to 20111121 This patch updates PortAudio to v19 20111121 from 20071207. The src/portaudio-1-win32.patch ./configure hunks have been submitted upstream and will be in the next PortAudio release. In the meantime we must carry this patch to build multiple audio host APIs for Windows. This patch also enables the WASAPI, WDM Kernel Streaming, and WinMME host APIs for a broader selection of Windows audio APIs. WASAPI and WDM Kernel Streaming are especially useful for low-latency audio. Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
author Stefan Hajnoczi <stefanha@gmail.com>
date Sun, 12 Aug 2012 12:40:15 +0100
parents 14f1e48fe31e
children 332ce0550276
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2374
da62ac2a6890 Restore HTML compliance of index.html by declaring it as HTML5
Volker Grabsch <vog@notjusthosting.com>
parents: 2373
diff changeset
1 <!DOCTYPE html>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2 <html>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3 <head>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 <title>MXE (M cross environment)</title>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
9 <style type="text/css">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 body {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 font-size: 11pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12 margin-top: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
14 h1, h2, h3 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 font-family: sans-serif;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 h2 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18 font-size: 14pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
20 h3 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
21 font-size: 11pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
22 background-color: #eee;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
23 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
24 ul {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
25 padding-left: 2em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
26 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
27 li, dt {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
28 margin-bottom: 0.8em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
29 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
30 .compact-list li {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
31 margin-bottom: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
32 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
33 .usage dt {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
34 font-family: monospace;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
35 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
36 dd {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
37 margin-bottom: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
38 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
39 table {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
40 border-collapse: separate;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
41 border-spacing: 1px;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
42 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
43 table.translation td {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
44 padding-left: 0.5em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
45 padding-right: 0.5em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
46 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
47 td, dt {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
48 background-color: #eee;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
49 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
50 pre {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
51 font-size: 8pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
52 border: thin dotted #ccc;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
53 padding: 2pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
54 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
55 img {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
56 border: thin solid #000;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
57 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
58 #navigation a {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
59 text-decoration: none;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
60 color: #00f;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
61 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
62 #navigation a:visited {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
63 text-decoration: none;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
64 color: #009;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
65 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
66 #navigation ul {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
67 padding-left: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
68 margin-left: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
69 margin-top: 1.5em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
70 margin-bottom: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
71 list-style-type: none;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
72 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
73 #navigation li {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
74 margin-bottom: 0.2em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
75 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
76 @media screen, handheld {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
77 h1 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
78 font-size: 12pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
79 margin-top: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
80 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
81 h2 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
82 margin-top: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
83 padding-top: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
84 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
85 #navigation {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
86 position: fixed;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
87 float: left; /* hack for ancient browsers
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
88 which don't support "position: fixed;" */
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
89 margin-top: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
90 margin-left: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
91 padding-left: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
92 padding-right: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
93 padding-top: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
94 padding-bottom: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
95 width: 14em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
96 background-color: #afa;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
97 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
98 .section {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
99 width: 30em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
100 margin-left: 19em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
101 margin-bottom: 100%;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
102 }
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
103 #package-list {
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
104 width: 40em;
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
105 }
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
106 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
107 </style>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
108
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
109 </head>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
110 <body>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
111
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
112 <div id="navigation">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
113 <h1>MXE (M&nbsp;cross&nbsp;environment)</h1>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
114
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
115 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
116 <li><a href="#introduction" >Introduction</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
117 <li><a href="#screenshots" >Screenshots</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
118 <li><a href="#tutorial" >Tutorial</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
119 <li><a href="#download" >Download</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
120 <li><a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">Mailing List</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
121 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
122 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
123 <li><a href="#requirements" >Requirements</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
124 <li><a href="#usage" >Usage</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
125 <li><a href="#packages" >List of Packages</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
126 <li><a href="#creating-packages">Creating Packages</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
127 <li><a href="#copyright" >Copyright</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
128 <li><a href="#history" >History</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
129 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
130 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
131 <li><a href="#see-also" >See also</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
132 <li><a href="#used-by" >Used by</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
133 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
134 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
135
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
136 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
137 <h2 id="introduction">Introduction</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
138
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
139 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
140 MXE (M cross environment) is a Makefile that
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
141 compiles a cross compiler and cross compiles
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
142 many free libraries such as SDL and Qt. Thus,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
143 it provides a nice cross compiling environment
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
144 for various target platforms, which
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
145 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
146
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
147 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
148 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
149 is designed to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
150 <a href="#requirements">run on any Unix system</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
151 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
152 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
153 is easy to adapt and to extend
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
154 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
155 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
156 builds
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
157 <a href="#packages">many free libraries</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
158 in addition to the cross compiler
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
159 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
160 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
161 can also
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
162 <a href="#usage">build just a subset</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
163 of the packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
164 and automatically builds their dependencies
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
165 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
166 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
167 downloads all needed packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
168 and verifies them by their checksums
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
169 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
170 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
171 is able to update the version numbers of all packages automatically
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
172 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
173 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
174 directly uses source packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
175 thus ensuring the whole build mechanism is transparent
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
176 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
177 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
178 allows inter-package and intra-package
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
179 <a href="#usage">parallel builds</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
180 whenever possible
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
181 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
182 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
183 is already
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
184 <a href="#used-by">used by several projects</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
185 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
186 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
187 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
188
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
189 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
190 <h2 id="screenshots">Screenshots</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
191
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
192 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
193 Cross compiling
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
194 <a href="http://www.xs4all.nl/~thebeez/4tH/">4tH</a>:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
195 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
196 <a href="doc/screenshot-4th-compile.png"><img src="doc/screenshot-4th-compile-small.png" alt="4th-compile"></a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
197
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
198 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
199 and running it:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
200 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
201 <a href="doc/screenshot-4th-run.png"><img src="doc/screenshot-4th-run-small.png" alt="4th-run"></a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
202 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
203
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
204 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
205 <h2 id="tutorial">Tutorial</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
206
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
207 <h3>Step 1: Download and Unpack</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
208
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
209 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
210 First, you should ensure that your system meets
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
211 MXE's
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
212 <a href="#requirements">requirements</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
213 You will almost certainly have to install some stuff.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
214 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
215
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
216 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
217 When everything is fine, download the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
218 <a href="#download">current stable version</a>:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
219 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
220 <pre>git clone -b stable https://github.com/mxe/mxe.git</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
221
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
222 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
223 If you don't mind installing it in your home directory,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
224 just skip the following step and go straight to step 3.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
225 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
226
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
227 <h3>Step 2: System-wide Installation (optional)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
228
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
229 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
230 Now you should save any previous installation
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
231 of the MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
232 Assuming you've installed it under
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
233 /opt/mxe (any other directory will do as well),
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
234 you should execute the following commands:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
235 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
236 <pre>su
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
237 mv /opt/mxe /opt/mxe.old
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
238 exit</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
239
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
240 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
241 Then you need to transfer the entire directory to its definitive location.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
242 We will assume again you use /opt/mxe,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
243 but feel free to use any other directory if you like.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
244 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
245 <pre>su
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
246 mv mxe /opt/mxe
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
247 exit</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
248
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
249 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
250 We're almost done.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
251 Just change to your newly created directory and get going:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
252 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
253 <pre>cd /opt/mxe</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
254
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
255 <h3>Step 3: Build MXE</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
256
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
257 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
258 Enter the directory where you've downloaded the MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
259 Now it depends on what you actually want &ndash; or need.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
260 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
261
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
262 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
263 If you choose to enter:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
264 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
265 <pre>make</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
266 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
267 you're in for a long wait,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
268 because it compiles
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
269 <a href="#packages">a lot of packages</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
270 On the other hand it doesn't require any intervention,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
271 so you're free to do whatever you like
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
272 &ndash; like watch a movie or go for a night on the town.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
273 When it's done you'll find that you've installed
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
274 a very capable Win32 cross compiler onto your system.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
275 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
276
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
277 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
278 If you only need the most basic tools you can also use:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
279 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
280 <pre>make gcc</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
281 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
282 and add any additional packages you need later on.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
283 You can also supply a host of packages on the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
284 <a href="#usage">command line</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
285 e.g.:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
286 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
287 <pre>make gtk lua libidn</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
288 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
289 You'll always end up with a consistent cross compiling environment.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
290 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
291
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
292 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
293 After you're done it just needs a little post-installation.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
294 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
295
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
296 <h3>Step 4: Environment Variables</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
297
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
298 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
299 Edit your .bashrc script in order to change $PATH:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
300 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
301 <pre>export PATH=/<em>where MXE is installed</em>/usr/bin:$PATH</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
302
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
303 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
304 In case you are using custom $PKG_CONFIG_PATH entries,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
305 you can add separate entries for cross builds:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
306 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
307 <pre>export PKG_CONFIG_PATH="<em>entries for native builds</em>"</pre>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
308 <pre>export PKG_CONFIG_PATH_i686_pc_mingw32="<em>entries for MXE builds</em>"</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
309 <p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
310 Remember to use i686-pc-mingw32-pkg-config
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
311 instead of pkg-config for cross builds.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
312 The Autotools do that automatically for you.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
313 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
314
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
315 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
316 Note that any other compiler related environment variables
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
317 (like $CC, $LDFLAGS, etc.)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
318 may spoil your compiling pleasure,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
319 so be sure to delete or disable those.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
320 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
321
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
322 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
323 Congratulations!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
324 You're ready to cross compile anything you like.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
325 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
326
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
327 <h3>Step 5a: Cross compile your Project (Autotools)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
328
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
329 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
330 If you use the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
331 <a href="http://www.lrde.epita.fr/~adl/autotools.html">Autotools</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
332 all you have to do is:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
333 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
334 <pre>./configure --host=i686-pc-mingw32
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
335 make</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
336
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
337 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
338 If you build a library, you might also want to enforce a static build:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
339 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
340 <pre>./configure --host=i686-pc-mingw32 --enable-static --disable-shared
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
341 make</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
342
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
343 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
344 Don't worry about a warning like this:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
345 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
346 <pre>configure: WARNING: If you wanted to set the --build type, don't use --host.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
347 If a cross compiler is detected then cross compile mode will be used.</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
348 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
349 Everything will be just fine.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
350 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
351
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
352 <h3>Step 5b: Cross compile your Project (CMake)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
354 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
355 If you have a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
356 <a href="http://www.cmake.org/">CMake</a> project,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
357 you can use the provided toolchain file:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
358 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
359 <pre>cmake ... -DCMAKE_TOOLCHAIN_FILE=/<em>where MXE is installed</em>/usr/i686-pc-mingw32/share/cmake/mingw-cross-env-conf.cmake</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
360
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
361 <h3>Step 5c: Cross compile your Project (Qt)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
362
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
363 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
364 If you have a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
365 <a href="http://qt.nokia.com/">Qt</a> application,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
366 all you have to do is:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
367 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
368 <pre>i686-pc-mingw32-qmake
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
369 make</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
370 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
371 If you are using Qt plugins
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
372 such as the svg or ico image handlers,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
373 you should also have a look at the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
374 <a href="http://qt.nokia.com/doc/plugins-howto.html#static-plugins">Qt documentation about static plugins</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
375 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
376 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
377 Note the sql drivers (-qt-sql-*)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
378 and the image handlers for jpeg, tiff, gif and mng
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
379 are built-in, <em>not</em> plugins.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
380 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
381
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
382 <h3>Step 5d: Cross compile your Project (Makefile)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
383
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
384 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
385 If you have a handwritten Makefile,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
386 you probably will have to make a few adjustments to it:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
387 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
388 <pre>CC=$(CROSS)gcc
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
389 LD=$(CROSS)ld
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
390 AR=$(CROSS)ar
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
391 PKG_CONFIG=$(CROSS)pkg-config</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
392 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
393 You may have to add a few others, depending on your project.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
394 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
395
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
396 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
397 Then, all you have to do is:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
398 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
399 <pre>make CROSS=i686-pc-mingw32-</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
400 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
401 That's it!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
402 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
403
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
404 <h3>Step 5e: Cross compile your Project (OSG)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
405
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
406 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
407 Using static OpenSceneGraph libraries requires a few changes to your source.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
408 The graphics subsystem and all plugins required by your application must be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
409 referenced explicitly. Use a code block like the following:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
410 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
411 <pre>#ifdef OSG_LIBRARY_STATIC
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
412 USE_GRAPHICSWINDOW()
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
413 USE_OSGPLUGIN(&lt;plugin1&gt;)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
414 USE_OSGPLUGIN(&lt;plugin2&gt;)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
415 ...
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
416 #endif</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
417 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
418 Look at <code>examples/osgstaticviewer/osgstaticviewer.cpp</code> in the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
419 OpenSceneGraph source distribution for an example. This example can be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
420 compiled with the following command:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
421 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
422 <pre>i686-pc-mingw32-g++ \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
423 -o osgstaticviewer.exe examples/osgstaticviewer/osgstaticviewer.cpp \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
424 `i686-pc-mingw32-pkg-config --cflags openscenegraph-osgViewer openscenegraph-osgPlugins` \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
425 `i686-pc-mingw32-pkg-config --libs openscenegraph-osgViewer openscenegraph-osgPlugins`</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
426 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
427 The <code>i686-pc-mingw32-pkg-config</code> command from MXE will
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
428 automatically add <code>-DOSG_LIBRARY_STATIC</code> to your compiler flags.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
429 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
430
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
431 <h3>Further Steps</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
432
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
433 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
434 If you need further assistance,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
435 feel free to join the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
436 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
437 where you'll get in touch with
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
438 the MXE developers
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
439 and other users.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
440 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
441 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
442
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
443 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
444 <div id="latest-release"></div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
445 <div id="development"></div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
446 <h2 id="download">Download</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
447
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
448 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
449 To obtain the current stable version, run:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
450 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
451
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
452 <pre>git clone -b stable https://github.com/mxe/mxe.git</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
453
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
454 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
455 The development version can be obtained by:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
456 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
457
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
458 <pre>git clone -b master https://github.com/mxe/mxe.git</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
459
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
460 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
461 To retrieve updates, run:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
462 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
463
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
464 <pre>git pull</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
465
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
466 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
467 You can also browse the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
468 <a href="https://github.com/mxe/mxe">web repository</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
469 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
470
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
471 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
472 In addition,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
473 feel free to join the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
474 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
475 and to <a href="#creating-packages">propose new packages</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
476 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
477
2388
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
478 <h3>For Committers</h3>
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
479
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
480 <p>
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
481 The following <code>.git/config</code> settings ensure
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
482 that the stable branch will always be pushed to the
2432
f682ec903c52 Link to more information about gh-pages in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 2388
diff changeset
483 <code><a href="http://help.github.com/pages/">gh-pages</a></code>
f682ec903c52 Link to more information about gh-pages in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 2388
diff changeset
484 branch in addition to the
2388
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
485 <code>stable</code> branch,
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
486 thus ensuring the website will always stay in sync:
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
487 </p>
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
488 <pre>[remote "origin"]
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
489 url = git@github.com:mxe/mxe.git
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
490 fetch = +refs/heads/*:refs/remotes/origin/*
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
491 push = refs/heads/master:refs/heads/master
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
492 push = refs/heads/stable:refs/heads/stable
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
493 push = refs/heads/stable:refs/heads/gh-pages
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
494 [branch "master"]
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
495 remote = origin
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
496 merge = refs/heads/master
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
497 [branch "stable"]
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
498 remote = origin
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
499 merge = refs/heads/stable</pre>
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
500
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
501 <h3>Branch Concept</h3>
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
502
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
503 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
504 For the sake of simplicity, there are just two
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
505 branches, "master" and "stable". Although it might
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
506 seem obvious, here's an overview of the types of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
507 changes that go into each branch:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
508 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
509
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
510 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
511 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
512 Any change of a build script goes into "master".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
513 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
514 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
515 Any package upgrade goes into "master".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
516 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
517 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
518 Any documentation upgrade that refers to a feature
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
519 not present in stable goes into "master".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
520 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
521 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
522 Anything else that doesn't affect the build goes
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
523 into "stable".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
524 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
525 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
526 Any non-critical improvement to the main Makefile
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
527 goes into "stable".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
528 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
529 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
530 Any improvement in the package download URLs or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
531 package version recognition goes into "stable".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
532 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
533 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
534 When in doubt, "master" is used rather than "stable".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
535 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
536 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
537 After a successful testing phase, the whole "master"
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
538 branch will be merged into "stable" (fast-forward).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
539 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
540 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
541 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
542
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
543 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
544 <h2 id="requirements">Requirements</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
545
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
546 <p>
2457
feb730d8565d Replace a lone reference to mingw-cross-env
Ryan Pavlik <rpavlik@iastate.edu>
parents: 2432
diff changeset
547 MXE requires a recent Unix system where
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
548 all components as stated in the table below
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
549 are installed.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
550 Detailed instructions are available for:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
551 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
552
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
553 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
554 <li><a href="#requirements-debian">Debian</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
555 <li><a href="#requirements-fedora">Fedora</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
556 <li><a href="#requirements-freebsd">FreeBSD</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
557 <li><a href="#requirements-frugalware">Frugalware</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
558 <li><a href="#requirements-gentoo">Gentoo</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
559 <li><a href="#requirements-macos">Mac OS X</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
560 <li><a href="#requirements-opensuse">openSUSE</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
561 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
562
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
563 <table class="requirements">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
564 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
565 <td><a href="http://www.gnu.org/software/autoconf/">Autoconf</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
566 <td>≥ 2.64</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
567 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
568 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
569 <td><a href="http://sources.redhat.com/automake/">Automake</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
570 <td>≥ 1.10</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
571 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
572 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
573 <td><a href="http://www.gnu.org/software/bash/">Bash</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
574 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
575 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
576 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
577 <td><a href="http://www.gnu.org/software/bison/">Bison</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
578 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
579 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
580 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
581 <td><a href="http://www.bzip.org/">Bzip2</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
582 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
583 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
584 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
585 <td><a href="http://www.cmake.org/">CMake</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
586 <td>≥ 2.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
587 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
588 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
589 <td><a href="http://flex.sourceforge.net/">Flex</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
590 <td>≥ 2.5.31</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
591 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
592 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
593 <td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
594 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
595 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
596 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
597 <td><a href="http://git-scm.com/">Git</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
598 <td>≥ 1.7</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
599 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
600 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
601 <td><a href="http://www.gnu.org/s/gettext/">GNU Gettext</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
602 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
603 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
604 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
605 <td><a href="http://www.gnu.org/software/make/">GNU Make</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
606 <td>≥ 3.81</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
607 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
608 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
609 <td><a href="http://www.gnu.org/software/sed/">GNU Sed</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
610 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
611 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
612 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
613 <td><a href="http://freedesktop.org/wiki/Software/intltool/">Intltool</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
614 <td>≥ 0.40</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
615 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
616 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
617 <td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
618 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
619 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
620 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
621 <td><a href="http://www.gnu.org/software/libtool/">Libtool</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
622 <td>≥ 2.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
623 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
624 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
625 <td><a href="http://www.openssl.org/">OpenSSL</a>-dev</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
626 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
627 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
628 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
629 <td><a href="http://www.gnu.org/software/patch/">Patch</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
630 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
631 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
632 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
633 <td><a href="http://www.perl.org/">Perl</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
634 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
635 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
636 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
637 <td><a href="http://search.cpan.org/dist/XML-Parser/Parser.pm">Perl XML::Parser</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
638 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
639 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
640 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
641 <td><a href="http://pkg-config.freedesktop.org/">Pkg-config</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
642 <td>≥ 0.16</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
643 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
644 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
645 <td><a href="http://www.scons.org/">SCons</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
646 <td>≥ 0.98</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
647 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
648 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
649 <td><a href="http://www.info-zip.org/UnZip.html">UnZip</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
650 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
651 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
652 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
653 <td><a href="http://www.gnu.org/software/wget/">Wget</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
654 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
655 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
656 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
657 <td><a href="http://tukaani.org/xz/">XZ Utils</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
658 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
659 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
660 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
661 <td><a href="http://www.tortall.net/projects/yasm/">Yasm</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
662 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
663 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
664 </table>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
665
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
666 <h3 id="requirements-debian">Debian (GNU/kFreeBSD &amp; GNU/Linux)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
667
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
668 <!-- http://www.debian.org/distrib/packages#search_packages -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
669 <pre>aptitude install -R autoconf automake bash bison bzip2 \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
670 cmake flex gettext git g++ intltool \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
671 libffi-dev libtool libltdl-dev openssl libssl-dev \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
672 libxml-parser-perl make patch perl \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
673 pkg-config scons sed unzip wget \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
674 xz-utils yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
675
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
676 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
677 On 64-bit Debian, install also:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
678 </p>
2532
38e6cbe5bdeb Add mission requirement package for 64-bit Debian
Volker Grabsch <vog@notjusthosting.com>
parents: 2484
diff changeset
679 <pre>aptitude install -R g++-multilib libc6-dev-i386</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
680
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
681 <h3 id="requirements-fedora">Fedora</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
682
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
683 <!-- https://admin.fedoraproject.org/pkgdb/ -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
684 <pre>yum install autoconf automake bash bison bzip2 cmake \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
685 flex gcc-c++ gettext git intltool make sed \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
686 libffi-devel libtool openssl-devel patch perl pkgconfig \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
687 scons yasm unzip wget xz</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
688
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
689 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
690 On 64-bit Fedora,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
691 there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
692 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
693
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
694 <h3 id="requirements-freebsd">FreeBSD</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
695
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
696 <!-- http://www.freshports.org/ -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
697 <pre>pkg_add -r automake111 autoconf268 bash bison cmake \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
698 flex gettext git gmake gsed intltool libffi libtool \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
699 openssl patch perl p5-XML-Parser pkg-config \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
700 scons unzip wget yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
701
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
702 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
703 Ensure that /usr/local/bin precedes /usr/bin in your $PATH:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
704 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
705 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
706 For C style shells, edit .cshrc
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
707 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
708 <pre>setenv PATH /usr/local/bin:$PATH</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
709 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
710 For Bourne shells, edit .profile
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
711 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
712 <pre>export PATH = /usr/local/bin:$PATH</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
713 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
714 On 64-bit FreeBSD,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
715 there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
716 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
717
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
718 <h3 id="requirements-frugalware">Frugalware</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
719
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
720 <!-- http://www.frugalware.org/packages -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
721 <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
722 flex gcc gettext git intltool make sed libffi libtool \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
723 openssl patch perl perl-xml-parser pkgconfig \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
724 scons unzip wget xz xz-lzma yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
725
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
726 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
727 On 64-bit Frugalware,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
728 there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
729 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
730
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
731 <h3 id="requirements-gentoo">Gentoo</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
732
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
733 <!-- http://packages.gentoo.org/ -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
734 <pre>emerge sys-devel/autoconf sys-devel/automake \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
735 app-shells/bash sys-devel/bison app-arch/bzip2 \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
736 dev-util/cmake sys-devel/flex sys-devel/gcc \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
737 sys-devel/gettext dev-vcs/git \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
738 dev-util/intltool sys-devel/make sys-apps/sed \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
739 dev-libs/libffi sys-devel/libtool dev-libs/openssl sys-devel/patch \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
740 dev-lang/perl dev-perl/XML-Parser \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
741 dev-util/pkgconfig dev-util/scons app-arch/unzip \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
742 net-misc/wget app-arch/xz-utils dev-lang/yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
743
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
744 <h3 id="requirements-macos">Mac OS X</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
745
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
746 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
747 Install
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
748 <a href="http://developer.apple.com/xcode/">Xcode 4</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
749 and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
750 <a href="http://www.macports.org/">MacPorts</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
751 then run:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
752 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
753 <!-- http://www.macports.org/ports.php -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
754 <pre>sudo port install autoconf automake bison cmake flex \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
755 gettext git-core gsed intltool libffi libtool \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
756 openssl p5-xml-parser pkgconfig scons \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
757 wget xz yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
758 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
759 Mac OS X versions ≤ 10.6 are no longer supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
760 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
761
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
762 <h3 id="requirements-opensuse">openSUSE</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
763
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
764 <!-- http://software.opensuse.org/113/en -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
765 <pre>zypper install -R autoconf automake bash bison bzip2 \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
766 cmake flex gcc-c++ gettext-tools git \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
767 intltool libffi-devel libtool make openssl \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
768 libopenssl-devel patch perl \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
769 perl-XML-Parser pkg-config scons \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
770 sed unzip wget xz yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
771
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
772 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
773 On 64-bit openSUSE, install also:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
774 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
775 <pre>zypper install -R gcc-32bit glibc-devel-32bit \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
776 libgcc46-32bit libgomp46-32bit \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
777 libstdc++46-devel-32bit</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
778
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
779 <h3 id="open-issue-nsis">Open Issues with NSIS</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
780
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
781 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
782 The NSIS package contains some native tools that are
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
783 currently 32-bit only. In order to build these on a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
784 64-bit system, multi-lib support must be enabled in the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
785 compiler toolchain. However, not all operating systems
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
786 support this.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
787 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
788 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
789 Since no other packages depend on it, the remainder of
2377
50a50a14b100 doc update: exclude nsis with empty make rule instead of rm
Tony Theodore <tonyt@logyst.com>
parents: 2374
diff changeset
790 MXE can be successfully built by simply specifying
50a50a14b100 doc update: exclude nsis with empty make rule instead of rm
Tony Theodore <tonyt@logyst.com>
parents: 2374
diff changeset
791 an empty build rule:
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
792 </p>
2377
50a50a14b100 doc update: exclude nsis with empty make rule instead of rm
Tony Theodore <tonyt@logyst.com>
parents: 2374
diff changeset
793 <pre>make nsis_BUILD=</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
794 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
795
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
796 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
797 <h2 id="usage">Usage</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
798
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
799 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
800 All build commands also download the packages if necessary.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
801 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
802 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
803 In a BSD userland, substitute "make" with "gmake".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
804 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
805 <dl class="usage">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
806
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
807 <dt>make</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
808
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
809 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
810 build all packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
811 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
812 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
813
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
814 <dt>make gcc</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
815
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
816 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
817 build a minimal useful set of packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
818 i.e. the cross compilers
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
819 and the most basic packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
820 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
821 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
822
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
823 <dt>make foo bar</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
824
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
825 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
826 build packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
827 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
828 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
829
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
830 <dt>make foo bar -j 4 JOBS=2</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
831
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
832 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
833 build packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
834 where up to 4 packages are build in parallel,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
835 each with up to 2 compiler processes running in parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
836 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
837
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
838 <dt>make check-requirements</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
839
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
840 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
841 check most of the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
842 <a href="#requirements">requirements</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
843 if necessary
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
844 &ndash; executed automatically
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
845 before building packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
846 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
847
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
848 <dt>make download</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
849
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
850 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
851 download all packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
852 non-parallel,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
853 such that subsequent builds work without internet access
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
854 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
855
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
856 <dt>make download-foo download-bar</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
857
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
858 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
859 download packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
860 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
861 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
862
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
863 <dt>make download-foo download-bar -j 4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
864
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
865 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
866 download packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
867 where up to 4 packages are downloaded in parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
868 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
869
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
870 <dt>make clean</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
871
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
872 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
873 remove all package builds
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
874 &ndash; use with caution!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
875 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
876
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
877 <dt>make clean-pkg</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
878
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
879 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
880 remove all unused package files,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
881 handy after a successful update
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
882 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
883
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
884 <dt>make update</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
885
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
886 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
887 for internal use only!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
888 &ndash;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
889 update the version numbers of all packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
890 download the new versions and note their checksums
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
891 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
892
2357
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
893 <dt>make cleanup-style</dt>
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
894
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
895 <dd>
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
896 for internal use only!
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
897 &ndash;
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
898 cleanup coding style
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
899 </dd>
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
900
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
901 </dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
902 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
903
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
904 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
905 <h2 id="packages">List of Packages</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
906
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
907 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
908 See something missing? Feel free to <a href="#creating-packages">create a new package</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
909 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
910 <table id="package-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
911 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
912 <td id="agg-package">agg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
913 <td id="agg-version">2.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
914 <td id="agg-website"><a href="http://www.antigrain.com/">Anti-Grain Geometry</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
915 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
916 <tr>
2466
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
917 <td id="apr-util-package">apr-util</td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
918 <td id="apr-util-version">1.3.10</td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
919 <td id="apr-util-website"><a href="http://apr.apache.org/">APR-util</a></td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
920 </tr>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
921 <tr>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
922 <td id="apr-package">apr</td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
923 <td id="apr-version">1.4.2</td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
924 <td id="apr-website"><a href="http://apr.apache.org/">APR</a></td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
925 </tr>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
926 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
927 <td id="atk-package">atk</td>
2611
0e27ba277c56 update package atk
Hans Petter Jansson <hpj@cl.no>
parents: 2610
diff changeset
928 <td id="atk-version">2.4.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
929 <td id="atk-website"><a href="http://www.gtk.org/">ATK</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
930 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
931 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
932 <td id="atkmm-package">atkmm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
933 <td id="atkmm-version">2.22.6</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
934 <td id="atkmm-website"><a href="http://www.gtkmm.org/">ATKmm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
935 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
936 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
937 <td id="aubio-package">aubio</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
938 <td id="aubio-version">0.3.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
939 <td id="aubio-website"><a href="http://www.aubio.org/">aubio</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
940 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
941 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
942 <td id="bfd-package">bfd</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
943 <td id="bfd-version">2.22</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
944 <td id="bfd-website"><a href="http://www.gnu.org/software/binutils/">Binary File Descriptor library</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
945 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
946 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
947 <td id="binutils-package">binutils</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
948 <td id="binutils-version">2.22</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
949 <td id="binutils-website"><a href="http://www.gnu.org/software/binutils/">GNU Binutils</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
950 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
951 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
952 <td id="blas-package">blas</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
953 <td id="blas-version">1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
954 <td id="blas-website"><a href="http://www.netlib.org/blas/">blas</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
955 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
956 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
957 <td id="boost-package">boost</td>
2648
c740cf4f85e0 update package boost
Mark Brand <mabrand@mabrand.nl>
parents: 2646
diff changeset
958 <td id="boost-version">1.50.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
959 <td id="boost-website"><a href="http://www.boost.org/">Boost C++ Library</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
960 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
961 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
962 <td id="bzip2-package">bzip2</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
963 <td id="bzip2-version">1.0.6</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
964 <td id="bzip2-website"><a href="http://www.bzip.org/">bzip2</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
965 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
966 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
967 <td id="cairo-package">cairo</td>
2613
d6edff1d892a update package cairo
Hans Petter Jansson <hpj@cl.no>
parents: 2611
diff changeset
968 <td id="cairo-version">1.12.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
969 <td id="cairo-website"><a href="http://cairographics.org/">cairo</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
970 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
971 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
972 <td id="cairomm-package">cairomm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
973 <td id="cairomm-version">1.10.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
974 <td id="cairomm-website"><a href="http://cairographics.org/cairomm/">cairomm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
975 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
976 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
977 <td id="cblas-package">cblas</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
978 <td id="cblas-version">1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
979 <td id="cblas-website"><a href="http://www.netlib.org/blas/">cblas</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
980 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
981 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
982 <td id="cgal-package">cgal</td>
2669
3a195a5d439b update package cgal
Mark Brand <mabrand@mabrand.nl>
parents: 2666
diff changeset
983 <td id="cgal-version">4.0.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
984 <td id="cgal-website"><a href="http://www.cgal.org/">cgal</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
985 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
986 <tr>
2497
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
987 <td id="cminpack-package">cminpack</td>
2518
f2af4ddfe28d update package cminpack
Mark Brand <mabrand@mabrand.nl>
parents: 2517
diff changeset
988 <td id="cminpack-version">1.2.0</td>
2497
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
989 <td id="cminpack-website"><a href="http://devernay.free.fr/hacks/cminpack/cminpack.html">cminpack</a></td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
990 </tr>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
991 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
992 <td id="cppunit-package">cppunit</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
993 <td id="cppunit-version">1.12.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
994 <td id="cppunit-website"><a href="http://apps.sourceforge.net/mediawiki/cppunit/">CppUnit</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
995 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
996 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
997 <td id="cunit-package">cunit</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
998 <td id="cunit-version">2.1-2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
999 <td id="cunit-website"><a href="http://cunit.sourceforge.net/">cunit</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1000 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1001 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1002 <td id="curl-package">curl</td>
2683
3a1c3da5d83a update package curl
Mark Brand <mabrand@mabrand.nl>
parents: 2681
diff changeset
1003 <td id="curl-version">7.27.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1004 <td id="curl-website"><a href="http://curl.haxx.se/libcurl/">cURL</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1005 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1006 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1007 <td id="dbus-package">dbus</td>
2672
0445e07ae566 update package dbus
Mark Brand <mabrand@mabrand.nl>
parents: 2671
diff changeset
1008 <td id="dbus-version">1.6.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1009 <td id="dbus-website"><a href="http://dbus.freedesktop.org/">dbus</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1010 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1011 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1012 <td id="dcmtk-package">dcmtk</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1013 <td id="dcmtk-version">3.6.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1014 <td id="dcmtk-website"><a href="http://dicom.offis.de/dcmtk.php.en">DCMTK</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1015 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1016 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1017 <td id="devil-package">devil</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1018 <td id="devil-version">1.7.8</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1019 <td id="devil-website"><a href="http://openil.sourceforge.net/">DevIL</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1020 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1021 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1022 <td id="eigen-package">eigen</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1023 <td id="eigen-version">2.0.17</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1024 <td id="eigen-website"><a href="http://eigen.tuxfamily.org/">eigen</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1025 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1026 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1027 <td id="exiv2-package">exiv2</td>
2679
6111c939f1f3 upgrade package exiv2
Volker Grabsch <vog@notjusthosting.com>
parents: 2532
diff changeset
1028 <td id="exiv2-version">0.23</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1029 <td id="exiv2-website"><a href="http://www.exiv2.org/">Exiv2</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1030 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1031 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1032 <td id="expat-package">expat</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1033 <td id="expat-version">2.1.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1034 <td id="expat-website"><a href="http://expat.sourceforge.net/">Expat XML Parser</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1035 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1036 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1037 <td id="faad2-package">faad2</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1038 <td id="faad2-version">2.7</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1039 <td id="faad2-website"><a href="http://www.audiocoding.com/">faad2</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1040 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1041 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1042 <td id="ffmpeg-package">ffmpeg</td>
2571
2edd63b242eb update package ffmpeg
Mark Brand <mabrand@mabrand.nl>
parents: 2570
diff changeset
1043 <td id="ffmpeg-version">0.11.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1044 <td id="ffmpeg-website"><a href="http://www.ffmpeg.org/">ffmpeg</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1045 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1046 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1047 <td id="fftw-package">fftw</td>
2509
33366d1e2300 update package fftw
Mark Brand <mabrand@mabrand.nl>
parents: 2507
diff changeset
1048 <td id="fftw-version">3.3.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1049 <td id="fftw-website"><a href="http://www.fftw.org/">fftw</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1050 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1051 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1052 <td id="file-package">file</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1053 <td id="file-version">5.11</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1054 <td id="file-website"><a href="http://www.darwinsys.com/file/">file</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1055 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1056 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1057 <td id="flac-package">flac</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1058 <td id="flac-version">1.2.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1059 <td id="flac-website"><a href="http://www.xiph.org/ogg/">FLAC</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1060 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1061 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1062 <td id="fltk-package">fltk</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1063 <td id="fltk-version">1.3.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1064 <td id="fltk-website"><a href="http://www.fltk.org/">FLTK</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1065 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1066 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1067 <td id="fontconfig-package">fontconfig</td>
2662
8aa95959e3d1 update package fontconfig
Mark Brand <mabrand@mabrand.nl>
parents: 2660
diff changeset
1068 <td id="fontconfig-version">2.10.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1069 <td id="fontconfig-website"><a href="http://fontconfig.org/">fontconfig</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1070 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1071 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1072 <td id="freeglut-package">freeglut</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1073 <td id="freeglut-version">2.8.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1074 <td id="freeglut-website"><a href="http://freeglut.sourceforge.net/">freeglut</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1075 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1076 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1077 <td id="freeimage-package">freeimage</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1078 <td id="freeimage-version">3.15.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1079 <td id="freeimage-website"><a href="http://freeimage.sourceforge.net/">FreeImage</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1080 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1081 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1082 <td id="freetds-package">freetds</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1083 <td id="freetds-version">0.91</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1084 <td id="freetds-website"><a href="http://www.freetds.org/">FreeTDS</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1085 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1086 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1087 <td id="freetype-package">freetype</td>
2610
aa9b01174b60 update package freetype
Mark Brand <mabrand@mabrand.nl>
parents: 2609
diff changeset
1088 <td id="freetype-version">2.4.10</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1089 <td id="freetype-website"><a href="http://freetype.sourceforge.net/">freetype</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1090 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1091 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1092 <td id="fribidi-package">fribidi</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1093 <td id="fribidi-version">0.19.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1094 <td id="fribidi-website"><a href="http://fribidi.org/">FriBidi</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1095 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1096 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1097 <td id="ftgl-package">ftgl</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1098 <td id="ftgl-version">2.1.3~rc5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1099 <td id="ftgl-website"><a href="http://sourceforge.net/projects/ftgl/">ftgl</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1100 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1101 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1102 <td id="gc-package">gc</td>
2645
17b0182736e1 update package gc
Mark Brand <mabrand@mabrand.nl>
parents: 2644
diff changeset
1103 <td id="gc-version">7.2c</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1104 <td id="gc-website"><a href="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">gc</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1105 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1106 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1107 <td id="gcc-package">gcc</td>
2608
a7c9c96d5be2 update package gcc
Mark Brand <mabrand@mabrand.nl>
parents: 2606
diff changeset
1108 <td id="gcc-version">4.7.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1109 <td id="gcc-website"><a href="http://gcc.gnu.org/">GCC</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1110 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1111 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1112 <td id="gcc-gmp-package">gcc-gmp</td>
2513
dcc7a0f02d83 update package gcc-gmp
Mark Brand <mabrand@mabrand.nl>
parents: 2512
diff changeset
1113 <td id="gcc-gmp-version">5.0.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1114 <td id="gcc-gmp-website"><a href="http://www.gmplib.org/">GMP for GCC</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1115 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1116 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1117 <td id="gcc-mpc-package">gcc-mpc</td>
2675
075ebaff0be3 update package gcc-mpc
Mark Brand <mabrand@mabrand.nl>
parents: 2673
diff changeset
1118 <td id="gcc-mpc-version">1.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1119 <td id="gcc-mpc-website"><a href="http://www.multiprecision.org/">MPC for GCC</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1120 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1121 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1122 <td id="gcc-mpfr-package">gcc-mpfr</td>
2651
48dde24b85b1 update package mpfr
Mark Brand <mabrand@mabrand.nl>
parents: 2650
diff changeset
1123 <td id="gcc-mpfr-version">3.1.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1124 <td id="gcc-mpfr-website"><a href="http://www.mpfr.org/">MPFR for GCC</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1125 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1126 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1127 <td id="gd-package">gd</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1128 <td id="gd-version">2.0.35</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1129 <td id="gd-website"><a href="http://www.libgd.org/">GD (without support for xpm)</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1130 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1131 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1132 <td id="gdal-package">gdal</td>
2544
df1dce2b7385 update package gdal
Mark Brand <mabrand@mabrand.nl>
parents: 2543
diff changeset
1133 <td id="gdal-version">1.9.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1134 <td id="gdal-website"><a href="http://www.gdal.org/">GDAL</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1135 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1136 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1137 <td id="gdb-package">gdb</td>
2451
83aeb24292e3 update package gdb
Mark Brand <mabrand@mabrand.nl>
parents: 2450
diff changeset
1138 <td id="gdb-version">7.4.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1139 <td id="gdb-website"><a href="http://www.gnu.org/software/gdb/">gdb</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1140 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1141 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1142 <td id="gdk-pixbuf-package">gdk-pixbuf</td>
2614
1f6e698fb89e update package gdk-pixbuf
Hans Petter Jansson <hpj@cl.no>
parents: 2613
diff changeset
1143 <td id="gdk-pixbuf-version">2.26.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1144 <td id="gdk-pixbuf-website"><a href="http://www.gdk-pixbuf.org/">GDK-pixbuf</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1145 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1146 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1147 <td id="geos-package">geos</td>
2644
cd5e84cf026f update package geos
Mark Brand <mabrand@mabrand.nl>
parents: 2643
diff changeset
1148 <td id="geos-version">3.3.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1149 <td id="geos-website"><a href="http://trac.osgeo.org/geos/">GEOS</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1150 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1151 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1152 <td id="gettext-package">gettext</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1153 <td id="gettext-version">0.18.1.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1154 <td id="gettext-website"><a href="http://www.gnu.org/software/gettext/">gettext</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1155 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1156 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1157 <td id="giflib-package">giflib</td>
2652
e0f82e67f477 update package giflib
Mark Brand <mabrand@mabrand.nl>
parents: 2651
diff changeset
1158 <td id="giflib-version">5.0.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1159 <td id="giflib-website"><a href="http://sourceforge.net/projects/libungif/">giflib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1160 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1161 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1162 <td id="glew-package">glew</td>
2684
14f1e48fe31e update package glew
Mark Brand <mabrand@mabrand.nl>
parents: 2683
diff changeset
1163 <td id="glew-version">1.9.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1164 <td id="glew-website"><a href="http://glew.sourceforge.net/">GLEW</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1165 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1166 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1167 <td id="glib-package">glib</td>
2616
cacac145fbc6 update package glib
Mark Brand <mabrand@mabrand.nl>
parents: 2615
diff changeset
1168 <td id="glib-version">2.32.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1169 <td id="glib-website"><a href="http://www.gtk.org/">GLib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1170 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1171 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1172 <td id="glibmm-package">glibmm</td>
2624
a0bd65068e37 update packages glibmm pangomm
Mark Brand <mabrand@mabrand.nl>
parents: 2623
diff changeset
1173 <td id="glibmm-version">2.32.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1174 <td id="glibmm-website"><a href="http://www.gtkmm.org/">GLibmm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1175 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1176 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1177 <td id="gmp-package">gmp</td>
2510
8a41b8f8e79f update package gmp
Mark Brand <mabrand@mabrand.nl>
parents: 2509
diff changeset
1178 <td id="gmp-version">5.0.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1179 <td id="gmp-website"><a href="http://www.gmplib.org/">GMP</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1180 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1181 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1182 <td id="gnutls-package">gnutls</td>
2641
832d15e602a6 package gnutls: revert to ver 3.0.19
Mark Brand <mabrand@mabrand.nl>
parents: 2640
diff changeset
1183 <td id="gnutls-version">3.0.19</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1184 <td id="gnutls-website"><a href="http://www.gnu.org/software/gnutls/">GnuTLS</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1185 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1186 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1187 <td id="graphicsmagick-package">graphicsmagick</td>
2643
ded6e1d35f58 update package graphicsmagick
Mark Brand <mabrand@mabrand.nl>
parents: 2642
diff changeset
1188 <td id="graphicsmagick-version">1.3.16</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1189 <td id="graphicsmagick-website"><a href="http://www.graphicsmagick.org/">GraphicsMagick</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1190 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1191 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1192 <td id="gsl-package">gsl</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1193 <td id="gsl-version">1.14</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1194 <td id="gsl-website"><a href="http://www.gnu.org/software/gsl/">GSL</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1195 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1196 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1197 <td id="gsoap-package">gsoap</td>
2572
88eccc6528ba update package gsoap
Mark Brand <mabrand@mabrand.nl>
parents: 2571
diff changeset
1198 <td id="gsoap-version">2.8.9</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1199 <td id="gsoap-website"><a href="http://gsoap2.sourceforge.net/">gSOAP</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1200 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1201 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1202 <td id="gst-plugins-base-package">gst-plugins-base</td>
2638
2e46fabcbbd0 packages gstreamer gst-plugins-base gst-plugins-good: revert to stable versions
Mark Brand <mabrand@mabrand.nl>
parents: 2637
diff changeset
1203 <td id="gst-plugins-base-version">0.10.36</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1204 <td id="gst-plugins-base-website"><a href="http://gstreamer.freedesktop.org/">gst-plugins-base</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1205 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1206 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1207 <td id="gst-plugins-good-package">gst-plugins-good</td>
2638
2e46fabcbbd0 packages gstreamer gst-plugins-base gst-plugins-good: revert to stable versions
Mark Brand <mabrand@mabrand.nl>
parents: 2637
diff changeset
1208 <td id="gst-plugins-good-version">0.10.31</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1209 <td id="gst-plugins-good-website"><a href="http://gstreamer.freedesktop.org/">gst-plugins-good</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1210 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1211 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1212 <td id="gstreamer-package">gstreamer</td>
2638
2e46fabcbbd0 packages gstreamer gst-plugins-base gst-plugins-good: revert to stable versions
Mark Brand <mabrand@mabrand.nl>
parents: 2637
diff changeset
1213 <td id="gstreamer-version">0.10.36</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1214 <td id="gstreamer-website"><a href="http://gstreamer.freedesktop.org/">gstreamer</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1215 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1216 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1217 <td id="gta-package">gta</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1218 <td id="gta-version">1.0.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1219 <td id="gta-website"><a href="http://gta.nongnu.org/">gta</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1220 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1221 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1222 <td id="gtk2-package">gtk2</td>
2619
6d33640e2024 update package gtk2
Hans Petter Jansson <hpj@cl.no>
parents: 2617
diff changeset
1223 <td id="gtk2-version">2.24.10</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1224 <td id="gtk2-website"><a href="http://www.gtk.org/">GTK+</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1225 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1226 <tr>
2673
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1227 <td id="gtkglarea-package">gtkGLArea</td>
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1228 <td id="gtkglarea-version">2.0.1</td>
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1229 <td id="gtkglarea-website"><a href="http://www.mono-project.com/GtkGLArea/">GtkGLArea</a></td>
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1230 </tr>
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1231 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1232 <td id="gtkglext-package">gtkglext</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1233 <td id="gtkglext-version">1.2.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1234 <td id="gtkglext-website"><a href="http://gtkglext.sourceforge.net/">GtkGLExt</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1235 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1236 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1237 <td id="gtkglextmm-package">gtkglextmm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1238 <td id="gtkglextmm-version">1.2.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1239 <td id="gtkglextmm-website"><a href="http://gtkglext.sourceforge.net/">GtkGLExtmm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1240 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1241 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1242 <td id="gtkmm2-package">gtkmm2</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1243 <td id="gtkmm2-version">2.24.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1244 <td id="gtkmm2-website"><a href="http://www.gtkmm.org/">GTKMM</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1245 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1246 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1247 <td id="gtksourceview-package">gtksourceview</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1248 <td id="gtksourceview-version">2.10.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1249 <td id="gtksourceview-website"><a href="http://projects.gnome.org/gtksourceview/">GTKSourceView</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1250 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1251 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1252 <td id="gtksourceviewmm2-package">gtksourceviewmm2</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1253 <td id="gtksourceviewmm2-version">2.10.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1254 <td id="gtksourceviewmm2-website"><a href="http://projects.gnome.org/gtksourceviewmm/">GtkSourceViewmm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1255 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1256 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1257 <td id="guile-package">guile</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1258 <td id="guile-version">1.8.7</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1259 <td id="guile-website"><a href="http://www.gnu.org/software/guile/">GNU Guile</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1260 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1261 <tr>
2394
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1262 <td id="hunspell-package">hunspell</td>
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1263 <td id="hunspell-version">1.3.2</td>
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1264 <td id="hunspell-website"><a href="http://hunspell.sourceforge.net/">Hunspell</a></td>
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1265 </tr>
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1266 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1267 <td id="id3lib-package">id3lib</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1268 <td id="id3lib-version">3.8.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1269 <td id="id3lib-website"><a href="http://id3lib.sourceforge.net/">id3lib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1270 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1271 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1272 <td id="ilmbase-package">ilmbase</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1273 <td id="ilmbase-version">1.0.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1274 <td id="ilmbase-website"><a href="http://www.openexr.com/">IlmBase</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1275 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1276 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1277 <td id="imagemagick-package">imagemagick</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1278 <td id="imagemagick-version">6.7.2-7</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1279 <td id="imagemagick-website"><a href="http://www.imagemagick.org/">ImageMagick</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1280 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1281 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1282 <td id="jasper-package">jasper</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1283 <td id="jasper-version">1.900.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1284 <td id="jasper-website"><a href="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1285 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1286 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1287 <td id="jpeg-package">jpeg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1288 <td id="jpeg-version">8d</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1289 <td id="jpeg-website"><a href="http://www.ijg.org/">jpeg</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1290 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1291 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1292 <td id="json-c-package">json-c</td>
2661
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents: 2660
diff changeset
1293 <td id="json-c-version">0.10</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1294 <td id="json-c-website"><a href="http://oss.metaparadigm.com/json-c/">json-c</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1295 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1296 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1297 <td id="lame-package">lame</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1298 <td id="lame-version">3.99</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1299 <td id="lame-website"><a href="http://lame.sourceforge.net/">lame</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1300 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1301 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1302 <td id="lapack-package">lapack</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1303 <td id="lapack-version">3.4.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1304 <td id="lapack-website"><a href="http://www.netlib.org/lapack/">lapack</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1305 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1306 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1307 <td id="lcms-package">lcms</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1308 <td id="lcms-version">2.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1309 <td id="lcms-website"><a href="http://www.littlecms.com/">lcms</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1310 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1311 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1312 <td id="lcms1-package">lcms1</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1313 <td id="lcms1-version">1.19</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1314 <td id="lcms1-website"><a href="http://www.littlecms.com/">lcms1</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1315 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1316 <tr>
2497
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1317 <td id="levmar-package">levmar</td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1318 <td id="levmar-version">2.6</td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1319 <td id="levmar-website"><a href="http://www.ics.forth.gr/~lourakis/levmar">levmar</a></td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1320 </tr>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1321 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1322 <td id="libarchive-package">libarchive</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1323 <td id="libarchive-version">3.0.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1324 <td id="libarchive-website"><a href="http://code.google.com/p/libarchive/">Libarchive</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1325 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1326 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1327 <td id="libass-package">libass</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1328 <td id="libass-version">0.10.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1329 <td id="libass-website"><a href="http://code.google.com/p/libass/">libass</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1330 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1331 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1332 <td id="libcroco-package">libcroco</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1333 <td id="libcroco-version">0.6.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1334 <td id="libcroco-website"><a href="http://www.freespiders.org/projects/libcroco/">Libcroco</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1335 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1336 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1337 <td id="libdnet-package">libdnet</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1338 <td id="libdnet-version">1.11</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1339 <td id="libdnet-website"><a href="http://libdnet.sourceforge.net/">libdnet</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1340 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1341 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1342 <td id="libevent-package">libevent</td>
2503
475923a43d52 update package libevent
Mark Brand <mabrand@mabrand.nl>
parents: 2502
diff changeset
1343 <td id="libevent-version">2.0.19</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1344 <td id="libevent-website"><a href="http://libevent.org/">libevent</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1345 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1346 <tr>
2497
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1347 <td id="libf2c-package">libf2c</td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1348 <td id="libf2c-version">1</td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1349 <td id="libf2c-website"><a href="http://www.netlib.org/f2c/">libf2c</a></td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1350 </tr>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1351 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1352 <td id="libffi-package">libffi</td>
2441
17669944fd2f update package libffi
Mark Brand <mabrand@mabrand.nl>
parents: 2440
diff changeset
1353 <td id="libffi-version">3.0.11</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1354 <td id="libffi-website"><a href="http://sourceware.org/libffi/">libffi</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1355 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1356 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1357 <td id="libgcrypt-package">libgcrypt</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1358 <td id="libgcrypt-version">1.5.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1359 <td id="libgcrypt-website"><a href="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1360 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1361 <tr>
2473
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1362 <td id="libgda-package">libgda</td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1363 <td id="libgda-version">4.2.13</td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1364 <td id="libgda-website"><a href="http://www.gnome-db.org/">libgda</a></td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1365 </tr>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1366 <tr>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1367 <td id="libgdamm-package">libgdamm</td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1368 <td id="libgdamm-version">4.1.3</td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1369 <td id="libgdamm-website"><a href="https://launchpad.net/libgdamm">libgdamm</a></td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1370 </tr>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1371 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1372 <td id="libgee-package">libgee</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1373 <td id="libgee-version">0.5.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1374 <td id="libgee-website"><a href="http://live.gnome.org/Libgee">libgee</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1375 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1376 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1377 <td id="libgeotiff-package">libgeotiff</td>
2437
813453ab528b update package libgeotiff (part 2)
Mark Brand <mabrand@mabrand.nl>
parents: 2436
diff changeset
1378 <td id="libgeotiff-version">1.4.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1379 <td id="libgeotiff-website"><a href="http://trac.osgeo.org/geotiff/">GeoTiff</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1380 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1381 <tr>
2563
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1382 <td id="libglade-package">libglade</td>
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1383 <td id="libglade-version">2.6.4</td>
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1384 <td id="libglade-website"><a href="http://glade.gnome.org/">glade</a></td>
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1385 </tr>
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1386 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1387 <td id="libgnurx-package">libgnurx</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1388 <td id="libgnurx-version">2.5.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1389 <td id="libgnurx-website"><a href="http://sourceforge.net/projects/mingw/files/UserContributed/regex/">libgnurx</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1390 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1391 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1392 <td id="libgomp-package">libgomp</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1393 <td id="libgomp-version">4.7.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1394 <td id="libgomp-website"><a href="http://gcc.gnu.org/projects/gomp/">GCC-libgomp</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1395 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1396 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1397 <td id="libgpg_error-package">libgpg_error</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1398 <td id="libgpg_error-version">1.10</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1399 <td id="libgpg_error-website"><a href="ftp://ftp.gnupg.org/gcrypt/libgpg-error/">libgpg-error</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1400 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1401 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1402 <td id="libgsasl-package">libgsasl</td>
2562
dddd4581f8d3 upgrade package libgsasl
Mark Brand <mabrand@mabrand.nl>
parents: 2559
diff changeset
1403 <td id="libgsasl-version">1.8.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1404 <td id="libgsasl-website"><a href="http://www.gnu.org/software/gsasl/">Libgsasl</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1405 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1406 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1407 <td id="libgsf-package">libgsf</td>
2626
f73f450e0115 update packages libgsf libxml2
Mark Brand <mabrand@mabrand.nl>
parents: 2625
diff changeset
1408 <td id="libgsf-version">1.14.23</td>
2484
9a0fd1a69bbe package libgsf: update website
Tony Theodore <tonyt@logyst.com>
parents: 2460
diff changeset
1409 <td id="libgsf-website"><a href="http://projects.gnome.org/libgsf/">libgsf</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1410 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1411 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1412 <td id="libharu-package">libharu</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1413 <td id="libharu-version">2.2.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1414 <td id="libharu-website"><a href="http://libharu.org/">libharu</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1415 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1416 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1417 <td id="libiberty-package">libiberty</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1418 <td id="libiberty-version">2.22</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1419 <td id="libiberty-website"><a href="http://gcc.gnu.org/onlinedocs/libiberty/">libiberty</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1420 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1421 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1422 <td id="libical-package">libical</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1423 <td id="libical-version">0.48</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1424 <td id="libical-website"><a href="http://freeassociation.sourceforge.net/">libical</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1425 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1426 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1427 <td id="libiconv-package">libiconv</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1428 <td id="libiconv-version">1.14</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1429 <td id="libiconv-website"><a href="http://www.gnu.org/software/libiconv/">libiconv</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1430 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1431 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1432 <td id="libidn-package">libidn</td>
2545
ae5b25885cc2 update package libidn
Mark Brand <mabrand@mabrand.nl>
parents: 2544
diff changeset
1433 <td id="libidn-version">1.25</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1434 <td id="libidn-website"><a href="http://www.gnu.org/software/libidn/">Libidn</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1435 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1436 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1437 <td id="libircclient-package">libircclient</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1438 <td id="libircclient-version">1.6</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1439 <td id="libircclient-website"><a href="http://sourceforge.net/projects/libircclient/">libircclient</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1440 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1441 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1442 <td id="liblo-package">liblo</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1443 <td id="liblo-version">0.26</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1444 <td id="liblo-website"><a href="http://liblo.sourceforge.net/">liblo</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1445 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1446 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1447 <td id="libmad-package">libmad</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1448 <td id="libmad-version">0.15.1b</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1449 <td id="libmad-website"><a href="http://www.underbit.com/products/mad/">libmad</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1450 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1451 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1452 <td id="libmikmod-package">libmikmod</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1453 <td id="libmikmod-version">3.2.0-beta2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1454 <td id="libmikmod-website"><a href="http://mikmod.raphnet.net/">libMikMod</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1455 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1456 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1457 <td id="libmng-package">libmng</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1458 <td id="libmng-version">1.0.10</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1459 <td id="libmng-website"><a href="http://www.libmng.com/">libmng</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1460 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1461 <tr>
2447
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1462 <td id="libmodplug-package">libmodplug</td>
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1463 <td id="libmodplug-version">0.8.8.4</td>
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1464 <td id="libmodplug-website"><a href="http://modplug-xmms.sourceforge.net/">libmodplug</a></td>
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1465 </tr>
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1466 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1467 <td id="libntlm-package">libntlm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1468 <td id="libntlm-version">1.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1469 <td id="libntlm-website"><a href="http://www.nongnu.org/libntlm/">Libntlm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1470 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1471 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1472 <td id="liboauth-package">liboauth</td>
2654
79cd22aec344 update package liboauth
Mark Brand <mabrand@mabrand.nl>
parents: 2652
diff changeset
1473 <td id="liboauth-version">0.9.7</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1474 <td id="liboauth-website"><a href="http://liboauth.sourceforge.net/">liboauth</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1475 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1476 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1477 <td id="libodbc++-package">libodbc++</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1478 <td id="libodbc++-version">0.2.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1479 <td id="libodbc++-website"><a href="http://libodbcxx.sourceforge.net/">libodbc++</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1480 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1481 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1482 <td id="liboil-package">liboil</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1483 <td id="liboil-version">0.3.17</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1484 <td id="liboil-website"><a href="http://liboil.freedesktop.org/">liboil</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1485 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1486 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1487 <td id="libpano13-package">libpano13</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1488 <td id="libpano13-version">2.9.18_rc2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1489 <td id="libpano13-website"><a href="http://panotools.sourceforge.net/">libpano13</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1490 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1491 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1492 <td id="libpaper-package">libpaper</td>
2514
42ada920402e update package libpaper
Mark Brand <mabrand@mabrand.nl>
parents: 2513
diff changeset
1493 <td id="libpaper-version">1.1.24+nmu2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1494 <td id="libpaper-website"><a href="http://packages.debian.org/unstable/libpaper1">libpaper</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1495 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1496 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1497 <td id="libpng-package">libpng</td>
2658
ca2d19df9e6e update package libpng
Mark Brand <mabrand@mabrand.nl>
parents: 2656
diff changeset
1498 <td id="libpng-version">1.5.12</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1499 <td id="libpng-website"><a href="http://www.libpng.org/">libpng</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1500 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1501 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1502 <td id="librsvg-package">librsvg</td>
2422
051a0bfd6400 update package librsvg
Mark Brand <mabrand@mabrand.nl>
parents: 2420
diff changeset
1503 <td id="librsvg-version">2.36.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1504 <td id="librsvg-website"><a href="http://librsvg.sourceforge.net/">librsvg</a></td>
2584
8ee32fa10c89 new package librtmp
Matthias Gehre <M.Gehre@gmx.de>
parents: 2583
diff changeset
1505 </tr>
8ee32fa10c89 new package librtmp
Matthias Gehre <M.Gehre@gmx.de>
parents: 2583
diff changeset
1506 <tr>
8ee32fa10c89 new package librtmp
Matthias Gehre <M.Gehre@gmx.de>
parents: 2583
diff changeset
1507 <td id="librtmp-package">librtmp</td>
2586
5136e4e6e487 package librtmp: update to v2.4 and beyond
Mark Brand <mabrand@mabrand.nl>
parents: 2584
diff changeset
1508 <td id="librtmp-version">2.4</td>
2584
8ee32fa10c89 new package librtmp
Matthias Gehre <M.Gehre@gmx.de>
parents: 2583
diff changeset
1509 <td id="librtmp-website"><a href="http://rtmpdump.mplayerhq.hu/">librtmp</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1510 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1511 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1512 <td id="libsamplerate-package">libsamplerate</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1513 <td id="libsamplerate-version">0.1.8</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1514 <td id="libsamplerate-website"><a href="http://www.mega-nerd.com/SRC/">libsamplerate</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1515 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1516 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1517 <td id="libshout-package">libshout</td>
2650
a6d192cd0f73 update package libshout
Mark Brand <mabrand@mabrand.nl>
parents: 2649
diff changeset
1518 <td id="libshout-version">2.3.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1519 <td id="libshout-website"><a href="http://www.icecast.org/">libshout</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1520 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1521 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1522 <td id="libsigc++-package">libsigc++</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1523 <td id="libsigc++-version">2.2.10</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1524 <td id="libsigc++-website"><a href="http://libsigc.sourceforge.net/">libsigc++</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1525 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1526 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1527 <td id="libsndfile-package">libsndfile</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1528 <td id="libsndfile-version">1.0.25</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1529 <td id="libsndfile-website"><a href="http://www.mega-nerd.com/libsndfile/">libsndfile</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1530 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1531 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1532 <td id="libssh2-package">libssh2</td>
2535
4a6fc9512b17 update package ssh2
Mark Brand <mabrand@mabrand.nl>
parents: 2533
diff changeset
1533 <td id="libssh2-version">1.4.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1534 <td id="libssh2-website"><a href="http://www.libssh2.org">libssh2</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1535 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1536 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1537 <td id="libtool-package">libtool</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1538 <td id="libtool-version">2.4.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1539 <td id="libtool-website"><a href="http://www.gnu.org/software/libtool/">GNU Libtool</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1540 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1541 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1542 <td id="libunistring-package">libunistring</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1543 <td id="libunistring-version">0.9.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1544 <td id="libunistring-website"><a href="http://www.gnu.org/software/libunistring/">libunistring</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1545 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1546 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1547 <td id="libusb-package">libusb</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1548 <td id="libusb-version">1.2.6.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1549 <td id="libusb-website"><a href="http://libusb-win32.sourceforge.net/">LibUsb</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1550 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1551 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1552 <td id="libvpx-package">libvpx</td>
2543
fd3ee2ca91ab update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 2542
diff changeset
1553 <td id="libvpx-version">1.1.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1554 <td id="libvpx-website"><a href="http://code.google.com/p/webm/">vpx</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1555 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1556 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1557 <td id="libxml++-package">libxml++</td>
2640
ce13ae8c8142 update package libxml++
Mark Brand <mabrand@mabrand.nl>
parents: 2638
diff changeset
1558 <td id="libxml++-version">2.35.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1559 <td id="libxml++-website"><a href="http://libxmlplusplus.sourceforge.net/">libxml2</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1560 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1561 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1562 <td id="libxml2-package">libxml2</td>
2626
f73f450e0115 update packages libgsf libxml2
Mark Brand <mabrand@mabrand.nl>
parents: 2625
diff changeset
1563 <td id="libxml2-version">2.8.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1564 <td id="libxml2-website"><a href="http://www.xmlsoft.org/">libxml2</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1565 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1566 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1567 <td id="libxslt-package">libxslt</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1568 <td id="libxslt-version">1.1.26</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1569 <td id="libxslt-website"><a href="http://xmlsoft.org/XSLT/">libxslt</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1570 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1571 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1572 <td id="llvm-package">llvm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1573 <td id="llvm-version">3.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1574 <td id="llvm-website"><a href="http://llvm.org/">llvm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1575 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1576 <tr>
2466
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
1577 <td id="log4cxx-package">log4cxx</td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
1578 <td id="log4cxx-version">0.10.0</td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
1579 <td id="log4cxx-website"><a href="http://logging.apache.org/log4cxx/">log4cxx</a></td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
1580 </tr>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
1581 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1582 <td id="lua-package">lua</td>
2409
89d0ae6cb123 update package lua
beoran <beoran@rubyforge.org>
parents: 2408
diff changeset
1583 <td id="lua-version">5.2.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1584 <td id="lua-website"><a href="http://www.lua.org/">Lua</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1585 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1586 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1587 <td id="lzo-package">lzo</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1588 <td id="lzo-version">2.06</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1589 <td id="lzo-website"><a href="http://www.oberhumer.com/opensource/lzo/">lzo</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1590 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1591 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1592 <td id="matio-package">matio</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1593 <td id="matio-version">1.3.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1594 <td id="matio-website"><a href="http://sourceforge.net/projects/matio/">matio</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1595 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1596 <tr>
2473
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1597 <td id="mdbtools-package">mdbtools</td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1598 <td id="mdbtools-version">0.6pre1</td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1599 <td id="mdbtools-website"><a href="http://sourceforge.net/projects/mdbtools/">mdbtools</a></td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1600 </tr>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1601 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1602 <td id="mingw-utils-package">mingw-utils</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1603 <td id="mingw-utils-version">0.4-1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1604 <td id="mingw-utils-website"><a href="http://www.mingw.org/">MinGW Utilities</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1605 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1606 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1607 <td id="mingwrt-package">mingwrt</td>
2649
7e38c2c1bafe update package mingwrt
Mark Brand <mabrand@mabrand.nl>
parents: 2648
diff changeset
1608 <td id="mingwrt-version">3.20-2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1609 <td id="mingwrt-website"><a href="http://www.mingw.org/">MinGW Runtime</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1610 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1611 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1612 <td id="mpfr-package">mpfr</td>
2651
48dde24b85b1 update package mpfr
Mark Brand <mabrand@mabrand.nl>
parents: 2650
diff changeset
1613 <td id="mpfr-version">3.1.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1614 <td id="mpfr-website"><a href="http://www.mpfr.org/">mpfr</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1615 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1616 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1617 <td id="muparser-package">muparser</td>
2420
59331dfd3b6b update package muparser
Tony Theodore <tonyt@logyst.com>
parents: 2409
diff changeset
1618 <td id="muparser-version">2.2.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1619 <td id="muparser-website"><a href="http://muparser.sourceforge.net/">muParser</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1620 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1621 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1622 <td id="mxml-package">mxml</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1623 <td id="mxml-version">2.7</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1624 <td id="mxml-website"><a href="http://www.minixml.org/">Mini-XML</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1625 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1626 <tr>
2408
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1627 <td id="ncurses-package">ncurses</td>
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1628 <td id="ncurses-version">5.9</td>
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1629 <td id="ncurses-website"><a href="http://www.gnu.org/software/ncurses/">Ncurses</a></td>
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1630 </tr>
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1631 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1632 <td id="nettle-package">nettle</td>
2655
769024253d0e update package nettle
Mark Brand <mabrand@mabrand.nl>
parents: 2654
diff changeset
1633 <td id="nettle-version">2.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1634 <td id="nettle-website"><a href="http://www.lysator.liu.se/~nisse/nettle/">nettle</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1635 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1636 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1637 <td id="nsis-package">nsis</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1638 <td id="nsis-version">2.46</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1639 <td id="nsis-website"><a href="http://nsis.sourceforge.net/">NSIS</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1640 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1641 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1642 <td id="ogg-package">ogg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1643 <td id="ogg-version">1.3.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1644 <td id="ogg-website"><a href="http://www.xiph.org/ogg/">OGG</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1645 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1646 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1647 <td id="old-package">old</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1648 <td id="old-version">0.17</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1649 <td id="old-website"><a href="http://blitiri.com.ar/p/old/">old</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1650 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1651 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1652 <td id="openal-package">openal</td>
2391
fbf67aa01033 update package openal
Mark Brand <mabrand@mabrand.nl>
parents: 2390
diff changeset
1653 <td id="openal-version">1.14</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1654 <td id="openal-website"><a href="http://kcat.strangesoft.net/openal.html">openal</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1655 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1656 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1657 <td id="opencore-amr-package">opencore-amr</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1658 <td id="opencore-amr-version">0.1.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1659 <td id="opencore-amr-website"><a href="http://opencore-amr.sourceforge.net/">opencore-amr</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1660 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1661 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1662 <td id="opencsg-package">opencsg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1663 <td id="opencsg-version">1.3.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1664 <td id="opencsg-website"><a href="http://www.opencsg.org/">opencsg</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1665 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1666 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1667 <td id="openexr-package">openexr</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1668 <td id="openexr-version">1.7.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1669 <td id="openexr-website"><a href="http://www.openexr.com/">OpenEXR</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1670 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1671 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1672 <td id="openscenegraph-package">openscenegraph</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1673 <td id="openscenegraph-version">3.0.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1674 <td id="openscenegraph-website"><a href="http://www.openscenegraph.org/">OpenSceneGraph</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1675 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1676 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1677 <td id="openssl-package">openssl</td>
2515
3925643b4743 update package openssl
Mark Brand <mabrand@mabrand.nl>
parents: 2514
diff changeset
1678 <td id="openssl-version">1.0.1c</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1679 <td id="openssl-website"><a href="http://www.openssl.org/">openssl</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1680 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1681 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1682 <td id="pango-package">pango</td>
2623
7e078ab846b8 update package pango
Mark Brand <mabrand@mabrand.nl>
parents: 2619
diff changeset
1683 <td id="pango-version">1.30.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1684 <td id="pango-website"><a href="http://www.pango.org/">Pango</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1685 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1686 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1687 <td id="pangomm-package">pangomm</td>
2624
a0bd65068e37 update packages glibmm pangomm
Mark Brand <mabrand@mabrand.nl>
parents: 2623
diff changeset
1688 <td id="pangomm-version">2.28.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1689 <td id="pangomm-website"><a href="http://www.pango.org/">Pangomm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1690 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1691 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1692 <td id="pcre-package">pcre</td>
2676
6522e8f7a7f2 update package pcre
Mark Brand <mabrand@mabrand.nl>
parents: 2675
diff changeset
1693 <td id="pcre-version">8.31</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1694 <td id="pcre-website"><a href="http://www.pcre.org/">PCRE</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1695 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1696 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1697 <td id="pdcurses-package">pdcurses</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1698 <td id="pdcurses-version">3.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1699 <td id="pdcurses-website"><a href="http://pdcurses.sourceforge.net/">PDcurses</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1700 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1701 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1702 <td id="pdflib_lite-package">pdflib_lite</td>
2577
d1569d04b337 update package pdflib_lite
Mark Brand <mabrand@mabrand.nl>
parents: 2575
diff changeset
1703 <td id="pdflib_lite-version">7.0.5p3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1704 <td id="pdflib_lite-website"><a href="http://www.pdflib.com/download/free-software/pdflib-lite-7/">PDFlib Lite</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1705 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1706 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1707 <td id="pfstools-package">pfstools</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1708 <td id="pfstools-version">1.8.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1709 <td id="pfstools-website"><a href="http://pfstools.sourceforge.net/">pfstools</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1710 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1711 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1712 <td id="physfs-package">physfs</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1713 <td id="physfs-version">2.0.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1714 <td id="physfs-website"><a href="http://icculus.org/physfs/">physfs</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1715 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1716 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1717 <td id="pixman-package">pixman</td>
2681
942d70a71798 update package pixman
Mark Brand <mabrand@mabrand.nl>
parents: 2680
diff changeset
1718 <td id="pixman-version">0.27.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1719 <td id="pixman-website"><a href="http://cairographics.org/">pixman</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1720 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1721 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1722 <td id="plotmm-package">plotmm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1723 <td id="plotmm-version">0.1.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1724 <td id="plotmm-website"><a href="http://plotmm.sourceforge.net/">PlotMM</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1725 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1726 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1727 <td id="plotutils-package">plotutils</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1728 <td id="plotutils-version">2.6</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1729 <td id="plotutils-website"><a href="http://www.gnu.org/software/plotutils/">plotutils</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1730 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1731 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1732 <td id="poco-package">poco</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1733 <td id="poco-version">1.4.3p1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1734 <td id="poco-website"><a href="http://pocoproject.org/">POCO C++ Libraries</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1735 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1736 <tr>
2440
5982c58c53e7 package poppler: add to index.html
Mark Brand <mabrand@mabrand.nl>
parents: 2437
diff changeset
1737 <td id="poppler-package">poppler</td>
2660
9aa687683a32 update package poppler
Mark Brand <mabrand@mabrand.nl>
parents: 2658
diff changeset
1738 <td id="poppler-version">0.20.2</td>
2440
5982c58c53e7 package poppler: add to index.html
Mark Brand <mabrand@mabrand.nl>
parents: 2437
diff changeset
1739 <td id="poppler-website"><a href="http://poppler.freedesktop.org/">poppler</a></td>
5982c58c53e7 package poppler: add to index.html
Mark Brand <mabrand@mabrand.nl>
parents: 2437
diff changeset
1740 </tr>
5982c58c53e7 package poppler: add to index.html
Mark Brand <mabrand@mabrand.nl>
parents: 2437
diff changeset
1741 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1742 <td id="popt-package">popt</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1743 <td id="popt-version">1.16</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1744 <td id="popt-website"><a href="http://freshmeat.net/projects/popt/">popt</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1745 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1746 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1747 <td id="portaudio-package">portaudio</td>
2688
52c2d81ac7d5 Update PortAudio v19 from 20071207 to 20111121
Stefan Hajnoczi <stefanha@gmail.com>
parents: 2684
diff changeset
1748 <td id="portaudio-version">19_20111121</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1749 <td id="portaudio-website"><a href="http://www.portaudio.com/">portaudio</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1750 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1751 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1752 <td id="postgresql-package">postgresql</td>
2567
203c9a62062c update package postgresql
Mark Brand <mabrand@mabrand.nl>
parents: 2562
diff changeset
1753 <td id="postgresql-version">9.1.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1754 <td id="postgresql-website"><a href="http://www.postgresql.org/">PostgreSQL</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1755 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1756 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1757 <td id="proj-package">proj</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1758 <td id="proj-version">4.8.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1759 <td id="proj-website"><a href="http://trac.osgeo.org/proj/">proj</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1760 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1761 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1762 <td id="pthreads-package">pthreads</td>
2559
480cba57f1bf update package pthreads
Mark Brand <mabrand@mabrand.nl>
parents: 2556
diff changeset
1763 <td id="pthreads-version">2-9-1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1764 <td id="pthreads-website"><a href="http://sourceware.org/pthreads-win32/">Pthreads-w32</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1765 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1766 <tr>
2521
e7c40b6c3e66 package qdbm: static cross-build, enable optional deps, test program
Tony Theodore <tonyt@logyst.com>
parents: 2518
diff changeset
1767 <td id="qdbm-package">qdbm</td>
e7c40b6c3e66 package qdbm: static cross-build, enable optional deps, test program
Tony Theodore <tonyt@logyst.com>
parents: 2518
diff changeset
1768 <td id="qdbm-version">1.8.78</td>
e7c40b6c3e66 package qdbm: static cross-build, enable optional deps, test program
Tony Theodore <tonyt@logyst.com>
parents: 2518
diff changeset
1769 <td id="qdbm-website"><a href="http://fallabs.com/qdbm/">QDBM</a></td>
e7c40b6c3e66 package qdbm: static cross-build, enable optional deps, test program
Tony Theodore <tonyt@logyst.com>
parents: 2518
diff changeset
1770 </tr>
e7c40b6c3e66 package qdbm: static cross-build, enable optional deps, test program
Tony Theodore <tonyt@logyst.com>
parents: 2518
diff changeset
1771 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1772 <td id="qjson-package">qjson</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1773 <td id="qjson-version">0.7.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1774 <td id="qjson-website"><a href="http://qjson.sourceforge.net/">QJson</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1775 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1776 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1777 <td id="qt-package">qt</td>
2541
be6a32dfbaea update package qt
Mark Brand <mabrand@mabrand.nl>
parents: 2540
diff changeset
1778 <td id="qt-version">4.8.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1779 <td id="qt-website"><a href="http://qt.nokia.com/">Qt</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1780 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1781 <tr>
2534
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
1782 <td id="qwt-package">qwt</td>
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
1783 <td id="qwt-version">6.0.1</td>
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
1784 <td id="qwt-website"><a href="http://qwt.sourceforge.net/">Qwt</a></td>
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
1785 </tr>
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
1786 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1787 <td id="qwtplot3d-package">qwtplot3d</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1788 <td id="qwtplot3d-version">0.2.7</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1789 <td id="qwtplot3d-website"><a href="http://qwtplot3d.sourceforge.net/">QwtPlot3D</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1790 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1791 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1792 <td id="readline-package">readline</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1793 <td id="readline-version">6.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1794 <td id="readline-website"><a href="http://tiswww.case.edu/php/chet/readline/rltop.html">Readline</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1795 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1796 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1797 <td id="sdl-package">sdl</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1798 <td id="sdl-version">1.2.15</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1799 <td id="sdl-website"><a href="http://www.libsdl.org/">SDL</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1800 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1801 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1802 <td id="sdl_image-package">sdl_image</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1803 <td id="sdl_image-version">1.2.12</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1804 <td id="sdl_image-website"><a href="http://www.libsdl.org/projects/SDL_image/">SDL_image</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1805 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1806 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1807 <td id="sdl_mixer-package">sdl_mixer</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1808 <td id="sdl_mixer-version">1.2.12</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1809 <td id="sdl_mixer-website"><a href="http://www.libsdl.org/projects/SDL_mixer/">SDL_mixer</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1810 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1811 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1812 <td id="sdl_net-package">sdl_net</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1813 <td id="sdl_net-version">1.2.8</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1814 <td id="sdl_net-website"><a href="http://www.libsdl.org/projects/SDL_net/">SDL_net</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1815 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1816 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1817 <td id="sdl_pango-package">sdl_pango</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1818 <td id="sdl_pango-version">0.1.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1819 <td id="sdl_pango-website"><a href="http://sdlpango.sourceforge.net/">SDL_Pango</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1820 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1821 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1822 <td id="sdl_sound-package">sdl_sound</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1823 <td id="sdl_sound-version">1.0.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1824 <td id="sdl_sound-website"><a href="http://icculus.org/SDL_sound/">SDL_sound</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1825 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1826 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1827 <td id="sdl_ttf-package">sdl_ttf</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1828 <td id="sdl_ttf-version">2.0.11</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1829 <td id="sdl_ttf-website"><a href="http://www.libsdl.org/projects/SDL_ttf/">SDL_ttf</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1830 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1831 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1832 <td id="smpeg-package">smpeg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1833 <td id="smpeg-version">0.4.5+cvs20030824</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1834 <td id="smpeg-website"><a href="http://icculus.org/smpeg/">smpeg</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1835 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1836 <tr>
2468
110883446649 package sox: update and fix pkg-config and test program build
Tony Theodore <tonyt@logyst.com>
parents: 2466
diff changeset
1837 <td id="sox-package">sox</td>
110883446649 package sox: update and fix pkg-config and test program build
Tony Theodore <tonyt@logyst.com>
parents: 2466
diff changeset
1838 <td id="sox-version">14.4.0</td>
110883446649 package sox: update and fix pkg-config and test program build
Tony Theodore <tonyt@logyst.com>
parents: 2466
diff changeset
1839 <td id="sox-website"><a href="http://sox.sourceforge.net/">SoX</a></td>
110883446649 package sox: update and fix pkg-config and test program build
Tony Theodore <tonyt@logyst.com>
parents: 2466
diff changeset
1840 </tr>
110883446649 package sox: update and fix pkg-config and test program build
Tony Theodore <tonyt@logyst.com>
parents: 2466
diff changeset
1841 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1842 <td id="speex-package">speex</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1843 <td id="speex-version">1.2rc1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1844 <td id="speex-website"><a href="http://www.speex.org/">Speex</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1845 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1846 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1847 <td id="sqlite-package">sqlite</td>
2574
e790818b1d97 update package sqlite
Mark Brand <mabrand@mabrand.nl>
parents: 2572
diff changeset
1848 <td id="sqlite-version">3071300</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1849 <td id="sqlite-website"><a href="http://www.sqlite.org/">SQLite</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1850 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1851 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1852 <td id="suitesparse-package">suitesparse</td>
2670
47fc8672c8f5 update package suitesparse
Mark Brand <mabrand@mabrand.nl>
parents: 2669
diff changeset
1853 <td id="suitesparse-version">4.0.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1854 <td id="suitesparse-website"><a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">SuiteSparse</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1855 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1856 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1857 <td id="t4k_common-package">t4k_common</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1858 <td id="t4k_common-version">0.1.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1859 <td id="t4k_common-website"><a href="http://tux4kids.alioth.debian.org/">t4k_common</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1860 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1861 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1862 <td id="taglib-package">taglib</td>
2511
61dca89be476 update package taglib
Mark Brand <mabrand@mabrand.nl>
parents: 2510
diff changeset
1863 <td id="taglib-version">1.7.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1864 <td id="taglib-website"><a href="http://developer.kde.org/~wheeler/taglib.html">TagLib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1865 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1866 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1867 <td id="theora-package">theora</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1868 <td id="theora-version">1.1.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1869 <td id="theora-website"><a href="http://theora.org/">Theora</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1870 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1871 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1872 <td id="tiff-package">tiff</td>
2625
23be6bc534f1 update package tiff
Mark Brand <mabrand@mabrand.nl>
parents: 2624
diff changeset
1873 <td id="tiff-version">4.0.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1874 <td id="tiff-website"><a href="http://www.remotesensing.org/libtiff/">LibTIFF</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1875 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1876 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1877 <td id="tinyxml-package">tinyxml</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1878 <td id="tinyxml-version">2.6.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1879 <td id="tinyxml-website"><a href="http://sourceforge.net/projects/tinyxml/">tinyxml</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1880 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1881 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1882 <td id="tre-package">tre</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1883 <td id="tre-version">0.8.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1884 <td id="tre-website"><a href="http://laurikari.net/tre/">TRE</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1885 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1886 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1887 <td id="vigra-package">vigra</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1888 <td id="vigra-version">1.8.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1889 <td id="vigra-website"><a href="http://hci.iwr.uni-heidelberg.de/vigra">vigra</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1890 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1891 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1892 <td id="vmime-package">vmime</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1893 <td id="vmime-version">0.9.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1894 <td id="vmime-website"><a href="http://vmime.sourceforge.net/">VMime</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1895 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1896 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1897 <td id="vorbis-package">vorbis</td>
2512
748e8ede3a09 update package vorbis
Mark Brand <mabrand@mabrand.nl>
parents: 2511
diff changeset
1898 <td id="vorbis-version">1.3.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1899 <td id="vorbis-website"><a href="http://www.vorbis.com/">Vorbis</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1900 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1901 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1902 <td id="vtk-package">vtk</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1903 <td id="vtk-version">5.8.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1904 <td id="vtk-website"><a href="http://www.vtk.org/">vtk</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1905 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1906 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1907 <td id="w32api-package">w32api</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1908 <td id="w32api-version">3.17</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1909 <td id="w32api-website"><a href="http://www.mingw.org/">MinGW Windows API</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1910 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1911 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1912 <td id="winpcap-package">winpcap</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1913 <td id="winpcap-version">4_1_2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1914 <td id="winpcap-website"><a href="http://www.winpcap.org/">WinPcap</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1915 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1916 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1917 <td id="wt-package">wt</td>
2634
63b62afe771b update package wt
Mark Brand <mabrand@mabrand.nl>
parents: 2630
diff changeset
1918 <td id="wt-version">3.2.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1919 <td id="wt-website"><a href="http://witty.sourceforge.net/">Wt</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1920 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1921 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1922 <td id="wxwidgets-package">wxwidgets</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1923 <td id="wxwidgets-version">2.8.12</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1924 <td id="wxwidgets-website"><a href="http://www.wxwidgets.org/">wxWidgets</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1925 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1926 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1927 <td id="x264-package">x264</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1928 <td id="x264-version">20111018-2245</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1929 <td id="x264-website"><a href="http://www.videolan.org/developers/x264.html">x264</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1930 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1931 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1932 <td id="xerces-package">xerces</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1933 <td id="xerces-version">3.1.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1934 <td id="xerces-website"><a href="http://xerces.apache.org/xerces-c/">Xerces-C++</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1935 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1936 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1937 <td id="xine-lib-package">xine-lib</td>
2583
c4cd2fe180e4 update package xine-lib
Mark Brand <mabrand@mabrand.nl>
parents: 2582
diff changeset
1938 <td id="xine-lib-version">1.1.21</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1939 <td id="xine-lib-website"><a href="http://www.xine-project.org/">xine-lib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1940 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1941 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1942 <td id="xmlwrapp-package">xmlwrapp</td>
2393
295e88579d64 update package xmlwrapp
Mark Brand <mabrand@mabrand.nl>
parents: 2392
diff changeset
1943 <td id="xmlwrapp-version">0.6.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1944 <td id="xmlwrapp-website"><a href="http://sourceforge.net/projects/xmlwrapp/">xmlwrapp</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1945 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1946 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1947 <td id="xvidcore-package">xvidcore</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1948 <td id="xvidcore-version">1.3.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1949 <td id="xvidcore-website"><a href="http://www.xvid.org/">xvidcore</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1950 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1951 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1952 <td id="xz-package">xz</td>
2642
9956b52eea59 update package xz
Mark Brand <mabrand@mabrand.nl>
parents: 2641
diff changeset
1953 <td id="xz-version">5.0.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1954 <td id="xz-website"><a href="http://tukaani.org/xz/">XZ</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1955 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1956 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1957 <td id="zlib-package">zlib</td>
2502
72b584e79721 update package zlib
Mark Brand <mabrand@mabrand.nl>
parents: 2501
diff changeset
1958 <td id="zlib-version">1.2.7</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1959 <td id="zlib-website"><a href="http://zlib.net/">zlib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1960 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1961 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1962 <td id="zziplib-package">zziplib</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1963 <td id="zziplib-version">0.13.59</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1964 <td id="zziplib-website"><a href="http://zziplib.sourceforge.net/">ZZIPlib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1965 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1966 </table>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1967 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1968
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1969 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1970 <h2 id="creating-packages">Guidelines for Creating Packages</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1971
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1972 <ol>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1973 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1974 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1975 The package should be a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1976 <a href="http://www.gnu.org/philosophy/free-sw.html">free</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1977 <a href="http://www.debian.org/social_contract#guidelines">software</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1978 <a href="http://www.opensource.org/osd.html">library</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1979 that is really used by one of your applications.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1980 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1981
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1982 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1983 BTW, we're always curious about the applications people are porting.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1984 We maintain a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1985 <a href="#used-by">list of projects</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1986 which use MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1987 No matter whether your project is free or proprietary
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1988 &ndash; as long as it has its own website,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1989 we'd be happy to link to it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1990 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1991
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1992 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1993 Also, feel free to link to us. :-)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1994 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1995 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1996
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1997 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1998 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1999 Grep through the <code>src/*.mk</code> files
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2000 to find a project that is most similar to yours.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2001 (Really, <code>grep</code> is your friend here.)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2002 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2003
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2004 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2005 For instance,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2006 when adding a GNU library,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2007 you should take a package like
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2008 <a href="https://github.com/mxe/mxe/blob/master/src/gettext.mk">gettext.mk</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2009 or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2010 <a href="https://github.com/mxe/mxe/blob/master/src/libiconv.mk">libiconv.mk</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2011 as the base of your work.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2012 When using a SourceForge project,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2013 you could start with a copy of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2014 <a href="https://github.com/mxe/mxe/blob/master/src/xmlwrapp.mk">xmlwrapp.mk</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2015 And so on.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2016 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2017 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2018
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2019 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2020 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2021 Adjust the comments,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2022 fill in the <code>$(PKG)_*</code> fields.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2023 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2024
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2025 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2026 Be especially careful with the <code>$(PKG)_DEPS</code> section.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2027 The easiest way to get the dependencies right
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2028 is to start with a minimal setup.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2029 That is,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2030 initialize MXE with <code>make gcc</code> only,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2031 then check whether your package builds successfully.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2032 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2033
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2034 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2035 Always list the dependency on <code>gcc</code> explicitly:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2036 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2037 <pre>$(PKG)_DEPS := gcc ...</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2038 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2039
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2040 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2041 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2042 Write your <code>$(PKG)_BUILD</code>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2043 If your library has a <code>./configure</code> script,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2044 enable/disable all dependency libraries explicitly
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2045 via "<code>--enable-*</code>" and "<code>--disable-*</code>" options.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2046 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2047 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2048
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2049 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2050 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2051 You might also have to provide a patch for it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2052 In that case, have a look at other patches such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2053 <a href="https://github.com/mxe/mxe/blob/master/src/sdl-2-fix-dinput.patch">sdl-2-fix-dinput.patch</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2054 In particular, each patch file should be named as:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2055 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2056 <pre>PACKAGE-PATCHNUMBER-DESCRIPTION.patch</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2057 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2058 and should start with:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2059 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2060 <pre>This file is part of MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2061 See index.html for further information.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2062
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2063 This patch has been taken from:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2064 https://...</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2065 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2066 where the URL points to the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2067 bugtracker entry,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2068 mailing list entry or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2069 website
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2070 you took the patch from.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2071 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2072
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2073 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2074 If you created the patch yourself,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2075 please offer it to the upstream project first,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2076 and point to <em>that</em> URL,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2077 using the same wording:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2078 "This patch has been taken from:".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2079 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2080
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2081 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2082 Depending on the feedback you get from the upstream project,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2083 you might want to improve your patch.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2084 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2085 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2086
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2087 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2088 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2089 If you find some time,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2090 please provide a minimal test program for it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2091 It should be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2092 simple,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2093 stand alone and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2094 should work unmodified for many (all?) future versions of the library.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2095 Test programs are named as:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2096 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2097 <pre>PACKAGE-test.c</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2098 or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2099 <pre>PACKAGE-test.cpp</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2100 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2101 depending on whether it is a C or C++ library.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2102 To get a clue,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2103 please have a look at existing test programs such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2104 <a href="https://github.com/mxe/mxe/blob/master/src/sdl-test.c">sdl-test.c</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2105 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2106
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2107 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2108 At the very end of your <code>*.mk</code> file
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2109 you should build the test program in a generic way,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2110 using strict compiler flags.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2111 The last few lines of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2112 <a href="https://github.com/mxe/mxe/blob/master/src/sdl.mk">sdl.mk</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2113 will give you a clue.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2114 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2115 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2116
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2117 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2118 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2119 You could also try to provide a <code>$(PKG)_UPDATE</code> section.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2120 However, that requires some experience and "feeling" for it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2121 So it is perfectly okay if you leave the <code>$(PKG)_UPDATE</code> section empty.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2122 We'll fill that in for you.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2123 It's a funny exercise.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2124 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2125 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2126
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2127 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2128 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2129 Check that you don't have "dirty stuff" in your <code>*.mk</code> files,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2130 such as TAB characters or trailing spaces at lines endings.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2131 Have a look at random <code>*.mk</code> files
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2132 to get a feeling for the coding style.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2133 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2134
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2135 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2136 The same holds for your test program.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2137 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2138
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2139 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2140 However, patch files should always appear
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2141 in the same coding style as the files they are patching.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2142 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2143
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2144 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2145 Finally, in your <code>$(PKG)_BUILD</code> section,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2146 please check that you use our portability variables:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2147 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2148 <table class="translation">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2149 <tr><td><code>bash</code></td> <td>&rarr;</td><td><code>$(SHELL)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2150 <tr><td><code>install</code></td> <td>&rarr;</td><td><code>$(INSTALL)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2151 <tr><td><code>libtool</code></td> <td>&rarr;</td><td><code>$(LIBTOOL)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2152 <tr><td><code>libtoolize</code></td><td>&rarr;</td><td><code>$(LIBTOOLIZE)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2153 <tr><td><code>make</code></td> <td>&rarr;</td><td><code>$(MAKE)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2154 <tr><td><code>patch</code></td> <td>&rarr;</td><td><code>$(PATCH)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2155 <tr><td><code>sed</code></td> <td>&rarr;</td><td><code>$(SED)</code></td></tr>
2526
68f3f2acee91 add $(WGET) variable to docs
Tony Theodore <tonyt@logyst.com>
parents: 2523
diff changeset
2156 <tr><td><code>wget</code></td> <td>&rarr;</td><td><code>$(WGET)</code></td></tr>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2157 </table>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2158 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2159
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2160 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2161 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2162 Check whether everything runs fine.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2163 If you have some trouble,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2164 don't hesitate to ask on the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2165 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">mailing list</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2166 providing your <code>*.mk</code> file so far.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2167 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2168 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2169
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2170 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2171 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2172 Propose your final <code>*.mk</code> file to the mailing list.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2173 Don't forget to tell us
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2174 if there are some pieces in your <code>*.mk</code> file
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2175 you feel unsure about.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2176 We'll then have a specific look at those parts,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2177 which avoids trouble for you and us in the future.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2178 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2179 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2180 </ol>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2181 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2182
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2183 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2184 <h2 id="copyright">Copyright © <span class="years">2007–2012</span></h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2185
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2186 <ul id="authors-list" class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2187 <li>Volker Grabsch</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2188 <li>Mark Brand</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2189 <li>Tony Theodore</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2190 <li><a href="https://www.ohloh.net/p/mxe/contributors">... and many other contributors</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2191 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2192
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2193 <p>(contact via the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2194 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>)</p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2195
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2196 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2197 Permission is hereby granted, free of charge, to any person obtaining
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2198 a copy of this software and associated documentation files (the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2199 "Software"), to deal in the Software without restriction, including
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2200 without limitation the rights to use, copy, modify, merge, publish,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2201 distribute, sublicense, and/or sell copies of the Software, and to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2202 permit persons to whom the Software is furnished to do so, subject
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2203 to the following conditions:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2204 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2205
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2206 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2207 The above copyright notice and this permission notice shall be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2208 included in all copies or substantial portions of the Software.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2209 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2210
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2211 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2212 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2213 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2214 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2215 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2216 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2217 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2218 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2219 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2220 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2221
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2222 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2223 <h2 id="history">History</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2224
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2225 <dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2226
2382
5c1a76a8334b Update release date
Volker Grabsch <vog@notjusthosting.com>
parents: 2381
diff changeset
2227 <dt>2012-04-12 &ndash; Release <span id="latest-version">2.22</span></dt>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2228 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2229 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2230 <a href="http://mxe.cc/#download">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2231 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.22">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2232 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2233
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2234 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2235 The project has been
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2236 <a href="http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-03/msg00101.html">renamed</a>
2381
7f494e72d0b6 Improve release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 2377
diff changeset
2237 from
7f494e72d0b6 Improve release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 2377
diff changeset
2238 mingw-cross-env (MinGW cross compiling environment)
7f494e72d0b6 Improve release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 2377
diff changeset
2239 to
7f494e72d0b6 Improve release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 2377
diff changeset
2240 MXE (M&nbsp;cross&nbsp;environment).
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2241 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2242
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2243 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2244 The release tarballs have been replaced with a <a href="#download">Git checkout</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2245 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2246
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2247 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2248 Most packages were updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2249 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2250
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2251 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2252 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2253 agg, cgal, eigen, file, gta, json-c, libgnurx, libharu,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2254 libircclient, libssh2, libxml++, llvm, lzo, mpfr, nettle,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2255 opencsg, qjson, qwtplot3d, vtk, and wt.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2256 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2257 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2258
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2259 <dt>2011-06-07 &ndash; Release 2.21</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2260 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2261 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2262 <a href="https://bitbucket.org/vog/mingw-cross-env/downloads/mingw-cross-env-2.21.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2263 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.21">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2264 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2265
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2266 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2267 Minor bugfixes in several packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2268 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2269
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2270 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2271 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2272 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2273
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2274 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2275 Packages gtkmm and gtksourceviewmm have been renamed to gtkmm2 and gtksourceviewmm2.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2276 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2277
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2278 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2279 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2280 libass, poco, and t4k_common.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2281 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2282 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2283
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2284 <dt>2011-04-05 &ndash; Release 2.20</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2285 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2286 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2287 <a href="https://bitbucket.org/vog/mingw-cross-env/downloads/mingw-cross-env-2.20.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2288 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.20">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2289 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2290
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2291 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2292 This release fixes a download error caused by the pixman project
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2293 (a sudden change of their URL scheme without proper redirects).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2294 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2295 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2296 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2297
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2298 <dt>2011-03-19 &ndash; Release 2.19</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2299 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2300 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2301 <a href="https://bitbucket.org/vog/mingw-cross-env/downloads/mingw-cross-env-2.19.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2302 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.19">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2303 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2304
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2305 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2306 The download mechanisms are improved.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2307 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2308
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2309 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2310 A CMake toolchain file is provided
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2311 to simplify cross-compiling projects which use CMake.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2312 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2313
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2314 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2315 Support for Debian/Lenny is dropped.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2316 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2317
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2318 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2319 Package gtk is renamed to gtk2.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2320 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2321
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2322 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2323 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2324 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2325
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2326 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2327 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2328 dbus, graphicsmagick, libical, liboauth, physfs, and vigra.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2329 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2330
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2331 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2332 Note for <code>boost::filesystem</code> users:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2333 <a href="http://beta.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/index.htm">Version 3 is a major revision</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2334 and now the default in 1.46.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2335 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2336 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2337
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2338 <dt>2010-12-15 &ndash; Release 2.18</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2339 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2340 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2341 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.18.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2342 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.18">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2343 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2344
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2345 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2346 This release fixes a checksum error caused by the atkmm project
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2347 (a sudden change of their current source tarball).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2348 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2349 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2350 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2351
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2352 <dt>2010-12-11 &ndash; Release 2.17</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2353 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2354 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2355 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.17.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2356 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.17">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2357 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2358
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2359 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2360 This release provides some improvements of the build system
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2361 such as an automatic check for most of the requirements.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2362 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2363
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2364 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2365 All packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2366 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2367
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2368 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2369 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2370 bfd, blas, cblas, dcmtk, ftgl, lapack, lcms1,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2371 mingw-utils, mxml, suitesparse and tinyxml.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2372 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2373 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2374
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2375 <dt>2010-10-27 &ndash; Release 2.16</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2376 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2377 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2378 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.16.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2379 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.16">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2380 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2381
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2382 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2383 This release provides lots of improvements to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2384 the build system as well as the documentation.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2385 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2386
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2387 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2388 Support for OpenSolaris is dropped.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2389 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2390
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2391 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2392 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2393 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2394
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2395 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2396 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2397 atkmm, cairomm, cunit, faac, faad2, ffmpeg, gdk-pixbuf, glibmm,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2398 gtkglextmm, gtkmm, gtksourceview, gtksourceviewmm, imagemagick,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2399 lame, libiberty, libsigc++, libvpx, matio, openal, opencore-amr,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2400 pangomm, pfstools, plotmm, sdl_sound and x264.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2401 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2402 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2403
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2404 <dt>2010-06-16 &ndash; Release 2.15</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2405 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2406 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2407 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.15.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2408 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.15">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2409 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2410
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2411 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2412 This release fixes download errors caused by the Qt project
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2413 (a sudden change of their current source tarball).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2414 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2415
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2416 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2417 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2418 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2419 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2420
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2421 <dt>2010-06-08 &ndash; Release 2.14</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2422 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2423 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2424 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.14.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2425 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.14">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2426 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2427
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2428 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2429 This release fixes download errors caused by the MinGW project
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2430 (a sudden change of their URL scheme without proper redirects).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2431 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2432 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2433
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2434 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2435 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2436 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2437
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2438 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2439 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2440 libarchive, libgee and xvidcore.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2441 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2442 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2443
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2444 <dt>2010-05-31 &ndash; Release 2.13</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2445 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2446 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2447 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.13.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2448 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.13">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2449 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2450
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2451 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2452 This release switches back from TDM to the official GCC,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2453 thus supporting the current GCC&nbsp;4.5.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2454 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2455
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2456 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2457 The set of DirectX headers is improved and more complete.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2458 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2459
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2460 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2461 The deadlock issues with Pthreads-w32 are fixed.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2462 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2463
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2464 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2465 A static build of GDB is provided,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2466 i.e. a standalone "gdb.exe"
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2467 that doesn't require any extra DLLs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2468 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2469
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2470 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2471 More packages are backed by test programs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2472 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2473
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2474 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2475 Many "sed hacks" are replaced by proper portability patches.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2476 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2477
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2478 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2479 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2480 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2481
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2482 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2483 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2484 fribidi, gc, gdb, gmp, gsl, gst-plugins-base, gst-plugins-good,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2485 gstreamer, gtkglext, guile, libcroco, libffi, liboil, libpaper,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2486 libshout, libunistring and xine-lib.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2487 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2488 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2489
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2490 <dt>2010-02-21 &ndash; Release 2.12</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2491 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2492 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2493 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.12.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2494 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.12">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2495 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2496
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2497 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2498 This release fixes some minor build issues,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2499 and contains a first small set of test programs
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2500 to check the package builds.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2501 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2502
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2503 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2504 The build rules are simplified
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2505 by calling generators like Autotools and Flex,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2506 instead of patching the generated files.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2507 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2508
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2509 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2510 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2511 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2512
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2513 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2514 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2515 aubio, devil, directx, exiv2, fftw, freeimage, gsoap,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2516 id3lib, liblo, libpano13, librsvg, libsamplerate,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2517 muparser, openscenegraph, portaudio and sdl_pango.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2518 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2519 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2520
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2521 <dt>2010-02-20 &ndash; Release 2.11</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2522 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2523 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2524 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.11.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2525 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.11">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2526 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2527
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2528 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2529 This release contains a packaging bug.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2530 Please use release 2.12 instead.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2531 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2532 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2533
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2534 <dt>2009-12-23 &ndash; Release 2.10</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2535 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2536 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2537 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.10.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2538 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.10">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2539 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2540
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2541 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2542 This release adds support for many new packages:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2543 flac, libmad, libsndfile, sdl_net, speex, postgresql,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2544 freetds, openssl, plotutils, taglib, lcms, freeglut,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2545 xerces and zziplib.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2546 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2547
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2548 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2549 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2550 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2551
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2552 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2553 In addition to the libraries
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2554 some command line tools such as psql.exe are built, too.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2555 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2556
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2557 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2558 The placements of logfiles, as well as many other build details, have been improved.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2559 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2560 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2561
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2562 <dt>2009-10-24 &ndash; Release 2.9</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2563 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2564 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2565 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.9.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2566 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.9">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2567 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2568
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2569 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2570 This release adds support for Qt, VMime and libmng.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2571 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2572
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2573 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2574 The target triplet is updated to i686-pc-mingw32.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2575 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2576
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2577 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2578 OpenMP support is enabled in GCC.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2579 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2580
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2581 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2582 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2583 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2584 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2585
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2586 <dt>2009-09-11 &ndash; Release 2.8</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2587 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2588 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2589 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.8.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2590 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.8">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2591 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2592
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2593 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2594 This release comes with a better look &amp; feel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2595 by providing a highlevel overview of the build process.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2596 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2597
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2598 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2599 The detailed build messages are stored into
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2600 separate log files for each package,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2601 so parallel builds don't intermix them anymore.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2602 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2603
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2604 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2605 The download URLs of SourceForge packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2606 are adjusted to ensure that
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2607 the selected SourceForge mirror is really used
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2608 and not circumvalented via HTTP redirects to other mirrors.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2609 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2610
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2611 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2612 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2613 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2614
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2615 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2616 The whole mingw-cross-env project has moved to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2617 <a href="https://savannah.nongnu.org/">Savannah</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2618 So all URIs have changed,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2619 but the old URIs
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2620 redirect to the new locations seamlessly.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2621 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2622
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2623 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2624 Everyone is invited to join the freshly created
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2625 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2626 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2627 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2628
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2629 <dt>2009-08-11 &ndash; Release 2.7</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2630 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2631 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2632 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.7.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2633 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.7">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2634 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2635
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2636 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2637 This release
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2638 provides an improved version recognition
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2639 for SourceForge packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2640 SourceForge changed their page layout
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2641 in a way that makes it much harder
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2642 to identify the current version of a package.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2643 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2644
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2645 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2646 Additionally,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2647 almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2648 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2649 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2650
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2651 <dt>2009-06-19 &ndash; Release 2.6</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2652 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2653 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2654 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.6.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2655 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.6">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2656 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2657
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2658 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2659 This release contains some portability fixes
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2660 which allow it to run on a wider range of systems
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2661 such as Frugalware.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2662 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2663
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2664 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2665 The documentation and website are completely revised.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2666 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2667
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2668 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2669 New packages such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2670 CppUnit, libUsb, NSIS, Popt, SQLite and Theora
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2671 are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2672 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2673
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2674 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2675 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2676 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2677
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2678 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2679 A new command "make download" is implemented.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2680 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2681 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2682
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2683 <dt>2009-04-06 &ndash; Release 2.5</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2684 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2685 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2686 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.5.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2687 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.5">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2688 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2689
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2690 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2691 This release fixes a download error caused by the MinGW project.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2692 They suddenly changed the names of their source tarballs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2693 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2694 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2695
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2696 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2697 This release also contains some bugfixes
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2698 which allow it to run on a wider range of systems.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2699 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2700
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2701 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2702 All downloaded files are now
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2703 verified by their SHA-1 checksums.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2704 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2705
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2706 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2707 New versions of various packages are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2708 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2709 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2710
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2711 <dt>2009-03-08 &ndash; Release 2.4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2712 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2713 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2714 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.4.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2715 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.4">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2716 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2717
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2718 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2719 This release provides many new libraries such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2720 wxWidgets, GTK+ and OpenEXR.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2721 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2722
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2723 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2724 In addition, new versions of various packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2725 are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2726 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2727 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2728
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2729 <dt>2009-02-09 &ndash; Release 2.3</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2730 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2731 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2732 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.3.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2733 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.3">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2734 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2735
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2736 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2737 This release fixes some serious build problems on FreeBSD and MacOS-X.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2738 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2739
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2740 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2741 The Makefile has a new target "clean-pkg"
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2742 and allows to be called from a separate build directory
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2743 via "make -f .../Makefile".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2744 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2745
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2746 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2747 Some new versions of the packages are supported,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2748 especially GCC-4.3 by switching from MinGW GCC to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2749 <a href="http://www.tdragon.net/recentgcc/">TDM-GCC</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2750 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2751 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2752
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2753 <dt>2009-01-31 &ndash; Release 2.2<dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2754 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2755 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2756 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.2.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2757 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.2">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2758 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2759
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2760 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2761 This release fixes some minor build problems.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2762 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2763
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2764 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2765 It also supports some new packages and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2766 some newer versions of the already supported packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2767 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2768
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2769 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2770 Parallelization is now disabled by default.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2771 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2772 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2773
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2774 <dt>2008-12-13 &ndash; Release 2.1</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2775 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2776 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2777 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.1.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2778 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.1">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2779 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2780
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2781 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2782 This release fixes a download error caused by the GDAL project.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2783 They suddenly changed their download URLs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2784 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2785 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2786
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2787 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2788 In addition, some newer versions of various packages are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2789 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2790
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2791 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2792 There is also a small compatibility fix for OS X.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2793 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2794 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2795
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2796 <dt>2008-11-10 &ndash; Release 2.0</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2797 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2798 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2799 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.0.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2800 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.0">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2801 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2802
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2803 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2804 The shell script has been rewritten as Makefile
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2805 and supports partial builds and parallel builds.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2806 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2807
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2808 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2809 As usual,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2810 this release also supports some new packages and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2811 some newer versions of the already supported packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2812 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2813 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2814
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2815 <dt>2008-01-11 &ndash; Release 1.4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2816 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2817 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2818 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.4.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2819 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.4">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2820 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2821
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2822 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2823 This release now includes a tutorial by Hans Bezemer
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2824 and has improved compile options of FLTK.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2825 As usual, it supports some newer versions of the libraries.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2826 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2827
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2828 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2829 At the <a href="http://www.fefe.de/nowindows/">request of its author</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2830 libowfat is no longer supported from this release on.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2831 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2832
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2833 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2834 The script now uses a specific SourceForge mirror
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2835 instead of randomly chosen ones,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2836 because the download phase
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2837 often stumbled on some very slow mirrors.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2838 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2839 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2840
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2841 <dt>2007-12-23 &ndash; Release 1.3</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2842 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2843 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2844 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.3.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2845 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.3">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2846 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2847
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2848 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2849 A sudden change in the download URLs of GEOS
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2850 made the automatic download fail.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2851 <a href="http://www.w3.org/Provider/Style/URI">Such changes should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2852 But it happened,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2853 and this quick release is an attempt to limit the damage.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2854 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2855
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2856 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2857 This release also supports some newer versions of the libraries
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2858 including support for fontconfig-2.5.0.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2859 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2860 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2861
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2862 <dt>2007-12-13 &ndash; Release 1.2</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2863 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2864 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2865 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.2.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2866 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.2">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2867 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2868
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2869 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2870 This release is a switch from gcc-3 to gcc-4.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2871 It also supports a new library and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2872 some newer versions of the already supported libraries.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2873 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2874 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2875
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2876 <dt>2007-07-24 &ndash; Release 1.1</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2877 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2878 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2879 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.1.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2880 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.1">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2881 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2882
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2883 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2884 This release is the result of the public attention the release 1.0 got.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2885 It contains many improvements suggested by its first users,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2886 and adds support for many new libraries.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2887 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2888
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2889 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2890 Thanks to Rocco Rutte who contributed many code snippets.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2891 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2892 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2893
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2894 <dt>2007-06-19 &ndash; Release 1.0</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2895 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2896 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2897 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.0.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2898 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.0">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2899 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2900
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2901 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2902 This first release has been created in a 7-day-sprint.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2903 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2904 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2905
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2906 <dt>2007-06-12 &ndash; Project start</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2907 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2908 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2909
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2910 </dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2911 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2912
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2913 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2914 <h2 id="see-also">See also</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2915
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2916 <h3>This project</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2917
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2918 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2919 <li>
2372
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
2920 <a href="http://mxe.cc/">Website</a>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2921 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2922 <li>
2372
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
2923 <a href="https://github.com/mxe/mxe">Entry on GitHub</a>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2924 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2925 <li>
2372
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
2926 <a href="https://www.ohloh.net/p/mxe">Entry on Ohloh</a>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2927 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2928 <li>
2460
86e178e3a1c7 Reflect the renaming of "Freshmeat" to "Freecode" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 2457
diff changeset
2929 <a href="http://freshmeat.net/projects/mingw_cross_env">Entry on Freecode (formerly Freshmeat)</a>
2372
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
2930 </li>
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
2931 <li>
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
2932 <a href="http://savannah.nongnu.org/projects/mingw-cross-env">Entry on Savannah</a>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2933 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2934 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2935 <a href="http://lists.debian.org/debian-embedded/2007/06/msg00007.html">First release anouncement</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2936 and the discussion around it
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2937 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2938 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2939
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2940 <h3>Related projects</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2941
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2942 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2943 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2944 <a href="http://download.opensuse.org/repositories/windows:/mingw:/win32/SLE_11/noarch/">openSUSE MinGW packages</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2945 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2946 win32 cross compiling packages by openSUSE
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2947 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2948 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2949 <a href="https://admin.fedoraproject.org/pkgdb/acls/list/**mingw**">Fedora MinGW packages</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2950 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2951 win32 cross compiling packages by Fedora
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2952 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2953 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2954 <a href="http://www.sandroid.org/imcross/">IMCROSS</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2955 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2956 another project with similar goal
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2957 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2958 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2959 <a href="http://packages.debian.org/stable/devel/mingw32">mingw32 Debian package</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2960 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2961 bare win32 cross compiler
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2962 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2963 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2964 <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2965 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2966 win32 ports of many free software packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2967 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2968 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2969 <a href="http://www.libsdl.org/extras/win32/cross/README.txt">MinGW cross-compiler build script</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2970 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2971 old script provided by the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2972 <a href="http://www.libsdl.org/">SDL project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2973 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2974 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2975
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2976 <h3>Related articles</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2977
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2978 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2979 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2980 <a href="http://thebeezspeaks.blogspot.com/2009/04/cross-compilers-new-wave.html">Cross compilers, the new wave</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2981 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2982 appeared on
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2983 <a href="http://lxer.com/module/newswire/view/118868">LXer</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2984 and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2985 <a href="http://www.linuxtoday.com/developer/2009041501335RVSWDV">Linux Today</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2986 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2987 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2988 <a href="http://wiki.njh.eu/Cross_Compiling_for_Win32">Cross Compiling for Win32</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2989 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2990 overview of win32 cross compiling
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2991 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2992 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2993 <a href="http://www.mingw.org/wiki/LinuxCrossMinGW">MinGW cross compiler for Linux build environment</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2994 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2995 official tutorial of the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2996 <a href="">MinGW project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2997 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2998 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2999 <a href="http://wiki.wxwidgets.org/Cross-Compiling_Under_Linux#Cross-compiling_under_Linux_for_MS_Windows">Cross-compiling under Linux for MS Windows</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3000 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3001 old tutorial provided by the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3002 <a href="http://www.wxwidgets.org/">wxWidgets project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3003 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3004 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3005 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3006
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3007 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3008 <h2 id="used-by">Projects which use MXE</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3009
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3010 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3011 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3012 <a href="http://toppler.sourceforge.net/">Tower Toppler</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3013 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3014 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3015 <a href="http://pushover.sourceforge.net/">Pushover</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3016 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3017 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3018 <a href="http://www.xs4all.nl/~thebeez/4tH/">The 4tH Compiler</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3019 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3020 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3021 <a href="http://springrts.com/">Spring RTS</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3022 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3023 <li>
2371
Volker Grabsch <vog@notjusthosting.com>
parents: 2366
diff changeset
3024 <a href="http://ph.on.things.free.fr/projects/ube/">Ube</a>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3025 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3026 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3027 <a href="http://marathon.sourceforge.net/">Marathon Aleph One</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3028 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3029 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3030 <a href="http://sourceforge.net/projects/aorta/">Aorta</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3031 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3032 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3033 <a href="http://msmtp.sourceforge.net/">msmtp</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3034 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3035 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3036 <a href="http://mpop.sourceforge.net/">mpop</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3037 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3038 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3039 <a href="http://cvtool.sourceforge.net/">cvtool</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3040 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3041 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3042 <a href="http://tux4kids.alioth.debian.org/tuxmath/">Tux Math</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3043 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3044 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3045 <a href="http://tux4kids.alioth.debian.org/tuxtype/">Tux Typing</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3046 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3047 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3048 <a href="http://gcompris.net/">GCompris</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3049 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3050 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3051 <a href="http://www.nongnu.org/gta/">Generic Tagged Arrays</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3052 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3053 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3054 <a href="http://qtads.sourceforge.net/">QTads</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3055 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3056 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3057 <a href="http://ufoai.ninex.info/">UFO: Alien Invasion</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3058 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3059 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3060 <a href="http://www.pokerth.net/">PokerTH</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3061 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3062 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3063 <a href="http://www.tug.org/texworks/">TeXworks</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3064 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3065 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3066 <a href="http://bino.nongnu.org/">Bino</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3067 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3068 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3069 <a href="http://www.ros.org/wiki/eros">Eros</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3070 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3071 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3072 <a href="http://www.bunkus.org/videotools/mkvtoolnix/">MKVToolNix</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3073 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3074 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3075 <a href="http://www.openscad.org/">OpenSCAD</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3076 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3077 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3078 <a href="http://wz2100.net/">Warzone 2100</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3079 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3080 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3081 <a href="http://lightspark.github.com/">Lightspark</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3082 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3083 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3084 <a href="http://ifwiki.org/index.php/Hugor">Hugor</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3085 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3086 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3087 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3088
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3089 </body>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3090 </html>