 |
 |
 |
 |
| 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. |

2004-10-04, 07:45 AM CDT
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 11

|
|
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.
|

2004-10-06, 06:06 AM CDT
|
|
Registered User
|
|
Join Date: Sep 2004
Location: Fort Wayne, Indiana
Posts: 564

|
|
|
perhaps I need their yum.conf prior to running that command?
|

2004-10-06, 11:33 AM CDT
|
|
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
|

2004-10-14, 11:40 PM CDT
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 73

|
|
Quote:
|
Originally Posted by ilja
|
nothing found...?
I downloaded that new conf to my /etc directory as well
|

2004-10-15, 12:01 AM CDT
|
|
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.
|

2004-10-15, 12:04 AM CDT
|
 |
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!!
|

2004-10-15, 01:36 AM CDT
|
|
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?
|

2004-10-15, 02:04 AM CDT
|
 |
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
|

2004-10-15, 09:46 PM CDT
|
|
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.
|

2004-10-16, 01:09 AM CDT
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 41
Posts: 8,250

|
|
|
i only use the stable ones.
|

2004-11-10, 08:20 AM CST
|
 |
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 (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.
|

2004-11-10, 11:37 AM CST
|
|
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
|

2004-11-10, 02:06 PM CST
|
 |
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
|

2004-11-10, 02:56 PM CST
|
|
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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Automatic Translations (Powered by  ):
All times are GMT -7. The time now is 12:43 PM CST.
|
|
 |
 |
 |
 |
|
|