comparison DOCS/xml/de/ports.xml @ 28469:75df3c533a73

partial sync with obsolete section removals
author diego
date Mon, 09 Feb 2009 22:42:17 +0000
parents c7c3d70bdf82
children 779281d8cd80
comparison
equal deleted inserted replaced
28468:b9da026ee222 28469:75df3c533a73
309 </listitem> 309 </listitem>
310 </itemizedlist> 310 </itemizedlist>
311 </sect2> 311 </sect2>
312 312
313 313
314 <sect2 id="irix">
315 <title>IRIX</title>
316 <para>
317 Du kannst entweder versuchen, das GNU-Installationsprogramm zu installieren und dann
318 (falls du es nicht in deinen globalen Path gelegt hast) auf den Standort zeigen mit:
319 <screen>./configure --with-install=<replaceable>/path/and/name/of/install</replaceable></screen>
320 </para>
321
322 <para>
323 Oder du kannst die mit IRIX 6.5 gelieferte Standard-Installation verwenden, falls
324 du das <filename>Makefile</filename> ein bisschen von Hand editieren willst.
325 Ändere die folgende Zeile von:
326 <programlisting>$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1</programlisting>
327 zu:
328 <programlisting>$(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/</programlisting>
329 und fahre dann fort mit Compilierung und Installation.
330 </para>
331 </sect2>
332
333
334 <sect2 id="hp-ux"> 314 <sect2 id="hp-ux">
335 <title>HP-UX</title> 315 <title>HP-UX</title>
336 <para> 316 <para>
337 Joe Page unterhält ein detailliertes HP-UX 317 Joe Page unterhält ein detailliertes HP-UX
338 <application>MPlayer</application>-<ulink url="http://users.rcn.com/joepage/mplayer_on_hpux11.htm">HOWTO</ulink> 318 <application>MPlayer</application>-<ulink url="http://users.rcn.com/joepage/mplayer_on_hpux11.htm">HOWTO</ulink>
507 <screen>$ ./configure --charset=noconv</screen> 487 <screen>$ ./configure --charset=noconv</screen>
508 </para> 488 </para>
509 </listitem> 489 </listitem>
510 </itemizedlist> 490 </itemizedlist>
511 491
492 </sect2>
493
494 <sect2 id="qnx">
495 <title>QNX</title>
496 <para>
497 Du musst SDL für QNX herunterladen und installieren. Dann starte
498 <application>MPlayer</application> mit den Optionen
499 <option>-vo sdl:driver=photon</option> und <option>-ao sdl:nto</option>,
500 es sollte schnell laufen.
501 </para>
502
503 <para>
504 Der Output mit <option>-vo x11</option> wird etwas langsamer sein als unter Linux,
505 da QNX nur X-<emphasis>Emulation</emphasis> besitzt, was sehr langsam ist.
506 </para>
512 </sect2> 507 </sect2>
513 </sect1> 508 </sect1>
514 509
515 510
516 <sect1 id="windows"> 511 <sect1 id="windows">
859 nicht mehr. 854 nicht mehr.
860 </para> 855 </para>
861 </sect2> 856 </sect2>
862 </sect1> 857 </sect1>
863 858
864 <sect1 id="exotic_platforms">
865 <title>Exotische Plattformen</title>
866
867 <para>
868 <application>MPlayer</application> läuft auf einer Reihe exotischer Plattformen,
869 aber die meisten der plattformspezifischen Änderungen dieser Systeme wurden nicht
870 in den Hauptquellbaum zurückgemergt.
871 Build-Instruktionen findest du in der System-spezifischen Dokumentation.
872 </para>
873
874 <sect2 id="qnx">
875 <title>QNX</title>
876 <para>
877 Du musst SDL für QNX herunterladen und installieren. Dann starte
878 <application>MPlayer</application> mit den Optionen
879 <option>-vo sdl:driver=photon</option> und <option>-ao sdl:nto</option>,
880 es sollte schnell laufen.
881 </para>
882
883 <para>
884 Der Output mit <option>-vo x11</option> wird etwas langsamer sein als unter Linux,
885 da QNX nur X-<emphasis>Emulation</emphasis> besitzt, was sehr langsam ist.
886 </para>
887 </sect2>
888
889 <sect2 id="amiga">
890 <title>Amiga/MorphOS (GeekGadgets)</title>
891 <para>
892 Die Leute drüben auf <ulink url="http://www.amigasoft.net"/>
893 machen aktuelle <application>MPlayer</application>- und
894 <application>MEncoder</application>-Packages.
895 </para>
896
897 <para>
898 Nicholas Det bei Genesi hat eine große und starke Portierung des
899 <application>MPlayer</application> für MorphOS gemacht. Traurig,
900 dass sie auf der 0.90-Serie basiert.
901 </para>
902
903 <para>
904 Hol sie dir von <ulink url="http://www.morphzone.org/">MorphZone</ulink>:
905 <itemizedlist>
906 <listitem>
907 <para>
908 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=90">
909 <application>MPlayer</application> 0.91 Binary</ulink>
910 </para>
911 </listitem>
912 <listitem>
913 <para>
914 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=91">
915 <application>MPlayer</application> 0.91 Source</ulink>
916 </para>
917 </listitem>
918 <listitem>
919 <para>
920 <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=92">
921 <application>MEncoder</application> 1.0pre3 Binary</ulink>
922 </para>
923 </listitem>
924 </itemizedlist>
925 </para>
926 </sect2>
927 </sect1>
928
929 </chapter> 859 </chapter>