[MPlayer-dev-eng] Subversion test repository online
Diego Biurrun
diego at biurrun.de
Fri Jun 2 13:50:43 CEST 2006
On Thu, Jun 01, 2006 at 12:28:05PM +0300, Oded Shimon wrote:
> On Wed, May 31, 2006 at 07:45:23PM +0200, Diego Biurrun wrote:
> > Get your fix from
> >
> > svn checkout svn://svn.mplayerhq.hu/mplayer/trunk
> >
> > This is a preliminary conversion of the MPlayer repository, I hope to
> > put the final version online during the next days. It is a sandbox.
> > You can commit to it with user mplayer pass mplayer to your heart's
> > content to get familiar with Subversion.
>
> Just wanted to say, Diego, you're doing a great job, thank you for
> volunteering to do this. :)
:-)
Anyway, I've put another version of the repository online:
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk
This one features support for svn:externals already, it will check out
all necessary libs from FFmpeg into your working directory.
It also features a ton more of fixed renames:
- demux_mkv.c fubar
r1615: DOCS/codecs.conf --> etc/codecs.conf
DOCS/inttypes.h --> etc/inttypes.h
DOCS/example.conf --> etc/example.conf
r1646: DOCS/dvd.html --> DOCS/en/cd-dvd.html
r5607: XXX --> libmpcodecs/native
r5608: xa/ --> libmpcodecs/native
r7176: libmpcodecs/ad_mp3.c --> libmpcodecs/ad_mp3lib.c
r7177: libmpcodecs/ad_a52.c --> libmpcodecs/ad_liba52.c
libmpcodecs/ad_real.c --> libmpcodecs/ad_realaud.c
libmpcodecs/ad_vorbis.c --> libmpcodecs/ad_libvorbis.c
libmpcodecs/vd_real.c --> libmpcodecs/vd_realvid.c
r7489: help_* --> help/
r8054: Gui/mplayer/mw.h --> Gui/mplayer/mw.c
Gui/mplayer/sw.h --> Gui/mplayer/sw.c
Gui/mplayer/menu.h --> Gui/mplayer/menu.c
r8591: libmpdemux/aviwrite.[ch] --> libmpdemux/muxer_avi.c libmpdemux/muxer.h
r9385: linux/ --> osdep/
r10863: DOCS/en/codecs-in.html --> DOCS/tech/codecs-in.html
r11023: libvo/vo_consolevidix.c --> libvo/vo_cvidix.c
r11209: DOCS/xml/pl/html.xsl --> DOCS/xml/pl/html-single.xsl
DOCS/xml/ru/html.xsl --> DOCS/xml/ru/html-single.xsl
r12945: TVout/ --> TOOLS/TVout
A couple more are still lurking in there, though...
Mail notification is mostly working as well. I came up with a list of
butt-ugly Python regular expressions for routing the mails to
mplayer-cvslog, mplayer-docs and mplayer-translations:
[docs]
for_paths = trunk/DOCS/(?!tech/|man/|it/|zh|xml)|trunk/DOCS/man/en/|trunk/DOCS/xml/(?!cs|de|es|fr|hu|pl|ru)
to_addr = mplayer-docs at mplayerhq.hu
[tech]
for_paths = trunk/DOCS/tech/(?!mpcf.txt$)
to_addr = mplayer-cvslog at mplayerhq.hu
[nut]
for_paths = trunk/DOCS/tech/mpcf.txt
to_addr = nut-devel at mplayerhq.hu
[translations]
for_paths = trunk/help/help_mp-([^e].|.[^n]).*|trunk/DOCS/xml/([^e].|.[^n])/|trunk/DOCS/man/([^e].|.[^n])/
to_addr = mplayer-translations at mplayerhq.hu
Suggestions for a more elegant solution are more than welcome.
This is still sandbox to which you can commit with user and pass
'mplayer', but now very close to the final version. Please test it
thoroughly to shake out any final bugs.
Diego
More information about the MPlayer-dev-eng
mailing list