annotate DOCS/xml/cs/ports.xml @ 23364:40e794ce297d

Sync to 30.3.2007
author jheryan
date Thu, 24 May 2007 13:08:23 +0000
parents da64f5e20483
children e8f0cd8c3a97
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
2 <!-- Synced with r22499 -->
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
3 <chapter id="ports" xreflabel="Ports">
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
4 <title>Porty</title>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
5
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
6 <sect1 id="linux">
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
7 <title>Linux</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
8
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
9 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
10 Hlavní vývojovou platformou je Linux na x86, ačkoli
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
11 <application>MPlayer</application> pracuje na mnoha jiných portech Linuxu.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
12 Binární balíčky <application>MPlayer</application>u jsou dostupné z několika
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
13 zdrojů.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
14 Nicméně <emphasis role="bold">není žádný z těchto balíčků podporován</emphasis>.
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
15 Hlaste tedy problémy jejich autorům, nikoli nám.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
16 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
17
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
18 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
19
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
20 <sect2 id="debian">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
21 <title>Vytvoření balíčku pro Debian</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
22
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
23 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
24 Pro vytvoření balíčku pro Debian spusťte následující příkaz v adresáři se
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
25 zdrojovým kódem <application>MPlayer</application>u:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
26
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
27 <screen>fakeroot debian/rules binary</screen>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
28
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
29 Pokud chcete předat nějaké volby pro configure, můžete nastavit proměnnou
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
30 prostředí <envar>DEB_BUILD_OPTIONS</envar>. Například, pokud chcete GUI a
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
31 podporu OSD menu, měli byste použít:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
32
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
33 <screen>DEB_BUILD_OPTIONS="--enable-gui --enable-menu" fakeroot debian/rules binary</screen>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
34
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
35 Rovněž můžete předat některé proměnné do Makefile. Například, pokud chcete
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
36 kompilovat pomocí gcc 3.4 i v případě, že to není výchozí kompilátor:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
37
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
38 <screen>CC=gcc-3.4 DEB_BUILD_OPTIONS="--enable-gui" fakeroot debian/rules binary</screen>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
39
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
40 K vyčistění zdrojového stromu spusťte následující příkaz:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
41
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
42 <screen>fakeroot debian/rules clean</screen>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
43
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
44 Jako root můžete nainstalovat <filename>.deb</filename> balíček obvyklým
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
45 způsobem:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
46
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
47 <screen>dpkg -i ../mplayer_<replaceable>version</replaceable>.deb</screen>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
48 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
49
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
50 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
51 Christian Marillat vytvářel jistou dobu neoficiální Debianí balíčky
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
52 <application>MPlayer</application>u, <application>MEncoder</application>u a
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
53 našich binárních balíků s kodeky, můžete si je stáhnout (apt-get) z
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
54 <ulink url="http://www.debian-multimedia.org/">jeho domácí stránky</ulink>.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
55 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
56 </sect2>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
57
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
58 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
59
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
60 <sect2 id="rpm">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
61 <title>Balení RPM</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
62
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
63 <para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
64 Dominik Mierzejewski udržuje oficiální RPM balíčky
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
65 <application>MPlayer</application>u pro Fedora Core. Ty jsou dostupné
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
66 z <ulink url="http://rpm.livna.org/">repozitáře</ulink>.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
67 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
68
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
69 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
70 RPM balíčky pro Mandrake/Mandriva jsou dostupné z
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
71 <ulink url="http://plf.zarb.org/">P.L.F.</ulink>.
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
72 SuSE zařadilo do své distribuce zmrzačenou verzi
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
73 <application>MPlayer</application>u. V posledních verzích ji odstranili. Funkční
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
74 RPM naleznete na
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
75 <ulink url="http://packman.links2linux.de/?action=128">links2linux.de</ulink>.
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
76 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
77 </sect2>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
78
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
79 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
80
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
81 <sect2 id="arm">
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
82 <title>ARM</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
83
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
84 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
85 <application>MPlayer</application> pracuje na Linuxových PDA s ARM CPU např.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
86 Sharp Zaurus, Compaq Ipaq. Nejjednodušší způsob jak si opatřit
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
87 <application>MPlayer</application> je, stáhnout si jej z některého
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
88 <ulink url="http://www.openzaurus.org">OpenZaurus</ulink> balíčkového kanálu.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
89 Pokud si jej chcete skompilovat sami, měli byste nahlédnout do adresáře
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
90 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/mplayer?nav=index.html|src/.|src/packages">mplayer</ulink>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
91 a
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
92 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/libavcodec?nav=index.html|src/.|src/packages">libavcodec</ulink>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
93 v buildroot OpenZaurus distribuce. Zde mají vždy poslední Makefile a patche používané
20540
91c99853793c Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents: 20529
diff changeset
94 pro sestavení SVN verze <application>MPlayer</application>u.
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
95 Pokud potřebujete GUI rozhraní, můžete použít xmms-embedded.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
96 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
97 </sect2>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
98 </sect1>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
99
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
100
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
101 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
102
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
103
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
104 <sect1 id="bsd">
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
105 <title>*BSD</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
106
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
107 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
108 <application>MPlayer</application> běží na všech známých BSD verzích.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
109 Existují portované/pkgsrc/fink/atd verze
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
110 <application>MPlayer</application>u, které lze pravděpodobně snadněji použít,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
111 než naše surové zdrojové kódy.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
112 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
113
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
114 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
115 K sestavení <application>MPlayer</application>u budete potřebovat GNU make
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
116 (gmake - nativní BSD make nebude pracovat) a současnou verzi binutils.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
117 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
118
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
119 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
120 Pokud si <application>MPlayer</application> stěžuje, že nemůže najít
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
121 <filename>/dev/cdrom</filename> nebo <filename>/dev/dvd</filename>,
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
122 vytvořte příslušný symbolický link:
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
123 <screen>ln -s /dev/<replaceable>vaše_cdrom_zařízení</replaceable> /dev/cdrom</screen>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
124 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
125
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
126 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
127 Chcete-li používat Win32 DLL v <application>MPlayer</application>u, budete muset
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
128 rekompilovat jádro s volbou "<envar>USER_LDT</envar>"
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
129 (pokud nepoužíváte FreeBSD-CURRENT, kde je to výchozí).
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
130 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
131
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
132 <!-- ********** -->
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
133
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
134 <sect2 id="freebsd">
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
135 <title>FreeBSD</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
136
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
137 <para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
138 Pokud váš procesor má SSE, rekompilujte jádro s
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
139 "<envar>options CPU_ENABLE_SSE</envar>" (vyžaduje FreeBSD-STABLE nebo patche
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
140 do jádra).
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
141 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
142 </sect2>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
143
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
144 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
145
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
146 <sect2 id="openbsd">
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
147 <title>OpenBSD</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
148
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
149 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
150 Vzhledem k omezením v různých verzích gas (GNU assembleru &ndash; pozn. překl.)
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
151 (relokace vs MMX), budete muset kompilovat ve dvou krocích:
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
152 Nejprve se ujistěte že je nenativní as jako první ve vaší <envar>$PATH</envar>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
153 a proveďte <command>gmake -k</command>, pak zajistěte, aby se použila nativní
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
154 verze a proveďte <command>gmake</command>.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
155 </para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
156
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
157 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
158 Od OpenBSD 3.4 není již výše uvedená metoda potřeba.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
159 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
160 </sect2>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
161
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
162 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
163
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
164 <sect2 id="darwin">
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
165 <title>Darwin</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
166
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
167 <para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
168 Viz sekce <link linkend="macos">Mac OS</link>.
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
169 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
170 </sect2>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
171 </sect1>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
172
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
173
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
174 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
175
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
176
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
177 <sect1 id="unix">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
178 <title>Komerční Unix</title>
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
179
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
180 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
181 <application>MPlayer</application> byl portován na mnoho komerčních variant
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
182 Unixu. Jelikož vývojová prostředí na těchto systémech bývají odlišná od těch
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
183 na svobodných Unixech, budete muset provést ruční úpravy, aby se kompilace
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
184 povedla.
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
185 </para>
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
186
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
187 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
188
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
189 <sect2 id="solaris">
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
190 <title>Solaris</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
191
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
192 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
193 <application>MPlayer</application> by měl běžet na Solarisu 2.6 nebo novějším.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
194 Použijte SUN audio rozhraní pomocí volby <option>-ao sun</option> pro přehrávání
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
195 zvuku.
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
196 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
197
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
198 <para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
199 Na <emphasis role="bold">UltraSPARC</emphasis>ích,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
200 <application>MPlayer</application> využívá jejich rozšíření
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
201 <emphasis role="bold">VIS</emphasis>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
202 (ekvivalentní MMX), zatím jen v
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
203 <systemitem class="library">libmpeg2</systemitem>,
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
204 <systemitem class="library">libvo</systemitem>
15677
5aae2e679c4c SPARC section translation
jheryan
parents: 15496
diff changeset
205 a <systemitem class="library">libavcodec</systemitem>, ale nikoli v
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
206 <systemitem class="library">mp3lib</systemitem>. Můžete přehrávat VOB soubor
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
207 na 400MHz CPU. Budete k tomu potřebovat nainstalovanou
15677
5aae2e679c4c SPARC section translation
jheryan
parents: 15496
diff changeset
208 <ulink url="http://www.sun.com/sparc/vis/mediaLib.html"><systemitem class="library">mLib</systemitem></ulink>.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
209 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
210
18892
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
211 <para><emphasis role="bold">Caveat:</emphasis></para>
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
212 <itemizedlist>
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
213 <listitem><para>Podpora <emphasis role="bold">mediaLib</emphasis> je
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
214 <emphasis role="bold">v současnosti vypnutá</emphasis> ve výchozím nastavení
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
215 <application>MPlayer</application>u kvůli chybovosti. Uživatelé SPARCu
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
216 překládající MPlayer s podporou mediaLib hlásili tlustý zelený pruh
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
217 v libavcodecem enkódovaném a dekódovaném videu. Pokud chcete, můžete si ji
18892
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
218 zapnout:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
219 <screen>./configure --enable-mlib</screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
220 Děláte to na vlastní nebezpečí. Uživatelé x86 by
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
221 <emphasis role="bold">nikdy</emphasis> neměli používat mediaLib, jelikož
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
222 vede k velmi slabému výkonu MPlayeru.
18892
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
223 </para></listitem>
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
224 </itemizedlist>
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
225
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
226 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
227 Pro kompilaci balíku budete potřebovat GNU <application>make</application>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
228 (<filename>gmake</filename>, <filename>/opt/sfw/gmake</filename>), jelikož
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
229 nativní make Solarisu nebude pracovat. Typickou chybou kompilace s make
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
230 Solarisu namísto GNU make je:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
231 <screen>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
232 % /usr/ccs/bin/make
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
233 make: Fatal error in reader: Makefile, line 25: Unexpected end of line seen
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
234 </screen>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
235 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
236
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
237 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
238 Na Solarisu SPARC, potřebujete GNU C/C++ Compiler; nezáleží na tom, zda je
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
239 GNU C/C++ compiler konfigurován s nebo bez GNU assembleru.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
240 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
241
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
242 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
243 Na Solarisu x86, potřebujete GNU assembler a GNU C/C++ compiler,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
244 konfigurovaný pro použití GNU assembleru! Kód <application>MPlayer</application>u
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
245 na platformě x86 intenzivně používá MMX, SSE a 3DNOW! instrukce,
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
246 které nemůže být kompilovány Sun assemblerem
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
247 <filename>/usr/ccs/bin/as</filename>.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
248 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
249
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
250 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
251 Skript <filename>configure</filename> zkouší zjistit, který assembler je použitý
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
252 vaším příkazem "gcc" (v případě že autodetekce selže, použijte volbu
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
253 <option>--as=<replaceable>/kdekoli/máte/nainstalován/gnu-as</replaceable></option>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
254 pro nastavení <filename>configure</filename> skriptu tak, aby našel GNU
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
255 "as" na vašem systému).
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
256 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
257
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
258 <para>Řešení běžných potíží:</para>
18892
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
259 <itemizedlist>
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
260 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
261 Chybová zpráva z <filename>configure</filename> na systému Solaris x86
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
262 s použitím GCC bez GNU assembleru:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
263 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
264 % configure
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
265 ...
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
266 Checking assembler (/usr/ccs/bin/as) ... , failed
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
267 Please upgrade(downgrade) binutils to 2.10.1...<!--
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
268 --></screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
269 (Řešení: Nainstalujte a použijte gcc konfigurovaný s
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
270 <option>--with-as=gas</option>)
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
271 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
272
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
273 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
274 Typická chyba, kterou dostanete při kompilaci pomocí GNU C kompilátoru, který
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
275 nepoužívá GNU as:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
276 <screen>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
277 % gmake
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
278 ...
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
279 gcc -c -Iloader -Ilibvo -O4 -march=i686 -mcpu=i686 -pipe -ffast-math
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
280 -fomit-frame-pointer -I/usr/local/include -o mplayer.o mplayer.c
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
281 Assembler: mplayer.c
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
282 "(stdin)", line 3567 : Illegal mnemonic
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
283 "(stdin)", line 3567 : Syntax error
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
284 ... more "Illegal mnemonic" and "Syntax error" errors ...
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
285 </screen>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
286 </para>
18892
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
287 </listitem>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
288
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
289 <listitem><para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
290 <application>MPlayer</application> může zhavarovat (segfault),
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
291 pokud dekódujete nebo enkódujete video používající win32 kodeky:
18892
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
292 <screen>
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
293 ...
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
294 Trying to force audio codec driver family acm...
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
295 Opening audio decoder: [acm] Win32/ACM decoders
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
296 sysi86(SI86DSCR): Invalid argument
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
297 Couldn't install fs segment, expect segfault
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
298
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
299
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
300 MPlayer interrupted by signal 11 in module: init_audio_codec
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
301 ...<!--
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
302 --></screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
303 To díky změně na sysi86() ve verzích Solaris 10 a před-Solaris
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
304 Nevada b31. V Solaris Nevada b32 to bylo opraveno;
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
305 Sun však ještě musí portovat opravu do Solaris 10. MPlayer
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
306 Project upozornil Sun na tento problém a záplata pro Solaris 10
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
307 je v současnosti rozpracována. Více informací o této chybě naleznete
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
308 na:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
309 <ulink
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
310 url="http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6308413"/>.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
311 </para></listitem>
18892
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
312
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
313 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
314 Díky chybám v Solarisu 8,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
315 nemůžete přehrávat DVD disky větší než 4 GB:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
316 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
317
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
318 <itemizedlist>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
319 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
320 Ovladač sd(7D) na Solarisu 8 x86 má chybu v přístupu k diskovému bloku >4GB
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
321 na zařízeních, které mají logical blocksize != DEV_BSIZE (čili CD-ROM a DVD média).
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
322 Díky 32Bit int overflow, dostanete přístupovou diskovou adresu modulo 4GB
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
323 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22516"/>).
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
324 Tento problém neexistuje ve SPARC verzi Solarisu 8.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
325 </para></listitem>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
326
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
327 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
328 Podobná chyba je i v kódu systému souborů hsfs(7FS) (AKA ISO9660),
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
329 hsfs nemusí podporovat oddíly/disky větší než 4GB, ke všem datům je přistupováno
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
330 modulo 4GB
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
331 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22592"/>).
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
332 Problém hsfs může být odstraněn nainstalováním
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
333 patche 109764-04 (sparc) / 109765-04 (x86).
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
334 </para></listitem>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
335 </itemizedlist>
18892
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
336 </listitem>
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
337 </itemizedlist>
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
338 </sect2>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
339
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
340 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
341
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
342 <sect2 id="irix">
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
343 <title>IRIX</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
344
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
345 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
346 Můžete buď zkusit nainstalovat program GNU install a (pokud jste si ho
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
347 nedali do globální cesty) odkázat na jeho umístění pomocí:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
348 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
349 ./configure --with-install=<replaceable>/cesta/a/název/programu/install</replaceable>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
350 </screen>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
351 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
352
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
353 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
354 nebo můžete použít výchozí install dodávaný s IRIXem 6.5. V tom případě
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
355 budete muset ručně upravit <filename>Makefile</filename>.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
356 Změňte následující dva řádky:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
357 <programlisting>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
358 $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
359
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
360 $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
361 </programlisting>
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
362 na:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
363 <programlisting>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
364 $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
365
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
366 $(INSTALL) -m 644 codecs.conf $(CONFDIR)/
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
367 </programlisting>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
368 Pak spusťte (z adresáře se zdrojovými kódy <application>MPlayer</application>u):
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
369 <screen>cp DOCS/mplayer.1 . ; cp etc/codecs.conf .</screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
370 a pokračujte kompilací a instalací.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
371 </para>
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
372 </sect2>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
373
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
374 <!-- ********** -->
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
375
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
376 <sect2 id="hp-ux">
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
377 <title>HP-UX</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
378
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
379 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
380 Joe Page hostuje podrobné HP-UX <application>MPlayer</application>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
381 <ulink url="http://users.rcn.com/joepage/mplayer_on_hpux11.htm">HOWTO</ulink>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
382 od Martina Ganssera na jeho domácí stránce. Podle těchto instrukcí by kompilace
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
383 měla proběhnout bez potíží. Následující informace jsou vytaženy ze zmíněného
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
384 HOWTO.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
385 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
386
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
387 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
388 Potřebujete GCC 3.4.0 nebo pozdější, GNU make 3.80 nebo pozdější a SDL 1.2.7 nebo pozdější.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
389 HP cc nevytvoří funkční program, předchozí verze GCC jsou chybové.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
390 Pro funkci OpenGL musíte nainstalovat Mesa a video rozhraní gl a gl2 by měly
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
391 pracovat. Jejich rychlost však může být velmi malá, podle rychlosti CPU.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
392 Dobrou náhradou za spíše slabý nativní HP-UX systém je GNU esound.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
393 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
394
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
395 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
396 Vytvořte DVD zařízení průzkumem SCSI pomocí:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
397
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
398 <screen>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
399 # ioscan -fn
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
400
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
401 Class I H/W Path Driver S/W State H/W Type Description
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
402 ...
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
403 ext_bus 1 8/16/5 c720 CLAIMED INTERFACE Built-in SCSI
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
404 target 3 8/16/5.2 tgt CLAIMED DEVICE
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
405 disk 4 8/16/5.<emphasis role="bold">2</emphasis>.<emphasis role="bold">0</emphasis> sdisk CLAIMED DEVICE <emphasis role="bold">PIONEER DVD-ROM DVD-305</emphasis>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
406 /dev/dsk/c1t2d0 <emphasis role="bold">/dev/rdsk/c1t2d0</emphasis>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
407 target 4 8/16/5.7 tgt CLAIMED DEVICE
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
408 ctl <emphasis role="bold">1</emphasis> 8/16/5.7.0 sctl CLAIMED DEVICE Initiator
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
409 /dev/rscsi/c1t7d0 /dev/rscsi/c1t7l0 /dev/scsi/c1t7l0
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
410 ...
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
411 </screen>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
412
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
413 Výstup na obrazovce ukazuje Pioneer DVD-ROM na SCSI adrese 2.
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
414 Instance karty pro hardwarovou cestu 8/16 je 1.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
415 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
416
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
417 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
418 Vytvořte link ze surového zařízení na DVD zařízení.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
419 <screen>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
420 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>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
421 </screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
422 Příklad:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
423 <screen>ln -s /dev/rdsk/c1t2d0 /dev/dvd</screen>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
424 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
425
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
426 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
427 Níže uvádíme řešení některých běžných problémů:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
428
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
429 <itemizedlist>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
430 <listitem>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
431 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
432 Spadne při startu s hlášením:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
433 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
434 /usr/lib/dld.sl: Unresolved symbol: finite (code) from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/../../../libGL.sl<!--
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
435 --></screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
436 </para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
437 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
438 To znamená, že funkce <systemitem>.finite().</systemitem> není
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
439 dostupná ve standardní HP-UX matematické knihovně.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
440 Místo ní je zde <systemitem>.isfinite().</systemitem>.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
441 Řešení: Použijte poslední Mesa depot soubor.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
442 </para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
443 </listitem>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
444
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
445 <listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
446 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
447 Spadne při přehrávání s hlášením:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
448 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
449 /usr/lib/dld.sl: Unresolved symbol: sem_init (code) from /usr/local/lib/libSDL-1.2.sl.0<!--
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
450 --></screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
451 </para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
452 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
453 Řešení: Použijte volbu extralibdir v configure
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
454 <option>--with-extralibdir="/usr/lib -lrt"</option>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
455 </para>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
456 </listitem>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
457
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
458 <listitem>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
459 <para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
460 MPlayer havaruje (segfault) s hlášením:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
461 <screen>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
462 Pid 10166 received a SIGSEGV for stack growth failure.
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
463 Possible causes: insufficient memory or swap space, or stack size exceeded maxssiz.
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
464 Segmentation fault<!--
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
465 --></screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
466 </para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
467 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
468 Řešení:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
469 HP-UX kernel má výchozí velikost zásobníku 8MB(?) na proces.(11.0 a
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
470 novější 10.20 patche vám umožní zvýšit <systemitem>maxssiz</systemitem> až na
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
471 350MB pro 32-bit programy). Musíte zvětšit
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
472 <systemitem>maxssiz</systemitem> a rekompilovat kernel (a restartovat).
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
473 Pro tento účel můžete použít SAM.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
474 (Když už to budete dělat, ověřte parametr <systemitem>maxdsiz</systemitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
475 pro maximální množství paměti, které může program použít.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
476 Závisí na vašich aplikacích, jestli je výchozích 64MB dost nebo ne.)
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
477 </para>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
478 </listitem>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
479 </itemizedlist>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
480 </para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
481 </sect2>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
482
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
483 <!-- ********** -->
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
484
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
485 <sect2 id="aix">
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
486 <title>AIX</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
487
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
488 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
489 <application>MPlayer</application> lze úspěšně přeložit na AIX 5.1,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
490 5.2 a 5.3, pomocí GCC 3.3 nebo vyšší. Kompilace
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
491 <application>MPlayer</application>u na AIX 4.3.3 a nížsích nebyla
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
492 testována. Velmi doporučujeme kompilovat
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
493 <application>MPlayer</application> pomocí GCC 3.4 nebo vašší,
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
494 nebo pokud kompilujete na
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
495 POWER5, vyžaduje se GCC 4.0.
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
496 </para>
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
497
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
498 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
499 Ujistěte se, že používáte GNU make
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
500 (<filename>/opt/freeware/bin/gmake</filename>) pro sestavení
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
501 <application>MPlayer</application>u, jelikož při použití
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
502 <filename>/usr/ccs/bin/make</filename> budete mít problémy.
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
503 </para>
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
504
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
505 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
506 Detekce procesoru je stále nedokončena.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
507 Testovány byly následující architektury:
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
508 </para>
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
509
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
510 <itemizedlist>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
511 <listitem><para>604e</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
512 <listitem><para>POWER3</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
513 <listitem><para>POWER4</para></listitem>
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
514 </itemizedlist>
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
515
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
516 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
517 Následující architektury nebyly testovány, ale měly by pracovat:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
518 <itemizedlist>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
519 <listitem><para>POWER</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
520 <listitem><para>POWER2</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
521 <listitem><para>POWER5</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
522 </itemizedlist>
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
523 </para>
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
524 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
525 Zvuk přes Ultimedia Services není podporován, jelikož Ultimedia byla
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
526 opuštěna v AIX 5.1; tudíš je jedinou možností použití ovladačů AIX Open
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
527 Sound System (OSS) od 4Front Technologies z
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
528 <ulink url="http://www.opensound.com/aix.html">http://www.opensound.com/aix.html</ulink>.
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
529 4Front Technologies volně poskytuje OSS ovladače pro AIX 5.1 pro
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
530 nekomerční použití; zatím však neexistují zvukové ovladače
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
531 pro AIX 5.2 nebo 5.3. To znamená, že <emphasis role="bold">AIX 5.2
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
532 a 5.3 nejsou nyní schopny provozovat MPlayer se zvukem.</emphasis>
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
533 </para>
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
534
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
535 <para>Řešení běžných potíží:</para>
18892
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
536
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
537 <itemizedlist>
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
538 <listitem>
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
539 <para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
540 Pokud dostanete tuto chybovou hlášku z <filename>configure</filename>:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
541 <screen>
18892
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
542 $ ./configure
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
543 ...
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
544 Checking for iconv program ... no
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
545 No working iconv program found, use
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
546 --charset=US-ASCII to continue anyway.
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
547 Messages in the GTK-2 interface will be broken then.<!--
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
548 --></screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
549 To proto, že AIX používá nestandardní názvy znakových sad; proto
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
550 konverze výstupu MPlayeru do jiné znakové sady není zatím podporována.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
551 Řešením je:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
552 <screen>$ ./configure --charset=noconv</screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
553 </para>
18892
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
554 </listitem>
d851f1841bc8 Sync to svn up to 27.6.2006
jheryan
parents: 18276
diff changeset
555 </itemizedlist>
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
556 </sect2>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
557 </sect1>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
558
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
559
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
560 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
561
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
562
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
563 <sect1 id="windows">
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
564 <title>Windows</title>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
565
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
566 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
567 Ano, <application>MPlayer</application> běží na Windows pod
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
568 <ulink url="http://www.cygwin.com/"><application>Cygwin</application></ulink> a
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
569 <ulink url="http://www.mingw.org/"><application>MinGW</application></ulink>.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
570 Nemá zatím oficiální GUI, ale verze pro příkazový řádek je plně funkční.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
571 Měli byste navštívit konferenci
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
572 <ulink url="http://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">MPlayer-cygwin</ulink>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
573 pro pomoc a poslední informace.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
574 Oficiální Windows binárky naleznete na
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
575 <ulink url="http://www.mplayerhq.hu/design7/dload.html">download stránce</ulink>.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
576 Instalátor a jednoduché GUI frontendy jsou dostupné z externích zdrojů.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
577 Odkazy na ně jsme umístili v sekci Windows na naší
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
578 <ulink url="http://www.mplayerhq.hu/design7/projects.html#windows">stránce s
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
579 projekty</ulink>.
18276
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
580 </para>
87b68f46756e Synced with 1.80
jheryan
parents: 17706
diff changeset
581
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
582 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
583 Pokud se chcete vyhnout použití příkazové řádky, můžete použít malý trik
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
584 s umístěním zástupce na pracovní plochu, který bude obsahovat v sekci
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
585 spuštění něco takového:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
586 <screen><replaceable>c:\cesta\k\</replaceable>mplayer.exe %1</screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
587 To nechá <application>MPlayer</application> přehrát jakýkoli film, který je
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
588 přetažen na zástupce. Přidejte <option>-fs</option> pro celoobrazovkový
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
589 režim.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
590 </para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
591
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
592 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
593 Nejlepších výsledků dosáhnete použitím nativního DirectX video rozhraní
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
594 (<option>-vo directx</option>). Alternativami jsou OpenGL a SDL, ale výkon
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
595 OpenGL se velmi různí na jednotlivých systémech a o SDL je známo, že na
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
596 některých systémech drobí video nebo padá. Pokud je obraz rozsypán, zkuste
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
597 vypnout hardwarovou akceleraci pomocí
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
598 <option>-vo directx:noaccel</option>. Stáhněte si
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
599 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/contrib/dx7headers.tgz">hlavičkové soubory DirectX 7</ulink>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
600 pro kompilaci výstupního rozhraní DirectX. Navíc budete muset mít
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
601 nainstalovány DirectX 7 nebo vyšší, aby rozhraní pracovalo.
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
602 </para>
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
603
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
604 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
605 <link linkend="vidix">VIDIX</link> nyní pracuje pod Windows jako
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
606 <option>-vo winvidix</option>, ačkoli je stále experimentální
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
607 a vyžaduje trochu manuálního nastavování. Stáhněte si
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
608 <ulink
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
609 url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/dhahelper.sys">dhahelper.sys</ulink> nebo
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
610 <ulink
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
611 url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/withmtrr/dhahelper.sys">dhahelper.sys (s podporou MTRR)</ulink>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
612 a zkopírujte jej do adresáře
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
613 <filename class="directory">libdha/dhahelperwin</filename> ve svém stromě se
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
614 zdrojovými kódy <application>MPlayer</application>u.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
615 Otevřete konzoli a přesuňte se do tohoto adresáře. Pak zadejte
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
616 <screen>gcc -o dhasetup.exe dhasetup.c</screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
617 a spusťte
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
618 <screen>dhasetup.exe install</screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
619 jako Administrator. Pak budete muset restartovat. Jakmile budete hotovi,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
620 zkopírujte <systemitem class="library">.so</systemitem> soubory z
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
621 <filename class="directory">vidix/drivers</filename> do adresáře
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
622 <filename class="directory">mplayer/vidix</filename>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
623 relativního k vašemu <filename>mplayer.exe</filename>.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
624 </para>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
625
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
626 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
627 Pro nejlepší výsledky by měl <application>MPlayer</application> používat
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
628 barevný prostor, který podporuje vaše video karta v hardware. Naneštěstí
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
629 některé Windows ovladače grafických karet špatně hlásí některé barevné
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
630 prostory jako podporované v hardware. Chcete-li zjistit které, zkuste
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
631 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
632 mplayer -benchmark -nosound -frames 100 -vf format=<replaceable>barevny_prostor</replaceable> <replaceable>film</replaceable>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
633 </screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
634 kde <replaceable>barevny_prostor</replaceable> může být barevný prostor
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
635 vypsaný volbou <option>-vf format=fmt=help</option>. Pokud najdete
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
636 barevný prostor, který vaše karta zvládá zjevně špatně,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
637 <option>-vf noformat=<replaceable>barevny_prostor</replaceable></option>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
638 zakáže jeho použití. Přidejte si to do vašeho konfig souboru, aby zůstal
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
639 zakázán natrvalo.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
640 </para>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
641
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
642 <para>Pro Windows máme k dispozici speciální balíčky kodeků na naší
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
643 <ulink url="http://www.mplayerhq.hu/design7/dload.html">download stránce</ulink>,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
644 abyste mohli přehrávat formáty, pro které zatím není nativní podpora.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
645 Umístěte kodeky někde do cesty (path), nebo přidejte
20546
d66105346fb9 --with-codecsdir --> --codecsdir
diego
parents: 20540
diff changeset
646 <option>--codecsdir=<replaceable>c:/cesta/ke/kodekům</replaceable></option>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
647 (případně
20546
d66105346fb9 --with-codecsdir --> --codecsdir
diego
parents: 20540
diff changeset
648 <option>--codecsdir=<replaceable>/cesta/ke/kodekům</replaceable></option>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
649 používate-li <application>Cygwin</application>) do <filename>configure</filename>.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
650 Máme několik zpráv, že Real DLL musí mít práva zápisu pro uživatele, který
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
651 pouští <application>MPlayer</application>, ale pouze na některých systémech (NT4).
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
652 Máte-li potíže, zkuste jim přidat právo zápisu.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
653 </para>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
654
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
655 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
656 Můžete přehrávat VCD přehráváním <filename>.DAT</filename> nebo
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
657 <filename>.MPG</filename> souborů, které Windows ukazuje na VCD. Pracuje to
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
658 takto (upravte písmeno disku vaší CD-ROM):
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
659 <screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
660 DVD pracují také, upravte <option>-dvd-device</option> na písmeno
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
661 DVD-ROM mechaniky:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
662 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
663 mplayer dvd://<replaceable>&lt;titul&gt;</replaceable> -dvd-device <replaceable>d</replaceable>:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
664 </screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
665 <application>Cygwin</application>/<application>MinGW</application>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
666 terminál je spíše pomalý. Přesměrování výstupu nebo použití volby
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
667 <option>-quiet</option> podle hlášení zvýší výkon na některých systémech.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
668 Direct rendering (<option>-dr</option>) může rovněž pomoci.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
669 Pokud je přehrávání trhané, zkuste
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
670 <option>-autosync 100</option>. Pokud vám některé z těchto voleb pomohly,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
671 měli byste si je zapsat do konfiguračního souboru.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
672 </para>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
673
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
674 <note>
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
675
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
676 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
677 Runtime CPU detekce na Windows vypíná podporu SSE kvůli opakovaným a
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
678 těžko vystopovatelným se SSE souvisejícím pádům. Pokud chcete mít podporu
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
679 SSE pod Windows, budete muset kompilovat bez runtime CPU detekce.
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
680 </para>
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
681
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
682 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
683 Máte-li Pentium 4 a dojde k pádu při použití
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
684 RealPlayer kodeků, možná budete muset vypnout podporu hyperthreading.
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
685 </para>
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
686 </note>
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
687
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
688 <!-- ********** -->
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
689
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
690 <sect2 id="cygwin">
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
691 <title><application>Cygwin</application></title>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
692
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
693 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
694 Musíte používat <application>Cygwin</application> 1.5.0 nebo vyšší,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
695 abyste mohli kompilovat <application>MPlayer</application>.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
696 </para>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
697
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
698 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
699 Hlavičkové soubory DirectX musí být rozbaleny do
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
700 <filename class="directory">/usr/include/</filename> nebo
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
701 <filename class="directory">/usr/local/include/</filename>.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
702 </para>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
703
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
704 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
705 Instrukce a soubory nutné pro běh SDL pod
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
706 <application>Cygwin</application> lze nalézt na
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
707 <ulink url="http://www.libsdl.org/extras/win32/cygwin/">libsdl stránkách</ulink>.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
708 </para>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
709 </sect2>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
710
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
711 <!-- ********** -->
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
712
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
713 <sect2 id="mingw">
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
714 <title><application>MinGW</application></title>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
715
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
716 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
717 Instalace takové verze <application>MinGW</application>, aby bylo lze
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
718 kompilovat <application>MPlayer</application> byla obtížná, ale nyní
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
719 pracuje bez dalších úprav. Jen nainstalujte <application>MinGW</application>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
720 3.1.0 nebo vyšší a MSYS 1.0.9 nebo vyšší a zvolte v MSYS postinstall, že je
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
721 <application>MinGW</application> nainstalováno.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
722 </para>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
723
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
724 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
725 Rozbalte DirectX hlavičkové soubory do
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
726 <filename class="directory">/mingw/include/</filename>.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
727 </para>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
728
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
729 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
730 Podpora MOV compressed header vyžaduje
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
731 <ulink url="http://www.gzip.org/zlib/">zlib</ulink>,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
732 kterou <application>MinGW</application> neobsahuje.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
733 Konfigurujte ji s <option>--prefix=/mingw</option> a nainstalujte
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
734 ji před kompilací <application>MPlayer</application>u.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
735 </para>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
736
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
737 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
738 Kompletní instrukce pro překlad <application>MPlayer</application>u
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
739 a potřebné knihovny naleznete v
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
740 <ulink url="http://mplayerhq.hu/MPlayer/releases/win32/contrib/MPlayer-MinGW-Howto.txt">MPlayer MinGW HOWTO</ulink>.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
741 </para>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
742 </sect2>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
743 </sect1>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
744
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
745
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
746 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
747
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
748
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
749 <sect1 id="macos">
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
750 <title>Mac OS</title>
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
751
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
752 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
753 <application>MPlayer</application> nepracuje na Mac OS verzích pod
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
754 10, ale měl by být bez úprav kompilovatelný na Mac OS X 10.2 a vyšších.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
755 Preferovaná verze kompileru je Apple verze
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
756 GCC 3.x a vyšších.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
757 Základní prostředí pro kompilaci můžete získat instalací
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
758 <ulink url="http://developer.apple.com/tools/download/">Xcode</ulink>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
759 od Apple. Máte-li Mac OS X 10.3.9 nebo pozdější a QuickTime 7
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
760 můžete použít výstupní video rozhraní <option>macosx</option>.
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
761 </para>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
762
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
763 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
764 Naneštěstí toto základní prostředí neumožňuje využít všechny
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
765 pěkné vlastnosti <application>MPlayer</application>u.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
766 Například, budete-li chtít mít zakompilovánu podporu OSD, budete
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
767 muset mít na svém stroji nainstalovány knihovny
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
768 <systemitem class="library">fontconfig</systemitem>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
769 a <systemitem class="library">freetype</systemitem>.
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
770 Narozdíl od jiných Unixů, jako je většina variant Linuxu a BSD, OS X
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
771 nemá balíčkovací systém distribuovaný se systémem.
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
772 </para>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
773
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
774 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
775 Můžete vybírat minimálně ze dvou:
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
776 <ulink url="http://fink.sourceforge.net/">Fink</ulink>u a
20540
91c99853793c Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents: 20529
diff changeset
777 <ulink url="http://www.macports.org/">MacPorts</ulink>.
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
778 Oba poskytují zhruba stejné služby (např. mnoho dostupných balíčků,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
779 řešení závislostí, schopnost jednoduše přidávat/aktualizovat/odebírat
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
780 balíčky, atp...).
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
781 Fink nabízí jak předkompilované binární balíčky, tak možnost kompilovat
20540
91c99853793c Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents: 20529
diff changeset
782 všechno ze zdrojového kódu, zatímco MacPorts nabízí pouze možnost
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
783 kompilace ze zdrojového kódu.
20540
91c99853793c Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents: 20529
diff changeset
784 Autor této příručky zvolil MacPorts z jednoduchého důvodu, že jeho
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
785 základní nastavení je mnohem lehčí.
20540
91c99853793c Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents: 20529
diff changeset
786 Pozdější příklady budou založeny na MacPorts.
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
787 </para>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
788
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
789 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
790 Například pro kompilaci <application>MPlayer</application> s podporou OSD:
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
791 <screen>sudo port install pkgconfig</screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
792 Takto nainstalujete <application>pkg-config</application>, což je systém pro správu
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
793 knihovních příznaků compile/link.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
794 <application>MPlayer</application>ův skript <systemitem>configure</systemitem> jej
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
795 používá pro správnou detekci knihoven.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
796 Pak můžete nainstalovat <application>fontconfig</application>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
797 podobným způsobem:
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
798 <screen>sudo port install fontconfig</screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
799 Následně můžete pokračovat spuštěním <application>MPlayer</application>ova
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
800 <systemitem>configure</systemitem> skriptu (ověřte proměnné prostředí
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
801 <systemitem>PKG_CONFIG_PATH</systemitem> a <systemitem>PATH</systemitem>,
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
802 aby <systemitem>configure</systemitem> našel knihovny instalované pomocí
20540
91c99853793c Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents: 20529
diff changeset
803 MacPorts):
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
804 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
805 PKG_CONFIG_PATH=/opt/local/lib/pkgconfig/ PATH=$PATH:/opt/local/bin/ ./configure
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
806 </screen>
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
807 </para>
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
808
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
809 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
810
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
811 <sect2 id="osx_gui">
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
812 <title>MPlayer OS X GUI</title>
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
813
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
814 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
815 Můžete si stáhnout nativní GUI pro <application>MPlayer</application> spolu
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
816 s předkompilovanými binárkami <application>MPlayer</application>u pro Mac OS X
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
817 z <ulink url="http://mplayerosx.sf.net/">MPlayerOSX</ulink> projektu, ale upozorňujeme:
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
818 tento projekt již není aktivní.
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
819 </para>
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
820
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
821 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
822 Naštěstí byl <application>MPlayerOSX</application> převzat členem
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
823 <application>MPlayer</application> týmu.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
824 Předváděcí verze lze stáhnout z naší
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
825 <ulink url="http://mplayerhq.hu/dload.html">download stránky</ulink>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
826 a oficiální verze by měla přijít již brzy.
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
827 </para>
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
828
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
829 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
830 Abyste mohli skompilovat <application>MPlayerOSX</application> ze zdrojového
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
831 kódu sami, budete potřebovat <systemitem>mplayerosx</systemitem>,
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
832 <systemitem>main</systemitem> a kopii
20540
91c99853793c Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents: 20529
diff changeset
833 <systemitem>main</systemitem> SVN modulu jménem
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
834 <systemitem>main_noaltivec</systemitem>.
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
835 <systemitem>mplayerosx</systemitem> je GUI nadstavba,
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
836 <systemitem>main</systemitem> je MPlayer a
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
837 <systemitem>main_noaltivec</systemitem> je MPlayer přeložený bez podpory AltiVec.
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
838 </para>
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
839
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
840 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
841 Pro stažení SVN modulů použijte:
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
842 <screen>
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
843 svn checkout svn://svn.mplayerhq.hu/mplayerosx/trunk/ mplayerosx
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
844 svn checkout svn://svn.mplayerhq.hu/mplayer/trunk/ main
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
845 </screen>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
846 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
847
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
848 <para>
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
849 Abyste skompilovali <application>MPlayerOSX</application> budete muset setavit
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
850 asi toto:
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
851 <screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
852 Adresář_se_zdrojáky_MPlayeru
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
853 |
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
854 |--->main (Zdrojový kód MPlayeru ze Subversion)
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
855 |
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
856 |--->main_noaltivec (Zdrojový kód MPlayeru ze Subversion konfigurován s --disable-altivec)
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
857 |
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
858 \--->mplayerosx (Zdrojový kód MPlayer OS X ze Subversion)
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
859 </screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
860 Nejdřív musíte skompilovat main a main_noaltivec.
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
861 </para>
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
862
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
863 <para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
864 Pro začátek, pro dosažení maximální zpětné kompatibility, nastavte
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
865 globální proměnnou:
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
866 <screen>export MACOSX_DEPLOYMENT_TARGET=10.3</screen>
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
867 </para>
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
868
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
869 <para>
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
870 Pak konfigurujte:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
871 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
872
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
873 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
874 Pokud konfigurujete pro G4 nebo pozdější CPU s podporou AltiVec, proveďte následující:
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
875 <screen>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
876 ./configure --disable-gl --disable-x11
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
877 </screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
878 Pokud konfigurujete pro stroj s G3 bez AltiVec, použijte:
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
879 <screen>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
880 ./configure --disable-gl --disable-x11 --disable-altivec
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
881 </screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
882 Možná budete muset editovat <filename>config.mak</filename> a změnit
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
883 <systemitem>-mcpu</systemitem> a <systemitem>-mtune</systemitem>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
884 z <systemitem>74XX</systemitem> na <systemitem>G3</systemitem>.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
885 </para>
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
886
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
887 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
888 Pokračujte s
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
889 <screen>make</screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
890 pak jděte do adresáře mplayerosx a napište
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
891 <screen>make dist</screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
892 To vytvoří komprimovaný <systemitem>.dmg</systemitem> archiv
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
893 s binárkou připravenou k použití.
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
894 </para>
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
895
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
896 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
897 Také lze použít projekt <application>Xcode</application> 2.1;
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
898 starý projekt pro <application>Xcode</application> 1.x
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
899 již nepracuje.
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
900 </para>
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
901 </sect2>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
902 </sect1>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
903
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
904
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
905 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
906
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
907
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
908 <sect1 id="exotic_platforms">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
909 <title>Exotické platformy</title>
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
910
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
911 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
912 <application>MPlayer</application> běží na mnoha exotických platformách,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
913 ale většina platformně závislých změn z těchto systémů nebyla přidána zpět
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
914 do hlavního zdrojového stromu.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
915 Pokyny k sestavení byste měli najít v dokumentaci pro daný systém.
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
916 </para>
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
917
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
918 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
919
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
920 <sect2 id="qnx">
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
921 <title>QNX</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
922
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
923 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
924 Musíte si stáhnout a nainstalovat SDL pro QNX. Pak spusťte
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
925 <application>MPlayer</application> s volbami <option>-vo sdl:driver=photon</option>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
926 a <option>-ao sdl:nto</option>, mělo by to být rychlé.
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
927 </para>
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
928
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
929 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
930 Výstup <option>-vo x11</option> bude ještě pomalejší než na Linuxu,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
931 jelikož QNX má pouze X <emphasis>emulaci</emphasis>, která je velmi pomalá.
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
932 </para>
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
933 </sect2>
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
934
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
935 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
936
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
937 <sect2 id="amiga">
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
938 <title>Amiga/MorphOS (GeekGadgets)</title>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
939 <para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
940 Lidé z okruhu
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
941 <ulink url="www.amigasoft.net">www.amigasoft.net</ulink>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
942 tvoří současné balíčky <application>MPlayer</application> a
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
943 <application>MEncoder</application>.
16568
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
944 </para>
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
945
78a6e833472f synced with 1.70
jheryan
parents: 15687
diff changeset
946 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
947 Nicholas Det at Genesi vytvořil velký a výkonný port <application>MPlayer
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
948 </application>u pro MorphOS. Naneštěstí je založen na verzi 0.90.
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
949 </para>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
950
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
951 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
952 Stáhněte si ji z <ulink url="http://www.morphzone.org/">MorphZone</ulink>:
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
953 <itemizedlist>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
954 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
955 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=90">
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
956 <application>MPlayer</application> 0.91 binary</ulink>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
957 </para></listitem>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
958 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
959 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=91">
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
960 <application>MPlayer</application> 0.91 source</ulink>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
961 </para></listitem>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
962 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
963 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=92">
40e794ce297d Sync to 30.3.2007
jheryan
parents: 20719
diff changeset
964 <application>MEncoder</application> 1.0pre3 binary</ulink>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
965 </para></listitem>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
966 </itemizedlist>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
967 </para>
17375
654b2a611db5 Synced with 1.76
jheryan
parents: 16568
diff changeset
968 </sect2>
15496
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
969 </sect1>
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
970
99b823247dfd Synced to 1.60
jheryan
parents:
diff changeset
971 </chapter>