LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   mplayer (https://www.linuxquestions.org/questions/fedora-35/mplayer-212411/)

cuongvt 08-02-2004 03:34 AM

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.

Kristijan 08-02-2004 07:43 AM

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

teet 08-03-2004 01:36 AM

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

Rathann 08-05-2004 05:06 PM

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

XavierP 08-20-2004 03:08 AM

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?

Rathann 08-25-2004 07:30 AM

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.

Pcghost 08-25-2004 12:44 PM

Another option is to get Kplayer. It is a decent front-end for Mplayer.


All times are GMT -5. The time now is 07:28 PM.