annotate DOCS/xml/pl/ports.xml @ 18439:1ae44269c7a1

synced with 1.49
author gabrov
date Thu, 11 May 2006 15:12:29 +0000
parents 83c1acef76d5
children 87d755e003e7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
1 <?xml version="1.0" encoding="iso-8859-2"?>
16542
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
2 <!-- synced with 1.70 -->
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
3 <chapter id="ports" xreflabel="Ports">
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
4 <title>Porty</title>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
5
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
6 <sect1 id="linux">
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
7 <title>Linux</title>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
8 <para>
11528
663a2771d5bc wording & sync
wight
parents: 11515
diff changeset
9 Główną platformą rozwojową jest Linux x86, chociaż
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
10 <application>MPlayer</application> pracuje również na wielu innych portach
11472
320685c33d50 More style corrections. ;)
rathann
parents: 11357
diff changeset
11 tego systemu. Pakiety binarne są dostępne z kilku źródeł, jednakże
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
12 <emphasis role="bold">żaden z nich nie jest przez nas obsługiwany</emphasis>.
11472
320685c33d50 More style corrections. ;)
rathann
parents: 11357
diff changeset
13 Zgłaszaj problemy do ich opiekunów, a nie do nas.
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
14 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
15
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
16 <sect2 id="debian">
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
17 <title>Pakiety Debiana</title>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
18 <para>
14208
6ab3527bf137 additional fixes by Torinthiel and Rathann
paszczi
parents: 14194
diff changeset
19 Aby zbudować pakiet dla Debiana, wywołaj poniższe polecenie w katalogu ze źródłami
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
20 <application>MPlayera</application>:
13988
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
21
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
22 <screen>fakeroot debian/rules binary</screen>
13988
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
23
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
24 Jeśli chcesz przekazać własne opcje do skryptu configure, możesz ustawić zmienną
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
25 środowiskową <envar>DEB_BUILD_OPTIONS</envar>. Na przykład, jeśli chcesz
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
26 obsługi menu i GUI, wyglądało by to tak:
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
27
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
28 <screen>DEB_BUILD_OPTIONS="--enable-gui --enable-menu" fakeroot debian/rules binary</screen>
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
29
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
30 Możesz przekazać również niektóre zmienne do Makefile. Na przykład, jeśli chcesz
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
31 kompilować przy pomocy gcc 3.4, nawet jeśli nie jest to domyślny kompilator:
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
32
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
33 <screen>CC=gcc-3.4 DEB_BUILD_OPTIONS="--enable-gui" fakeroot debian/rules binary</screen>
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
34
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
35 Aby wyczyściś katalog ze źródłami wykonaj poniższa komendę:
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
36
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
37 <screen>fakeroot debian/rules clean</screen>
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
38
11528
663a2771d5bc wording & sync
wight
parents: 11515
diff changeset
39 Jako superużytkownik możesz zainstalować pakiet <filename>.deb</filename> tak, jak zwykle:
14139
d01bd7878ce7 language fix
paszczi
parents: 14137
diff changeset
40
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
41 <screen>dpkg -i ../mplayer_<replaceable>wersja</replaceable>.deb</screen>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
42 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
43
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
44 <para>
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
45 Christian Marillat buduje dla Debiana nieoficjalne paczki
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
46 <application>MPlayera</application>, <application>MEncodera</application>
13814
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
47 i naszych czcionek bitmapowych już przez jakiś czas, możesz je pobrać (apt-get)
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
48 z <ulink url="http://hpisi.nerim.net/">jego strony domowej</ulink>.
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
49 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
50 </sect2>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
51
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
52 <sect2 id="rpm">
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
53 <title>Pakiety RPM</title>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
54 <para>
15144
9c24be38e6c9 sync 1.62
wight
parents: 15096
diff changeset
55 Dominik Mierzejewski tworzy i opiekuje się oficjalnymi pakietami RPM
9c24be38e6c9 sync 1.62
wight
parents: 15096
diff changeset
56 <application>MPlayera</application> dla Red Hata i Fedora Core.
9c24be38e6c9 sync 1.62
wight
parents: 15096
diff changeset
57 Są one dostępne w jego
9c24be38e6c9 sync 1.62
wight
parents: 15096
diff changeset
58 <ulink url="http://rpm.greysector.net/mplayer/">repozytorium</ulink>.
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
59 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
60
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
61 <para>
16056
65acf12dc569 sync 1.66
wight
parents: 15851
diff changeset
62 RPMy dla Mandrake/Mandriva są dostępne na <ulink url="http://plf.zarb.org/">P.L.F.</ulink>.
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
63 SuSE zawierał okrojoną wersję <application>MPlayera</application> w dystrybucji.
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
64 Usunęli ją w swoich najnowszych wydaniach. W pełni funkcjonalne
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
65 pakiety możesz pobrać z
11528
663a2771d5bc wording & sync
wight
parents: 11515
diff changeset
66 <ulink url="http://packman.links2linux.de/?action=128">links2linux.de</ulink>.
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
67 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
68 </sect2>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
69
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
70 <sect2 id="arm">
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
71 <title>ARM</title>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
72 <para>
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
73 <application>MPlayer</application> działa również na PDA z procesorami ARM
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
74 działających pod kontrolą Linuksa, np. Sharp Zaurus, Compaq iPAQ.
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
75 Najprostszym sposobem, żeby uzyskać <application>MPlayera</application>,
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
76 jest pobranie go z odpowiedniego źródła pakietów (stable, testing, unstable)
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
77 z witryny <ulink url="http://www.openzaurus.org">OpenZaurus</ulink>. Jeżeli chcesz
13814
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
78 go skompilować samodzielnie, powinieneś przyjrzeć się katalogom
11828
paszczi
parents: 11803
diff changeset
79 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/mplayer?nav=index.html|src/.|src/packages">mplayera</ulink>
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
80 i biblioteki
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
81 <ulink url="http://openzaurus.bkbits.net:8080/buildroot/src/packages/libavcodec?nav=index.html|src/.|src/packages">libavcodec</ulink>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
82 w głównym katalogu źródłowym OpenZaurusa. Zawierają one najświeższe łatki
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
83 i pliki Makefile, służące do samodzielnej kompilacji
11828
paszczi
parents: 11803
diff changeset
84 <application>MPlayera</application> z <systemitem class="library">libavcodec</systemitem>.
paszczi
parents: 11803
diff changeset
85 Jeżeli potrzebujesz interfejsu GUI, możesz użyć xmms-embedded.
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
86 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
87 </sect2>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
88 </sect1>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
89
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
90 <sect1 id="bsd">
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
91 <title>*BSD</title>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
92 <para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
93 <application>MPlayer</application> działa na FreeBSD, OpenBSD, NetBSD,
11472
320685c33d50 More style corrections. ;)
rathann
parents: 11357
diff changeset
94 BSD/OS i Darwinie. Dostępne są wersje portów/pkgsrc/fink/itp., które
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
95 prawdopodobnie są łatwiejsze w instalacji, niż kompilacja ze źródeł.
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
96 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
97
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
98 <para>
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
99 Do zbudowania <application>MPlayera</application> będziesz potrzebował
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
100 GNU make (gmake - rdzenne make BSD nie zadziała) i najnowszej wersji binutils.
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
101 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
102
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
103 <para>
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
104 Jeżeli <application>MPlayer</application> nie może znaleźć
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
105 <filename>/dev/cdrom</filename> lub <filename>/dev/dvd</filename>,
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
106 stwórz odpowiednie dowiązanie symboliczne:
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
107 <screen>ln -s /dev/<replaceable>twoje_urządzenie_cdrom</replaceable> /dev/cdrom</screen>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
108 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
109
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
110 <para>
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
111 Aby używać bibliotek Win32 z <application>MPlayerem</application>, będziesz
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
112 potrzebował przekompilować jądro z opcją &quot;<envar>USER_LDT</envar>&quot;
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
113 (chyba, że używasz FreeBSD-CURRENT, tam jest domyślnie włączona).
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
114 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
115
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
116 <sect2 id="freebsd">
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
117 <title>FreeBSD</title>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
118 <para>
13814
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
119 Jeżeli Twój procesor ma rozszerzenie SSE, przekompiluj jądro z opcją
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
120 &quot;<envar>CPU_ENABLE_SSE</envar>&quot; (wymagany FreeBSD-STABLE lub łaty na jądro).
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
121 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
122 </sect2>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
123
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
124 <sect2 id="openbsd">
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
125 <title>OpenBSD</title>
11472
320685c33d50 More style corrections. ;)
rathann
parents: 11357
diff changeset
126 <para>Ze względu na ograniczenia w różnych wersjach gas (GNU assemblera - przyp. tłumacza)
320685c33d50 More style corrections. ;)
rathann
parents: 11357
diff changeset
127 (dotyczące relokacji i MMX), będziesz musiał przeprowadzić kompilację w dwóch krokach:
320685c33d50 More style corrections. ;)
rathann
parents: 11357
diff changeset
128 Po pierwsze, upewnij się, że wersja nierdzenna występuje w zmiennej <envar>$PATH</envar>
320685c33d50 More style corrections. ;)
rathann
parents: 11357
diff changeset
129 i wykonaj <command>gmake -k</command>, a następnie upewnij się, że używana jest wersja rdzenna
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
130 i wykonaj <command>gmake</command>.
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
131 </para>
13294
paszczi
parents: 13226
diff changeset
132 <para>
paszczi
parents: 13226
diff changeset
133 Powyższa metoda nie jest już potrzebna w OpenBSD 3.4.
paszczi
parents: 13226
diff changeset
134 </para>
11353
wight
parents: 11328
diff changeset
135 </sect2>
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
136
11353
wight
parents: 11328
diff changeset
137 <sect2 id="darwin">
wight
parents: 11328
diff changeset
138 <title>Darwin</title>
wight
parents: 11328
diff changeset
139 <para>
wight
parents: 11328
diff changeset
140 Zobacz rozdział <link linkend="macos">Mac OS</link>.
wight
parents: 11328
diff changeset
141 </para>
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
142 </sect2>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
143 </sect1>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
144
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
145 <sect1 id="solaris">
11353
wight
parents: 11328
diff changeset
146 <title>Sun Solaris</title>
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
147 <para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
148 <application>MPlayer</application> powinien działać na Solarisie 2.6 lub nowszym.
14676
paszczi
parents: 14545
diff changeset
149 Możesz skorzystać ze sterownika dźwięku SUN'a podająć opcję <option>-ao sun</option>.
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
150 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
151
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
152 <para>
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
153 Na <emphasis role="bold">UltraSPARCach</emphasis>,
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
154 <application>MPlayer</application> korzysta z rozszerzenia
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
155 <emphasis role="bold">VIS</emphasis> (odpowiednik MMX), obecnie tylko w
11828
paszczi
parents: 11803
diff changeset
156 <emphasis><systemitem class="library">libmpeg2</systemitem></emphasis>,
paszczi
parents: 11803
diff changeset
157 <emphasis><systemitem class="library">libavo</systemitem></emphasis> i
paszczi
parents: 11803
diff changeset
158 <emphasis><systemitem class="library">libavcodec</systemitem></emphasis>,
paszczi
parents: 11803
diff changeset
159 ale nie w <systemitem class="library">mp3lib</systemitem>. Możesz oglądać plik VOB na
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
160 procesorze z taktowaniem 400MHz. Będziesz potrzebował do tego biblioteki
11828
paszczi
parents: 11803
diff changeset
161 <ulink url="http://www.sun.com/sparc/vis/mediaLib.html">
paszczi
parents: 11803
diff changeset
162 <systemitem class="library">mLib</systemitem></ulink>.
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
163 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
164
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
165 <para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
166 Aby zbudować pakiet, będziesz potrzebował GNU <application>make</application>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
167 (<filename>gmake</filename>, <filename>/opt/sfw/gmake</filename>), rdzenne make
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
168 Solarisa nie zadziała. Typowy błąd jaki otrzymujesz, budując tym drugim zamiast GNU
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
169 make, to:
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
170 <screen>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
171 % /usr/ccs/bin/make
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
172 make: Fatal error in reader: Makefile, line 25: Unexpected end of line seen
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
173 </screen>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
174 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
175
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
176 <para>
11473
415d4ce3567f Cosmetics.
rathann
parents: 11472
diff changeset
177 W Solarisie przeznaczonym dla SPARC, potrzebujesz kompilatora GNU C/C++; nie ma
415d4ce3567f Cosmetics.
rathann
parents: 11472
diff changeset
178 znaczenia, czy jest on skonfigurowany z, czy bez GNU assemblera.
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
179 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
180
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
181 <para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
182 Na Solarisie x86, potrzebujesz GNU assemblera i kompilatora GNU C/C++,
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
183 skonfigurowanego do używania GNU assemblera! Kod
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
184 <application>MPlayera</application>, na platformie x86, w znaczący sposób korzysta
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
185 z instrukcji MMX, SSE i 3DNOW!, które nie mogą być skompilowane przy pomocy
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
186 assemblera Sun <filename>/usr/ccs/bin/as</filename>.
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
187 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
188
12554
e9b87ca3dbd5 synced with 1.43
paszczi
parents: 12508
diff changeset
189 <para>
e9b87ca3dbd5 synced with 1.43
paszczi
parents: 12508
diff changeset
190 Skrypt <filename>configure</filename> stara się określić, jaki assembler
11473
415d4ce3567f Cosmetics.
rathann
parents: 11472
diff changeset
191 wywoływany jest przez komendę &quot;gcc&quot; (jeżeli próba zakończy się fiaskiem,
11632
a51efb7a8552 synced with 1.33
paszczi
parents: 11622
diff changeset
192 użyj opcji <option>--as=<replaceable>/gdziekolwiek/zainstalowałeś/gnu-as</replaceable></option>,
a51efb7a8552 synced with 1.33
paszczi
parents: 11622
diff changeset
193 żeby określić gdzie skrypt <filename>configure</filename> może znaleźć GNU "as" w Twoim
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
194 systemie).
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
195 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
196
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
197 <para>
13814
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
198 Błąd jaki wyświetli <filename>configure</filename> na Solarisie x86, używającym GCC
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
199 bez GNU assemblera:
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
200 <screen>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
201 % configure
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
202 ...
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
203 Checking assembler (/usr/ccs/bin/as) ... , failed
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
204 Please upgrade(downgrade) binutils to 2.10.1...
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
205 </screen>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
206 (Rozwiązanie: Zainstaluj i używaj gcc skonfigurowanego z opcją <option>--with-as=gas</option>)
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
207 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
208
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
209 <para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
210 Typowy błąd, jaki otrzymasz przy próbie budowy kompilatorem GNU C, który nie używa GNU as:
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
211 <screen>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
212 % gmake
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
213 ...
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
214 gcc -c -Iloader -Ilibvo -O4 -march=i686 -mcpu=i686 -pipe -ffast-math
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
215 -fomit-frame-pointer -I/usr/local/include -o mplayer.o mplayer.c
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
216 Assembler: mplayer.c
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
217 "(stdin)", line 3567 : Illegal mnemonic
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
218 "(stdin)", line 3567 : Syntax error
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
219 ... more "Illegal mnemonic" and "Syntax error" errors ...
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
220 </screen>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
221 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
222
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
223 <para>
13814
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
224 Ze względu na błędy występujące w Solarisie 8, możesz nie być w stanie odtwarzać płyt DVD
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
225 o pojemności większej niż 4 GB:
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
226 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
227
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
228 <itemizedlist>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
229 <listitem><para>
13814
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
230 Sterownik sd(7D) dla Solarisa 8 x86 ma błąd ujawniający się przy próbie dostępu do
11528
663a2771d5bc wording & sync
wight
parents: 11515
diff changeset
231 bloku dyskowego >4GB urządzenia korzystającego z logicznego rozmiaru bloku !=DEV_BSIZE
663a2771d5bc wording & sync
wight
parents: 11515
diff changeset
232 (np. nośnik CD-ROM i DVD). Ze względu na przepełnienie 32bitowych liczb całkowitych,
663a2771d5bc wording & sync
wight
parents: 11515
diff changeset
233 odczytywany jest adres dysku modulo 4GB
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
234 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22516"/>).
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
235 Ten problem nie występuje na Solarisie 8 przeznaczonym dla procesorów SPARC.
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
236 </para></listitem>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
237
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
238 <listitem><para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
239 Podobny błąd występuje w kodzie systemu plików hsfs(7FS) (znanym jako ISO9660),
11473
415d4ce3567f Cosmetics.
rathann
parents: 11472
diff changeset
240 hsfs może nie obsługiwać partycji/dysków większych niż 4GB, wszystkie dane są
415d4ce3567f Cosmetics.
rathann
parents: 11472
diff changeset
241 odczytywane z bloku modulo 4GB
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
242 (<ulink url="http://groups.yahoo.com/group/solarisonintel/message/22592"/>).
11472
320685c33d50 More style corrections. ;)
rathann
parents: 11357
diff changeset
243 Problem może być rozwiązany przy pomocy łatki 109764-04 (sparc) / 109765-04 (x86).
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
244 </para></listitem>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
245 </itemizedlist>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
246
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
247 </sect1>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
248
11528
663a2771d5bc wording & sync
wight
parents: 11515
diff changeset
249 <sect1 id="irix">
11353
wight
parents: 11328
diff changeset
250 <title>Silicon Graphics Irix</title>
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
251 <para>
11472
320685c33d50 More style corrections. ;)
rathann
parents: 11357
diff changeset
252 Możesz albo spróbować zainstalować program GNU install i (jeżeli nie
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
253 umieściłeś go w globalnej ścieżce) wskazać go przez:
11632
a51efb7a8552 synced with 1.33
paszczi
parents: 11622
diff changeset
254 <screen>./configure --with-install=
a51efb7a8552 synced with 1.33
paszczi
parents: 11622
diff changeset
255 <replaceable>/ścieżka/i/nazwa/programu/instalacyjnego</replaceable></screen>
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
256 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
257
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
258 <para>
13814
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
259 Albo użyć domyślnego programu instalacyjnego dostarczonego z IRIX 6.5, w tym
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
260 wypadku należy ręcznie zmodyfikować plik <filename>Makefile</filename> w
11472
320685c33d50 More style corrections. ;)
rathann
parents: 11357
diff changeset
261 kilku miejscach. Zmień poniższe dwie linijki:
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
262 <programlisting>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
263 $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
264
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
265 $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
266 </programlisting>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
267 na:
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
268 <programlisting>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
269 $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
270
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
271 $(INSTALL) -m 644 codecs.conf $(CONFDIR)/
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
272 </programlisting>
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
273 A potem wykonaj (w katalogu źródłowym <application>MPlayera</application>):
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
274 <screen>cp DOCS/mplayer.1 . ; cp etc/codecs.conf .</screen>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
275 i dalej skompiluj i zainstaluj.
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
276 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
277 </sect1>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
278
14134
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
279 <sect1 id="hp-ux">
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
280 <title>HP-UX</title>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
281 <para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
282 Joe Page umieścił na swojej stronie domowej
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
283 <ulink url="http://users.rcn.com/joepage/mplayer_on_hpux11.htm">dokument
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
284 HOWTO</ulink> stworzony przez Martina Gansser'a dotyczący <application>MPlayera</application>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
285 na HP-UX. Korzystając z zawartych tam intrukcji program powinien się skompilować bez
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
286 najmniejszych problemów. Poniższe informacje są zaczerpnięte z tego opracowania.
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
287 </para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
288
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
289
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
290 <para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
291 Do budowy będziesz potrzebował GCC 3.4.0, GNU make 3.80, i SDL 1.2.7 lub ich
14139
d01bd7878ce7 language fix
paszczi
parents: 14137
diff changeset
292 nowszych wersji. Kompilator HP cc nie wyprodukuje działającego programu,
14134
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
293 a wcześniejsze wersje GCC są pełne błędów.
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
294 Aby moć skorzystać z OpenGL, musisz zainstalować biblioteki Mesa, wtedy
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
295 sterowniki wyjścia video gl i gl2 powinny działać. Ich wydajność może być
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
296 tragiczna, jednak zależne jest to od mocy obliczeniowej procesora. Dobrym
14139
d01bd7878ce7 language fix
paszczi
parents: 14137
diff changeset
297 zamiennikiem, raczej kiepskiego, systemu dźwiękowego HP-UX jest GNU esound.
14134
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
298 </para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
299
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
300 <para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
301 Stwórz urządzenie DVD, przeskanuj magistralę SCSI komendą:
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
302 </para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
303
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
304 <screen>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
305 # ioscan -fn
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
306
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
307 Class I H/W Path Driver S/W State H/W Type Description
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
308 ...
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
309 ext_bus 1 8/16/5 c720 CLAIMED INTERFACE Built-in SCSI
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
310 target 3 8/16/5.2 tgt CLAIMED DEVICE
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
311 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>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
312 /dev/dsk/c1t2d0 <emphasis role="bold">/dev/rdsk/c1t2d0</emphasis>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
313 target 4 8/16/5.7 tgt CLAIMED DEVICE
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
314 ctl <emphasis role="bold">1</emphasis> 8/16/5.7.0 sctl CLAIMED DEVICE Initiator
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
315 /dev/rscsi/c1t7d0 /dev/rscsi/c1t7l0 /dev/scsi/c1t7l0
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
316 ...
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
317 </screen>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
318
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
319 <para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
320 Z rezultatów działania komendy możemy odczytać, że na adresie 2 SCSI znajduje
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
321 się Pioneer DVD-ROM. Instancja karty dla ścieżki sprzętowej 8/16 to 1.
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
322 </para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
323
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
324 <para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
325 Stwórz dowiązanie surowego urządzenia do urządzenia DVD.
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
326 </para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
327
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
328 <screen>
14137
b38aab8dd464 sync 1.58
wight
parents: 14134
diff changeset
329 # ln -s /dev/rdsk/c<replaceable>&lt;instancja magistrali SCSI&gt;</replaceable>t<replaceable>&lt;ID docelowego SCSI&gt;</replaceable>d<replaceable>&lt;LUN&gt;</replaceable> /dev/<replaceable>&lt;urządzenie&gt;</replaceable>
14134
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
330 </screen>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
331
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
332 <para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
333 Przykład:
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
334 </para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
335
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
336 <screen>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
337 # ln -s /dev/rdsk/c1t2d0 /dev/dvd
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
338 </screen>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
339
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
340 <para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
341 Poniżej znajdują się rozwiązania kilku najczęstszych problemów:
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
342 </para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
343
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
344 <itemizedlist>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
345 <listitem>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
346 <para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
347 Wysypanie się programu przy uruchamianiu z komunikatem błędu:
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
348 <screen>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
349 /usr/lib/dld.sl: Unresolved symbol: finite (code) from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/../../../libGL.sl
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
350 </screen>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
351 </para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
352
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
353 <para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
354 Oznacza to, że funkcja <systemitem>.finite().</systemitem> jest niedostępna
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
355 w standardowej bibliotece math HP-UX.
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
356 Zamiast niej dostępna jest <systemitem>.isfinite().</systemitem>.
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
357 Rozwiązanie: Skorzystaj z najnowszego pliku składowego Mesa.
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
358 </para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
359 </listitem>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
360
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
361 <listitem>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
362 <para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
363 Wysypanie się programu przy odtwarzaniu z komunikatem:
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
364 <screen>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
365 /usr/lib/dld.sl: Unresolved symbol: sem_init (code) from /usr/local/lib/libSDL-1.2.sl.0
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
366 </screen>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
367 </para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
368
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
369 <para>
14137
b38aab8dd464 sync 1.58
wight
parents: 14134
diff changeset
370 Rozwiązanie: Skorzystaj z opcji extralibdir skryptu configure
14134
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
371 <option>--with-extralibdir="/usr/lib -lrt"</option>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
372 </para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
373 </listitem>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
374
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
375 <listitem>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
376 <para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
377 MPlayer powoduje błąd naruszenia ochrony pamięci (segfault) z komunikatem:
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
378 <screen>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
379 Pid 10166 received a SIGSEGV for stack growth failure.
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
380 Possible causes: insufficient memory or swap space, or stack size exceeded maxssiz.
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
381 Segmentation fault
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
382 </screen>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
383 </para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
384
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
385 <para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
386 Rozwiazanie:
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
387 Jądro HP-UX ma domyślnie zdefiniowany rozmiar stosu przeznaczonego na każdy
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
388 proces i jest to 8MB(?).(11.0 i nowsze łatki 10.20 pozwalają Ci zwiększyć
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
389 parametr <systemitem>maxssiz</systemitem> do 350MB dla 32-bitowych programów).
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
390 Musisz rozszerzyć <systemitem>maxssiz</systemitem> i przekompilować jądro
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
391 (i uruchomić ponownie komputer). Możesz wykorzystać do tego celu SAM. (Kiedy
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
392 w nim będziesz, sprawdź wartość <systemitem>maxdsiz</systemitem>. Określa ona
14139
d01bd7878ce7 language fix
paszczi
parents: 14137
diff changeset
393 maksymalny rozmiar danych, jaką program może użyć. To czy domyślne 64MB wystarczy
d01bd7878ce7 language fix
paszczi
parents: 14137
diff changeset
394 czy nie, zależy wyłącznie od wymagań Twoich aplikacji.)
14134
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
395 </para>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
396 </listitem>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
397 </itemizedlist>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
398
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
399 </sect1>
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
400
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
401 <sect1 id="qnx">
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
402 <title>QNX</title>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
403 <para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
404 Działa. Będziesz musiał ściągnąć bibliotekę SDL dla QNX i zainstalować ją. Wtedy
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
405 uruchom <application>MPlayera</application> a opcją <option>-vo sdl:photon</option>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
406 i <option>-ao sdl:nto</option>, powinno działać szybko.
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
407 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
408
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
409 <para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
410 Wyjście <option>-vo x11</option> będzie nawet wolniejsze niż na Linuksie,
13814
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
411 ponieważ QNX ma tylko <emphasis>emulację</emphasis> Xów, która jest bardzo
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
412 wolna. Używaj SDL.
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
413 </para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
414 </sect1>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
415
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
416 <sect1 id="windows">
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
417 <title>Windows</title>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
418
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
419 <para>Tak, <application>MPlayer</application> działa na Windowsie pod
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
420 <ulink url="http://www.cygwin.com/"><application>Cygwinem</application></ulink> i
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
421 <ulink url="http://www.mingw.org/"><application>MinGW</application></ulink>.
15470
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
422 Nie ma jeszcze oficjalnego interfejsu GUI, ale wersja dla wiersza poleceń jest już w pełni
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
423 funkcjonalna. Powinieneś sprawdzić listę
15096
122c90e8ec9c sync 1.61
wight
parents: 14676
diff changeset
424 <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">MPlayer-cygwin</ulink>,
15470
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
425 aby uzyskać pomoc albo otrzymać najnowsze informacje.
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
426 Oficjalne paczki z binariami dla Windowsa znajdziesz na
17706
83c1acef76d5 New website structure, the /homepage subdirectory is gone.
diego
parents: 16542
diff changeset
427 <ulink url="http://www.mplayerhq.hu/design7/dload.html">stronie pobierania</ulink>.
15470
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
428 Pakiety zawierające instalatory i proste nakładki GUI dostępne są z zewnętrznych
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
429 źródeł, informacje o nich zebraliśmy w sekcji poświęconej Windowsowi na
17706
83c1acef76d5 New website structure, the /homepage subdirectory is gone.
diego
parents: 16542
diff changeset
430 <ulink url="http://www.mplayerhq.hu/design7/projects.html#windows">stronie projektów</ulink>.
15470
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
431 </para>
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
432
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
433 <para>Jeżeli chcesz uniknąć korzystania z wiersza poleceń, prostym sposobem
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
434 na jego ominięcie jest umieszczenie skrótu na pulpicie, który będzie
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
435 zawierał podobny wpis w części odpowiedzialnej za wykonanie
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
436 komendy:
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
437 <screen><replaceable>c:\ścieżka\do\</replaceable>mplayer.exe %1</screen>
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
438 Spowoduje to, że <application>MPlayer</application> będzie odtwarzał
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
439 film, który zostanie przeciągnięty na jego skrót. Dodaj opcję
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
440 <option>-fs</option>, aby korzystać z trybu pełnoekranowego.
e05f48b50dd9 synced with 1.63
paszczi
parents: 15144
diff changeset
441 </para>
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
442
13814
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
443 <para>Najlepsze wyniki są osiągane ze sterownikami wyjściowymi video DirectX
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
444 (<option>-vo directx</option>) i rdzennym wyjściem dźwiękowym wave Windows
12015
paszczi
parents: 11892
diff changeset
445 (<option>-ao win32</option>). Możesz skorzystać również z OpenGL lub SDL, jednak
13516
paszczi
parents: 13458
diff changeset
446 wydajność OpenGL w znacznym stopniu zależy od systemu, a SDL może powodować powstanie
13814
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
447 zakłóceń w dźwięku i obrazie albo wywołać błąd, i zakończyć działanie programu.
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
448 Jeżeli występują zakłócenia obrazu, spróbuj
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
449 wyłączyć sprzętową akcelerację przez opcję <option>-vo directx:noaccel</option>. Ściągnij
15687
555af2796848 URL updates
diego
parents: 15470
diff changeset
450 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/contrib/dx7headers.tgz">pliki
13988
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
451 nagłówkowe DirectX 7</ulink>, żeby skompilować sterownik do wyjścia video
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
452 DirectX. Co więcej, musisz mieć zainstalowany DirectX 7 lub nowszy,
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
453 aby to wyjście zadziałało.</para>
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
454
12421
paszczi
parents: 12340
diff changeset
455 <para><link linkend="vidix">VIDIX</link> działa teraz również pod Windowsem jako
paszczi
parents: 12340
diff changeset
456 <option>-vo winvidix</option>, chociaż jego obsługa jest eksperymentalna i wymaga
paszczi
parents: 12340
diff changeset
457 trochę ręcznego przygotowania. Pobierz
15687
555af2796848 URL updates
diego
parents: 15470
diff changeset
458 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/dhahelper.sys">dhahelper.sys</ulink>
13988
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
459 lub
15687
555af2796848 URL updates
diego
parents: 15470
diff changeset
460 <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/withmtrr/dhahelper.sys">dhahelper.sys
14139
d01bd7878ce7 language fix
paszczi
parents: 14137
diff changeset
461 (z obsługą MTRR)</ulink>
12421
paszczi
parents: 12340
diff changeset
462 i skopiuj go do
paszczi
parents: 12340
diff changeset
463 <filename class="directory">libdha/dhahelperwin</filename> w drzewie źródłowym
paszczi
parents: 12340
diff changeset
464 <application>MPlayera</application>. Uruchom konsolę, następnie przejdź do tego katalogu i wykonaj
paszczi
parents: 12340
diff changeset
465
paszczi
parents: 12340
diff changeset
466 <screen>gcc -o dhasetup.exe dhasetup.c</screen>
paszczi
parents: 12340
diff changeset
467
paszczi
parents: 12340
diff changeset
468 i
paszczi
parents: 12340
diff changeset
469
paszczi
parents: 12340
diff changeset
470 <screen>dhasetup.exe install</screen>
paszczi
parents: 12340
diff changeset
471
paszczi
parents: 12340
diff changeset
472 jako Administrator. Będziesz musiał ponownie uruchomić komputer. Teraz, skopiuj wszystkie pliki
paszczi
parents: 12340
diff changeset
473 z rozszerzeniem <systemitem class="library">.so</systemitem> z katalogu
paszczi
parents: 12340
diff changeset
474 <filename class="directory">vidix/drivers</filename> do
paszczi
parents: 12340
diff changeset
475 <filename class="directory">mplayer/vidix</filename>
paszczi
parents: 12340
diff changeset
476 względem położnia pliku <filename>mplayer.exe</filename>.</para>
paszczi
parents: 12340
diff changeset
477
14208
6ab3527bf137 additional fixes by Torinthiel and Rathann
paszczi
parents: 14194
diff changeset
478 <para>Żeby osiągnąć najlepsze wyniki <application>MPlayer</application> powinien
6ab3527bf137 additional fixes by Torinthiel and Rathann
paszczi
parents: 14194
diff changeset
479 korzystać z przestrzeni kolorów, którą Twoja karta wspomaga sprzętowo. Niestety
14194
221d3909fe7e patches suggested by rathann
paszczi
parents: 14139
diff changeset
480 wiele sterowników graficznych Windowsa źle informuje o obsługiwanych przez kartę
12340
paszczi
parents: 12015
diff changeset
481 przestrzeniach. Aby sprawdzić które są źle obsługiwane, wykonaj poniższą komendę:
paszczi
parents: 12015
diff changeset
482
12421
paszczi
parents: 12340
diff changeset
483 <screen>mplayer -benchmark -nosound -frames 100 -vf format=<replaceable>przestrzeń</replaceable> <replaceable>film</replaceable></screen>
12340
paszczi
parents: 12015
diff changeset
484
paszczi
parents: 12015
diff changeset
485 gdzie <replaceable>przestrzeń</replaceable> może być jakąkolwiek
paszczi
parents: 12015
diff changeset
486 wartością spośród tych uzyskanych przez opcję <option>-vf format=fmt=help</option>.
14208
6ab3527bf137 additional fixes by Torinthiel and Rathann
paszczi
parents: 14194
diff changeset
487 Jeśli któraś z nich działa szczególnie źle, opcja
12340
paszczi
parents: 12015
diff changeset
488 <option>-vf noformat=<replaceable>przestrzeń</replaceable></option>
paszczi
parents: 12015
diff changeset
489 zapobiegnie jej używaniu. Możesz to na stałe dodać do Twojego pliku konfiguracyjnego.</para>
paszczi
parents: 12015
diff changeset
490
14676
paszczi
parents: 14545
diff changeset
491 <para>Dostępne są specjalne zbiory z kodekami przeznaczone dla systemu Windows, znajdziesz je na
17706
83c1acef76d5 New website structure, the /homepage subdirectory is gone.
diego
parents: 16542
diff changeset
492 <ulink url="http://www.mplayerhq.hu/design7/codecs.html">stronie kodeków</ulink>.
14676
paszczi
parents: 14545
diff changeset
493 Pozwolą Ci one na odtwarzanie formatów, które nie są jeszcze bezpośrednio obsługiwane w
paszczi
parents: 14545
diff changeset
494 <application>MPlayerze</application>. Umieść je, gdzieś w swojej ścieżce (w katalogu podanym w
paszczi
parents: 14545
diff changeset
495 zmiennej PATH - przyp. tłumacza) lub przekaż opcję
paszczi
parents: 14545
diff changeset
496 <option>--with-codecsdir=<replaceable>c:/ścieżka/do/Twoich/kodeków</replaceable></option>
paszczi
parents: 14545
diff changeset
497 (lub, tylko w środowkisku Cygwin,
paszczi
parents: 14545
diff changeset
498 <option>--with-codecsdir=<replaceable>/ścieżka/do/Twoich/kodeków</replaceable></option>)
paszczi
parents: 14545
diff changeset
499 do skryptu <filename>configure</filename>.
paszczi
parents: 14545
diff changeset
500 Mieliśmy doniesienia, że biblioteki Real, muszą być zapisywalne dla użytkownika, który
paszczi
parents: 14545
diff changeset
501 uruchamia <application>MPlayera</application>, ale tylko na niektórych systemach (NT4).
paszczi
parents: 14545
diff changeset
502 Spróbuj nadać im atrybut zapisywalności.</para>
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
503
12442
a5fdd848c0b7 synced with 1.41
paszczi
parents: 12421
diff changeset
504 <para>Możesz odtwarzać VCD, odtwarzając pliki <filename>.DAT</filename> lub <filename>.MPG</filename>,
a5fdd848c0b7 synced with 1.41
paszczi
parents: 12421
diff changeset
505 które Windows pokazuje na VCD. To działa mniej więcej tak (dopasuj literę dysku do Twojego
a5fdd848c0b7 synced with 1.41
paszczi
parents: 12421
diff changeset
506 CD-ROMu):</para>
a5fdd848c0b7 synced with 1.41
paszczi
parents: 12421
diff changeset
507
a5fdd848c0b7 synced with 1.41
paszczi
parents: 12421
diff changeset
508 <screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>
a5fdd848c0b7 synced with 1.41
paszczi
parents: 12421
diff changeset
509
13814
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
510 <para>DVD również działa, podaj literę Twojego DVD-ROMu przez
12442
a5fdd848c0b7 synced with 1.41
paszczi
parents: 12421
diff changeset
511 opcję <option>-dvd-device</option>:</para>
a5fdd848c0b7 synced with 1.41
paszczi
parents: 12421
diff changeset
512
a5fdd848c0b7 synced with 1.41
paszczi
parents: 12421
diff changeset
513 <screen>mplayer dvd://<replaceable>&lt;tytuł&gt;</replaceable> -dvd-device <replaceable>d</replaceable>:</screen>
a5fdd848c0b7 synced with 1.41
paszczi
parents: 12421
diff changeset
514
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
515 <para>Konsola <application>Cygwin</application>/<application>MinGW</application>
14208
6ab3527bf137 additional fixes by Torinthiel and Rathann
paszczi
parents: 14194
diff changeset
516 jest raczej wolna. Zgłoszono, że przekierowywanie wyjścia albo używanie
6ab3527bf137 additional fixes by Torinthiel and Rathann
paszczi
parents: 14194
diff changeset
517 opcji <option>-quiet</option> poprawia wydajność na
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
518 niektórych systemach. Bezpośrednie renderowanie (<option>-dr</option>) również
11472
320685c33d50 More style corrections. ;)
rathann
parents: 11357
diff changeset
519 może pomóc. Możesz zapobiec migotaniu OSD, włączając podwójne buforowanie
320685c33d50 More style corrections. ;)
rathann
parents: 11357
diff changeset
520 opcją <option>-double</option>. Jeżeli odtwarzanie jest nierówne, spróbuj użyć
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
521 <option>-autosync 100</option>. Jeżeli którakolwiek z tych opcji Ci pomogła,
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
522 może będziesz chciał umieścić ją w swoim pliku konfiguracyjnym.</para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
523
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
524 <sect2 id="cygwin">
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
525 <title><application>Cygwin</application></title>
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
526
13988
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
527 <para>Aby skompilować <application>MPlayera</application> wymagana jest wersja
8ca30ef4e093 synced with latest versions
paszczi
parents: 13814
diff changeset
528 <application>Cygwina</application> 1.5.0 lub późniejsza.</para>
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
529
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
530 <para>Pliki nagłówkowe DirectX muszą być rozpakowane do
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
531 <filename class="directory">/usr/include/</filename> lub
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
532 <filename class="directory">/usr/local/include/</filename>.</para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
533
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
534 <para>Instrukcje i pliki potrzebne do kompilacji SDLa dla <application>Cygwin</application>
13814
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
535 są dostępne na
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
536 <ulink url="http://www.libsdl.org/extras/win32/cygwin/">stronie libsdl</ulink>.</para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
537
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
538 </sect2>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
539
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
540 <sect2 id="mingw">
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
541 <title><application>MinGW</application></title>
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
542
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
543 <para>Zainstalowanie <application>MinGW</application>, który umożliwiłby
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
544 kompilację <application>MPlayera</application> było zawiłe,
13814
d8d365927f2b -sync 1.52
wight
parents: 13812
diff changeset
545 ale teraz składa się tylko z trzech prostych kroków i niedługo powinno
11549
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
546 działać "prosto z pudełka". Zainstaluj <application>MinGW</application>
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
547 3.0.0 lub nowszy. Zainstaluj MSYS 1.0.9 lub nowszy i wskaż systemowi poinstalacyjnemu
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
548 MSYSa, że <application>MinGW</application> jest zainstalowane.</para>
58d9a64ca336 Sync and some random fixes
wight
parents: 11528
diff changeset
549
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
550 <para>Rozpakuj pliki nagłówkowe DirectX do <filename class="directory">/mingw/include/</filename>.</para>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
551
12508
92c3ef3ec3c1 sync with 1.42
paszczi
parents: 12442
diff changeset
552 <para>Do obsługi skompresowanych nagłówków MOV wymagana jest biblioteka
92c3ef3ec3c1 sync with 1.42
paszczi
parents: 12442
diff changeset
553 <ulink url="http://www.gzip.org/zlib/">zlib</ulink>, która nie jest
92c3ef3ec3c1 sync with 1.42
paszczi
parents: 12442
diff changeset
554 domyślnie dostępna w <application>MinGW</application>.
92c3ef3ec3c1 sync with 1.42
paszczi
parents: 12442
diff changeset
555 Skonfiguruj ją z opcją <option>--prefix=/mingw</option> i zainstaluj
92c3ef3ec3c1 sync with 1.42
paszczi
parents: 12442
diff changeset
556 przed kompilacją <application>MPlayera</application>.</para>
92c3ef3ec3c1 sync with 1.42
paszczi
parents: 12442
diff changeset
557
15851
b239b45f3d87 synced with 1.65
paszczi
parents: 15687
diff changeset
558 <para>Pełną instrukcję jak zbudować <application>MPlayera</application>
b239b45f3d87 synced with 1.65
paszczi
parents: 15687
diff changeset
559 i wszystkie potrzebne biblioteki znajdziesz w
b239b45f3d87 synced with 1.65
paszczi
parents: 15687
diff changeset
560 <ulink url="http://mplayerhq.hu/MPlayer/releases/win32/contrib/MPlayer-MinGW-Howto.txt">MPlayer MinGW HOWTO</ulink>.</para>
12508
92c3ef3ec3c1 sync with 1.42
paszczi
parents: 12442
diff changeset
561
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
562 </sect2>
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
563
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
564 </sect1>
11353
wight
parents: 11328
diff changeset
565 <sect1 id="macos">
wight
parents: 11328
diff changeset
566 <title>Mac OS</title>
wight
parents: 11328
diff changeset
567 <para>
wight
parents: 11328
diff changeset
568 "Surowe" źródła <application>MPlayera</application> obsługują
11528
663a2771d5bc wording & sync
wight
parents: 11515
diff changeset
569 tylko Mac OS X w wersjach 10.2 i wyższych. Możesz spróbować umożliwić
11353
wight
parents: 11328
diff changeset
570 obsługę starszych wersji Mac OS oraz przysłać nam łaty!
16542
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
571 <application>MPlayer</application> powinien skompilować się bez problemu
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
572 na systemie Mac OS X 10.2 i wyższym. Zalecanym kompilatorem jest GCC 3.x w wersji
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
573 Apple, jeżeli masz Mac OS X 10.3.9 lub późniejszy i QuickTime 7, możesz
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
574 skorzystać z wyjścia video macosx.
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
575 </para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
576
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
577 <sect2 id="mplayerosx">
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
578 <title>MPlayer OS X</title>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
579
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
580 <para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
581 Możesz pobrać natywne GUI dla <application>MPlayera</application> razem
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
582 z prekompilowanymi binariami <application>MPlayera</application> dla
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
583 Mac OS X ze strony projektu
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
584 <ulink url="http://mplayerosx.sf.net/">MPlayerOSX</ulink>, ale uwaga:
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
585 projekt nie jest już aktywny.
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
586 </para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
587 <para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
588 Na szczęście, <application>MPlayerOSX</application> został przejęty
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
589 przez członka załogi <application>MPlayera</application>.
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
590 Wersje testowe są dostępne na stronie z
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
591 <ulink url="http://mplayerhq.hu/dload.html">materiałami do
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
592 pobrania</ulink>, a oficjalne wydanie powinno pojawić się już
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
593 niedługo.
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
594 </para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
595 <para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
596 Aby zbudować <application>MPlayerOSX</application> bezpośrednio
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
597 ze źródeł, potrzebujesz modułu <systemitem>mplayerosx</systemitem>,
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
598 <systemitem>main</systemitem> i kopii modułu CVS
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
599 <systemitem>main</systemitem> o nazwie
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
600 <systemitem>main_noaltivec</systemitem>.
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
601 <systemitem>mplayerosx</systemitem> to graficzna nakładka,
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
602 <systemitem>main</systemitem> to MPlayer, a
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
603 <systemitem>main_noaltivec</systemitem> to MPlayer zbudowany bez obsługi
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
604 AltiVec.
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
605
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
606 </para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
607 <para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
608 Aby pobrać moduł z repozytorium CVS wykonaj polecenia:
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
609 <screen>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
610 cvs -d:pserver:anonymous@mplayerhq.hu:/cvsroot/mplayer login
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
611 cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/mplayer co -P mplayerosx
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
612 </screen>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
613 </para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
614 <para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
615 W celu zbudowania <application>MPlayerOSX</application> będziesz musiał
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
616 utowrzyć podobną strukturę katalogów:
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
617 <screen>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
618 katalog_źródłowy_MPlayera
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
619 |
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
620 |--->main (źródła MPlayera z CVS)
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
621 |
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
622 |--->main_noaltivec (źródła MPlayera z CVS skonfigurowane z opcją --disable-altivec)
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
623 |
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
624 |--->mplayerosx (źródła MPlayer OS X z CVS)
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
625 </screen>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
626
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
627
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
628 Najpierw musisz zbudować main i main_noaltivec.
11353
wight
parents: 11328
diff changeset
629 </para>
wight
parents: 11328
diff changeset
630
wight
parents: 11328
diff changeset
631 <para>
16542
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
632 Następnie ustaw globalną zmienną:
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
633
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
634 <screen>export MACOSX_DEPLOYMENT_TARGET=10.3</screen>
11353
wight
parents: 11328
diff changeset
635 </para>
wight
parents: 11328
diff changeset
636
wight
parents: 11328
diff changeset
637 <para>
16542
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
638 Potem skonfiguruj:
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
639 </para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
640 <para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
641 Jeżeli konfigurujesz dla maszyny G4 lub lepszej z obsługą AltiVec,
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
642 postępuj jak poniżej:
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
643 <screen>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
644 ./configure --with-termcaplib=ncurses.5 --disable-gl --disable-x11
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
645 </screen>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
646
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
647 Jeżeli konfigurujesz dla maszyny z procesorem G3 bez AltiVec,
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
648 postępuj jak ponieżej:
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
649 <screen>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
650 ./configure --with-termcaplib=ncurses.5 --disable-gl --disable-x11
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
651 --disable-altivec
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
652 </screen>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
653 Być może będziesz musiał wyedytować plik <filename>config.mak</filename>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
654 i zmienić wartości <systemitem>-mcpu</systemitem>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
655 <systemitem>-mtune</systemitem> z <systemitem>-74XX</systemitem> na
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
656 <systemitem>-G3</systemitem>.
11353
wight
parents: 11328
diff changeset
657 </para>
16542
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
658 <para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
659 Następnie wykonaj
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
660 <screen>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
661 make
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
662 </screen>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
663 przejdź do katalogu mplayerosx i wpisz
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
664
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
665 <screen>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
666 make dist
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
667 </screen>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
668 Zostanie utworzony skompresowany obraz <systemitem>.dmg</systemitem>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
669 zawierający gotowy do uruchomienia program.
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
670 </para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
671 <para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
672 Możes również skorzystać z projektu <application>Xcode</application> 2.1;
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
673 stary projekt dla <application>Xcode</application> 1.x już nie działa.
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
674
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
675 </para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
676 </sect2>
11353
wight
parents: 11328
diff changeset
677 </sect1>
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
678
11615
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
679 <sect1 id="amiga">
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
680 <title>Amiga/MorphOS (zabawki dla zapaleńców)</title>
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
681 <para>
16542
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
682 Ludzie z <ulink url="www.amigasoft.net">www.amigasoft.net</ulink>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
683 tworzą aktualne paczki z <application>MPlayerem</application> i
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
684 <application>MEncoderem</application>.
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
685 </para>
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
686
e66574615668 synced with 1.70
paszczi
parents: 16056
diff changeset
687 <para>
11615
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
688 Nicholas Det at Genesi stworzył potężny port <application>MPlayera
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
689 </application> dla MorphOS. Niestety oparty jest on o serię 0.90.
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
690 </para>
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
691
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
692 <para>
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
693 Pobierz go z <ulink url="http://www.morphzone.org/">MorphZone</ulink>:
11622
f6e35cdf1818 synced with 1.32
paszczi
parents: 11616
diff changeset
694 <itemizedlist>
f6e35cdf1818 synced with 1.32
paszczi
parents: 11616
diff changeset
695 <listitem><para>
11615
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
696 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=90">
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
697 pakiet binarny <application>MPlayer</application> 0.91</ulink>
11622
f6e35cdf1818 synced with 1.32
paszczi
parents: 11616
diff changeset
698 </para></listitem>
f6e35cdf1818 synced with 1.32
paszczi
parents: 11616
diff changeset
699 <listitem><para>
11615
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
700 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=91">
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
701 źródła <application>MPlayera</application> 0.91</ulink>
11622
f6e35cdf1818 synced with 1.32
paszczi
parents: 11616
diff changeset
702 </para></listitem>
f6e35cdf1818 synced with 1.32
paszczi
parents: 11616
diff changeset
703 <listitem><para>
14134
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
704 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=92">
8c839bb8a076 sync + random fixes
paszczi
parents: 14067
diff changeset
705 pakiet binarny <application>MEncodera</application> 1.0pre3</ulink>
11622
f6e35cdf1818 synced with 1.32
paszczi
parents: 11616
diff changeset
706 </para></listitem>
f6e35cdf1818 synced with 1.32
paszczi
parents: 11616
diff changeset
707 </itemizedlist>
11615
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
708 </para>
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
709 </sect1>
a7629ff4ba7d sync with 1.30 and 1.31
paszczi
parents: 11556
diff changeset
710
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
711 </chapter>