Mercurial > mplayer.hg
annotate DOCS/xml/fr/ports.xml @ 25350:2095f98cf0fa
cosmetics: Remove ugly and inconsistent uppercasing from filenames.
author | diego |
---|---|
date | Wed, 12 Dec 2007 08:50:54 +0000 |
parents | e8f0cd8c3a97 |
children | 617b541a83c4 |
rev | line source |
---|---|
20521 | 1 <?xml version="1.0" encoding="utf-8"?> |
20402 | 2 <!-- synced with r20417 --> |
10109 | 3 <chapter id="ports" xreflabel="Ports"> |
4 <title>Ports</title> | |
5 | |
6 <sect1 id="linux"> | |
7 <title>Linux</title> | |
8 <para> | |
20521 | 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. |
20521 | 14 Par contre, <emphasis role="bold">aucun de ces paquets n'est supporté</emphasis>. |
15 Rapportez les problèmes à leurs auteurs, pas à nous. | |
10109 | 16 </para> |
17 | |
18 <sect2 id="debian"> | |
19 <title>Paquets Debian</title> | |
20 <para> | |
19407 | 21 Pour construire le paquet Debian, lancez la commande suivante dans le |
20521 | 22 répertoire source de <application>MPlayer</application>: |
14098 | 23 |
10109 | 24 <screen>fakeroot debian/rules binary</screen> |
14098 | 25 |
20521 | 26 Si vous voulez passer des options particulières à configure, vous pouvez |
27 définir la variable d'environnement <envar>DEB_BUILD_OPTIONS</envar>. | |
14098 | 28 Par exemple, si vous voulez le support de la GUI et de l'OSD, faites: |
29 | |
30 <screen>DEB_BUILD_OPTIONS="--enable-gui --enable-menu" fakeroot debian/rules binary</screen> | |
31 | |
32 Vous pouvez aussi passer quelques variables au Makefile. Par exemple, si | |
20521 | 33 vous voulez compiler avec gcc 3.4 même si ce n'est pas celui par défaut: |
14098 | 34 |
35 <screen>CC=gcc-3.4 DEB_BUILD_OPTIONS="--enable-gui" fakeroot debian/rules binary</screen> | |
36 | |
20521 | 37 Pour nettoyer l'arborescence des sources, exécutez la commande suivante: |
14098 | 38 |
39 <screen>fakeroot debian/rules clean</screen> | |
40 | |
10109 | 41 En tant que root installez le paquet <filename>.deb</filename> comme d'habitude: |
14098 | 42 |
10109 | 43 <screen>dpkg -i ../mplayer_<replaceable>version</replaceable>.deb</screen> |
44 </para> | |
45 | |
46 <para> | |
19407 | 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) |
20402 | 50 depuis sa <ulink url="http://www.debian-multimedia.org/">page web</ulink>. |
10109 | 51 </para> |
52 </sect2> | |
53 | |
54 <sect2 id="rpm"> | |
55 <title>Paquets RPM</title> | |
56 <para> | |
20521 | 57 Dominik Mierzejewski a créé et maintient des paquets RPM officiels de |
16693
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 | 61 </para> |
62 | |
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>, |
20521 | 66 SuSE incluait une version limitée de <application>MPlayer</application> |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
67 dans sa distribution. |
20521 | 68 Ils l'ont retiré dans leurs dernières versions. |
16693
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 | 70 <ulink url="http://packman.links2linux.de/?action=128">links2linux.de</ulink>. |
10109 | 71 </para> |
72 </sect2> | |
73 | |
74 <sect2 id="arm"> | |
75 <title>ARM</title> | |
76 <para> | |
19407 | 77 <application>MPlayer</application> fonctionne sur les PDAs Linux avec un |
20521 | 78 CPU ARM c-a-d Sharp Zaurus, Compaq Ipaq. La manière |
79 la plus facile d'obtenir <application>MPlayer</application> est de récupérer | |
16693
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>. |
20521 | 82 Si vous voulez le compiler vous-même, vous devriez regarder les répertoires |
11844 | 83 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/mplayer?nav=index.html|src/.|src/packages">mplayer</ulink> |
10109 | 84 et |
85 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/libavcodec?nav=index.html|src/.|src/packages">libavcodec</ulink> | |
20521 | 86 du répertoire raçine de la distribution OpenZaurus. |
87 Ils ont toujours les derniers Makefile et patchs utilisés pour contruire | |
20404 | 88 la version SVN de <application>MPlayer</application>. |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
89 Si vous avez besoin d'une GUI, vous pouvez utiliser xmms-embedded. |
10109 | 90 </para> |
91 </sect2> | |
92 </sect1> | |
93 | |
94 <sect1 id="bsd"> | |
95 <title>*BSD</title> | |
96 <para> | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
97 <application>MPlayer</application> fonctionne sur toutes les variations |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
98 de BSD connues. |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
99 Il y a des versions ports/pkgsrc/fink/etc de <application>MPlayer</application> |
20521 | 100 disponibles qui sont probablement plus faciles à utiliser que nos |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
101 sources brutes. |
10109 | 102 </para> |
103 | |
104 <para> | |
14098 | 105 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
|
106 make (gmake - le make natif de BSD ne fonctionnera pas) et une version |
20521 | 107 récente des binutils. |
10109 | 108 </para> |
109 | |
110 <para> | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
111 Si <application>MPlayer</application> se plaint de ne pas trouver |
20521 | 112 <filename>/dev/cdrom</filename> ou <filename>/dev/dvd</filename>, créez |
113 le lien symbolique approprié: | |
114 <screen>ln -s /dev/<replaceable>votre_périphérique_cdrom</replaceable> /dev/cdrom</screen> | |
10109 | 115 </para> |
116 | |
117 <para> | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
118 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
|
119 vous devrez recompiler le noyau avec "<envar>option USER_LDT</envar>" |
20521 | 120 (à moins d'utiliser FreeBSD-CURRENT, où c'est le cas par défaut). |
10109 | 121 </para> |
122 | |
123 | |
124 <sect2 id="freebsd"> | |
125 <title>FreeBSD</title> | |
126 <para> | |
20521 | 127 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
|
128 "<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
|
129 requis). |
10109 | 130 </para> |
131 </sect2> | |
132 | |
133 <sect2 id="openbsd"> | |
134 <title>OpenBSD</title> | |
135 <para> | |
20521 | 136 À cause des limitations dans les différentes versions de gas (relocation |
137 contre MMX), vous aurez besoin de compiler en deux étapes: | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
138 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
|
139 <envar>$PATH</envar> et faites un <command>gmake -k</command>, ensuite |
20521 | 140 assurez-vous que la version native est utilisée et faites |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
141 <command>gmake</command>. |
10109 | 142 </para> |
14098 | 143 <para> |
20521 | 144 Depuis OpenBSD 3.4 le hack ci-dessus n'est plus nécessaire. |
14098 | 145 </para> |
10109 | 146 </sect2> |
11346 | 147 |
148 <sect2 id="darwin"> | |
149 <title>Darwin</title> | |
150 <para> | |
11428 | 151 Voir la section <link linkend="macos">Mac OS</link>. |
11346 | 152 </para> |
153 </sect2> | |
10109 | 154 </sect1> |
155 | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
156 <sect1 id="unix"> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
157 <title>Unix Commercial</title> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
158 |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
159 <para> |
20521 | 160 <application>MPlayer</application> a été porté sur un grand nombre d'Unix |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
161 commerciaux. |
20521 | 162 Étant donné que les environements de dévelopement sur ces systèmes |
163 ont tendances à être différent de ceux trouvé sur les Unix libres, vous devrez | |
164 peut-être faire quelques ajustements manuels pour que le build fonctionne. | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
165 </para> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
166 |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
167 <sect2 id="solaris"> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
168 <title>Solaris</title> |
10109 | 169 <para> |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
170 <application>MPlayer</application> devrait fonctionner sous Solaris 2.6 |
20521 | 171 ou supérieur. |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
172 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
|
173 pour le son. |
10109 | 174 </para> |
175 | |
176 <para> | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
177 Sur les <emphasis role="bold">UltraSPARCs</emphasis>, <application>MPlayer</application> |
14098 | 178 profite des avantages de leurs extensions |
20521 | 179 <emphasis role="bold">VIS</emphasis> (équivalentes au MMX), actuellement |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
180 uniquement dans <systemitem class="library">libmpeg2</systemitem>, |
14098 | 181 <systemitem class="library">libvo</systemitem> |
182 et <systemitem class="library">libavcodec</systemitem>, mais pas | |
19407 | 183 dans <systemitem class="library">mp3lib</systemitem>. Vous pouvez regarder |
20521 | 184 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
|
185 <ulink url="http://www.sun.com/sparc/vis/mediaLib.html"><systemitem class="library">mLib</systemitem></ulink> |
20521 | 186 installé. |
10109 | 187 </para> |
188 | |
20402 | 189 <para><emphasis role="bold">Attention :</emphasis></para> |
190 <itemizedlist> | |
191 <listitem><para><emphasis role="bold">mediaLib</emphasis> est | |
20521 | 192 <emphasis role="bold">actuellement désactivé</emphasis> par défaut dans |
20402 | 193 <application>MPlayer</application>. Les utilisateurs SPARC |
20521 | 194 qui ont construit MPlayer avec le support mediaLib ont reporté une |
195 forte coloration verte sur les vidéo encodées et décodées avec | |
20402 | 196 libavcodec. |
20521 | 197 Si vous le désirez, vous pouver activer mediaLib avec: |
20402 | 198 <screen> |
199 $ ./configure --enable-mlib | |
200 </screen> | |
20521 | 201 Ceci est à vos risques et périls. Les utilisateurs x86 ne doivent |
20402 | 202 <emphasis role="bold">pas</emphasis> utiliser mediaLib, cela |
20521 | 203 déteriorerait les performances de MPlayer de manière importante. |
20402 | 204 </para></listitem> |
205 </itemizedlist> | |
206 | |
10109 | 207 <para> |
208 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
|
209 (<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
|
210 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
|
211 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
|
212 celui de GNU: |
10109 | 213 <screen> |
214 % /usr/ccs/bin/make | |
215 make: Fatal error in reader: Makefile, line 25: Unexpected end of line seen | |
216 </screen> | |
217 </para> | |
218 | |
219 <para> | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
220 Sur Solaris SPARC, vous aurez besoin du compilateur C/C++ GNU; cela n'a |
20521 | 221 pas d'importance que le compilateur C/C++ GNU soit configuré avec ou sans |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
222 l'assembleur GNU. |
10109 | 223 </para> |
224 | |
225 <para> | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
226 Sur Solaris x86,vous aurez besoin de l'assembleur GNU et du compilateur |
20521 | 227 C/C++ GNU, configuré pour l'utilisation de l'assembleur GNU ! Le code |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
228 de <application>MPlayer</application> sur la plateforme x86 fait un usage |
20521 | 229 intensif des instructions MMX, SSE et 3DNOW! qui ne peuvent pas être |
230 assemblées en utilisant l'assembleur de Sun | |
10109 | 231 <filename>/usr/ccs/bin/as</filename>. |
232 </para> | |
233 | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
234 <para>Le script <filename>configure</filename> essaie de trouver quel |
20521 | 235 assembleur est utilisé par votre commande "gcc" (au cas ou |
236 l'autodétection échoue, utilisez l'option | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
237 <option>--as=<replaceable>/endroit/ou/vous/avez/installe/gnu-as</replaceable></option> |
20521 | 238 pour indiquer au script <filename>configure</filename> où il peut trouver |
239 GNU "as" sur votre système). | |
10109 | 240 </para> |
20521 | 241 <para>Solutions aux problèmes courants :</para> |
20402 | 242 <itemizedlist> |
243 <listitem><para> | |
20521 | 244 Message d'erreur de <filename>configure</filename> sur un système Solaris |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
245 x86 en utilisant GCC sans assembleur GNU: |
10109 | 246 <screen> |
247 % configure | |
248 ... | |
249 Checking assembler (/usr/ccs/bin/as) ... , failed | |
250 Please upgrade(downgrade) binutils to 2.10.1... | |
251 </screen> | |
20521 | 252 (Solution: Installez et utilisez un gcc configuré avec <option>--with-as=gas</option>) |
10109 | 253 </para> |
254 | |
255 <para> | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
256 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
|
257 pas GNU as: |
10109 | 258 <screen> |
259 % gmake | |
260 ... | |
261 gcc -c -Iloader -Ilibvo -O4 -march=i686 -mcpu=i686 -pipe -ffast-math | |
19407 | 262 -fomit-frame-pointer -I/usr/local/include -o mplayer.o mplayer.c |
10109 | 263 Assembler: mplayer.c |
264 "(stdin)", line 3567 : Illegal mnemonic | |
265 "(stdin)", line 3567 : Syntax error | |
266 ... more "Illegal mnemonic" and "Syntax error" errors ... | |
267 </screen> | |
268 </para> | |
20402 | 269 </listitem> |
10109 | 270 |
20402 | 271 <listitem><para> |
272 <application>MPlayer</application> est susceptible de renvoyer une | |
20521 | 273 erreur de segmentation (segfault) à l'encodage ou au décodage de vidéos utilisant |
20402 | 274 win32codecs : |
275 <screen> | |
276 ... | |
277 Trying to force audio codec driver family acm... | |
278 Opening audio decoder: [acm] Win32/ACM decoders | |
279 sysi86(SI86DSCR): Invalid argument | |
280 Couldn't install fs segment, expect segfault | |
281 | |
282 | |
283 MPlayer interrupted by signal 11 in module: init_audio_codec | |
284 ... | |
285 </screen> | |
20521 | 286 Ceci est du à une modification de sysi86() dans Solaris 10 et dans les versions |
287 antérieures à Solaris Nevada b31. Ceci a été réparé par Sun pour | |
20402 | 288 Solaris Nevada b32 mais pas encore pour Solaris 10. Le Projet MPlayer |
20521 | 289 a averti Sun de ce problème. Un patch pour Solaris 10 est actuellement en |
290 développement. Plus d'information sont disponibles à l'adresse | |
20402 | 291 suivante : |
292 <ulink | |
293 url="http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6308413"/>. | |
294 </para> | |
295 </listitem> | |
296 | |
297 <listitem><para> | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
298 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
|
299 de disques DVD plus gros que 4 Go: |
10109 | 300 </para> |
301 | |
302 <itemizedlist> | |
303 <listitem><para> | |
20521 | 304 Le pilote sd(7D) de Solaris 8 x86 a un bogue quand on accède à un bloc disque |
305 >4Go sur un périphérique en utilisant une taille de bloc logique | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
306 != DEV_BSIZE (c-a-d. CD-ROM et DVD). |
20521 | 307 A cause d'un dépassement des entiers 32Bit, on accède à une adresse disque |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
308 modulo 4 Go. |
10109 | 309 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22516"/>). |
20521 | 310 Ce problème n'existe pas sur la version SPARC de Solaris 8. |
10109 | 311 </para></listitem> |
312 | |
313 <listitem><para> | |
20521 | 314 Un bogue similaire est présent dans le code du système de fichier hsfs(7FS) |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
315 (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
|
316 que hsfs ne supporte pas les partitions/disques plus gros(ses) que 4GB, |
20521 | 317 toutes les données sont accédées modulo 4Go. |
10109 | 318 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22592"/>). |
20521 | 319 Le problème hsfs peut être résolu en installant le patch 109764-04 (sparc) |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
320 / 109765-04 (x86). |
10109 | 321 </para></listitem> |
322 </itemizedlist> | |
20402 | 323 </listitem> |
324 </itemizedlist> | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
325 </sect2> |
10109 | 326 |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
327 <sect2 id="irix"> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
328 <title>IRIX</title> |
10109 | 329 <para> |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
330 Vous pouvez soit essayer d'installer le programme d'installation GNU, et |
20521 | 331 (si vous ne l'avez pas mis dans votre chemin par défaut) précisez ensuite |
332 l'endroit où il est: | |
11642 | 333 <screen>./configure --with-install=<replaceable>/chemin/et/nom/de/l'installation</replaceable></screen> |
10109 | 334 </para> |
335 | |
336 <para> | |
20521 | 337 Soit vous pouvez utilisez l'installation par défaut livrée avec IRIX 6.5, |
338 auquel cas vous devrez éditer le <filename>Makefile</filename> | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
339 manuellement. |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
340 Changez les deux lignes suivantes: |
10109 | 341 <programlisting> |
342 $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1 | |
343 | |
344 $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf | |
345 </programlisting> | |
346 par: | |
347 <programlisting> | |
348 $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/ | |
349 | |
350 $(INSTALL) -m 644 codecs.conf $(CONFDIR)/ | |
351 </programlisting> | |
20521 | 352 Et ensuite faites (depuis le rép. source de <application>MPlayer</application>): |
10109 | 353 <screen>cp DOCS/mplayer.1 . ; cp etc/codecs.conf .</screen> |
354 finalement lancez la construction et l'installation. | |
355 </para> | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
356 </sect2> |
10109 | 357 |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
358 <sect2 id="hp-ux"> |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
359 <title>HP UX</title> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
360 <para> |
20521 | 361 Joe Page héberge un |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
362 <ulink url="http://users.rcn.com/joepage/mplayer_on_hpux11.htm">HOWTO</ulink> |
20521 | 363 <application>MPlayer</application> sous HP-UX écrit par Martin Gansser sur |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
364 sa page web. Avec ses instructions la compilation devrait fonctionner sans |
20521 | 365 modifications. L'information qui suit a été récupéré depuis ce HOWTO. |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
366 </para> |
19407 | 367 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
368 <para> |
20521 | 369 Vous avez besoin de GCC 3.4.0 ou supérieur, GNU make 3.80 ou supérieur et |
370 SDL 1.2.7 ou supérieur. | |
371 HP cc ne fournira pas un programme qui marche, les versions précedentes de | |
372 GCC sont boguées. | |
373 Pour la fonctionnalité OpenGL vous aurez besoin d'installer Mesa et les | |
374 pilotes de sortie vidéo gl et gl2 devraient marcher, la vitesse pouvant en | |
375 être très affecté, dépendamment de la vitesse du CPU. | |
376 Un bon substitut au pauvre système son natif de HP-UX est GNU esound. | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
377 </para> |
19407 | 378 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
379 <para> |
20521 | 380 Créer le périphérique DVD |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
381 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
|
382 </para> |
19407 | 383 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
384 <screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
385 # ioscan -fn |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
386 |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
387 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
|
388 ... |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
389 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
|
390 target 3 8/16/5.2 tgt CLAIMED DEVICE |
19407 | 391 disk 4 8/16/5.<emphasis role="bold">2</emphasis>.<emphasis role="bold">0</emphasis> sdisk CLAIMED DEVICE |
392 <emphasis role="bold">PIONEER DVD-ROM DVD-305</emphasis> /dev/dsk/c1t2d0 | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
393 <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
|
394 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
|
395 ctl <emphasis role="bold">1</emphasis> 8/16/5.7.0 sctl CLAIMED DEVICE Initiator |
19407 | 396 /dev/rscsi/c1t7d0 /dev/rscsi/c1t7l0 /dev/scsi/c1t7l0 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
397 ... |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
398 </screen> |
19407 | 399 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
400 <para> |
20521 | 401 La sortie d'écran montre un lecteur DVD-ROM Pioneer à l'adresse SCSI 2. |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
402 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
|
403 </para> |
19407 | 404 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
405 <para> |
20521 | 406 Créer un lien depuis le prériphérique brut vers le périphérique DVD. |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
407 </para> |
19407 | 408 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
409 <screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
410 # ln -s /dev/rdsk/c<replaceable><SCSI bus instance></replaceable>t |
19407 | 411 <replaceable><SCSI target ID></replaceable>d<replaceable><LUN></replaceable> |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
412 /dev/<replaceable><device></replaceable> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
413 </screen> |
19407 | 414 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
415 <para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
416 Exemple: |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
417 </para> |
19407 | 418 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
419 <screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
420 # 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
|
421 </screen> |
19407 | 422 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
423 <para> |
20521 | 424 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
|
425 </para> |
19407 | 426 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
427 <itemizedlist> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
428 <listitem> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
429 <para> |
20521 | 430 Plante au démarrage avec le message d'erreur suivant: |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
431 <screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
432 /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
|
433 </screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
434 </para> |
19407 | 435 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
436 <para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
437 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
|
438 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
|
439 A la place, il y a <systemitem>.isfinite().</systemitem>. |
20521 | 440 Solution: Utiliser le dernier fichier dépôt Mesa. |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
441 </para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
442 </listitem> |
19407 | 443 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
444 <listitem> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
445 <para> |
20521 | 446 Plante à la lecture avec le message d'erreur suivant: |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
447 <screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
448 /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
|
449 </screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
450 </para> |
19407 | 451 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
452 <para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
453 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
|
454 <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
|
455 </para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
456 </listitem> |
19407 | 457 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
458 <listitem> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
459 <para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
460 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
|
461 <screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
462 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
|
463 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
|
464 Segmentation fault |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
465 </screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
466 </para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
467 |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
468 <para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
469 Solution: |
20521 | 470 Le noyau HP-UX a une taille de pile par défaut de 8MO(?) par processus. |
471 (des patches 11.0 et de plus récent 10.20 vous permettront d'augmenter | |
472 <systemitem>maxssiz</systemitem> jusqu'à 350MB pour les programmes | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
473 32-bit). |
20521 | 474 Vous aurez besoin d'étendre <systemitem>maxssiz</systemitem> |
475 et de recompiler le noyau (et redémarrer). | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
476 Vous pouvez utiliser SAM pour ce faire. |
20521 | 477 (Pendant ce temps, aller voir le paramètre <systemitem>maxdsiz</systemitem> |
478 pour le montant maximum de données qu'un programme peut utiliser. | |
479 Cela dépend de vos applications, si la valeur par défaut de 64MO est | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
480 suffisante ou non.) |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
481 </para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
482 </listitem> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
483 </itemizedlist> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
484 |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
485 </sect2> |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
486 |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
487 <sect2 id="aix"> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
488 <title>AIX</title> |
10109 | 489 <para> |
19407 | 490 <application>MPlayer</application> se compile parfaitement sous AIX 5.1, |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
491 5.2 et 5.3, en utilisant GCC 3.3 ou plus. |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
492 La compilation de <application>MPlayer</application> sous AIX 4.3.3 |
20521 | 493 et inférieur n'a pas été testé. |
494 Il est hautement recommandé que vous compiliez | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
495 <application>MPlayer</application> en utilisant GCC 3.4 ou plus, ou si |
20521 | 496 vous êtes sous POWERS, GCC 4.0 est requis. |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
497 </para> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
498 |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
499 <para> |
19407 | 500 Assurez vous d'utiliser GNU make (<filename>/opt/freeware/bin/gmake</filename>) |
501 pour construire <application>MPlayer</application>, autrement vous rencontreriez | |
20521 | 502 des problèmes si vous utilisez <filename>/usr/ccs/bin/make</filename>. |
10109 | 503 </para> |
504 | |
505 <para> | |
20521 | 506 La détection CPU est toujours un travail en cours. |
507 Les architectures suivantes ont été testé: | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
508 </para> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
509 |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
510 <itemizedlist> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
511 <listitem><para>604e</para></listitem> |
20402 | 512 <listitem><para>POWER3</para></listitem> |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
513 <listitem><para>POWER4</para></listitem> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
514 </itemizedlist> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
515 |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
516 <para> |
20521 | 517 Les architectures suivantes n'ont pas été testé, mais devraient quand |
518 même marcher: | |
10109 | 519 </para> |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
520 <itemizedlist> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
521 <listitem><para>POWER</para></listitem> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
522 <listitem><para>POWER2</para></listitem> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
523 <listitem><para>POWER5</para></listitem> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
524 </itemizedlist> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
525 |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
526 <para> |
20521 | 527 Le son à travers les Services Ultimedia n'est pas supporté, comme Ultimedia a |
528 été abondonné dans AIX 5.1; , la seule option est d'utiliser les pilotes AIX OSS | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
529 de 4Front Technologies depuis |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
530 <ulink url="http://www.opensound.com/aix.html">http://www/opensound.com/aix/html</ulink>. |
20402 | 531 4Front Technologies fourni librement les pilotes OSS pour AIX 5.1 pour |
532 un usage personnel et non-commercial. Cependant, il n'y a actuellement | |
20521 | 533 pas de pilote de son pour AIX 5.2 ou 5.3. Cela signifie qu'à l'heure actuelle <emphasis |
20402 | 534 role="bold">MPlayer ne produit pas de son sous AIX 5.2 et 5.3.</emphasis> |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
535 </para> |
20521 | 536 <para>Solutions aux problèmes courants :</para> |
20402 | 537 <itemizedlist> |
538 <listitem> | |
539 <para> | |
540 Si vous rencontrez ce message d'erreur de | |
541 <filename>configure</filename> : | |
542 <screen> | |
543 $./configure | |
544 ... | |
545 Checking for iconv program ... no | |
546 No working iconv program found, use | |
547 --charset=US-ASCII to continue anyway. | |
548 Messages in the GTK-2 interface will be broken then. | |
549 </screen> | |
20521 | 550 Ceci est du au fait que AIX utilise un jeu de caractère (charset) non |
551 standards. En conséquence, la conversion d'une sortie MPlayer en un | |
552 autre character set et n'est pas suporté pour l'instant. La solution | |
20402 | 553 est d'utiliser: |
554 <screen> | |
555 $ ./configure --charset=noconv | |
556 </screen> | |
557 </para> | |
558 </listitem> | |
559 </itemizedlist> | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
560 </sect2> |
10109 | 561 </sect1> |
562 | |
11083
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
563 <sect1 id="windows"> |
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
564 <title>Windows</title> |
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
565 |
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
566 <para>Oui, MPlayer tourne sous Windows via |
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
567 <ulink url="http://www.cygwin.com/">Cygwin</ulink> et |
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
568 <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
|
569 Il n'a pas encore de GUI, mais la version en ligne de commande est |
20521 | 570 complètement opérationnelle. Vous devriez jeter un oeil à la liste de diffusion |
20402 | 571 <ulink url="http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">Mplayer-cygwin</ulink> |
20521 | 572 pour obtenir de l'aide et les dernières informations. |
573 Les binaires officiels de Windows peuvent être récupérés sur la | |
574 <ulink url="http://www.mplayerhq.hu/design7/dload.html">page de téléchargement</ulink>. | |
575 Les paquetages d'installation et de simple frontends GUI sont disponibles à partir de sources | |
576 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
|
577 <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
|
578 </para> |
19407 | 579 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
580 <para> |
20521 | 581 Si vous souhaitez éviter d'utiliser la commande en ligne, une astuce |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
582 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
|
583 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
|
584 <screen><replaceable>c:\chemin\vers\</replaceable>mplayer.exe %1</screen> |
20521 | 585 Cela va faire lire à <application>MPlayer</application> n'importe quel |
586 film qui est laché sur le raccourci. | |
587 Ajoutez <option>-fs</option> pour le mode plein écran. | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
588 </para> |
11083
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
589 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
590 <para> |
20521 | 591 Les meilleurs résultats sont obtenus avec le codec vidéo DirectX natif |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
592 (<option>-vo directx</option>). Vous pouvez aussi utiliser OpenGL et SDL, |
20521 | 593 mais les performances d'OpenGL sont très variables suivant les systèmes |
594 et SDL est connu pour distordre l'image ou planter sur certains systèmes. | |
595 Si l'image est distordue, essayez de désactiver l'accélération matérielle avec | |
596 <option>-vo directx:noaccel</option>. Téléchargez les | |
597 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/contrib/dx7headers.tgz">fichiers d'entête DirectX 7</ulink> | |
598 pour compiler le pilote de sortie vidéo DirectX. De plus vous devez | |
599 avoir DirectX 7 ou supérieur pour que ce pilote fonctionne.</para> | |
14098 | 600 |
601 <para><link linkend="vidix">VIDIX</link> fonctionne maintenant sous Windows | |
20521 | 602 avec <option>-vo winvidix</option>, bien que ce soit toujours expérimental |
603 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
|
604 <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
|
605 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/withmtrr/dhahelper.sys">dhahelper.sys (avec support des MTRR)</ulink> |
20521 | 606 et copiez le dans le répertoire |
14098 | 607 <filename class="directory">libdha/dhahelperwin</filename> de votre arborescence |
608 <application>MPlayer</application>. | |
20521 | 609 Ouvrez une console et placez-vous dans ce répertoire. Ensuite tapez |
19407 | 610 |
14098 | 611 <screen>gcc -o dhasetup.exe dhasetup.c</screen> |
612 | |
20521 | 613 et exécutez |
14098 | 614 |
615 <screen>dhasetup.exe install</screen> | |
11083
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
616 |
14098 | 617 en tant qu'Administrateur. Ensuite vous devez rebooter. Lorsque c'est |
19407 | 618 fait, copiez les fichiers <systemitem class="library">.so</systemitem> |
20521 | 619 de <filename class="directory">vidix/drivers</filename> dans le répertoire |
620 <filename class="directory">mplayer/vidix</filename> relatif à votre | |
14098 | 621 <filename>mplayer.exe</filename>.</para> |
622 | |
20521 | 623 <para>Pour de meilleurs résultats <application>MPlayer</application> devrait |
624 utiliser une palette que votre carte graphique supporte de façon matérielle. | |
14098 | 625 Malheureusement, de nombreux pilotes graphiques Windows renvoient certaines |
20521 | 626 palettes alors que la carte ne le supporte pas. Pour le vérifier, essayez |
19407 | 627 |
14098 | 628 <screen>mplayer -benchmark -nosound -frames 100 -vf format=<replaceable>palette</replaceable> <replaceable>film</replaceable></screen> |
629 | |
20521 | 630 où <replaceable>palette</replaceable> peut être n'importe quelle palette |
631 affichée par l'option <option>-vf format=fmt=help</option>. Si vous | |
632 trouvez une palette que votre carte gère particulièrement mal, | |
14098 | 633 <option>-vf noformat=<replaceable>palette</replaceable></option> |
20521 | 634 l'empèchera d'être utilisée. Ajouter cela à votre fichier de conf pour |
635 ne plus l'utiliser de façon permanente.</para> | |
19407 | 636 |
637 | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
638 <para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
639 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
|
640 <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
|
641 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
|
642 Put the codecs somewhere in your path or pass |
20546 | 643 <option>--codecsdir=<replaceable>c:/path/to/your/codecs</replaceable></option> |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
644 (alternatively |
20546 | 645 <option>--codecsdir=<replaceable>/path/to/your/codecs</replaceable></option> |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
646 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
|
647 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
|
648 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
|
649 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
|
650 |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
651 |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
652 <para> |
20521 | 653 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
|
654 <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
|
655 pour permettre de jouer les formats qui ne sont pas encore nativement |
20521 | 656 supportés. |
17202 | 657 Placez les codecs quelque part dans votre patch ou passez |
20546 | 658 <option>--codecsdir=<replaceable>c:/chemin/de/vos/codecs</replaceable></option> |
20521 | 659 (éventuellement |
20546 | 660 <option>--codecsdir=<replaceable>/chemin/de/vos/codecs</replaceable></option> |
20521 | 661 uniquement sous <application>Cygwin</application>) à <filename>configure</filename>. |
662 Nous avons eu quelques retours indiquant que les DLLs Real doivent être | |
663 accessibles en écriture pour l'utilisateur ayant lancé | |
664 <application>MPlayer</application>, mais seulement sur certains systèmes | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
665 (NT4). |
20521 | 666 Essayez de les rendre accessibles en écriture si vous avez des problèmes. |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
667 </para> |
14098 | 668 |
19407 | 669 <para>Vous pouvez lire des VCDs en jouant les fichiers |
14098 | 670 <filename>.DAT</filename> ou <filename>.MPG</filename> que Windows affiche |
671 sur les VCDs. Cela fonctionne tout simplement comme cela (changez la lettre | |
672 de votre lecteur de CD-ROM):</para> | |
11083
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
673 |
14098 | 674 <screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen> |
675 | |
20521 | 676 <para>Les DVDs fonctionnent également, ajustez <option>-dvd-device</option> |
677 à la lettre de votre lecteur DVD-ROM:</para> | |
14098 | 678 |
679 <screen>mplayer dvd://<replaceable><titre></replaceable> -dvd-device <replaceable>d</replaceable>:</screen> | |
680 | |
681 <para>La console <application>Cygwin</application>/<application>MinGW</application> | |
20521 | 682 est plutôt lente. Il semble que rediriger la sortie |
683 ou utiliser l'option <option>-quiet</option> améliore les performances. Le | |
684 rendu direct (<option>-dr</option>) peut également aider. | |
17205 | 685 Si la lecture est erratique, essayez |
11083
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
686 <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
|
687 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
|
688 |
17205 | 689 <note> |
690 | |
20521 | 691 <para>Sous Windows la détection CPU en cours d'execution (runtime CPU detection) |
692 désactive le support SSE en raison de plantages récurrent et dur à tracer liés au SSE. | |
19407 | 693 Si vous souhaitez avoir le support SSE sous Windows, vous devrez compiler sans |
17205 | 694 runtime CPU detection. |
695 </para> | |
696 | |
20521 | 697 <para>Si vous avez un Pentium 4 et que vous expériencez un plantage lors de l'utilisation |
698 des codecs RealPlayer vous pourriez vouloir désactiver le support hyperthreading. | |
17205 | 699 </para> |
700 | |
701 </note> | |
702 | |
703 | |
11083
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
704 <sect2 id="cygwin"> |
11642 | 705 <title><application>Cygwin</application></title> |
10109 | 706 |
707 <para> | |
20521 | 708 Vous devez utiliser <application>Cygwin</application> 1.5.0 ou supérieur |
14098 | 709 pour pouvoir compiler <application>MPlayer</application>.</para> |
11083
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
710 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
711 <para> |
20521 | 712 Les fichiers d'entête DirectX doivent être décompressés dans |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
713 <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
|
714 <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
|
715 </para> |
10109 | 716 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
717 <para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
718 Les instructions et les fichiers pour faire tourner SDL sous Cygwin |
20521 | 719 peuvent être trouvés sur le |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
720 <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
|
721 </para> |
10109 | 722 |
11083
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
723 </sect2> |
10109 | 724 |
11083
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
725 |
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
726 <sect2 id="mingw"> |
11642 | 727 <title><application>MinGW</application></title> |
11083
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
728 |
11642 | 729 <para>Installer une version de <application>MinGW</application> qui puisse |
20521 | 730 compiler <application>MPlayer</application> était considéré comme compliqué, |
731 mais fonctionne désormais sans modifications. Installez simplement | |
732 <application>MinGW</application> 3.1.0 ou plus récent et MSYS 1.0.9 ou plus | |
733 récent et dites au postinstall de MSYS que <application>MinGW</application> | |
734 est installé.</para> | |
10109 | 735 |
20521 | 736 <para>Décompressez les fichiers d'entête de DirectX dans <filename class="directory">/mingw/include/</filename>.</para> |
10202 | 737 |
20521 | 738 <para>Le support des entêtes compressées MOV requiert |
14098 | 739 <ulink url="http://www.gzip.org/zlib/">zlib</ulink>, que |
20521 | 740 <application>MinGW</application> ne fournit pas par défaut. |
14098 | 741 Configurez-le avec <option>--prefix=/mingw</option> et installez-le |
742 avant de compiler <application>MPlayer</application>.</para> | |
19407 | 743 |
20521 | 744 <para>De complètes instructions pour compiler <application>MPlayer</application> |
745 et les librairies nécessaires sont disponibles sur | |
24307 | 746 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/contrib/MPlayer-MinGW-Howto.txt">MPlayer |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
747 MinGW HOWTO</ulink>.</para> |
19407 | 748 |
11083
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
749 </sect2> |
1ffff639216e
sync, typos, cosmetics, more accurate translation & other various fixes
nicolas
parents:
10292
diff
changeset
|
750 |
10202 | 751 |
10109 | 752 </sect1> |
753 | |
11346 | 754 <sect1 id="macos"> |
11428 | 755 <title>Mac OS</title> |
20402 | 756 |
11346 | 757 <para> |
20521 | 758 <application>MPlayer</application> ne fonctionne pas sur des versions ultérieures |
759 à Mac OS 10, mais devrait compiler sans changement sur Mac OS X 10.2 et supérieur. | |
760 Le compilateur préféré étant la version Apple de GCC 3.x ou supérieure. | |
20402 | 761 Vous pouvez obtenir l'environement de compilation de base en |
762 installant <ulink url="http://developer.apple.com/tools/download/">Xcode</ulink> de Apple. | |
20521 | 763 Si vous avez Mac OS X 10.3.9 ou supérieur et QuickTime 7 |
764 vous pouvez utiliser le pilote macosx de sortie vidéo. | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
765 </para> |
20402 | 766 <para> |
20521 | 767 Malheureusement, cet environement de base ne vous autorise pas à |
768 profiter de toute les fonctionalités de | |
20402 | 769 <application>MPlayer</application>. |
770 Par exemple, pour compiler le support OSD, vous devez avoir les | |
771 librairies fontconfig | |
20521 | 772 et freetype installées sur votre machine. |
773 Contrairement à d'autres Unix comme la plupart des Linux et des BSDs, | |
774 OSX n'a pas un seul système de package installé par défault. | |
20402 | 775 </para> |
776 <para> | |
777 Il y en a au moins deux au choix : | |
778 <ulink url="http://fink.sourceforge.net/">Fink</ulink> et | |
779 <ulink url="http://www.macports.org/">MacPorts</ulink>. | |
20521 | 780 Les deux fournissent approximativement les même services |
781 (i.e. beaucoup de packages au choix, la résolution des dépendances, la | |
782 possibilité d'ajouter/mêtre à jour/supprimer simplement des packages, | |
20402 | 783 etc...). |
20521 | 784 Fink offre à la fois des packages binaires précompilés ou la |
785 possibilité de compiler tout à partir des sources, alors que | |
786 MacPorts offre seulement la possibilité de compilé les sources. | |
20402 | 787 L'auteur de ce guide a choisi MacPorts pour la simple raison que |
788 son installation minimale occupe moins d'espace disque. | |
20521 | 789 Les exemples à suivre sont basés sur MacPorts. |
20402 | 790 </para> |
791 <para> | |
792 Par exemple, pour compiler <application>MPlayer</application> avec le | |
793 support OSD: | |
794 <screen>sudo port install pkgconfig</screen> | |
20521 | 795 Ceci va installer <application>pkg-config</application>, le système de |
20402 | 796 gestion des flags de compilation/linking des librairies. |
797 Le script <systemitem>configure</systemitem> de | |
20521 | 798 <application>MPlayer</application> l'utilise pour détecter les |
20402 | 799 librairies proprement. |
800 Vous pouvez ensuite installer <application>fontconfig</application> de | |
20521 | 801 la même manière: |
20402 | 802 <screen>sudo port install fontconfig</screen> |
803 Vous pouvez ensuite lancer le script | |
804 <systemitem>configure</systemitem> de | |
805 <application>MPlayer</application> (notez les variables d'environement | |
806 <systemitem>PKG_CONFIG_PATH</systemitem> et | |
807 <systemitem>PATH</systemitem> pour que | |
20521 | 808 <systemitem>configure</systemitem> trouve les librairies installées |
20402 | 809 avec MacPorts): |
810 <screen>PKG_CONFIG_PATH=/opt/local/lib/pkgconfig/ PATH=$PATH:/opt/local/bin/ ./configure</screen> | |
811 </para> | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
812 <sect2 id="osx_gui"> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
813 <title>MPlayer OS X GUI</title> |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
814 <para> |
20521 | 815 Vous pouvez obtenir un GUI natif et un binaire pré-compilé de |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
816 <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
|
817 <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
|
818 ce projet n'est plus du tout actif. |
11346 | 819 </para> |
820 | |
821 <para> | |
20521 | 822 Heureusement, <application>MPlayerOSX</application> a été repris en main |
823 par un membre de l'équipe de <application>MPlayer</application>. | |
17202 | 824 Des versions preview sont disponibles sur notre |
20521 | 825 <ulink url="http://mplayerhq.hu/dload.html">page de téléchargement</ulink> |
17202 | 826 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
|
827 </para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
828 |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
829 <para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
830 Afin de compiler <application>MPlayerOSX</application> depuis le source |
20521 | 831 vous-même, vous avez besoin du module <systemitem>mplayerosx</systemitem>, |
20402 | 832 du module <systemitem>main</systemitem> et d'une copie du module SVN |
20521 | 833 <systemitem>main</systemitem> renommé en <systemitem>main_noaltivec</systemitem>. |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
834 <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
|
835 <systemitem>main</systemitem> est un MPlayer et |
20521 | 836 <systemitem>main_noaltivec</systemitem> est le MPlayer compilé sans le support |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
837 AltiVec. |
11346 | 838 </para> |
839 | |
840 <para> | |
20521 | 841 Pour récupérer les modules SVN utilisez: |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
842 <screen> |
20402 | 843 svn checkout svn://svn.mplayerhq.hu/mplayerosx/trunk/ mplayerosx |
844 svn checkout svn://svn.mplayerhq.hu/mplayer/trunk/ main | |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
845 </screen> |
11346 | 846 </para> |
19407 | 847 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
848 <para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
849 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
|
850 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
|
851 |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
852 <screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
853 MPlayer_repertoire_source |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
854 | |
20402 | 855 |--->main (source SVN de MPlayer) |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
856 | |
20521 | 857 |--->main_noaltivec (source SVN de MPlayer configuré avec --disable-altivec) |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
858 | |
20402 | 859 |--->mplayerosx (source SVN MPlayerOSX) |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
860 </screen> |
19407 | 861 |
20521 | 862 Premièrement vous avez besoin de compiler main et main_noaltivec. |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
863 </para> |
19407 | 864 |
865 <para> | |
20521 | 866 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
|
867 |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
868 <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
|
869 </para> |
19407 | 870 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
871 <para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
872 Et, configure: |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
873 </para> |
11346 | 874 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
875 <para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
876 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
|
877 faire comme suit: |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
878 <screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
879 ./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
|
880 </screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
881 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
|
882 |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
883 <screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
884 ./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
|
885 --disable-altivec |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
886 </screen> |
20521 | 887 Vous pourriez avoir besoin d'éditer <filename>config.mak</filename> et |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
888 changer le |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
889 <systemitem>-mcpu</systemitem> et <systemitem>-mtune</systemitem> de |
20521 | 890 <systemitem>74XX</systemitem> à <systemitem>G3</systemitem>. |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
891 </para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
892 |
11642 | 893 <para> |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
894 Continuez avec |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
895 <screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
896 make |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
897 </screen> |
20521 | 898 ensuite placez vous dans le répertoire mplayerosx et tapez |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
899 |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
900 <screen> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
901 make dist |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
902 </screen> |
20521 | 903 Cela créera une archive compressée <systemitem>.dmg</systemitem> avec le binaire |
904 prêt à l'emploi. | |
11642 | 905 </para> |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
906 |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
907 <para> |
19407 | 908 Vous pouvez aussi utiliser le projet <application>Xcode</application> 2.1; |
20521 | 909 le vieux projet pour <application>Xcode</application> 1.x n'étant plus |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
910 du tout en fonction. |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
911 </para> |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
912 </sect2> |
11642 | 913 </sect1> |
914 | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
915 <sect1 id="exotic_platforms"> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
916 <title>Plateformes Exotiques</title> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
917 |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
918 <para> |
19407 | 919 <application>MPlayer</application> se lance sur bon nombre de plateformes exotiques, |
20521 | 920 mais la plupart des changements spécifiques à ces systèmes n'ont pas été |
921 mergé dans l'arbre des sources officielles de <application>MPlayer</application>. | |
922 Pour les instructions de build vous devriez vous référer à la documentation | |
923 spécifique du système. | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
924 </para> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
925 |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
926 <sect2 id="qnx"> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
927 <title>QNX</title> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
928 <para> |
20521 | 929 Vous aurez besoin de télécharger et installer SDL pour QNX. Puis de lancer |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
930 <application>MPlayer</application> avec les options <option>-vo sdl:driver=photon</option> et |
20521 | 931 <option>-ao sdl:nto</option>, cela devrait être rapide. |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
932 </para> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
933 |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
934 <para> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
935 La sortie de <option>-vo x11</option> sera encore plus lente que sous Linux, |
20521 | 936 étant donné que QNX n'a qu'une <emphasis>émulation</emphasis> X, qui est |
937 très lente. | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
938 </para> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
939 </sect2> |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
940 |
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
941 <sect2 id="amiga"> |
11642 | 942 <title>Amiga/MorphOS (GeekGadgets)</title> |
943 <para> | |
20402 | 944 Les gens de chez <ulink url="http://www.amigasoft.net">www.amigasoft.net</ulink> |
20521 | 945 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
|
946 <application>MEncoder</application>. |
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
947 </para> |
19407 | 948 |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
949 <para> |
20521 | 950 Nicholas Det de Genesi a réalisé un gros et puissant portage de |
16693
c6a6673f0117
synced with 1.70, patch by Johan Bos + reformating of the source by me
gpoirier
parents:
15686
diff
changeset
|
951 <application>MPlayer</application> pour MorphOS. |
20521 | 952 Malheureusement, il est basé sur la série 0.90. |
11642 | 953 </para> |
954 | |
955 <para> | |
20521 | 956 Téléchargez-le sur <ulink url="http://www.morphzone.org/">MorphZone</ulink>: |
11642 | 957 <itemizedlist> |
958 <listitem><para> | |
959 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=90"> | |
960 Binaire de <application>MPlayer</application> 0.91</ulink> | |
961 </para></listitem> | |
962 <listitem><para> | |
963 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=91"> | |
964 Source de <application>MPlayer</application> 0.91</ulink> | |
965 </para></listitem> | |
966 <listitem><para> | |
14098 | 967 <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
|
968 Binaire de <application>MEncoder</application> 1.0pre3</ulink> |
11642 | 969 </para></listitem> |
970 </itemizedlist> | |
971 </para> | |
18098
58ace5bcf0ec
Major update of all French files (except mencoder and encoding-guide)
gpoirier
parents:
17706
diff
changeset
|
972 </sect2> |
11642 | 973 </sect1> |
974 | |
10109 | 975 </chapter> |