Fedora Linux Support Community & Resources Center

Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Guides & Solutions (No Questions)

Guides & Solutions (No Questions) Post your guides here. You can also add your comments to a guide, but don't start a thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2004-10-04, 07:45 AM CDT
pixel Offline
Registered User
 
Join Date: Oct 2004
Posts: 11
Post HOW-TO- Install mplayer

mplayer is an amazing media player for linux you all know I don't have to tell yet for my satisfaction I am telling

fine letz see how to install mplayer on linux from its source.

Dependency:
X, GTK, SDL...

extract the mplayer source to desired path say /usr/local/mplayer
extract the mplayer codecs to desired path say /usr/local/lib/codecs
now go to /usr/local/mplayer and type the following command

./configure --enable-gui --with-CODECSDIR=/usr/local/lib/codecs

if it configures with out any error
type

make

and then

make install

by default mplayer has no skins you have to load the skin in to the skin dir

extract a skin and put it in one of the following path.

/home/username/.mplayer/skin
/usr/share/mplayer/skin/


in
/home/username/.mplayer/

there will be a file named "config".

open that and type the following.

GUI=yes

and save it

now press META-F2
and type

mplayer or gmplayer

mplayer opens and you can watch movies on linux.

hehehe cool isn't it???

I don't how this doc is going to help other I felt like telling it and I have

thanx to all.
Reply With Quote
  #2  
Old 2004-10-04, 07:49 AM CDT
ilja Offline
Administrator
 
Join Date: Apr 2004
Location: Euregio
Posts: 3,594
thx pixel,

or even better way:
http://fedorafaq.org/#installsoftware
Code:
yum install mplayer
__________________
--
http://twitter.com/ik12
Reply With Quote
  #3  
Old 2004-10-06, 06:06 AM CDT
JordanN Offline
Registered User
 
Join Date: Sep 2004
Location: Fort Wayne, Indiana
Posts: 564
perhaps I need their yum.conf prior to running that command?
Reply With Quote
  #4  
Old 2004-10-06, 11:33 AM CDT
taylor65 Offline
Registered User
 
Join Date: Jan 2004
Posts: 806
Add these lines in /etc/yum.conf, then you can do 'yum install mplayer mplayerplug-in'.
[dag]
name=Fedora Core Dag Wieers' repository
baseurl=http://apt.sw.be/redhat/fc$releasever/en/i386/dag
Reply With Quote
  #5  
Old 2004-10-14, 11:40 PM CDT
mustangfanatic Offline
Registered User
 
Join Date: Oct 2004
Posts: 73
Quote:
Originally Posted by ilja
thx pixel,

or even better way:
http://fedorafaq.org/#installsoftware
Code:
yum install mplayer
nothing found...?
I downloaded that new conf to my /etc directory as well
Reply With Quote
  #6  
Old 2004-10-15, 12:01 AM CDT
Phantom X Offline
Registered User
 
Join Date: Jul 2004
Age: 26
Posts: 8
In http://tettnang.freshrpms.net/ always have mplayer packages, but is very fun to compile your own sources.
Reply With Quote
  #7  
Old 2004-10-15, 12:04 AM CDT
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 41
Posts: 8,250
Quote:
I downloaded that new conf to my /etc directory as well
1st. you have to edit the /etc/yum.conf and add the lines to it
2nd. open terminal and become root and type: gedit /etc/yum.conf once its opened add these lines:

[livna-stable]
name=Livna.org - Fedora Compatible Packages (stable)
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/yum/stable
#gpgcheck=1

[freshrpms]
name=Fedora Linux $releasever - $basearch - freshrpms
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms/
gpgcheck=1

[dag]
name=Dag RPM Repository for Fedora Core
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag/
gpgcheck=1

and SAVE it!!

3rd. close it and from the terminal import the gpg keys for each repository: http://fedorafaq.org/#gpgsig
and you are done!!
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills
Reply With Quote
  #8  
Old 2004-10-15, 01:36 AM CDT
Varkk Offline
Registered User
 
Join Date: Mar 2004
Location: New Zealand
Age: 30
Posts: 281
Isn't it a bad idea to mix the livna, freshrpms and dag repositories?
Reply With Quote
  #9  
Old 2004-10-15, 02:04 AM CDT
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 41
Posts: 8,250
Quote:
Originally Posted by Varkk
Isn't it a bad idea to mix the livna, freshrpms and dag repositories?
not according to www.fedorafaq.org
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills
Reply With Quote
  #10  
Old 2004-10-15, 09:46 PM CDT
Varkk Offline
Registered User
 
Join Date: Mar 2004
Location: New Zealand
Age: 30
Posts: 281
Quote:
# Uncomment these to use them -- note that some packages
# from these repositories may conflict with the fedora.us
# packages. If you use these repositories, you may wish to
# comment-out the fedora.us and livna.org repositories.
From the fedorafaq. Freshrpms, Dag and many others are commented out in their yum.conf for the reason quoted above. So I was wrong about livna, it i fedora.us which conflict with Dag and Freshrpms.
Reply With Quote
  #11  
Old 2004-10-16, 01:09 AM CDT
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 41
Posts: 8,250
i only use the stable ones.
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills
Reply With Quote
  #12  
Old 2004-11-10, 08:20 AM CST
PeTzZz's Avatar
PeTzZz Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Tartu
Age: 25
Posts: 1,537
Quote:
./configure --enable-gui --with-CODECSDIR=/usr/local/lib/codecs
CODECSDIR should be lowercased. Otherwise it doesn't work.
You can see available parametres if you type
Code:
./configure --help
(It is lowercased there in my version of mplayer)

Quote:
by default mplayer has no skins you have to load the skin in to the skin dir

extract a skin and put it in one of the following path.

/home/username/.mplayer/skin
/usr/share/mplayer/skin/
After that you should rename the extracted skin folder to 'default'. Otherwise gmplayer doesn't find it.

These were my remarks after installing MPlayer v1.0pre5 on Fedora Core 3.

Nice how-to otherwise.
Reply With Quote
  #13  
Old 2004-11-10, 11:37 AM CST
zAo Offline
Registered User
 
Join Date: Nov 2004
Posts: 46
Why dont you install apt?
Install the RPM from http://ftp.freshrpms.net/pub/freshrp...nux/3/mplayer/

Then:
Code:
# Get the packagelist
$ apt-get update

# Install mplayer with all its dependencies
$ apt-get install mplayer
Reply With Quote
  #14  
Old 2004-11-10, 02:06 PM CST
jale2ice's Avatar
jale2ice Offline
Registered User
 
Join Date: May 2004
Location: New Jersey, USA
Age: 31
Posts: 131
Why don't you just add the freshrpm repo to /etc/yum.redo.d/ ?

Then: yum install mplayer

__________________
AMD Athlon XP 2500+ Barton
ASUS A7N8X
Corsair PC3200 DDR 400 1024MB
NVIDIA GeForce FX 5900 Ultra 256MB
Maxtor 120GB HD 7200RPM
Maxtor 60GB HD 7200RPM
Fedora Core 4 & Windows XP Pro
Registered Linux User # 372000
Reply With Quote
  #15  
Old 2004-11-10, 02:56 PM CST
Varkk Offline
Registered User
 
Join Date: Mar 2004
Location: New Zealand
Age: 30
Posts: 281
As staed above, just use the yum.conf in the fedorafaq and be done with it
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
mplayer (How do i install?) acadaca1 Software 4 2007-08-18 10:12 PM CDT
install Mplayer kruger Fedora Core 5 - Dev 16 2007-06-13 10:44 AM CDT
how to install mplayer in FC5 Jeremiah.R Software 1 2006-03-24 03:42 AM CST
Mplayer Install.. buckweat420 Software 5 2006-01-29 04:01 PM CST
Yum install mplayer? s10237 Software 13 2005-07-09 12:20 AM CDT

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 12:43 PM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
Translations made by vB Enterprise Translator 2.3.8