comparison DOCS/xml/de/ports.xml @ 24622:fa3923706f17

some whitespace cosmetics r22854: Remove empty section. r22951: Move netstream documentation into TOOLS/README. r23100: Update AMR instructions. r23161: Remove outdated and wrong references to codecs.conf. r23225: The GUI no longer depends on libpng. r23226: MJPEG decoding does not depend on libjpeg.
author kraymer
date Fri, 28 Sep 2007 01:28:42 +0000
parents 29773733d2b5
children c7c3d70bdf82
comparison
equal deleted inserted replaced
24621:438f137e31fb 24622:fa3923706f17
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- in sync with r22499 --> 2 <!-- in sync with r23161 -->
3 <!-- missing cosmetic commit 21537 --> 3 <!-- missing cosmetic commit 21537 -->
4 <chapter id="ports" xreflabel="Ports"> 4 <chapter id="ports" xreflabel="Ports">
5 <title>Portierungen</title> 5 <title>Portierungen</title>
6 6
7 <sect1 id="linux"> 7 <sect1 id="linux">
320 </para> 320 </para>
321 321
322 <para> 322 <para>
323 Oder du kannst die mit IRIX 6.5 gelieferte Standard-Installation verwenden, falls 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. 324 du das <filename>Makefile</filename> ein bisschen von Hand editieren willst.
325 Ändere folgende beiden Zeilen von: 325 Ändere die folgende Zeile von:
326 <programlisting>$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1 326 <programlisting>$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1</programlisting>
327 $(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf</programlisting> 327 zu:
328 nach: 328 <programlisting>$(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/</programlisting>
329 <programlisting>$(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
330 $(INSTALL) -m 644 codecs.conf $(CONFDIR)/</programlisting>
331 Mache dann (vom <application>MPlayer</application>-Quellverzeichnis aus)
332 <screen>cp DOCS/mplayer.1 . ; cp etc/codecs.conf .</screen>
333 und fahre dann fort mit Compilierung und Installation. 329 und fahre dann fort mit Compilierung und Installation.
334 </para> 330 </para>
335 </sect2> 331 </sect2>
336 332
337 333