annotate DOCS/xml/fr/ports.xml @ 30154:772664b337f6

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