[MPlayer-DOCS] [homepage]: r2512 - trunk/src/dload.src.en
kraymer
subversion at mplayerhq.hu
Mon Jun 5 13:08:13 CEST 2006
Author: kraymer
Date: Mon Jun 5 13:08:12 2006
New Revision: 2512
Modified:
trunk/src/dload.src.en
Log:
cvs download: change to svn and uncomment
Modified: trunk/src/dload.src.en
==============================================================================
--- trunk/src/dload.src.en (original)
+++ trunk/src/dload.src.en Mon Jun 5 13:08:12 2006
@@ -1559,77 +1559,38 @@
</table>
-<!--
-<h2><a name="cvs">CVS</a></h2>
+<h2><a name="svn">SVN</a></h2>
-<h3>Downloading MPlayer CVS</h3>
+<h3>Downloading MPlayer SVN</h3>
<p>
- You can also get MPlayer via anonymous CVS. Issue the following commands to
+ You can also get MPlayer via Subversion. Issue the following command to
get the latest sources:
</p>
<pre>
- cvs -d:pserver:anonymous at mplayerhq.hu:/cvsroot/mplayer login
- cvs -z3 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/mplayer co -P main
+ svn checkout svn://svn.mplayerhq.hu/mplayer/trunk
</pre>
<p>
- When asked for a password, just hit enter. A directory named
- <code>main</code> will be created. You can later update your sources
- by typing
+ A directory named <code>trunk</code> will be created in the current directory.
+ You can later update your sources by typing
</p>
<pre>
- cvs -z3 update -dPA
+ svn update
</pre>
<p>
from within that directory.
</p>
-
-<h3>FFmpeg libavcodec/libavutil/libavformat</h3>
-
-<p>
- CVS MPlayer is not fully functional without a copy of the
- <code>libavcodec</code>, <code>libavformat</code> and
- <code>libavutil</code> libraries from
- <a href="http://ffmpeg.org">FFmpeg</a>. Get FFmpeg CVS via
-</p>
-
-<pre>
- cvs -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg login
- cvs -z3 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg co -P ffmpeg
-</pre>
-
<p>
- When asked for a password, just hit enter. A directory named
- <code>ffmpeg</code> will be created. Copy the
- <code>libavcodec</code> and
- <code>libavutil</code> subdirectories into the <code>main</code>
- directory just created from the MPlayer checkout.
+ The checkout will contain the libav* directories from ffmpeg so you
+ don't need the download these separately.
</p>
-<p>
- In order to include libavcodec and libavutil in CVS updates,
- add the following lines to <code>main/CVS/Entries</code>:
-</p>
-
-<pre>
- D/libavcodec////
- D/libavutil////
-</pre>
-
-<p>
- FFmpeg also contains libavformat, a library to decode container
- formats that can optionally be used to extend MPlayer's container
- format support. If you wish to use it, repeat the above steps for
- the libavformat subdirectory of the FFmpeg source tree.
-</p>
--->
-
<!--
<h3><a name="viewcvs">Browsing MPlayer CVS by HTTP</a></h3>
More information about the MPlayer-DOCS
mailing list