[MPlayer-translations] CVS: main/DOCS/xml/cs ports.xml,1.6,1.7

Jiri Heryan CVS syncmail at mplayerhq.hu
Tue Apr 25 15:25:35 CEST 2006


CVS change done by Jiri Heryan CVS

Update of /cvsroot/mplayer/main/DOCS/xml/cs
In directory mail:/var2/tmp/cvs-serv28961/DOCS/xml/cs

Modified Files:
	ports.xml 
Log Message:
Synced with 1.80

Index: ports.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/cs/ports.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ports.xml	1 Mar 2006 10:01:39 -0000	1.6
+++ ports.xml	25 Apr 2006 13:25:33 -0000	1.7
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- Synced with: 1.76 -->
+<!-- Synced with: 1.80 -->
 <chapter id="ports" xreflabel="Ports">
 <title>Porty</title>
 
@@ -261,29 +261,29 @@
 <sect2 id="irix">
 <title>IRIX</title>
 <para>
-You can either try to install the GNU install program, and (if you did
-not put it in your global path) then point to the location with:
-<screen>./configure --with-install=<replaceable>/path/and/name/of/install</replaceable></screen>
+Mù¾ete buï zkusit nainstalovat program GNU install a (pokud jste si ho
+nedali do globální cesty) odkázat na jeho umístìní pomocí:
+<screen>./configure --with-install=<replaceable>/cesta/a/název/programu/install</replaceable></screen>
 </para>
 
 <para>
-Or you can use the default install delivered with IRIX 6.5 in which case
-you will have to edit the <filename>Makefile</filename> by hand a little bit.
-Change the following two lines:
+nebo mù¾ete pou¾ít výchozí install dodávaný s IRIXem 6.5. V tom pøípadì
+budete muset ruènì upravit <filename>Makefile</filename>.
+Zmìòte následující dva øádky:
 <programlisting>
   $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
 
   $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
 </programlisting>
-to:
+na:
 <programlisting>
   $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
 
   $(INSTALL) -m 644 codecs.conf $(CONFDIR)/
 </programlisting>
-And then do (from within the <application>MPlayer</application> source dir):
+Pak spus»te (z adresáøe se zdrojovými kódy <application>MPlayer</application>u):
 <screen>cp DOCS/mplayer.1 . ; cp etc/codecs.conf .</screen>
-and then go on with building and installing.
+a pokraèujte kompilací a instalací.
 </para>
 </sect2>
 
@@ -291,24 +291,23 @@
 <sect2 id="hp-ux">
 <title>HP-UX</title>
 <para>
-Joe Page hosts a detailed HP-UX <application>MPlayer</application>
+Joe Page hostuje podrobné HP-UX <application>MPlayer</application>
 <ulink url="http://users.rcn.com/joepage/mplayer_on_hpux11.htm">HOWTO</ulink>
-by Martin Gansser on his homepage. With these instructions the build should
-work out of the box. The following information is taken from this HOWTO.
+od Martina Ganssera na jeho domácí stránce. Podle tìchto instrukcí by kompilace
+mìla probìhnout bez potí¾í. Následující informace jsou vyta¾eny ze zmínìného
+HOWTO.
 </para>
 
 <para>
-You need GCC 3.4.0 or later, GNU make 3.80 or later and SDL 1.2.7 or later.
-HP cc will not produce a working program, prior GCC versions are buggy.
-For OpenGL functionality you need to install Mesa and the gl and gl2 video
-output drivers should work, speed may be very bad, depending on the CPU speed,
-though. A good replacement for the rather poor native HP-UX sound system is
-GNU esound.
+Potøebujete GCC 3.4.0 nebo pozdìj¹í, GNU make 3.80 nebo pozdìj¹í a SDL 1.2.7 nebo pozdìj¹í.
+HP cc nevytvoøí funkèní program, pøedchozí verze GCC jsou chybové.
+Pro funkci OpenGL musíte nainstalovat Mesa a video rozhraní gl a gl2 by mìly
+pracovat. Jejich rychlost v¹ak mù¾e být velmi malá, podle rychlosti CPU.
+Dobrou náhradou za spí¹e slabý nativní HP-UX systém je GNU esound.
 </para>
 
 <para>
-Create the DVD device
-scan the SCSI bus with:
+Vytvoøte DVD zaøízení prùzkumem SCSI pomocí:
 </para>
 
 <screen>
@@ -327,12 +326,12 @@
 </screen>
 
 <para>
-The screen output shows a Pioneer DVD-ROM at SCSI address 2.
-The card instance for hardware path 8/16 is 1.
+Výstup na obrazovce ukazuje Pioneer DVD-ROM na SCSI adrese 2.
+Instance karty pro hardwarovou cestu 8/16 je 1.
 </para>
 
 <para>
-Create a link from the raw device to the DVD device.
+Vytvoøte link ze surového zaøízení na DVD zaøízení.
 </para>
 
 <screen>
@@ -340,7 +339,7 @@
 </screen>
 
 <para>
-Example:
+Pøíklad:
 </para>
 
 <screen>
@@ -348,43 +347,43 @@
 </screen>
 
 <para>
-Below are solutions for some common problems:
+Ní¾e uvádíme øe¹ení nìkterých bì¾ných problémù:
 </para>
 
 <itemizedlist>
 <listitem>
 <para>
-Crash at Start with the following error message:
+Spadne pøi startu s hlá¹ením:
 <screen>
 /usr/lib/dld.sl: Unresolved symbol: finite (code) from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/../../../libGL.sl
 </screen>
 </para>
 
 <para>
-This means that the function <systemitem>.finite().</systemitem> is not
-available in the standard HP-UX math library.
-Instead there is <systemitem>.isfinite().</systemitem>.
-Solution: Use the latest Mesa depot file.
+To znamená, ¾e funkce <systemitem>.finite().</systemitem> není
+dostupná ve standardní HP-UX matematické knihovnì.
+Místo ní je zde <systemitem>.isfinite().</systemitem>.
+Øe¹ení: Pou¾ijte poslední Mesa depot soubor.
 </para>
 </listitem>
 
 <listitem>
 <para>
-Crash at playback with the following error message:
+Spadne pøi pøehrávání s hlá¹ením:
 <screen>
 /usr/lib/dld.sl: Unresolved symbol: sem_init (code) from /usr/local/lib/libSDL-1.2.sl.0
 </screen>
 </para>
 
 <para>
-Solution: Use the extralibdir option of configure
+Øe¹ení: Pou¾ijte volbu extralibdir v configure
 <option>--with-extralibdir="/usr/lib -lrt"</option>
 </para>
 </listitem>
 
 <listitem>
 <para>
-MPlayer segfaults with a message like this:
+MPlayer havaruje (segfault) s hlá¹ením:
 <screen>
 Pid 10166 received a SIGSEGV for stack growth failure.
 Possible causes: insufficient memory or swap space, or stack size exceeded maxssiz.
@@ -393,92 +392,147 @@
 </para>
 
 <para>
-Solution:
-The HP-UX kernel has a default stack size of 8MB(?) per process.(11.0 and
-newer 10.20 patches let you increase <systemitem>maxssiz</systemitem> up to
-350MB for 32-bit programs). You need to extend <systemitem>maxssiz</systemitem>
-and recompile the kernel (and reboot). You can use SAM to do this. (While at
-it, check out the <systemitem>maxdsiz</systemitem> parameter for the maximum
-amount of data a program can use. It depends on your applications, if the
-default of 64MB is enough or not.)
+Øe¹ení:
+HP-UX kernel má výchozí velikost zásobníku 8MB(?) na proces.(11.0 a
+novìj¹í 10.20 patche vám umo¾ní zvý¹it <systemitem>maxssiz</systemitem> a¾ na
+350MB pro 32-bit programy). Musíte zvìt¹it <systemitem>maxssiz</systemitem>
+a rekompilovat kernel (a restartovat). Pro tento úèel mù¾ete pou¾ít SAM. (Kdy¾
+u¾ to budete dìlat, ovìøte parametr <systemitem>maxdsiz</systemitem> pro
+maximální mno¾ství pamìti, které mù¾e program pou¾ít. Závisí na va¹ich
+aplikacích, jestli je výchozích 64MB dost nebo ne.)
 </para>
 </listitem>
 </itemizedlist>
 
 </sect2>
+
+<sect2 id="aix">
+<title>AIX</title>
+<para>
+<application>MPlayer</application> lze úspì¹nì pøelo¾it na AIX 5.1,
+5.2 a 5.3, pomocí GCC 3.3 nebo vy¹¹í. Kompilace
+<application>MPlayer</application>u na AIX 4.3.3 a ní¾sích nebyla
+testována. Velmi doporuèujeme kompilovat
+<application>MPlayer</application> pomocí GCC 3.4 nebo va¹¹í,
+nebo pokud kompilujete na
+POWER5, vy¾aduje se GCC 4.0.
+</para>
+
+<para>
+Ujistìte se, ¾e pou¾íváte GNU make
+(<filename>/opt/freeware/bin/gmake</filename>) pro sestavení
+<application>MPlayer</application>u, jeliko¾ pøi pou¾ití
+<filename>/usr/ccs/bin/make</filename> budete mít problémy.
+</para>
+
+<para>
+Detekce procesoru je stále nedokonèena.
+Testovány byly následující architektury:
+</para>
+
+<itemizedlist>
+<listitem><para>604e</para></listitem>
+<listitem><para>POWER4</para></listitem>
+</itemizedlist>
+
+<para>
+Následující architektury nebyly testovány, ale mìly by pracovat:
+</para>
+<itemizedlist>
+<listitem><para>POWER</para></listitem>
+<listitem><para>POWER2</para></listitem>
+<listitem><para>POWER3</para></listitem>
+<listitem><para>POWER5</para></listitem>
+</itemizedlist>
+
+<para>
+Zvuk pøes Ultimedia Services není podporován, jeliko¾ Ultimedia byla
+opu¹tìna v AIX 5.1; tudí¹ je jedinou mo¾ností pou¾ití ovladaèù AIX Open
+Sound System (OSS) od 4Front Technologies z <ulink
+url="http://www.opensound.com/aix.html">http://www.opensound.com/aix.html</ulink>.
+4Front Technologies dodává OSS ovladaèe zdarma pro osobní a nekomerèní vyu¾ití.
+</para>
+
+</sect2>
 </sect1>
 
 <sect1 id="windows">
 <title>Windows</title>
 
-<para>Yes, <application>MPlayer</application> runs on Windows under
-  <ulink url="http://www.cygwin.com/"><application>Cygwin</application></ulink> and
+<para>Ano, <application>MPlayer</application> bì¾í na Windows pod
+  <ulink url="http://www.cygwin.com/"><application>Cygwin</application></ulink> a
   <ulink url="http://www.mingw.org/"><application>MinGW</application></ulink>.
-  It does not have an official GUI yet, but the command line version
-  is completely functional. You should check out the
+  Nemá zatím oficiální GUI, ale verze pro pøíkazový øádek je plnì funkèní.
+  Mìli byste nav¹tívit konferenci
   <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">MPlayer-cygwin</ulink>
-  mailing list for help and latest information.
-  Official Windows binaries can be found on the
-  <ulink url="http://www.mplayerhq.hu/design7/dload.html">download page</ulink>.
-  Installer packages and simple GUI frontends are available from external
-  sources, we have collected then in the Windows section of our
-  <ulink url="http://www.mplayerhq.hu/design7/projects.html#windows">projects page</ulink>.
-</para>
-
-<para>If you wish to avoid using the command line, a simple trick is
-  to put a shortcut on your desktop that contains something like the
-  following in the execute section:
-  <screen><replaceable>c:\path\to\</replaceable>mplayer.exe %1</screen>
-  This will make <application>MPlayer</application> play any movie that is
-  dropped on the shortcut. Add <option>-fs</option> for fullscreen mode.
-</para>
-
-<para>Best results are achieved with the native DirectX video output driver
-  (<option>-vo directx</option>). Alternatives are OpenGL and SDL, but OpenGL
-  performance varies greatly between systems and SDL is known to
-  distort video or crash on some systems. If the image is
-  distorted, try turning off hardware acceleration with
-  <option>-vo directx:noaccel</option>. Download
-  <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/contrib/dx7headers.tgz">DirectX 7 header files</ulink>
-  to compile the DirectX video output driver. Furthermore you need to have
-  DirectX 7 or later installed for the DirectX video output driver to work.
+  pro pomoc a poslední informace.
+  Oficiální Windows binárky naleznete na
+  <ulink url="http://www.mplayerhq.hu/design7/dload.html">download stránce</ulink>.
+  Instalátor a jednoduché GUI frontendy jsou dostupné z externích zdrojù.
+  Odkazy na nì jsme umístili v sekci Windows na na¹í
+  <ulink url="http://www.mplayerhq.hu/design7/projects.html#windows">stránce s
+  projekty</ulink>.
+</para>
+
+<para>Pokud se chcete vyhnout pou¾ití pøíkazové øádky, mù¾ete pou¾ít malý trik
+  s umístìním zástupce na pracovní plochu, který bude obsahovat v sekci
+  spu¹tìní nìco takového:
+  <screen><replaceable>c:\cesta\k\</replaceable>mplayer.exe %1</screen>
+  To nechá <application>MPlayer</application> pøehrát jakýkoli film, který je
+  pøeta¾en na zástupce. Pøidejte <option>-fs</option> pro celoobrazovkový
+  re¾im.
+</para>
+
+<para>Nejlep¹ích výsledkù dosáhnete pou¾itím nativního DirectX video rozhraní
+  (<option>-vo directx</option>). Alternativami jsou OpenGL a SDL, ale výkon
+  OpenGL se velmi rùzní na jednotlivých systémech a o SDL je známo, ¾e na
+  nìkterých systémech drobí video nebo padá. Pokud je obraz rozsypán, zkuste
+  vypnout hardwarovou akceleraci pomocí
+  <option>-vo directx:noaccel</option>. Stáhnìte si
+  <ulink
+  url="http://www.mplayerhq.hu/MPlayer/releases/win32/contrib/dx7headers.tgz">hlavièkové
+  soubory DirectX 7</ulink>
+  pro kompilaci výstupního rozhraní DirectX. Navíc budete muset mít
+  nainstalovány DirectX 7 nebo vy¹¹í, aby rozhraní pracovalo.
   </para>
 
-<para><link linkend="vidix">VIDIX</link> now works under Windows as
-  <option>-vo winvidix</option>, although it is still experimental
-  and needs a bit of manual setup. Download
-  <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/dhahelper.sys">dhahelper.sys</ulink> or
-  <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/withmtrr/dhahelper.sys">dhahelper.sys (with MTRR support)</ulink>
-  and copy it to the
-  <filename class="directory">libdha/dhahelperwin</filename> directory in your
-  <application>MPlayer</application> source tree.
-  Open a console and change to that directory. Then type
+<para><link linkend="vidix">VIDIX</link> nyní pracuje pod Windows jako
+  <option>-vo winvidix</option>, aèkoli je stále experimentální
+  a vy¾aduje trochu manuálního nastavování. Stáhnìte si
+  <ulink
+  url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/dhahelper.sys">dhahelper.sys</ulink> nebo
+  <ulink
+  url="http://www.mplayerhq.hu/MPlayer/releases/win32/dhahelperwin/withmtrr/dhahelper.sys">dhahelper.sys (s podporou MTRR)</ulink>
+  a zkopírujte jej do adresáøe
+  <filename class="directory">libdha/dhahelperwin</filename> ve svém stromì se
+  zdrojovými kódy <application>MPlayer</application>u.
+  Otevøete konzoli a pøesuòte se do tohoto adresáøe. Pak zadejte
 
   <screen>gcc -o dhasetup.exe dhasetup.c</screen>
 
-  and execute
+  a spus»te
 
   <screen>dhasetup.exe install</screen>
 
-  as Administrator. After that you will have to reboot. When you are
-  done, copy the <systemitem class="library">.so</systemitem> files from
-  <filename class="directory">vidix/drivers</filename> to the
-  <filename class="directory">mplayer/vidix</filename> directory
-  relative to your <filename>mplayer.exe</filename>.</para>
-
-<para>For best results <application>MPlayer</application> should use a
-  colorspace that your video card supports in hardware. Unfortunately many
-  Windows graphics drivers wrongly report some colorspaces as supported in
-  hardware. To find out which, try
-
-  <screen>mplayer -benchmark -nosound -frames 100 -vf format=<replaceable>colorspace</replaceable> <replaceable>movie</replaceable></screen>
-
-  where <replaceable>colorspace</replaceable> can be any colorspace
-  printed by the <option>-vf format=fmt=help</option> option. If you
-  find a colorspace your card handles particularly bad
-  <option>-vf noformat=<replaceable>colorspace</replaceable></option>
-  will keep it from being used. Add this to your config file to permanently
-  keep it from being used.</para>
+  jako Administrator. Pak budete muset restartovat. Jakmile budete hotovi,
+  zkopírujte <systemitem class="library">.so</systemitem> soubory z
+  <filename class="directory">vidix/drivers</filename> do adresáøe
+  <filename class="directory">mplayer/vidix</filename>
+  relativního k va¹emu <filename>mplayer.exe</filename>.</para>
+
+<para>Pro nejlep¹í výsledky by mìl <application>MPlayer</application> pou¾ívat
+  barevný prostor, který podporuje va¹e video karta v hardware. Nane¹tìstí
+  nìkteré Windows ovladaèe grafických karet ¹patnì hlásí nìkteré barevné
+  prostory jako podporované v hardware. Chcete-li zjistit které, zkuste
+
+  <screen>mplayer -benchmark -nosound -frames 100 -vf format=<replaceable>barevny_prostor</replaceable> <replaceable>film</replaceable></screen>
+
+  kde <replaceable>barevny_prostor</replaceable> mù¾e být barevný prostor
+  vypsaný volbou <option>-vf format=fmt=help</option>. Pokud najdete
+  barevný prostor, který va¹e karta zvládá zjevnì ¹patnì,
+  <option>-vf noformat=<replaceable>barevny_prostor</replaceable></option>
+  zaká¾e jeho pou¾ití. Pøidejte si to do va¹eho konfig souboru, aby zùstal
+  zakázán natrvalo.</para>
 
 <para>There are special codec packages for Windows available on our
   <ulink url="http://www.mplayerhq.hu/design7/codecs.html">codecs page</ulink>
@@ -696,7 +750,7 @@
 <title>QNX</title>
 <para>
 You'll need to download and install SDL for QNX. Then run
-<application>MPlayer</application> with <option>-vo sdl:photon</option>
+<application>MPlayer</application> with <option>-vo sdl:driver=photon</option>
 and <option>-ao sdl:nto</option> options, it should be fast.
 </para>
 




More information about the MPlayer-translations mailing list