LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 08-02-2004, 03:34 AM   #1
cuongvt
LQ Newbie
 
Registered: Mar 2004
Posts: 15

Rep: Reputation: 0
mplayer


I'm download mplayer's rpm packages at it's homepage as below and installed successfully.
Package Notes Fedora Core 2
SDL 1.2.7-3
XFree86-libs 6.7.0-5 (xorg-x11-libs)
audiofile 0.2.5-1.1
fontconfig 2.2.1-10
freetype 2.1.7-4
glib for GUI 1.2.10-12
gtk+ for GUI 1.2.10-29.1.1
lame-libs 3.95
libgcc for VIDIX 3.3.3-7
libjpeg 6b-31.1
libogg 1.1.2-1
libpng 1.2.2-22
libtermcap 2.0.8-38
libvorbis 1.0.1-2.1
zlib 1.2.1.1-2.1

I install Mplayer Current Version: 1.0pre5
The installed Mplayer works very well with video, dvd, mp3, mp4, wmv, wma etc. But here is a list of problems I'm facing:
1. Can not using it's Gui. (At command line, type gmplayer, > command not found)
Wich rpm I must install much more to be able to use GUI?
2. I installed mplayer by instructed command (one line):
rpm -Uvh mplayer-common-1.0pre5-2.i386.rpm mplayer-1.0pre5-2.i386.rpm
But when I wanted to uninstall it I use this commands:
rpm -e mplayer-common-1.0pre5-2.i386.rpm
rpm -e mplayer-1.0pre5-2.i386.rpm
rpm -e mplayer-common-1.0pre5-2.i386.rpm mplayer-1.0pre5-2.i386.rpm
But the answer for all above commands is :
Failed dependencies, mplayer-common-1.0pre5-2.i386.rpm is needed by mplayer-1.0pre5-2.i386.rpm
or:
Failed dependencies, mplayer-1.0pre5-2.i386.rpm is needed by mplayer-common-1.0pre5-2.i386.rpm
How can I unistall mplayer?
3. I heared that mplayer can play music cd by command cdda ... Could anyone give me the exact command?
thanks in advanced.
 
Old 08-02-2004, 07:43 AM   #2
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
Read a bit further on the Mplayer web site, you have to download a skin. Also, when you ./configure, you have to give an option to enable GUI. ./configure --help should give you a list.

man rpm, try using rpm -e --nodeps packagkename

Kristijan
 
Old 08-03-2004, 01:36 AM   #3
teet
LQ Newbie
 
Registered: Mar 2004
Location: Truman State University
Posts: 28

Rep: Reputation: 15
First of all, I would just compile from source instead of using the RPM's...in my opinion, the rpm's are more trouble than compiling.

download all the extra codecs you want and make a directory /usr/local/lib/codecs and shove them all in there, then just:

./configure --enable-gui
make
su
make install

download a skin and the arial font. place the skin in a folder labeled "default" (my skin was in /usr/local/share/mplayer/Skins/default) and put the font in font folder (mine was in /usr/local/share/mplayer/font).

then just type gmplayer and it should work.

-teet
 
Old 08-05-2004, 05:06 PM   #4
Rathann
Member
 
Registered: Jul 2004
Location: Poland
Distribution: RedHat 7.3/8.0/9, Fedora Core 1/2/3/4
Posts: 35

Rep: Reputation: 15
Re: mplayer

Quote:
Originally posted by cuongvt
I'm download mplayer's rpm packages at it's homepage as below and installed successfully.
[...]
I install Mplayer Current Version: 1.0pre5
The installed Mplayer works very well with video, dvd, mp3, mp4, wmv, wma etc. But here is a list of problems I'm facing:
1. Can not using it's Gui. (At command line, type gmplayer, > command not found)
Wich rpm I must install much more to be able to use GUI?
Isn't it obvious? mplayer-gui rpm and at least one skin rpm. See:
http://greysector.rangers.eu.org/mpl...-optional.html

Quote:

2. I installed mplayer by instructed command (one line):
rpm -Uvh mplayer-common-1.0pre5-2.i386.rpm mplayer-1.0pre5-2.i386.rpm
But when I wanted to uninstall it I use this commands:
rpm -e mplayer-common-1.0pre5-2.i386.rpm
rpm -e mplayer-1.0pre5-2.i386.rpm
rpm -e mplayer-common-1.0pre5-2.i386.rpm mplayer-1.0pre5-2.i386.rpm
But the answer for all above commands is :
Failed dependencies, mplayer-common-1.0pre5-2.i386.rpm is needed by mplayer-1.0pre5-2.i386.rpm
or:
Failed dependencies, mplayer-1.0pre5-2.i386.rpm is needed by mplayer-common-1.0pre5-2.i386.rpm
How can I unistall mplayer?
Did you ever read rpm's manpage? Why does everyone think that they can only supply one package (file)name for each rpm command? Hint: just as you installed them both at once, you can uninstall them the same way. Oh, and a package file is not the same as a package. You install rpm files but you uninstall packages (by name), for example rpm -e mplayer mplayer-common. See man rpm. Really.

Quote:

3. I heared that mplayer can play music cd by command cdda ... Could anyone give me the exact command?
thanks in advanced.
Could you by any chance stop being lazy and Read The F...ine Documentation?
Here, I'll even give you a link: http://www.mplayerhq.hu/DOCS/HTML/en/index.html
 
Old 08-20-2004, 03:08 AM   #5
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Rathann - we here at LQ try to present a professional and, at the same time, friendly front. Your final comments are unwarranted, unhelpful and unneeded. In future, I ask you to not post comments such as this - if the post offends you, move on and DO NOT REPLY. Let's make this your first and final warning, eh?
 
Old 08-25-2004, 07:30 AM   #6
Rathann
Member
 
Registered: Jul 2004
Location: Poland
Distribution: RedHat 7.3/8.0/9, Fedora Core 1/2/3/4
Posts: 35

Rep: Reputation: 15
Quote:
Originally posted by XavierP
Rathann - we here at LQ try to present a professional and, at the same time, friendly front. Your final comments are unwarranted, unhelpful and unneeded. In future, I ask you to not post comments such as this - if the post offends you, move on and DO NOT REPLY. Let's make this your first and final warning, eh?
My apologies. It won't happen again.
 
Old 08-25-2004, 12:44 PM   #7
Pcghost
Senior Member
 
Registered: Feb 2003
Location: The Arctic
Distribution: Fedora, Debian, OpenSuSE and Android
Posts: 1,820

Rep: Reputation: 46
Another option is to get Kplayer. It is a decent front-end for Mplayer.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
using mplayer with .asx without -playlist? Would be useful for mplayer plug-in pierrethibault Linux - Software 1 02-18-2005 08:12 AM
No sound in mplayer or mplayer firefox plugin case1984 Linux - Newbie 1 01-21-2005 12:58 AM
How to install mplayer gui after installing mplayer kaega2 Linux - Software 5 10-07-2003 10:44 AM
More mplayer issues...no /.mplayer folder?! lt1derful Linux - Software 3 08-03-2003 09:09 PM
mplayer is cool ... mplayer plug-in is even cooler..! linuxlah Linux - General 4 07-16-2003 10:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 05:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration