diff 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
line wrap: on
line diff
--- a/DOCS/xml/de/ports.xml	Mon Feb 09 22:00:57 2009 +0000
+++ b/DOCS/xml/de/ports.xml	Mon Feb 09 22:42:17 2009 +0000
@@ -311,26 +311,6 @@
     </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 @@
       </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 @@
     </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>