[vlc] Re: Suse 9.2
Marcel Ruff
mr at marcelruff.info
Thu Apr 28 15:02:57 CEST 2005
Pierre Sivisay wrote:
> Hi I'd like to install VLC on a Suse9.2 but the unofficial packages
> linked on the VLC site did not work for me.
> Does anyone have a link or made packages for Suse9.2?
Hi,
yes, this runs fine here, but it took me some efforts
to find out and download all the related packages,
as i needed only MPEG-4 and RTSP and a mozilla plugin
here are those minimal steps (i compiled it on a 64 bit Xeon
but as 32 bit application):
MPEG4 support:
--------------
http://ffmpeg.sourceforge.net/ Lesser General Public License, or (LGPL)
/opt> cvs -z9 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg
export CFLAGS=-m32
export LDFLAGS="-m elf_i386"
./configure --prefix=/opt/local/ffmpeg-bin --extra-cflags=-m32 --extra-ldflags=-m32 --enable-ffplay
--enable-pthreads --enable-pp --disable-mp3lame --disable-dts --enable-gpl
RTSP support:
-------------
http://www.live.com/liveMedia/ (LGPL)
/opt> tar xzvf live.2005.04.13.tar.gz
vi config.linux:
NOTE for Xeon 64bit:
-m32 added on several places
LDFLAGS -L/usr/lib
ld -m elf_i386
...
VLC client + mozilla plugin (GPL):
----------------------------
/opt/local> svn co svn://svn.videolan.org/vlc/trunk vlc-trunk
unset LDFLAGS CFLAGS LD_LIBRARY_PATH
unset MOZILLA_HOME MOZILLA_FIVE_HOME MOZILLA_CONFIG
# mozilla cvs
export MOZILLA_HOME=/opt/local/mozilla
export MOZILLA_FIVE_HOME=${MOZILLA_HOME}/suite-opt/dist/bin
export MOZILLA_CONFIG=${MOZILLA_FIVE_HOME}/mozilla-config
export XPIDL=${MOZILLA_FIVE_HOME}/xpidl
export XPIDL_INCL=-I${MOZILLA_FIVE_HOME}/../idl
make distclean; ./bootstrap
NOTE: Edit "${MOZILLA_FIVE_HOME}/mozilla-config" to contain correct pathes!!!
./configure --prefix /opt/local/vlc-bin \
--enable-ncurses --enable-x11 --enable-xvideo --disable-v4l \
--enable-ffmpeg --with-ffmpeg-tree=/opt/local/ffmpeg \
--enable-livedotcom --with-livedotcom-tree=/opt/local/live \
--disable-libmpeg2 \
--disable-mad \
--disable-dvbpsi \
--disable-dts \
--disable-sdl \
--disable-daap \
--disable-mp3lame --without-ffmpeg-mp3lame \
--enable-mozilla
vi vlc-config: Removed manually ' -lmp3lame'
make
make install
If you need other support just add it gradually,
regards
Marcel
--
http://www.xmlBlaster.org
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the vlc
mailing list