summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/de/ports.xml
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/xml/de/ports.xml')
-rw-r--r--DOCS/xml/de/ports.xml100
1 files changed, 15 insertions, 85 deletions
diff --git a/DOCS/xml/de/ports.xml b/DOCS/xml/de/ports.xml
index d9bff519c4..c9638a8f02 100644
--- a/DOCS/xml/de/ports.xml
+++ b/DOCS/xml/de/ports.xml
@@ -311,26 +311,6 @@ MPlayer interrupted by signal 11 in module: init_audio_codec
</sect2>
- <sect2 id="irix">
- <title>IRIX</title>
- <para>
- Du kannst entweder versuchen, das GNU-Installationsprogramm zu installieren und dann
- (falls du es nicht in deinen globalen Path gelegt hast) auf den Standort zeigen mit:
- <screen>./configure --with-install=<replaceable>/path/and/name/of/install</replaceable></screen>
- </para>
-
- <para>
- Oder du kannst die mit IRIX 6.5 gelieferte Standard-Installation verwenden, falls
- du das <filename>Makefile</filename> ein bisschen von Hand editieren willst.
- Ändere die folgende Zeile von:
- <programlisting>$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1</programlisting>
- zu:
- <programlisting>$(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/</programlisting>
- und fahre dann fort mit Compilierung und Installation.
- </para>
- </sect2>
-
-
<sect2 id="hp-ux">
<title>HP-UX</title>
<para>
@@ -510,6 +490,21 @@ Segmentation fault</screen>
</itemizedlist>
</sect2>
+
+ <sect2 id="qnx">
+ <title>QNX</title>
+ <para>
+ Du musst SDL für QNX herunterladen und installieren. Dann starte
+ <application>MPlayer</application> mit den Optionen
+ <option>-vo sdl:driver=photon</option> und <option>-ao sdl:nto</option>,
+ es sollte schnell laufen.
+ </para>
+
+ <para>
+ Der Output mit <option>-vo x11</option> wird etwas langsamer sein als unter Linux,
+ da QNX nur X-<emphasis>Emulation</emphasis> besitzt, was sehr langsam ist.
+ </para>
+ </sect2>
</sect1>
@@ -861,69 +856,4 @@ svn checkout svn://svn.mplayerhq.hu/mplayer/trunk/ main</screen>
</sect2>
</sect1>
- <sect1 id="exotic_platforms">
- <title>Exotische Plattformen</title>
-
- <para>
- <application>MPlayer</application> läuft auf einer Reihe exotischer Plattformen,
- aber die meisten der plattformspezifischen Änderungen dieser Systeme wurden nicht
- in den Hauptquellbaum zurückgemergt.
- Build-Instruktionen findest du in der System-spezifischen Dokumentation.
- </para>
-
- <sect2 id="qnx">
- <title>QNX</title>
- <para>
- Du musst SDL für QNX herunterladen und installieren. Dann starte
- <application>MPlayer</application> mit den Optionen
- <option>-vo sdl:driver=photon</option> und <option>-ao sdl:nto</option>,
- es sollte schnell laufen.
- </para>
-
- <para>
- Der Output mit <option>-vo x11</option> wird etwas langsamer sein als unter Linux,
- da QNX nur X-<emphasis>Emulation</emphasis> besitzt, was sehr langsam ist.
- </para>
- </sect2>
-
- <sect2 id="amiga">
- <title>Amiga/MorphOS (GeekGadgets)</title>
- <para>
- Die Leute drüben auf <ulink url="http://www.amigasoft.net"/>
- machen aktuelle <application>MPlayer</application>- und
- <application>MEncoder</application>-Packages.
- </para>
-
- <para>
- Nicholas Det bei Genesi hat eine große und starke Portierung des
- <application>MPlayer</application> für MorphOS gemacht. Traurig,
- dass sie auf der 0.90-Serie basiert.
- </para>
-
- <para>
- Hol sie dir von <ulink url="http://www.morphzone.org/">MorphZone</ulink>:
- <itemizedlist>
- <listitem>
- <para>
- <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=90">
- <application>MPlayer</application> 0.91 Binary</ulink>
- </para>
- </listitem>
- <listitem>
- <para>
- <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=91">
- <application>MPlayer</application> 0.91 Source</ulink>
- </para>
- </listitem>
- <listitem>
- <para>
- <ulink url="http://www.morphzone.org/modules/mydownloads/singlefile.php?lid=92">
- <application>MEncoder</application> 1.0pre3 Binary</ulink>
- </para>
- </listitem>
- </itemizedlist>
- </para>
- </sect2>
- </sect1>
-
</chapter>