Moblin 2.1

*nix specific usage questions
joanlui
New Cone
New Cone
Posts: 2
Joined: 10 Nov 2009 10:58

Moblin 2.1

Postby joanlui » 10 Nov 2009 11:00

Any news on Videolan for Moblin? Thank u!

Rémi Denis-Courmont
Developer
Developer
Posts: 15291
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Moblin 2.1

Postby Rémi Denis-Courmont » 10 Nov 2009 16:59

I am not aware of any porting attempt.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

joanlui
New Cone
New Cone
Posts: 2
Joined: 10 Nov 2009 10:58

Re: Moblin 2.1

Postby joanlui » 11 Nov 2009 09:12

I hope for a Moblin version of Vlc soon!!!! :geek:

jamart3d
Blank Cone
Blank Cone
Posts: 20
Joined: 11 Sep 2006 20:42

Re: Moblin 2.1

Postby jamart3d » 09 Dec 2009 00:09

bah
Last edited by jamart3d on 10 Dec 2009 06:10, edited 1 time in total.

jamart3d
Blank Cone
Blank Cone
Posts: 20
Joined: 11 Sep 2006 20:42

Re: Moblin 2.1

Postby jamart3d » 10 Dec 2009 02:03

expanded from post...
http://moblin.org/community/blogs/imad/ ... mment-1797

if ya have a free hour.. do these steps..

prep..

Code: Select all

sudo yum install gcc flex bison make diffutils glib2-devel pango-devel cairo-devel liboil-devel alsa-lib-devel libtheora-devel libvorbis-devel libogg-devel wget gcc-c++ fribidi* qt*devel* *SDL* *dbus*dev* *hal*dev* libXpm* libXt* moz*
install libmad

Code: Select all

cd ~/Download wget http://downloads.sourceforge.net/project/mad/libmad/0.15.1b/libmad-0.15.1b.tar.gz tar xvfz libmad-0.15.1b.tar.gz cd libmad-0.15.1b echo "\tremoving optimize="\$optimize -fforce-mem" option" sed -e 's/optimize="$optimize -fforce-mem"/#optimize="$optimize -fforce-mem"/g' ./configure > new mv ./configure ./configure.org;mv new ./configure diff ./configure.org ./configure chmod 777 ./configure ./configure --prefix=/usr make sudo make install
install ffmpeg

Code: Select all

cd ~/Download wget http://ffmpeg.org/releases/ffmpeg-export-snapshot.tar.bz2 tar xvfj ffmpeg-export-snapshot.tarbz2 mkdir ffmpeg-export-snapshot tar xvfj ffmpeg-export-snapshot.tar.bz2 -C ./ffmpeg-export-snapshot cd ffmpeg-export-snapshot/* ./configure --prefix=/usr --enable-gpl --enable-postproc --enable-x11grab --enable-shared --enable-ffplay make sudo make install
install a52dec

Code: Select all

cd ~/Download wget http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz tar xvfz a52dec-0.7.4.tar.gz cd a52dec-0.7.4 ./configure --prefix=/usr make sudo make install
install libmpeg2

Code: Select all

cd ~/Download wget http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz tar xvfz libmpeg2-0.5.1.tar.gz cd libmpeg2-0.5.1 ./configure --prefix=/usr make sudo make install
install vlc

Code: Select all

cd ~/Download wget http://download.videolan.org/pub/videolan/vlc/1.0.3/vlc-1.0.3.tar.bz2 tar xvfj vlc-1.0.3.tar.bz2 cd vlc-1.0.3 ./configure --prefix=/usr -enable-mozilla make sudo make install
cleanup, double check your in Download dir, before executing..

Code: Select all

cd ~/Download rm -rf vlc* lib* *mpeg* a52*

that wasn't that bad ?


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 31 guests