annotate DOCS/xml/fr/ports.xml @ 17708:11a96a862d43

remove chapter_id == 0 special case
author michael
date Wed, 01 Mar 2006 13:35:09 +0000
parents 83c1acef76d5
children 58ace5bcf0ec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1"?>
17205
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
2 <!-- synced with 1.72 -->
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
3 <chapter id="ports" xreflabel="Ports">
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
4 <title>Ports</title>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
5
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
6 <sect1 id="linux">
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
7 <title>Linux</title>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
8 <para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
9 La plateforme principale de développement est Linux sur x86, bien que
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
10 <application>MPlayer</application> fonctionne sur de nombreux autres ports
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
11 Linux.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
12 Des binaires de <application>MPlayer</application> sont disponibles depuis
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
13 de nombreuses sources.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
14 Par contre, <emphasis role="bold">aucun de ces paquets n'est supporté</emphasis>.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
15 Rapportez les problèmes à leurs auteurs, pas à nous.
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
16 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
17
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
18 <sect2 id="debian">
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
19 <title>Paquets Debian</title>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
20 <para>
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
21 Pour construire le paquet Debian, lancez la commande suivante dans le
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
22 répertoire source de <application>MPlayer</application>:
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
23
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
24 <screen>fakeroot debian/rules binary</screen>
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
25
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
26 Si vous voulez passer des options particulières à configure, vous pouvez
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
27 définir la variable d'environnement <envar>DEB_BUILD_OPTIONS</envar>.
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
28 Par exemple, si vous voulez le support de la GUI et de l'OSD, faites:
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
29
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
30 <screen>DEB_BUILD_OPTIONS="--enable-gui --enable-menu" fakeroot debian/rules binary</screen>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
31
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
32 Vous pouvez aussi passer quelques variables au Makefile. Par exemple, si
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
33 vous voulez compiler avec gcc 3.4 même si ce n'est pas celui par défaut:
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
34
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
35 <screen>CC=gcc-3.4 DEB_BUILD_OPTIONS="--enable-gui" fakeroot debian/rules binary</screen>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
36
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
37 Pour nettoyer l'arborescence des sources, exécutez la commande suivante:
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
38
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
39 <screen>fakeroot debian/rules clean</screen>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
40
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
41 En tant que root installez le paquet <filename>.deb</filename> comme d'habitude:
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
42
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
43 <screen>dpkg -i ../mplayer_<replaceable>version</replaceable>.deb</screen>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
44 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
45
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
46 <para>
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
47 Christian Marillat a construit des paquets Debian non-officiels pour
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
48 <application>MPlayer</application>, <application>MEncoder</application>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
49 et les polices depuis un certain temps, vous pouvez les obtenir (apt-get)
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
50 depuis sa <ulink url="http://hpisi.nerim.net/">page web</ulink>.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
51 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
52 </sect2>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
53
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
54 <sect2 id="rpm">
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
55 <title>Paquets RPM</title>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
56 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
57 Dominik Mierzejewski a créé et maintient des paquets RPM officiels de
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
58 <application>MPlayer</application> pour Red Hat et Fedora Core.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
59 Ils sont disponibles sur son
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
60 <ulink url="http://rpm.greysector.net/mplayer/">repository</ulink>.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
61 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
62
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
63 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
64 Les paquets RPM pour Mandrake/Mandriva sont disponibles sur le
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
65 <ulink url="http://plf.zarb.org/">P.L.F.</ulink>,
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
66 SuSE incluait une version limitée de <application>MPlayer</application>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
67 dans sa distribution.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
68 Ils l'ont retiré dans leurs dernières versions.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
69 Vous pouvez obtenir des RPMs fonctionnels sur
11642
nicolas
parents: 11498
diff changeset
70 <ulink url="http://packman.links2linux.de/?action=128">links2linux.de</ulink>.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
71 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
72 </sect2>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
73
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
74 <sect2 id="arm">
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
75 <title>ARM</title>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
76 <para>
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
77 <application>MPlayer</application> fonctionne sur les PDAs Linux avec un
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
78 CPU ARM c-a-d Sharp Zaurus, Compaq Ipaq. La manière
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
79 la plus facile d'obtenir <application>MPlayer</application> est de récupérer
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
80 un des paquets
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
81 <ulink url="http://www.openzaurus.org">OpenZaurus</ulink>.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
82 Si vous voulez le compiler vous-même, vous devriez regarder les répertoires
11844
nicolas
parents: 11736
diff changeset
83 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/mplayer?nav=index.html|src/.|src/packages">mplayer</ulink>
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
84 et
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
85 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/libavcodec?nav=index.html|src/.|src/packages">libavcodec</ulink>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
86 du répertoire raçine de la distribution OpenZaurus.
17202
ecf72a1310e5 Fixes by Bounec
gpoirier
parents: 16693
diff changeset
87 Ils ont toujours les derniers Makefile et patchs utilisés pour contruire
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
88 un <application>MPlayer</application> CVS avec
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
89 <systemitem class="library">libavcodec</systemitem>.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
90 Si vous avez besoin d'une GUI, vous pouvez utiliser xmms-embedded.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
91 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
92 </sect2>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
93 </sect1>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
94
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
95 <sect1 id="bsd">
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
96 <title>*BSD</title>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
97 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
98 <application>MPlayer</application> fonctionne sur FreeBSD, OpenBSD,
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
99 NetBSD, BSD/OS et Darwin.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
100 Il y a des versions ports/pkgsrc/fink/etc de <application>MPlayer</application>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
101 disponibles qui sont probablement plus faciles à utiliser que nos
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
102 sources brutes.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
103 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
104
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
105 <para>
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
106 Pour construire <application>MPlayer</application> vous aurez besoin de GNU
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
107 make (gmake - le make natif de BSD ne fonctionnera pas) et une version
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
108 récente des binutils.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
109 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
110
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
111 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
112 Si <application>MPlayer</application> se plaint de ne pas trouver
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
113 <filename>/dev/cdrom</filename> ou <filename>/dev/dvd</filename>, créez
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
114 le lien symbolique approprié:
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
115 <screen>ln -s /dev/<replaceable>votre_périphérique_cdrom</replaceable> /dev/cdrom</screen>
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
116 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
117
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
118 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
119 Pour utiliser les DLLs Win32 avec <application>MPlayer</application>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
120 vous devrez recompiler le noyau avec "<envar>option USER_LDT</envar>"
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
121 (à moins d'utiliser FreeBSD-CURRENT, où c'est le cas par défaut).
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
122 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
123
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
124
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
125 <sect2 id="freebsd">
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
126 <title>FreeBSD</title>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
127 <para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
128 Si votre CPU à SSE, recompilez votre noyau avec
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
129 "<envar>options CPU_ENABLE_SSE</envar>" (FreeBSD-STABLE ou patches noyau
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
130 requis).
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
131 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
132 </sect2>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
133
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
134 <sect2 id="openbsd">
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
135 <title>OpenBSD</title>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
136 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
137 À cause des limitations dans les différentes versions de gas (relocation
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
138 contre MMX), vous aurez besoin de compiler en deux étapes:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
139 D'abord assurez-vous que le non-natif est en premier dans votre
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
140 <envar>$PATH</envar> et faites un <command>gmake -k</command>, ensuite
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
141 assurez-vous que la version native est utilisée et faites
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
142 <command>gmake</command>.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
143 </para>
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
144 <para>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
145 Depuis OpenBSD 3.4 le hack ci-dessus n'est plus nécessaire.
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
146 </para>
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
147 </sect2>
11346
nicolas
parents: 11083
diff changeset
148
nicolas
parents: 11083
diff changeset
149 <sect2 id="darwin">
nicolas
parents: 11083
diff changeset
150 <title>Darwin</title>
nicolas
parents: 11083
diff changeset
151 <para>
11428
nicolas
parents: 11347
diff changeset
152 Voir la section <link linkend="macos">Mac OS</link>.
11346
nicolas
parents: 11083
diff changeset
153 </para>
nicolas
parents: 11083
diff changeset
154 </sect2>
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
155 </sect1>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
156
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
157 <sect1 id="solaris">
11346
nicolas
parents: 11083
diff changeset
158 <title>Sun Solaris</title>
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
159 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
160 <application>MPlayer</application> devrait fonctionner sous Solaris 2.6
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
161 ou supérieur.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
162 Utilisez le pilote audio de SUN avec l'option <option>-ao sun</option>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
163 pour le son.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
164 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
165
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
166 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
167 Sur les <emphasis role="bold">UltraSPARCs</emphasis>, <application>MPlayer</application>
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
168 profite des avantages de leurs extensions
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
169 <emphasis role="bold">VIS</emphasis> (équivalentes au MMX), actuellement
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
170 uniquement dans <systemitem class="library">libmpeg2</systemitem>,
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
171 <systemitem class="library">libvo</systemitem>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
172 et <systemitem class="library">libavcodec</systemitem>, mais pas
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
173 dans <systemitem class="library">mp3lib</systemitem>. Vous pouvez regarder
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
174 un fichier VOB sur un CPU à 400MHz. Vous aurez besoin d'avoir
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
175 <ulink url="http://www.sun.com/sparc/vis/mediaLib.html"><systemitem class="library">mLib</systemitem></ulink>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
176 installé.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
177 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
178
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
179 <para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
180 Pour construire ce paquetage vous aurez besoin de GNU <application>make</application>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
181 (<filename>gmake</filename>, <filename>/opt/sfw/gmake</filename>), le
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
182 make natif de Solaris ne fonctionnera pas.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
183 Message d'erreur typique si vous utilisez le make de Solaris au lieu de
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
184 celui de GNU:
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
185 <screen>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
186 % /usr/ccs/bin/make
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
187 make: Fatal error in reader: Makefile, line 25: Unexpected end of line seen
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
188 </screen>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
189 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
190
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
191 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
192 Sur Solaris SPARC, vous aurez besoin du compilateur C/C++ GNU; cela n'a
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
193 pas d'importance que le compilateur C/C++ GNU soit configuré avec ou sans
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
194 l'assembleur GNU.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
195 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
196
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
197 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
198 Sur Solaris x86,vous aurez besoin de l'assembleur GNU et du compilateur
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
199 C/C++ GNU, configuré pour l'utilisation de l'assembleur GNU ! Le code
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
200 de <application>MPlayer</application> sur la plateforme x86 fait un usage
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
201 intensif des instructions MMX, SSE et 3DNOW! qui ne peuvent pas être
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
202 assemblées en utilisant l'assembleur de Sun
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
203 <filename>/usr/ccs/bin/as</filename>.
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
204 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
205
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
206 <para>Le script <filename>configure</filename> essaie de trouver quel
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
207 assembleur est utilisé par votre commande "gcc" (au cas ou
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
208 l'autodétection échoue, utilisez l'option
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
209 <option>--as=<replaceable>/endroit/ou/vous/avez/installe/gnu-as</replaceable></option>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
210 pour indiquer au script <filename>configure</filename> où il peut trouver
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
211 GNU "as" sur votre système).
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
212 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
213
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
214 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
215 Message d'erreur de <filename>configure</filename> sur un système Solaris
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
216 x86 en utilisant GCC sans assembleur GNU:
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
217 <screen>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
218 % configure
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
219 ...
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
220 Checking assembler (/usr/ccs/bin/as) ... , failed
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
221 Please upgrade(downgrade) binutils to 2.10.1...
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
222 </screen>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
223 (Solution: Installez et utilisez un gcc configuré avec <option>--with-as=gas</option>)
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
224 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
225
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
226 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
227 Erreur typique obtenue en construisant avec un compilateur C GNU qui n'utilise
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
228 pas GNU as:
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
229 <screen>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
230 % gmake
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
231 ...
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
232 gcc -c -Iloader -Ilibvo -O4 -march=i686 -mcpu=i686 -pipe -ffast-math
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
233 -fomit-frame-pointer -I/usr/local/include -o mplayer.o mplayer.c
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
234 Assembler: mplayer.c
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
235 "(stdin)", line 3567 : Illegal mnemonic
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
236 "(stdin)", line 3567 : Syntax error
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
237 ... more "Illegal mnemonic" and "Syntax error" errors ...
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
238 </screen>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
239 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
240
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
241 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
242 A cause de bogues dans Solaris 8, il se peut que vous ne pouviez pas lire
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
243 de disques DVD plus gros que 4 Go:
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
244 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
245
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
246 <itemizedlist>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
247 <listitem><para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
248 Le pilote sd(7D) de Solaris 8 x86 a un bogue quand on accède à un bloc disque
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
249 &gt;4Go sur un périphérique en utilisant une taille de bloc logique
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
250 != DEV_BSIZE (c-a-d. CD-ROM et DVD).
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
251 A cause d'un dépassement des entiers 32Bit, on accède à une adresse disque
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
252 modulo 4 Go.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
253 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22516"/>).
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
254 Ce problème n'existe pas sur la version SPARC de Solaris 8.
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
255 </para></listitem>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
256
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
257 <listitem><para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
258 Un bogue similaire est présent dans le code du système de fichier hsfs(7FS)
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
259 (alias ISO9660), il se peut
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
260 que hsfs ne supporte pas les partitions/disques plus gros(ses) que 4GB,
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
261 toutes les données sont accédées modulo 4Go.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
262 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22592"/>).
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
263 Le problème hsfs peut être résolu en installant le patch 109764-04 (sparc)
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
264 / 109765-04 (x86).
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
265 </para></listitem>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
266 </itemizedlist>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
267 </sect1>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
268
11346
nicolas
parents: 11083
diff changeset
269 <sect1 id="irix">
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
270 <title>Silicon Graphics Irix</title>
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
271 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
272 Vous pouvez soit essayer d'installer le programme d'installation GNU, et
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
273 (si vous ne l'avez pas mis dans votre chemin par défaut) précisez ensuite
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
274 l'endroit où il est:
11642
nicolas
parents: 11498
diff changeset
275 <screen>./configure --with-install=<replaceable>/chemin/et/nom/de/l'installation</replaceable></screen>
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
276 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
277
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
278 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
279 Soit vous pouvez utilisez l'installation par défaut livrée avec IRIX 6.5,
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
280 auquel cas vous devrez éditer le <filename>Makefile</filename>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
281 manuellement.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
282 Changez les deux lignes suivantes:
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
283 <programlisting>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
284 $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
285
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
286 $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
287 </programlisting>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
288 par:
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
289 <programlisting>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
290 $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
291
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
292 $(INSTALL) -m 644 codecs.conf $(CONFDIR)/
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
293 </programlisting>
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
294 Et ensuite faites (depuis le rép. source de <application>MPlayer</application>):
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
295 <screen>cp DOCS/mplayer.1 . ; cp etc/codecs.conf .</screen>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
296 finalement lancez la construction et l'installation.
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
297 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
298 </sect1>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
299
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
300 <sect1 id="hpux">
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
301 <title>HP UX</title>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
302 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
303 Joe Page héberge un
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
304 <ulink url="http://users.rcn.com/joepage/mplayer_on_hpux11.htm">HOWTO</ulink>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
305 <application>MPlayer</application> sous HP-UX écrit par Martin Gansser sur
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
306 sa page web. Avec ses instructions la compilation devrait fonctionner sans
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
307 modifications. L'information qui suit a été récupéré depuis ce HOWTO.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
308 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
309
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
310 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
311 Vous avez besoin de GCC 3.4.0 ou supérieur, GNU make 3.80 ou supérieur et
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
312 SDL 1.2.7 ou supérieur.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
313 HP cc ne fournira pas un programme qui marche, les versions précedentes de
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
314 GCC sont boguées.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
315 Pour la fonctionnalité OpenGL vous aurez besoin d'installer Mesa et les
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
316 pilotes de sortie vidéo gl et gl2 devraient marcher, la vitesse pouvant en
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
317 être très affecté, dépendamment de la vitesse du CPU.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
318 Un bon substitut au pauvre système son natif de HP-UX est GNU esound.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
319 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
320
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
321 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
322 Créer le périphérique DVD
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
323 scanne le bus SCSI avec:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
324 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
325
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
326 <screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
327 # ioscan -fn
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
328
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
329 Class I H/W Path Driver S/W State H/W Type Description
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
330 ...
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
331 ext_bus 1 8/16/5 c720 CLAIMED INTERFACE Built-in SCSI
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
332 target 3 8/16/5.2 tgt CLAIMED DEVICE
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
333 disk 4 8/16/5.<emphasis role="bold">2</emphasis>.<emphasis role="bold">0</emphasis> sdisk CLAIMED DEVICE
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
334 <emphasis role="bold">PIONEER DVD-ROM DVD-305</emphasis> /dev/dsk/c1t2d0
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
335 <emphasis role="bold">/dev/rdsk/c1t2d0</emphasis>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
336 target 4 8/16/5.7 tgt CLAIMED DEVICE
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
337 ctl <emphasis role="bold">1</emphasis> 8/16/5.7.0 sctl CLAIMED DEVICE Initiator
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
338 /dev/rscsi/c1t7d0 /dev/rscsi/c1t7l0 /dev/scsi/c1t7l0
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
339 ...
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
340 </screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
341
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
342 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
343 La sortie d'écran montre un lecteur DVD-ROM Pioneer à l'adresse SCSI 2.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
344 L'instance de la carte pour le chemin hardware 8/16 est 1.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
345 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
346
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
347 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
348 Créer un lien depuis le prériphérique brut vers le périphérique DVD.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
349 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
350
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
351 <screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
352 # ln -s /dev/rdsk/c<replaceable>&lt;SCSI bus instance&gt;</replaceable>t
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
353 <replaceable>&lt;SCSI target ID&gt;</replaceable>d<replaceable>&lt;LUN&gt;</replaceable>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
354 /dev/<replaceable>&lt;device&gt;</replaceable>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
355 </screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
356
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
357 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
358 Exemple:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
359 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
360
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
361 <screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
362 # ln -s /dev/rdsk/c1t2d0 /dev/dvd
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
363 </screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
364
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
365 <para>
17202
ecf72a1310e5 Fixes by Bounec
gpoirier
parents: 16693
diff changeset
366 Ci-dessous sont exposées les solutions pour certains problèmes communs:
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
367 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
368
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
369 <itemizedlist>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
370 <listitem>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
371 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
372 Plante au démarrage avec le message d'erreur suivant:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
373 <screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
374 /usr/lib/dld.sl: Unresolved symbol: finite (code) from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/../../../libGL.sl
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
375 </screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
376 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
377
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
378 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
379 Cela signifie que la fonction <systemitem>.finite().</systemitem> n'est pas
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
380 disponible dans la librairie standard math de HP-UX.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
381 A la place, il y a <systemitem>.isfinite().</systemitem>.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
382 Solution: Utiliser le dernier fichier dépôt Mesa.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
383 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
384 </listitem>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
385
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
386 <listitem>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
387 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
388 Plante à la lecture avec le message d'erreur suivant:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
389 <screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
390 /usr/lib/dld.sl: Unresolved symbol: sem_init (code) from /usr/local/lib/libSDL-1.2.sl.0
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
391 </screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
392 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
393
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
394 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
395 Solution: Utiliser l'option extralibdir lors de configure
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
396 <option>--with-extralibdir="/usr/lib -lrt"</option>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
397 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
398 </listitem>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
399
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
400 <listitem>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
401 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
402 MPlayer segfaults avec un message comme celui-ci:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
403 <screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
404 Pid 10166 received a SIGSEGV for stack growth failure.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
405 Possible causes: insufficient memory or swap space, or stack size exceeded maxssiz.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
406 Segmentation fault
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
407 </screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
408 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
409
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
410 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
411 Solution:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
412 Le noyau HP-UX a une taille de pile par défaut de 8MO(?) par processus.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
413 (des patches 11.0 et de plus récent 10.20 vous permettront d'augmenter
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
414 <systemitem>maxssiz</systemitem> jusqu'à 350MB pour les programmes
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
415 32-bit).
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
416 Vous aurez besoin d'étendre <systemitem>maxssiz</systemitem>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
417 et de recompiler le noyau (et redémarrer).
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
418 Vous pouvez utiliser SAM pour ce faire.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
419 (Pendant ce temps, aller voir le paramètre <systemitem>maxdsiz</systemitem>
17202
ecf72a1310e5 Fixes by Bounec
gpoirier
parents: 16693
diff changeset
420 pour le montant maximum de données qu'un programme peut utiliser.
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
421 Cela dépend de vos applications, si la valeur par défaut de 64MO est
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
422 suffisante ou non.)
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
423 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
424 </listitem>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
425 </itemizedlist>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
426
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
427 </sect1>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
428
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
429 <sect1 id="qnx">
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
430 <title>QNX</title>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
431 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
432 Fonctionne. Vous devrez télécharger SDL pour QNX, et l'installer.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
433 Ensuite lancez <application>MPlayer</application> avec les options
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
434 <option>-vo sdl:photon</option> et <option>-ao sdl:nto</option>, et
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
435 ça devrait être rapide.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
436 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
437
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
438 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
439 La sortie <option>-vo x11</option> fonctionne encore plus lentement
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
440 que sous Linux, car QNX ne dispose que d'une <emphasis>émulation</emphasis>
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
441 X qui est TRÈS lente. Utilisez SDL.
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
442 </para>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
443 </sect1>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
444
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
445 <sect1 id="windows">
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
446 <title>Windows</title>
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
447
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
448 <para>Oui, MPlayer tourne sous Windows via
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
449 <ulink url="http://www.cygwin.com/">Cygwin</ulink> et
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
450 <ulink url="http://www.mingw.org/">MinGW</ulink>.
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
451 Il n'a pas encore de GUI, mais la version en ligne de commande est
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
452 complètement opérationnelle. Vous devriez jeter un oeil à la liste de diffusion
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
453 <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">Mplayer-cygwin</ulink>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
454 pour obtenir de l'aide et les dernières informations.
17202
ecf72a1310e5 Fixes by Bounec
gpoirier
parents: 16693
diff changeset
455 Les binaires officiels de Windows peuvent être récupérés sur la
17706
83c1acef76d5 New website structure, the /homepage subdirectory is gone.
diego
parents: 17205
diff changeset
456 <ulink url="http://www.mplayerhq.hu/design7/dload.html">page de téléchargement</ulink>.
17202
ecf72a1310e5 Fixes by Bounec
gpoirier
parents: 16693
diff changeset
457 Les paquetages d'installation et de simple frontends GUI sont disponibles à partir de sources
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
458 externe, nous avons collecté ensuite dans la section Windows de notre
17706
83c1acef76d5 New website structure, the /homepage subdirectory is gone.
diego
parents: 17205
diff changeset
459 <ulink url="http://www.mplayerhq.hu/design7/projects.html#windows">page de projets</ulink>.
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
460 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
461
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
462 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
463 Si vous souhaitez éviter d'utiliser la commande en ligne, une astuce
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
464 toute simple est de mettre un raccourci sur votre bureau qui contient
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
465 quelque chose comme ce qui suit dans la section d'execution:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
466 <screen><replaceable>c:\chemin\vers\</replaceable>mplayer.exe %1</screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
467 Cela va faire lire à <application>MPlayer</application> n'importe quel
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
468 film qui est laché sur le raccourci.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
469 Ajoutez <option>-fs</option> pour le mode plein écran.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
470 </para>
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
471
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
472 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
473 Les meilleurs résultats sont obtenus avec le codec vidéo DirectX natif
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
474 (<option>-vo directx</option>) et le pilote waveout natif de Windows
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
475 (<option>-ao win32</option>). Vous pouvez aussi utiliser OpenGL et SDL,
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
476 mais les performances d'OpenGL sont très variables suivant les systèmes
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
477 et SDL est connu pour distordre le son et l'image et planter sur certains
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
478 systèmes.
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
479 Si l'image est distordue, essayez de désactiver l'accélération matérielle avec
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
480 <option>-vo directx:noaccel</option>. Téléchargez les
15686
06d9566a7d97 URL updates, sync by removing a few outdated FAQ entries.
diego
parents: 15063
diff changeset
481 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/contrib/dx7headers.tgz">fichiers d'entête DirectX 7</ulink>
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
482 pour compiler le pilote de sortie vidéo DirectX. De plus vous devez
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
483 avoir DirectX 7 ou supérieur pour que ce pilote fonctionne.</para>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
484
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
485 <para><link linkend="vidix">VIDIX</link> fonctionne maintenant sous Windows
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
486 avec <option>-vo winvidix</option>, bien que ce soit toujours expérimental
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
487 et que cela requiert une configuration manuelle. Téléchargez
15686
06d9566a7d97 URL updates, sync by removing a few outdated FAQ entries.
diego
parents: 15063
diff changeset
488 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/dhahelper.sys">dhahelper.sys</ulink> ou
06d9566a7d97 URL updates, sync by removing a few outdated FAQ entries.
diego
parents: 15063
diff changeset
489 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/withmtrr/dhahelper.sys">dhahelper.sys (avec support des MTRR)</ulink>
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
490 et copiez le dans le répertoire
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
491 <filename class="directory">libdha/dhahelperwin</filename> de votre arborescence
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
492 <application>MPlayer</application>.
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
493 Ouvrez une console et placez-vous dans ce répertoire. Ensuite tapez
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
494
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
495 <screen>gcc -o dhasetup.exe dhasetup.c</screen>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
496
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
497 et exécutez
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
498
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
499 <screen>dhasetup.exe install</screen>
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
500
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
501 en tant qu'Administrateur. Ensuite vous devez rebooter. Lorsque c'est
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
502 fait, copiez les fichiers <systemitem class="library">.so</systemitem>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
503 de <filename class="directory">vidix/drivers</filename> dans le répertoire
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
504 <filename class="directory">mplayer/vidix</filename> relatif à votre
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
505 <filename>mplayer.exe</filename>.</para>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
506
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
507 <para>Pour de meilleurs résultats <application>MPlayer</application> devrait
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
508 utiliser une palette que votre carte graphique supporte de façon matérielle.
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
509 Malheureusement, de nombreux pilotes graphiques Windows renvoient certaines
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
510 palettes alors que la carte ne le supporte pas. Pour le vérifier, essayez
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
511
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
512 <screen>mplayer -benchmark -nosound -frames 100 -vf format=<replaceable>palette</replaceable> <replaceable>film</replaceable></screen>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
513
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
514 où <replaceable>palette</replaceable> peut être n'importe quelle palette
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
515 affichée par l'option <option>-vf format=fmt=help</option>. Si vous
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
516 trouvez une palette que votre carte gère particulièrement mal,
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
517 <option>-vf noformat=<replaceable>palette</replaceable></option>
15014
d82b3dd4e5fb Spelling corrections. Patch by Bougiz
gpoirier
parents: 14098
diff changeset
518 l'empèchera d'être utilisée. Ajouter cela à votre fichier de conf pour
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
519 ne plus l'utiliser de façon permanente.</para>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
520
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
521
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
522 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
523 There are special codec packages for Windows available on our
17706
83c1acef76d5 New website structure, the /homepage subdirectory is gone.
diego
parents: 17205
diff changeset
524 <ulink url="http://www.mplayerhq.hu/design7/codecs.html">codecs page</ulink>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
525 to allow playing formats for which there is no native support yet.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
526 Put the codecs somewhere in your path or pass
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
527 <option>--with-codecsdir=<replaceable>c:/path/to/your/codecs</replaceable></option>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
528 (alternatively
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
529 <option>--with-codecsdir=<replaceable>/path/to/your/codecs</replaceable></option>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
530 only on <application>Cygwin</application>) to <filename>configure</filename>.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
531 We have had some reports that Real DLLs need to be writable by the user
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
532 running <application>MPlayer</application>, but only on some systems (NT4).
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
533 Try making them writable if you have problems.</para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
534
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
535
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
536 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
537 Il y a des paquetages de codec spécial pour Windows disponible sur notre
17706
83c1acef76d5 New website structure, the /homepage subdirectory is gone.
diego
parents: 17205
diff changeset
538 <ulink url="http://www.mplayerhq.hu/design7/codecs.html">page de codecs</ulink>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
539 pour permettre de jouer les formats qui ne sont pas encore nativement
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
540 supportés.
17202
ecf72a1310e5 Fixes by Bounec
gpoirier
parents: 16693
diff changeset
541 Placez les codecs quelque part dans votre patch ou passez
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
542 <option>--with-codecsdir=<replaceable>c:/chemin/de/vos/codecs</replaceable></option>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
543 (éventuellement
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
544 <option>--with-codecsdir=<replaceable>/chemin/de/vos/codecs</replaceable></option>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
545 uniquement sous <application>Cygwin</application>) à <filename>configure</filename>.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
546 Nous avons eu quelques retours indiquant que les DLLs Real doivent être
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
547 accessibles en écriture pour l'utilisateur ayant lancé
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
548 <application>MPlayer</application>, mais seulement sur certains systèmes
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
549 (NT4).
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
550 Essayez de les rendre accessibles en écriture si vous avez des problèmes.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
551 </para>
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
552
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
553 <para>Vous pouvez lire des VCDs en jouant les fichiers
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
554 <filename>.DAT</filename> ou <filename>.MPG</filename> que Windows affiche
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
555 sur les VCDs. Cela fonctionne tout simplement comme cela (changez la lettre
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
556 de votre lecteur de CD-ROM):</para>
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
557
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
558 <screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
559
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
560 <para>Les DVDs fonctionnent également, ajustez <option>-dvd-device</option>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
561 à la lettre de votre lecteur DVD-ROM:</para>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
562
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
563 <screen>mplayer dvd://<replaceable>&lt;titre&gt;</replaceable> -dvd-device <replaceable>d</replaceable>:</screen>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
564
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
565 <para>La console <application>Cygwin</application>/<application>MinGW</application>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
566 est plutôt lente. Il semble que rediriger la sortie
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
567 ou utiliser l'option <option>-quiet</option> améliore les performances. Le
17205
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
568 rendu direct (<option>-dr</option>) peut également aider.
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
569 Si la lecture est erratique, essayez
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
570 <option>-autosync 100</option>. Si certaines de ces options vous sont utiles,
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
571 vous pouvez les placer dans votre fichier de config.</para>
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
572
17205
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
573 <note>
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
574
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
575 <para>Sous Windows la détection CPU en cours d'execution (runtime CPU detection)
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
576 désactive le support SSE en raison de plantages récurrent et dur à tracer liés au SSE.
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
577 Si vous souhaitez avoir le support SSE sous Windows, vous devrez compiler sans
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
578 runtime CPU detection.
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
579 </para>
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
580
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
581 <para>Si vous avez un Pentium 4 et que vous expériencez un plantage lors de l'utilisation
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
582 des codecs RealPlayer vous pourriez vouloir désactiver le support hyperthreading.
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
583 </para>
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
584
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
585 </note>
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
586
f5899beaa943 synced with 1.72, patch by Johan Bos
gpoirier
parents: 17202
diff changeset
587
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
588 <sect2 id="cygwin">
11642
nicolas
parents: 11498
diff changeset
589 <title><application>Cygwin</application></title>
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
590
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
591 <para>
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
592 Vous devez utiliser <application>Cygwin</application> 1.5.0 ou supérieur
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
593 pour pouvoir compiler <application>MPlayer</application>.</para>
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
594
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
595 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
596 Les fichiers d'entête DirectX doivent être décompressés dans
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
597 <filename class="directory">/usr/include/</filename> ou dans
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
598 <filename class="directory">/usr/local/include/</filename>.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
599 </para>
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
600
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
601 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
602 Les instructions et les fichiers pour faire tourner SDL sous Cygwin
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
603 peuvent être trouvés sur le
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
604 <ulink url="http://www.libsdl.org/extras/win32/cygwin/">site de libsdl</ulink>.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
605 </para>
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
606
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
607 </sect2>
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
608
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
609
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
610 <sect2 id="mingw">
11642
nicolas
parents: 11498
diff changeset
611 <title><application>MinGW</application></title>
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
612
11642
nicolas
parents: 11498
diff changeset
613 <para>Installer une version de <application>MinGW</application> qui puisse
nicolas
parents: 11498
diff changeset
614 compiler <application>MPlayer</application> était considéré comme compliqué,
nicolas
parents: 11498
diff changeset
615 mais fonctionne désormais sans modifications. Installez simplement
nicolas
parents: 11498
diff changeset
616 <application>MinGW</application> 3.1.0 ou plus récent et MSYS 1.0.9 ou plus
nicolas
parents: 11498
diff changeset
617 récent et dites au postinstall de MSYS que <application>MinGW</application>
nicolas
parents: 11498
diff changeset
618 est installé.</para>
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
619
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
620 <para>Décompressez les fichiers d'entête de DirectX dans <filename class="directory">/mingw/include/</filename>.</para>
10202
nicolas
parents: 10109
diff changeset
621
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
622 <para>Le support des entêtes compressées MOV requiert
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
623 <ulink url="http://www.gzip.org/zlib/">zlib</ulink>, que
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
624 <application>MinGW</application> ne fournit pas par défaut.
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
625 Configurez-le avec <option>--prefix=/mingw</option> et installez-le
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
626 avant de compiler <application>MPlayer</application>.</para>
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
627
17202
ecf72a1310e5 Fixes by Bounec
gpoirier
parents: 16693
diff changeset
628 <para>De complètes instructions pour compiler <application>MPlayer</application>
ecf72a1310e5 Fixes by Bounec
gpoirier
parents: 16693
diff changeset
629 et les librairies nécessaires sont disponibles sur
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
630 <ulink url="http://mplayerhq.hu/MPlayer/releases/win32/contrib/MPlayer-MinGW-Howto.txt">MPlayer
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
631 MinGW HOWTO</ulink>.</para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
632
11083
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
633 </sect2>
1ffff639216e sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents: 10292
diff changeset
634
10202
nicolas
parents: 10109
diff changeset
635
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
636 </sect1>
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
637
11346
nicolas
parents: 11083
diff changeset
638 <sect1 id="macos">
11428
nicolas
parents: 11347
diff changeset
639 <title>Mac OS</title>
11346
nicolas
parents: 11083
diff changeset
640 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
641 <application>MPlayer</application> devrait compiler sans changement sur
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
642 Mac OS X 10.2 et au dessus. Le compilateur préféré étant la version Apple de
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
643 GCC 3.x ou plutard. Si vous avez Mac OS X 10.3.9 ou plutard et QuickTime 7
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
644 vous pouvez utiliser le pilote macosx de sortie vidéo.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
645 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
646
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
647 <sect2 id="mplayerosx">
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
648 <title>MPlayer OS X</title>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
649
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
650 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
651 Vous pouvez obtenir un GUI natif et un binaire pré-compilé de
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
652 <application>MPlayer</application> pour Mac OS X depuis le projet
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
653 <ulink url="http://mplayerosx.sf.net/">MPlayerOSX</ulink>, mais soyez averti:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
654 ce projet n'est plus du tout actif.
11346
nicolas
parents: 11083
diff changeset
655 </para>
nicolas
parents: 11083
diff changeset
656
nicolas
parents: 11083
diff changeset
657 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
658 Heureusement, <application>MPlayerOSX</application> a été repris en main
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
659 par un membre de l'équipe de <application>MPlayer</application>.
17202
ecf72a1310e5 Fixes by Bounec
gpoirier
parents: 16693
diff changeset
660 Des versions preview sont disponibles sur notre
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
661 <ulink url="http://mplayerhq.hu/dload.html">page de téléchargement</ulink>
17202
ecf72a1310e5 Fixes by Bounec
gpoirier
parents: 16693
diff changeset
662 et une version officielle ne devrait pas tarder.
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
663 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
664
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
665 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
666 Afin de compiler <application>MPlayerOSX</application> depuis le source
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
667 vous-même, vous avez besoin du module <systemitem>mplayerosx</systemitem>,
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
668 du module <systemitem>main</systemitem> et d'une copie du module CVS
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
669 <systemitem>main</systemitem> renommé en <systemitem>main_noaltivec</systemitem>.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
670 <systemitem>mplayerosx</systemitem> est le frontend GUI,
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
671 <systemitem>main</systemitem> est un MPlayer et
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
672 <systemitem>main_noaltivec</systemitem> est le MPlayer compilé sans le support
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
673 AltiVec.
11346
nicolas
parents: 11083
diff changeset
674 </para>
nicolas
parents: 11083
diff changeset
675
nicolas
parents: 11083
diff changeset
676 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
677 Pour récupérer les modules CVS utilisez:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
678 <screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
679 cvs -d:pserver:anonymous@mplayerhq.hu:/cvsroot/mplayer login
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
680 cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/mplayer co -P mplayerosx
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
681 cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/mplayer co -P main
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
682 </screen>
11346
nicolas
parents: 11083
diff changeset
683 </para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
684
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
685 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
686 Pour compiler <application>MPlayerOSX</application> vous aurez besoin de
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
687 mettre en place quelque chose comme ceci:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
688
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
689 <screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
690 MPlayer_repertoire_source
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
691 |
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
692 |--->main (MPlayer CVS source)
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
693 |
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
694 |--->main_noaltivec (MPlayer CVS source configuré avec --disable-altivec)
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
695 |
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
696 |--->mplayerosx (MPlayerOSX CVS source)
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
697 </screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
698
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
699 Premièrement vous avez besoin de compiler main et main_noaltivec.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
700 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
701
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
702 <para>
17202
ecf72a1310e5 Fixes by Bounec
gpoirier
parents: 16693
diff changeset
703 Ensuite, réglez une variable globale:
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
704
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
705 <screen>export MACOSX_DEPLOYMENT_TARGET=10.3</screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
706 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
707
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
708 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
709 Et, configure:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
710 </para>
11346
nicolas
parents: 11083
diff changeset
711
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
712 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
713 Si vous configurez pour un CPU G4 ou au-dessus avec le support AltiVec,
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
714 faire comme suit:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
715 <screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
716 ./configure --with-termcaplib=ncurses.5 --disable-gl --disable-x11
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
717 </screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
718 Si vous configurez pour un G3, faire comme suit:
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
719
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
720 <screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
721 ./configure --with-termcaplib=ncurses.5 --disable-gl --disable-x11
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
722 --disable-altivec
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
723 </screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
724 Vous pourriez avoir besoin d'éditer <filename>config.mak</filename> et
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
725 changer le
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
726 <systemitem>-mcpu</systemitem> et <systemitem>-mtune</systemitem> de
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
727 <systemitem>74XX</systemitem> à <systemitem>G3</systemitem>.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
728 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
729
11642
nicolas
parents: 11498
diff changeset
730 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
731 Continuez avec
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
732 <screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
733 make
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
734 </screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
735 ensuite placez vous dans le répertoire mplayerosx et tapez
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
736
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
737 <screen>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
738 make dist
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
739 </screen>
17202
ecf72a1310e5 Fixes by Bounec
gpoirier
parents: 16693
diff changeset
740 Cela créera une archive compressée <systemitem>.dmg</systemitem> avec le binaire
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
741 prêt à l'emploi.
11642
nicolas
parents: 11498
diff changeset
742 </para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
743
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
744 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
745 Vous pouvez aussi utiliser le projet <application>Xcode</application> 2.1;
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
746 le vieux projet pour <application>Xcode</application> 1.x n'étant plus
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
747 du tout en fonction.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
748 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
749 </sect2>
11642
nicolas
parents: 11498
diff changeset
750 </sect1>
nicolas
parents: 11498
diff changeset
751
nicolas
parents: 11498
diff changeset
752 <sect1 id="amiga">
nicolas
parents: 11498
diff changeset
753 <title>Amiga/MorphOS (GeekGadgets)</title>
nicolas
parents: 11498
diff changeset
754 <para>
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
755 Les gens de chez <ulink url="www.amigasoft.net">www.amigasoft.net</ulink>
17202
ecf72a1310e5 Fixes by Bounec
gpoirier
parents: 16693
diff changeset
756 font des paquetages actualisés pour <application>MPlayer</application> et
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
757 <application>MEncoder</application>.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
758 </para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
759
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
760 <para>
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
761 Nicholas Det de Genesi a réalisé un gros et puissant portage de
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
762 <application>MPlayer</application> pour MorphOS.
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
763 Malheureusement, il est basé sur la série 0.90.
11642
nicolas
parents: 11498
diff changeset
764 </para>
nicolas
parents: 11498
diff changeset
765
nicolas
parents: 11498
diff changeset
766 <para>
nicolas
parents: 11498
diff changeset
767 Téléchargez-le sur <ulink url="http://www.morphzone.org/">MorphZone</ulink>:
nicolas
parents: 11498
diff changeset
768 <itemizedlist>
nicolas
parents: 11498
diff changeset
769 <listitem><para>
nicolas
parents: 11498
diff changeset
770 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=90">
nicolas
parents: 11498
diff changeset
771 Binaire de <application>MPlayer</application> 0.91</ulink>
nicolas
parents: 11498
diff changeset
772 </para></listitem>
nicolas
parents: 11498
diff changeset
773 <listitem><para>
nicolas
parents: 11498
diff changeset
774 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=91">
nicolas
parents: 11498
diff changeset
775 Source de <application>MPlayer</application> 0.91</ulink>
nicolas
parents: 11498
diff changeset
776 </para></listitem>
nicolas
parents: 11498
diff changeset
777 <listitem><para>
14098
849d579cc92b sync, typo fixes, better wording
nicolas
parents: 12882
diff changeset
778 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=92">
16693
c6a6673f0117 synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents: 15686
diff changeset
779 Binaire de <application>MEncoder</application> 1.0pre3</ulink>
11642
nicolas
parents: 11498
diff changeset
780 </para></listitem>
nicolas
parents: 11498
diff changeset
781 </itemizedlist>
nicolas
parents: 11498
diff changeset
782 </para>
nicolas
parents: 11498
diff changeset
783 </sect1>
nicolas
parents: 11498
diff changeset
784
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
785 </chapter>