linux howto - fabio de lorenzo personal informations and experiences Forum Index linux howto - fabio de lorenzo personal informations and experiences
kernel modules and software
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

install mplayer using fedora yum

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    linux howto - fabio de lorenzo personal informations and experiences Forum Index -> binary packaging: rpm, tar, ...
View previous topic :: View next topic  
Author Message
root
Site Admin


Joined: 27 Apr 2004
Posts: 156

PostPosted: Fri Aug 17, 2007 5:48 pm    Post subject: install mplayer using fedora yum Reply with quote

create e new repo for yum
vi /etc/yum.repos.d/atrpms.repo
and write:
[atrpms]
name=Fedora Core $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/fc$releasever-$basearch/atrpms/stable
enabled=1
gpgcheck=1


Import the key:
rpm --import http://atrpms.net/RPM-GPG-KEY.atrpms

install:
yum install mplayer mplayer-skins mplayer-fonts mplayerplug-in mplayer-gui


Make sure everything is installed correlty run:
rpm -qa | grep mplayer


If you need the codecs do the following from terminal:
wget ftp://ftp1.mplayerhq.hu/MPlayer/releases/codecs/essential-20050412.tar.bz2
tar jxvf essential-20050412.tar.bz2
mkdir /usr/lib/win32
cp essential-20050412/* /usr/lib/win32



UPDATE to FC 4: you will need to edit the /etc/mplayer/mplayer.conf and add this lines so that mplayerplug-in and mplayer can operate properly:
# Default video output is xvidix, then xv, then try others
vo=xvidix,xv,
# Default audio output is alsa, then try others
ao=alsa,alsa1x,
[imdeemvp@FC4Laptop ~]$ cat /etc/mplayer/mplayer.conf
# Default video output is xvidix, then xv, then try others
vo=xvidix,xv,
# Default audio output is alsa, then try others
ao=alsa,alsa1x,

another useful tip on yum:
yum provides PACKAGE-NAME
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    linux howto - fabio de lorenzo personal informations and experiences Forum Index -> binary packaging: rpm, tar, ... All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group