OSDN Git Service

6fc27b3b80d6fb8b2f13d27c63f860a8497c6fec
[mingw/mingw-dist.git] / mingw32 / mingw32-gcc4.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://www.mingw.org" issue="@YYYYMMDDNN@">
3
4   <!-- File: mingw32-gcc4.xml ~~ mingw-get package list for GCC version 4.x+ -->
5
6   <package-collection subsystem="mingw32">
7     <download-host uri="http://osdn.net/dl/mingw/%F" />
8
9     <package name="mingw32-gcc" alias="gcc gcc-core mingw32-gcc-core">
10       <affiliate group="MinGW Compiler Suite" />
11       <description lang="en" title="The GNU C Compiler">
12         <paragraph>
13           This package provides the MinGW implementation of the
14           GNU C language compiler; this includes the C preprocessor,
15           and the common back end processors which are necessary to
16           support all other language compilers in the GNU Compiler
17           Collection.
18         </paragraph>
19         <paragraph>
20           This is a required component of the MinGW Compiler Suite.
21         </paragraph>
22       </description>
23
24       <source tarname="gcc-%-mingw32-src.tar.*" />
25       <licence tarname="gcc-%-mingw32-lic.tar.*" />
26
27       <component class="lic">
28         <release tarname="gcc-8.2.0-4-mingw32-lic.tar.xz" />
29         <release tarname="gcc-8.2.0-3-mingw32-lic.tar.xz" />
30         <release tarname="gcc-8.2.0-2-mingw32-lic.tar.xz" />
31         <release tarname="gcc-8.2.0-1-mingw32-lic.tar.xz" />
32         <release tarname="gcc-7.3.0-1-mingw32-lic.tar.xz" />
33       </component>
34
35       <component class="bin">
36         <requires ge="binutils-2.31.1-2-mingw32-bin.tar" />
37         <requires eq="mingw32-libisl-*-mingw32-dll-15.tar" />
38         <requires eq="mingw32-libmpc-*-mingw32-dll-3.tar" />
39         <requires eq="mingwrt-*-mingw32-dev.tar" />
40         <requires eq="w32api-*-mingw32-dev.tar" />
41
42         <requires eq="mingw32-libssp-%-mingw32-dll-0.tar" />
43         <requires eq="mingw32-libgomp-%-mingw32-dll-1.tar" />
44         <requires eq="mingw32-libquadmath-%-mingw32-dll-0.tar" />
45         <requires eq="mingw32-libstdc++-%-mingw32-dll-6.tar" />
46         <requires eq="mingw32-libgcc-%-mingw32-dll-1.tar" />
47         <requires eq="libatomic-%-mingw32-dll-1.tar" />
48
49         <release tarname="gcc-core-8.2.0-4-mingw32-bin.tar.xz" />
50         <release tarname="gcc-core-8.2.0-3-mingw32-bin.tar.xz" />
51         <release tarname="gcc-core-8.2.0-2-mingw32-bin.tar.xz" />
52         <release tarname="gcc-core-8.2.0-1-mingw32-bin.tar.xz" />
53         <release tarname="gcc-core-7.3.0-1-mingw32-bin.tar.xz" />
54       </component>
55
56       <component class="dev">
57         <description lang="en">
58           <paragraph>This "dev" component package is an aberrant relic from
59             the GCC version 4.8.1 release; it serves no useful purpose, when
60             deployed with any other release.
61           </paragraph>
62           <paragraph>There is no useful content in this component package;
63             if it has been installed, you may safely remove it.
64           </paragraph>
65         </description>
66         <release tarname="gcc-core-4.8.2-2-mingw32-dev.tar.lzma">
67           <download tarname="none" />
68         </release>
69       </component>
70
71       <component class="doc">
72         <description lang="en">
73           <paragraph>This "doc" component package is an aberrant relic from
74             the GCC version 4.8.1 release; in all other releases, it has been
75             supplanted by the "info" and "man" component packages.
76           </paragraph>
77           <paragraph>There is now no useful content in this component package;
78             if it has been installed, you may safely remove it.
79           </paragraph>
80         </description>
81         <release tarname="gcc-core-4.8.1-5-mingw32-doc.tar.lzma">
82           <download tarname="none" />
83         </release>
84       </component>
85
86       <component class="man">
87         <release tarname="gcc-8.2.0-4-mingw32-man.tar.xz" />
88         <release tarname="gcc-8.2.0-3-mingw32-man.tar.xz" />
89         <release tarname="gcc-8.2.0-2-mingw32-man.tar.xz" />
90         <release tarname="gcc-8.2.0-1-mingw32-man.tar.xz" />
91         <release tarname="gcc-7.3.0-1-mingw32-man.tar.xz" />
92       </component>
93
94       <component class="info">
95         <release tarname="gcc-8.2.0-4-mingw32-info.tar.xz" />
96         <release tarname="gcc-8.2.0-3-mingw32-info.tar.xz" />
97         <release tarname="gcc-8.2.0-2-mingw32-info.tar.xz" />
98         <release tarname="gcc-8.2.0-1-mingw32-info.tar.xz" />
99         <release tarname="gcc-7.3.0-1-mingw32-info.tar.xz" />
100       </component>
101
102       <component class="lang">
103         <release tarname="gcc-8.2.0-4-mingw32-lang.tar.xz" />
104         <release tarname="gcc-8.2.0-3-mingw32-lang.tar.xz" />
105         <release tarname="gcc-8.2.0-2-mingw32-lang.tar.xz" />
106         <release tarname="gcc-8.2.0-1-mingw32-lang.tar.xz" />
107         <release tarname="gcc-7.3.0-1-mingw32-lang.tar.xz" />
108       </component>
109     </package>
110
111     <package name="mingw32-libgcc" alias="libgcc">
112       <affiliate group="MinGW Compiler Suite" />
113       <description lang="en" title="The GNU C Compiler Shared Runtime Library">
114         <paragraph>
115           This package provides the MinGW implementation of the
116           shared runtime library for the GNU C language compiler;
117           you must install it if you wish to use this compiler with
118           -shared-libgcc support enabled, or if you wish to use any
119           other GCC language compiler, and you require safe handling
120           of exceptions which may cross DLL boundaries.
121         </paragraph>
122         <paragraph>
123           This is a freely redistributable library; it is required by,
124           (and you must distribute it with), any application compiled
125           by the GNU C++ language compiler, unless support for shared
126           runtime libraries is explicitly disabled when building.
127         </paragraph>
128       </description>
129
130       <source tarname="gcc-%-mingw32-src.tar.*" />
131       <licence tarname="gcc-%-mingw32-lic.tar.*" />
132
133       <component class="dll">
134         <release tarname="libgcc-8.2.0-4-mingw32-dll-1.tar.xz" />
135         <release tarname="libgcc-8.2.0-3-mingw32-dll-1.tar.xz" />
136         <release tarname="libgcc-8.2.0-2-mingw32-dll-1.tar.xz" />
137         <release tarname="libgcc-8.2.0-1-mingw32-dll-1.tar.xz" />
138         <release tarname="libgcc-7.3.0-1-mingw32-dll-1.tar.xz" />
139       </component>
140     </package>
141
142     <package name="mingw32-gcc-ada" alias="gcc-ada ada">
143       <affiliate group="MinGW Compiler Suite" />
144       <description lang="en" title="The GNU Ada Compiler">
145         <paragraph>
146           This package provides the MinGW implementation of the
147           GNU Ada language compiler.
148         </paragraph>
149         <paragraph>
150           This is an optional component of the MinGW Compiler Suite;
151           you require it only if you wish to compile programs written
152           in the Ada language.
153         </paragraph>
154       </description>
155
156       <source tarname="gcc-%-mingw32-src.tar.*" />
157       <licence tarname="gcc-%-mingw32-lic.tar.*" />
158
159       <component class="bin">
160         <affiliate group="Basic Setup" />
161         <requires le="gcc-ada-%-mingw32-dev.tar" />
162         <requires eq="gcc-core-%-mingw32-bin.tar" />
163
164         <release tarname="gcc-ada-8.2.0-4-mingw32-bin.tar.xz" />
165         <release tarname="gcc-ada-8.2.0-3-mingw32-bin.tar.xz" />
166         <release tarname="gcc-ada-8.2.0-2-mingw32-bin.tar.xz" />
167         <release tarname="gcc-ada-8.2.0-1-mingw32-bin.tar.xz" />
168         <release tarname="gcc-ada-7.3.0-1-mingw32-bin.tar.xz" />
169       </component>
170
171       <component class="dev">
172         <description lang="en">
173           <paragraph>This "dev" component package is an aberrant relic from
174             the GCC version 4.8.1 release; it serves no useful purpose, when
175             deployed with any other release.
176           </paragraph>
177           <paragraph>There is no useful content in this component package;
178             if it has been installed, you may safely remove it.
179           </paragraph>
180         </description>
181         <release tarname="gcc-ada-4.8.2-2-mingw32-dev.tar.meta">
182           <download tarname="none" />
183         </release>
184       </component>
185     </package>
186
187     <package name="mingw32-libgnat" alias="libgnat">
188       <affiliate group="MinGW Compiler Suite" />
189       <description lang="en" title="The GNU Ada Compiler Runtime Library">
190         <paragraph>
191           This package provides the MinGW implementation of the
192           shared runtime library for the GNU Ada language compiler;
193           you must install it if you wish to use this compiler.
194         </paragraph>
195         <paragraph>
196           This is a freely redistributable library; it is required by,
197           (and you must distribute it with), any application compiled
198           by the GNU Ada language compiler, unless support for shared
199           runtime libraries is explicitly disabled when building.
200         </paragraph>
201       </description>
202
203       <source tarname="gcc-%-mingw32-src.tar.*" />
204       <licence tarname="gcc-%-mingw32-lic.tar.*" />
205
206       <component class="dll">
207         <release tarname="libgnat-8.2.0-4-mingw32-dll-6.tar.xz" />
208         <release tarname="libgnat-8.2.0-3-mingw32-dll-6.tar.xz" />
209         <release tarname="libgnat-8.2.0-2-mingw32-dll-6.tar.xz" />
210         <release tarname="libgnat-8.2.0-1-mingw32-dll-6.tar.xz" />
211         <release tarname="libgnat-7.3.0-1-mingw32-dll-6.tar.xz" />
212       </component>
213     </package>
214
215     <package name="mingw32-gcc-g++" alias="gcc-g++ g++ gcc-c++ c++">
216       <affiliate group="MinGW Compiler Suite" />
217       <description lang="en" title="The GNU C++ Compiler">
218         <paragraph>
219           This package provides the MinGW implementation of the
220           GNU C++ language compiler.
221         </paragraph>
222         <paragraph>
223           This is an optional component of the MinGW Compiler Suite;
224           you require it only if you wish to compile programs written
225           in the C++ language.
226         </paragraph>
227       </description>
228
229       <source tarname="gcc-%-mingw32-src.tar.*" />
230       <licence tarname="gcc-%-mingw32-lic.tar.*" />
231
232       <component class="bin">
233         <affiliate group="Basic Setup" />
234         <requires eq="gcc-core-%-mingw32-bin.tar" />
235         <requires eq="mingw32-libstdc++-%-mingw32-dll-6.tar" />
236
237         <release tarname="gcc-c++-8.2.0-4-mingw32-bin.tar.xz" />
238         <release tarname="gcc-c++-8.2.0-3-mingw32-bin.tar.xz" />
239         <release tarname="gcc-c++-8.2.0-2-mingw32-bin.tar.xz" />
240         <release tarname="gcc-c++-8.2.0-1-mingw32-bin.tar.xz" />
241         <release tarname="gcc-c++-7.3.0-1-mingw32-bin.tar.xz" />
242       </component>
243
244       <component class="dev">
245         <description lang="en">
246           <paragraph>This "dev" component package is an aberrant relic from
247             the GCC version 4.8.1 release; it serves no useful purpose, when
248             deployed with any other release.
249           </paragraph>
250           <paragraph>There is no useful content in this component package;
251             if it has been installed, you may safely remove it.
252           </paragraph>
253         </description>
254         <release tarname="gcc-c++-4.8.2-2-mingw32-dev.tar.meta">
255           <download tarname="none" />
256         </release>
257       </component>
258
259       <component class="doc">
260         <description lang="en">
261           <paragraph>This "doc" component package is an aberrant relic from
262             the GCC version 4.8.1 release; it serves no useful purpose, when
263             deployed with any other release.
264           </paragraph>
265           <paragraph>There is now no useful content in this component package;
266             if it has been installed, you may safely remove it.
267           </paragraph>
268         </description>
269         <release tarname="gcc-c++-4.8.1-5-mingw32-doc.tar.lzma">
270           <download tarname="none" />
271         </release>
272       </component>
273
274       <component class="man">
275         <release tarname="gcc-c++-8.2.0-4-mingw32-man.tar.xz" />
276         <release tarname="gcc-c++-8.2.0-3-mingw32-man.tar.xz" />
277         <release tarname="gcc-c++-8.2.0-2-mingw32-man.tar.xz" />
278         <release tarname="gcc-c++-8.2.0-1-mingw32-man.tar.xz" />
279         <release tarname="gcc-c++-7.3.0-1-mingw32-man.tar.xz" />
280       </component>
281     </package>
282
283     <package name="mingw32-libstdc++" alias="libstdc++">
284       <affiliate group="MinGW Compiler Suite" />
285       <description lang="en" title="The GNU C++ Compiler Runtime Library">
286         <paragraph>
287           This package provides the MinGW implementation of the
288           shared runtime library for the GNU C++ language compiler;
289           you must install it if you wish to use this compiler.
290         </paragraph>
291         <paragraph>
292           This is a freely redistributable library; it is required by,
293           (and you must distribute it with), any application compiled
294           by the GNU C++ language compiler, unless support for shared
295           runtime libraries is explicitly disabled when building.
296         </paragraph>
297       </description>
298
299       <source tarname="gcc-%-mingw32-src.tar.*" />
300       <licence tarname="gcc-%-mingw32-lic.tar.*" />
301
302       <component class="dll">
303         <release tarname="libstdc++-8.2.0-4-mingw32-dll-6.tar.xz" />
304         <release tarname="libstdc++-8.2.0-3-mingw32-dll-6.tar.xz" />
305         <release tarname="libstdc++-8.2.0-2-mingw32-dll-6.tar.xz" />
306         <release tarname="libstdc++-8.2.0-1-mingw32-dll-6.tar.xz" />
307         <release tarname="libstdc++-7.3.0-1-mingw32-dll-6.tar.xz" />
308       </component>
309     </package>
310
311     <package name="mingw32-gcc-fortran" alias="gcc-fortran gfortran fortran">
312       <affiliate group="MinGW Compiler Suite" />
313       <description lang="en" title="The GNU FORTRAN Compiler">
314         <paragraph>
315           This package provides the MinGW implementation of the
316           GNU FORTRAN language compiler.
317         </paragraph>
318         <paragraph>
319           This is an optional component of the MinGW Compiler Suite;
320           you require it only if you wish to compile programs written
321           in the FORTRAN language.
322         </paragraph>
323       </description>
324
325       <source tarname="gcc-%-mingw32-src.tar.*" />
326       <licence tarname="gcc-%-mingw32-lic.tar.*" />
327
328       <component class="bin">
329         <affiliate group="Basic Setup" />
330         <requires eq="gcc-core-%-mingw32-bin.tar" />
331         <release tarname="gcc-fortran-8.2.0-4-mingw32-bin.tar.xz">
332           <requires eq="libgfortran-%-mingw32-dll-5.tar" />
333         </release>
334         <release tarname="gcc-fortran-8.2.0-3-mingw32-bin.tar.xz">
335           <requires eq="libgfortran-%-mingw32-dll-5.tar" />
336         </release>
337         <release tarname="gcc-fortran-8.2.0-2-mingw32-bin.tar.xz">
338           <requires eq="libgfortran-%-mingw32-dll-5.tar" />
339         </release>
340         <release tarname="gcc-fortran-8.2.0-1-mingw32-bin.tar.xz">
341           <requires eq="libgfortran-%-mingw32-dll-5.tar" />
342         </release>
343         <release tarname="gcc-fortran-7.3.0-1-mingw32-bin.tar.xz">
344           <requires eq="libgfortran-%-mingw32-dll-4.tar" />
345         </release>
346       </component>
347
348       <component class="dev">
349         <description lang="en">
350           <paragraph>This "dev" component package is an aberrant relic from
351             the GCC version 4.8.1 release; in all other releases, it has been
352             supplanted by the "info" and "man" component packages.
353           </paragraph>
354           <paragraph>There is now no useful content in this component package;
355             if it has been installed, you may safely remove it.
356           </paragraph>
357         </description>
358         <release tarname="gcc-fortran-4.8.2-2-mingw32-dev.tar.meta">
359           <download tarname="none" />
360         </release>
361       </component>
362
363       <component class="doc">
364         <description lang="en">
365           <paragraph>This "doc" component package is an aberrant relic from
366             the GCC version 4.8.1 release; in all other releases, it has been
367             supplanted by the "info" and "man" component packages.
368           </paragraph>
369           <paragraph>There is now no useful content in this component package;
370             if it has been installed, you may safely remove it.
371           </paragraph>
372         </description>
373         <release tarname="gcc-fortran-4.8.1-5-mingw32-doc.tar.meta">
374           <download tarname="none" />
375         </release>
376       </component>
377
378       <component class="info">
379         <release tarname="gcc-fortran-8.2.0-4-mingw32-info.tar.xz" />
380         <release tarname="gcc-fortran-8.2.0-3-mingw32-info.tar.xz" />
381         <release tarname="gcc-fortran-8.2.0-2-mingw32-info.tar.xz" />
382         <release tarname="gcc-fortran-8.2.0-1-mingw32-info.tar.xz" />
383         <release tarname="gcc-fortran-7.3.0-1-mingw32-info.tar.xz" />
384       </component>
385
386       <component class="man">
387         <release tarname="gcc-fortran-8.2.0-4-mingw32-man.tar.xz" />
388         <release tarname="gcc-fortran-8.2.0-3-mingw32-man.tar.xz" />
389         <release tarname="gcc-fortran-8.2.0-2-mingw32-man.tar.xz" />
390         <release tarname="gcc-fortran-8.2.0-1-mingw32-man.tar.xz" />
391         <release tarname="gcc-fortran-7.3.0-1-mingw32-man.tar.xz" />
392       </component>
393     </package>
394
395     <package name="mingw32-libgfortran" alias="libgfortran">
396       <affiliate group="MinGW Compiler Suite" />
397       <description lang="en" title="The GNU FORTRAN Compiler Runtime Library">
398         <paragraph>
399           This package provides the MinGW implementation of the
400           shared runtime library for the GNU FORTRAN language compiler;
401           you must install it if you wish to use this compiler.
402         </paragraph>
403         <paragraph>
404           This is a freely redistributable library; it is required by,
405           (and you must distribute it with), any application compiled by
406           the GNU FORTRAN language compiler, unless support for shared
407           runtime libraries is explicitly disabled when building.
408         </paragraph>
409       </description>
410
411       <source tarname="gcc-%-mingw32-src.tar.*" />
412       <licence tarname="gcc-%-mingw32-lic.tar.*" />
413
414       <component class="dll">
415         <requires eq="mingw32-libgcc-%-mingw32-dll-1.tar" />
416         <requires eq="mingw32-libquadmath-%-mingw32-dll-0.tar" />
417
418         <release tarname="libgfortran-8.2.0-4-mingw32-dll-5.tar.xz" />
419         <release tarname="libgfortran-8.2.0-3-mingw32-dll-5.tar.xz" />
420         <release tarname="libgfortran-8.2.0-2-mingw32-dll-5.tar.xz" />
421         <release tarname="libgfortran-8.2.0-1-mingw32-dll-5.tar.xz" />
422         <release tarname="libgfortran-7.3.0-1-mingw32-dll-4.tar.xz" />
423       </component>
424     </package>
425
426     <!-- FIXME: no java package available at present...
427     <package name="mingw32-gcc-java" alias="gcc-java java">
428       <affiliate group="MinGW Compiler Suite" />
429       <description lang="en" title="The GNU Java Compiler">
430         <paragraph>
431           This package provides the MinGW implementation of the
432           GNU Java language compiler.
433         </paragraph>
434         <paragraph>
435           This is an optional component of the MinGW Compiler Suite;
436           you require it only if you wish to compile programs written
437           in the Java language.
438         </paragraph>
439       </description>
440
441       <source tarname="gcc-%-mingw32-src.tar.lzma" />
442       <licence tarname="gcc-%-mingw32-lic.tar.lzma" />
443
444       <component class="bin">
445         <requires eq="gcc-core-%-mingw32-bin.tar" />
446         <release tarname="gcc-java-4.5.2-1-mingw32-bin.tar.lzma" />
447       </component>
448     </package> -->
449
450     <package name="mingw32-gcc-objc" alias="gcc-objc objc">
451       <affiliate group="MinGW Compiler Suite" />
452       <description lang="en" title="The GNU Objective-C Compiler">
453         <paragraph>
454           This package provides the MinGW implementation of the
455           GNU Objective-C language compiler.
456         </paragraph>
457         <paragraph>
458           This is an optional component of the MinGW Compiler Suite;
459           you require it only if you wish to compile programs written
460           in the Objective-C language.
461         </paragraph>
462       </description>
463
464       <source tarname="gcc-%-mingw32-src.tar.*" />
465       <licence tarname="gcc-%-mingw32-lic.tar.*" />
466
467       <component class="bin">
468         <affiliate group="Basic Setup" />
469
470         <requires eq="gcc-core-%-mingw32-bin.tar" />
471         <requires eq="libobjc-%-mingw32-dll-4.tar" />
472
473         <release tarname="gcc-objc-8.2.0-4-mingw32-bin.tar.xz" />
474         <release tarname="gcc-objc-8.2.0-3-mingw32-bin.tar.xz" />
475         <release tarname="gcc-objc-8.2.0-2-mingw32-bin.tar.xz" />
476         <release tarname="gcc-objc-8.2.0-1-mingw32-bin.tar.xz" />
477         <release tarname="gcc-objc-7.3.0-1-mingw32-bin.tar.xz" />
478       </component>
479
480       <component class="dev">
481         <description lang="en">
482           <paragraph>This "dev" component package is an aberrant relic from
483             the GCC version 4.8.1 release; in all other releases, it has been
484             supplanted by the "info" and "man" component packages.
485           </paragraph>
486           <paragraph>There is now no useful content in this component package;
487             if it has been installed, you may safely remove it.
488           </paragraph>
489         </description>
490         <release tarname="gcc-objc-4.8.2-2-mingw32-dev.tar.meta">
491           <download tarname="none" />
492         </release>
493       </component>
494     </package>
495
496     <package name="mingw32-libobjc" alias="libobjc">
497       <affiliate group="MinGW Compiler Suite" />
498       <description lang="en" title="The GNU Objective-C Compiler Runtime Library">
499         <paragraph>
500           This package provides the MinGW implementation of the shared
501           runtime library for the GNU Objective-C language compiler; you
502           must install it if you wish to use this compiler.
503         </paragraph>
504         <paragraph>
505           This is a freely redistributable library; it is required by,
506           (and you must distribute it with), any application compiled by
507           the GNU Objective-C language compiler, unless support for shared
508           runtime libraries is explicitly disabled when building.
509         </paragraph>
510       </description>
511
512       <source tarname="gcc-%-mingw32-src.tar.*" />
513       <licence tarname="gcc-%-mingw32-lic.tar.*" />
514
515       <component class="dll">
516         <requires eq="mingw32-libgcc-%-mingw32-dll-1.tar" />
517
518         <release tarname="libobjc-8.2.0-4-mingw32-dll-4.tar.xz" />
519         <release tarname="libobjc-8.2.0-3-mingw32-dll-4.tar.xz" />
520         <release tarname="libobjc-8.2.0-2-mingw32-dll-4.tar.xz" />
521         <release tarname="libobjc-8.2.0-1-mingw32-dll-4.tar.xz" />
522         <release tarname="libobjc-7.3.0-1-mingw32-dll-4.tar.xz" />
523       </component>
524     </package>
525
526     <package name="mingw32-libatomic" alias="libatomic">
527       <affiliate group="MinGW Compiler Suite" />
528       <description lang="en" title="GCC Atomic Function Support Library">
529         <paragraph>
530           This package provides the GCC support library for atomic
531           operations which are not directly supported by hardware;
532           it is a required component of GCC compiler installations,
533           from GCC-5.3 onwards.
534         </paragraph>
535       </description>
536
537       <source tarname="gcc-%-mingw32-src.tar.*" />
538       <licence tarname="gcc-%-mingw32-lic.tar.*" />
539
540       <component class="dll">
541         <release tarname="libatomic-8.2.0-4-mingw32-dll-1.tar.xz" />
542         <release tarname="libatomic-8.2.0-3-mingw32-dll-1.tar.xz" />
543         <release tarname="libatomic-8.2.0-2-mingw32-dll-1.tar.xz" />
544         <release tarname="libatomic-8.2.0-1-mingw32-dll-1.tar.xz" />
545         <release tarname="libatomic-7.3.0-1-mingw32-dll-1.tar.xz" />
546       </component>
547     </package>
548
549     <package name="mingw32-libgomp" alias="libgomp">
550       <affiliate group="MinGW Compiler Suite" />
551       <description lang="en" title="GCC MultiProcessor Support Library">
552         <paragraph>
553           This package provides the GNU implementation of the OpenMP API;
554           it is a required component of GCC compiler installations, if it
555           is desired to support multi-processor parallel programming in
556           C, C++, or FORTRAN programming languages.
557         </paragraph>
558       </description>
559
560       <source tarname="gcc-%-mingw32-src.tar.*" />
561       <licence tarname="gcc-%-mingw32-lic.tar.*" />
562
563       <component class="dll">
564         <requires eq="mingw32-libgcc-%-mingw32-dll-1.tar" />
565
566         <release tarname="libgomp-8.2.0-4-mingw32-dll-1.tar.xz" />
567         <release tarname="libgomp-8.2.0-3-mingw32-dll-1.tar.xz" />
568         <release tarname="libgomp-8.2.0-2-mingw32-dll-1.tar.xz" />
569         <release tarname="libgomp-8.2.0-1-mingw32-dll-1.tar.xz" />
570         <release tarname="libgomp-7.3.0-1-mingw32-dll-1.tar.xz" />
571       </component>
572     </package>
573
574     <package name="mingw32-libssp" alias="libssp">
575       <affiliate group="MinGW Compiler Suite" />
576       <description lang="en" title="GCC Stack Smashing Protection Library">
577         <paragraph>
578           This package provides support against stack smashing attacks,
579           e.g. when compiling with GCC's -fstack-protector option.
580         </paragraph>
581       </description>
582
583       <source tarname="gcc-%-mingw32-src.tar.*" />
584       <licence tarname="gcc-%-mingw32-lic.tar.*" />
585
586       <component class="dll">
587         <release tarname="libssp-8.2.0-4-mingw32-dll-0.tar.xz" />
588         <release tarname="libssp-8.2.0-3-mingw32-dll-0.tar.xz" />
589         <release tarname="libssp-8.2.0-2-mingw32-dll-0.tar.xz" />
590         <release tarname="libssp-8.2.0-1-mingw32-dll-0.tar.xz" />
591         <release tarname="libssp-7.3.0-1-mingw32-dll-0.tar.xz" />
592       </component>
593     </package>
594
595     <package name="mingw32-libquadmath" alias="libquadmath">
596       <affiliate group="MinGW Compiler Suite" />
597
598       <source tarname="gcc-%-mingw32-src.tar.*" />
599       <licence tarname="gcc-%-mingw32-lic.tar.*" />
600
601       <component class="dll">
602         <requires eq="mingw32-libgcc-%-mingw32-dll-1.tar"/>
603
604         <release tarname="libquadmath-8.2.0-4-mingw32-dll-0.tar.xz" />
605         <release tarname="libquadmath-8.2.0-3-mingw32-dll-0.tar.xz" />
606         <release tarname="libquadmath-8.2.0-2-mingw32-dll-0.tar.xz" />
607         <release tarname="libquadmath-8.2.0-1-mingw32-dll-0.tar.xz" />
608         <release tarname="libquadmath-7.3.0-1-mingw32-dll-0.tar.xz" />
609       </component>
610
611       <component class="info">
612         <release tarname="libquadmath-8.2.0-4-mingw32-info.tar.xz" />
613         <release tarname="libquadmath-8.2.0-3-mingw32-info.tar.xz" />
614         <release tarname="libquadmath-8.2.0-2-mingw32-info.tar.xz" />
615         <release tarname="libquadmath-8.2.0-1-mingw32-info.tar.xz" />
616         <release tarname="libquadmath-7.3.0-1-mingw32-info.tar.xz" />
617       </component>
618     </package>
619
620   </package-collection>
621 </software-distribution>
622
623 <!-- vim: set nocompatible expandtab showcmd tabstop=2 shiftwidth=2: -->
624 <!-- vim: set fileformat=unix textwidth=80: -->