[MPlayer-cvslog] CVS: main Makefile, 1.326, 1.327 configure, 1.1034, 1.1035 mencoder.c, 1.303, 1.304

Ivo ivop at euronet.nl
Tue Aug 2 00:50:48 CEST 2005


On Tuesday 02 August 2005 00:34, The Wanderer wrote:
> This may be just another symptom of my ignorance of CVS (although this
> time I *have* searched the docs with no success), but: although I've
> gotten things into a state in which the three libav* directories will be
> updated along with MPlayer CVS, there is still the annoyance that cvs
> asks me for my password *twice* with every update - presumably, once per
> cvsroot (cvsroot/mplayer vs. cvsroot/ffmpeg). Have I managed to miss a
> way to avoid this behaviour, or is it Just One Of Those Things which
> comes as part and parcel of non-anonymous access?

I believe there's a way to stop it asking for passwords, but I forgot how 
exactly. But, IMO it's a Good Thing it asks for a password. Maybe not for 
checking out, but in the ext:ivo tree I rarely checkout, only right before 
applying my patch(es) and committing. My dev-tree is pserver:anonymous, so 
I can do there whatever I want and never commit something by mistake. Once 
I think it's OK to commit something, I have to create a patch from the 
dev-tree, patch my ext:ivo tree and commit. The fact that it asks for a 
passwords creates an extra layer to avoid mistakes.

--Ivo


                                                                                                                                                                                                                                                                                                                                                                                 Message-Id: <20050801234342.9A8BD44E59 at mail.mplayerhq.hu>
Date: Tue,  2 Aug 2005 01:43:42 +0200 (CEST)
Subject: [MPlayer-cvslog] CVS: main README,1.29,1.30
X-BeenThere: mplayer-cvslog at mplayerhq.hu
X-Mailman-Version: 2.1.4
Precedence: list
Reply-To: MPlayer CVS changelogs and discussion <mplayer-cvslog at mplayerhq.hu>
List-Id: MPlayer CVS changelogs and discussion <mplayer-cvslog.mplayerhq.hu>
List-Unsubscribe: <http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog>,
	<mailto:mplayer-cvslog-request at mplayerhq.hu?subject=unsubscribe>
List-Archive: </pipermail>
List-Post: <mailto:mplayer-cvslog at mplayerhq.hu>
List-Help: <mailto:mplayer-cvslog-request at mplayerhq.hu?subject=help>
List-Subscribe: <http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog>,
	<mailto:mplayer-cvslog-request at mplayerhq.hu?subject=subscribe>
X-List-Received-Date: Mon, 01 Aug 2005 23:43:42 -0000

CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv28507

Modified Files:
	README 
Log Message:
libavuti


Index: README
===================================================================
RCS file: /cvsroot/mplayer/main/README,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- README	30 Jun 2005 21:42:38 -0000	1.29
+++ README	1 Aug 2005 23:43:40 -0000	1.30
@@ -70,9 +70,9 @@
 from within that directory.
 
 
-_______________________________________________
-STEP1: Installing FFmpeg libavcodec/libavformat
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+_________________________________________________________
+STEP1: Installing FFmpeg libavcodec/libavutil/libavformat
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 If you are using an official (pre)release or a CVS snapshot, skip this step,
 since official releases include libavcodec. CVS sources do not include
@@ -88,21 +88,23 @@
 outside the MPlayer source directory:
 
 cvs -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg login
-cvs -z3 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg/libavcodec
+cvs -z3 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg
 
 When asked for a password, you can just hit enter. A directory named 'ffmpeg'
-with a subdirectory named 'libavcodec' inside will be created. Copy (symbolic
-linking does NOT suffice) this subdirectory into the MPlayer source tree.
+with subdirectories named 'libavcodec' and 'libavutil' inside will be created.
+Copy (symbolic linking does NOT suffice) these subdirectories into the MPlayer
+source tree.
 
 In order to force automatic updates of libavcodec when you update MPlayer, add
-the following line to main/CVS/Entries:
+the following lines to main/CVS/Entries:
 
 D/libavcodec////
+D/libavutil////
 
 FFmpeg also contains libavformat, a library to decode container formats that
-can optionally be used to extend MPlayer's container format support. Get it
-from FFmpeg CVS by the same steps outlined above for libavcodec, just
-substitute libavcodec by libavformat everywhere.
+can optionally be used to extend MPlayer's container format support. If you
+wish to use it, also copy the libavformat subdirectory into the MPlayer
+source tree and add another line to main/CVS/Entries.
 
 
 _______________________________




More information about the MPlayer-cvslog mailing list