[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.354,1.355

Diego Biurrun CVS diego at mplayerhq.hu
Sun Dec 29 16:10:09 CET 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv10862

Modified Files:
	documentation.html 
Log Message:
Linux ports section reworked, RPM section added, based on a patch by Alex.


Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -r1.354 -r1.355
--- documentation.html	29 Dec 2002 14:59:20 -0000	1.354
+++ documentation.html	29 Dec 2002 15:10:02 -0000	1.355
@@ -267,7 +267,12 @@
   </LI>
   <LI><A HREF="#ports">6. Ports</A>
     <UL>
-      <LI><A HREF="#debian">6.1 Debian packaging</A></LI>
+      <LI><A HREF="#linux">6.1 Linux</A>
+        <UL>
+	  <LI><A HREF="#debian">6.1.1 Debian packaging</A></LI>
+	  <LI><A HREF="#rpm">6.1.2 RPM packaging</A></LI>
+	</UL>
+      </LI>
       <LI><A HREF="#bsd">6.2 *BSD</A>
         <UL>
           <LI><A HREF="#freebsd">6.2.1 FreeBSD</A></LI>
@@ -1533,35 +1538,49 @@
 <H1><A NAME="ports">6. Ports</A></H1>
 
 
-<H2><A NAME="debian">6.1 Debian packaging</A></H2>
+<H2><A NAME="linux">6.1 Linux</A></H2>
 
-<P>To build the package, get the cvs version, or .tgz and uncompress it,
-  and cd into programs directory:</P>
+<P>The main development platform is Linux on x86, altough MPlayer works on many
+  other Linux ports.</P>
 
-<PRE>
-    cd main
-    fakeroot debian/rules binary
-</PRE>
 
-<P>(... mplayer detects hardware/software, builds itself and.. )
-  dpkg-deb: building package `mplayer' in `../mplayer_0.90-1_i386.deb'.</P>
+<H3><A NAME="debian">6.1.1 Debian packaging</A></H3>
 
-<P>And now just become root, and:</P>
+<P>To build a Debian package, run the following command in the MPlayer source
+  directory:</P>
 
 <PRE>
-    dpkg -i ../mplayer_0.90-1_i386.deb as root.
+    fakeroot debian/rules binary
 </PRE>
 
-<P>Here's how it looks like:</P>
+<P>As root you can then install the <CODE>.deb</CODE> package as usual:</P>
 
 <PRE>
-	eyck at incubus:/src/main$ sudo dpkg -i ../mplayer_0.90-1_i386.deb
-	Password:
-	(Reading database ... 26946 files and directories currently installed.)
-	Preparing to replace mplayer 0.50-1 (using ../mplayer_0.90-1_i386.deb)
-	Unpacking replacement mplayer ...
-	Setting up mplayer (0.90-1) ...
+    dpkg -i ../mplayer_&lt;version&gt;.deb
 </PRE>
+
+<P>Christian Marillat has been making unofficial Debian MPlayer, MEncoder and
+  font packages for a while, you can (apt-)get them from his
+  <A HREF="http://marillat.free.fr/">homepage</A>. These packages are highly
+  unofficial, however, as Christian made and redistributed these packages when
+  MPlayer was still not fully GPLed and
+  <A HREF="users_against_developers.html#binary">binary redistribution</A>
+  not allowed. Christian ignored requests to stop redistributing his packages,
+  which caused bad blood with MPlayer developers. Binary redistribution is not
+  a problem anymore, but we <B>do not support</B> these packages!</P>
+
+
+<H3><A NAME="rpm">6.1.2 RPM packaging</A></H3>
+
+<P>Dominik Mierzejewski created and maintains official Red Hat RPM packages of
+  MPlayer. They are available from his
+  <A HREF="http://www.piorunek.pl/~dominik/linux/pkgs/mplayer/">homepage</A>.
+  Please read the instructions there and report problems to him, not us.</P> 
+
+<P>There are other RPM versions (SuSE now includes MPlayer in their official
+  distribution, Mandrake packages are available from the
+  <A HREF="http://plf.zarb.org/">P.L.F</A>) of MPlayer, but none of them is
+  officially supported.</P>
 
 
 <H2><A NAME="bsd">6.2 *BSD</A></H2>




More information about the MPlayer-cvslog mailing list