[MPlayer-users] Debian "testing" vlc install and mplayer svn

hob4bit - hob4bit at hotmail.com
Mon Jun 12 07:57:38 CEST 2006


Hi, I used to be a great fan of Knoppix 4.0.2 as it was very stable. The 
problem is that
Knoppix is a mixture of Srage, Etch and Sid. When it comes to things like 
building
or installing complex programs like MPlayer, Transcode and VLC depenencies
can get you into a mess. Besides Etch and Sid keep changing. All derivatives 
projects
like Knoppix, Kanotix and SImpleMEPIS seem to have this problem.

What I have done recently is install Ubuntu-6.06 using the livecd (desktop) 
version.
I just install MPlayer, Transcode and VLC without much trouble as they are 
all in
the Dapper reposy. If you like Debian then you may well like Ubuntu-6.06. 
Its
much more stable than all previous versions.

Form what I saw when I did a "svn export 
svn://svn.mplayerhq.hu/mplayer/trunk/ mplayer"
on 2006-06-08 the compiled "mplayer" does not require installing new 
libraries. You
just need to copy "mplayer" and "mencoder" to "/usr/local/bin". I just used 
existing
libraries.

hobs at doraemon_$ ldd mplayer
        linux-gate.so.1 =>  (0xffffe000)
        libmp3lame.so.0 => /usr/lib/libmp3lame.so.0 (0x40025000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0x400c7000)
        libz.so.1 => /usr/lib/libz.so.1 (0x400ea000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x400fe000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4011d000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x40186000)
        libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0x401c7000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x401dd000)
        libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x4020b000)
        libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x40346000)
        libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x4037c000)
        libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x4037f000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x403a3000)
        libXi.so.6 => /usr/lib/libXi.so.6 (0x403a7000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x403af000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x403bc000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x404a2000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x404c4000)
        libXv.so.1 => /usr/lib/libXv.so.1 (0x40549000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x4054e000)
        libesd.so.0 => /usr/lib/libesd.so.0 (0x40560000)
        libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 (0x4056a000)
        libaudio.so.2 => /usr/lib/libaudio.so.2 (0x4058a000)
        libXt.so.6 => /usr/lib/libXt.so.6 (0x4059e000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x405ec000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x4071c000)
        /lib/ld-linux.so.2 (0x40000000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x4073b000)
        libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0x4073e000)
        libnvidia-tls.so.1 => /usr/lib/tls/libnvidia-tls.so.1 (0x40f00000)
        libasound.so.2 => /usr/lib/libasound.so.2 (0x40f02000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0x40fb8000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0x40fc0000)
hobs at doraemon_$ ldd mencoder
        linux-gate.so.1 =>  (0xffffe000)
        libmp3lame.so.0 => /usr/lib/libmp3lame.so.0 (0x40025000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0x400c7000)
        libz.so.1 => /usr/lib/libz.so.1 (0x400ea000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x400fe000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x4011d000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x40186000)
        libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0x401c7000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x401dd000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x4020b000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x4021d000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x40220000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x40242000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x40372000)
        /lib/ld-linux.so.2 (0x40000000)
hobs at doraemon_$

>From: Sterling Sympatico <smacnay at sympatico.ca>
>Reply-To: "MPlayer usage questions, feature requests,  bug reports" 
><mplayer-users at mplayerhq.hu>
>To: mplayer-users at mplayerhq.hu
>Subject: [MPlayer-users] Debian "testing" vlc install and mplayer svn
>Date: Sun, 11 Jun 2006 17:53:58 -0400
>
>Hi,
>
>I run Debian "testing" and wish to install vlc found in the Debian
>repository.  I notice that installing vlc will also install libavcodec,
>libavutil, postproc, and another library/file that is found in the
>ffmpeg and mplayer svn trees.
>
>If I install the Debian versions of these packages (they seem to be
>snapshots from about late April as of now), will it interfere with my
>coninued use and update of mplayer and ffmpeg svn?  Or will updating
>mplayer overwrite the older versions (.deb packages) of the libavxxx
>packages?
>
>Thanks for any response,
>
>Sterling MacNay
>_______________________________________________
>MPlayer-users mailing list
>MPlayer-users at mplayerhq.hu
>http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users

_________________________________________________________________
Be the first to hear what's new at MSN - sign up to our free newsletters! 
http://www.msn.co.uk/newsletters




More information about the MPlayer-users mailing list