LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-08-2006, 05:59 AM   #1
ahn
LQ Newbie
 
Registered: Mar 2006
Posts: 8

Rep: Reputation: 0
{Help} Mplayer skin


I have just installed mplayer from *.rpm


But i don't know how to get a skin/Gui ...with it.

NOw i can play media file with R_click..Open with ...type comand "mplayer". HIc It is not easy and cool to open a media file...

What should i do now...
Sorry for my English


Thanks to read
 
Old 03-08-2006, 07:00 AM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Welcome to LQ!

If you want to start mplayer in GUI mode, you use the command gmplayer. If the rpm you installed was compiled to support a GUI, mplayer will start using whatever skin is in ~/.mplayer/Skin/default. Personally, I have several different skins in ~/.mplayer/Skin and just set a soft link named default to point to the skin I want to use.
 
Old 03-10-2006, 05:24 AM   #3
ahn
LQ Newbie
 
Registered: Mar 2006
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks so much.
I hope you a happy night.
Thank again
 
Old 03-12-2006, 04:03 AM   #4
ahn
LQ Newbie
 
Registered: Mar 2006
Posts: 8

Original Poster
Rep: Reputation: 0
Dear Guider
When i use comand"gmplayer" Terminal show me that : "comand not found..."
So, i try to install mplayer from source.
but a error ...
Quote:
[root@localhost MPlayer-1.0pre7try2]# ./configure --enable-gnu --with-codecsdir=/usr/lib/win32 --prefix=/usrn32 --prefix=/usr
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... 4.0.0, bad
Checking for gcc version ... 4.0.0, bad
Checking for gcc-3.4 version ... not found
Checking for gcc-3.3 version ... not found
Checking for gcc-3.2 version ... not found
Checking for gcc-3.1 version ... not found
Checking for gcc3 version ... not found
Checking for gcc-3.0 version ... not found
Checking for cc version ... 4.0.0, bad

*** Please downgrade/upgrade C compiler to version gcc-2.95.x or gcc-3.x! ***

You are not using a supported compiler. We do not have the time to make sure
everything works with compilers other than the ones we use. Use either the
same compiler as we do, or use --disable-gcc-checking but DO *NOT* REPORT BUGS
unless you can reproduce them after recompiling with a 2.95.x or 3.x version!

Note for gcc 2.96 users: Some versions of this compiler are known to miscompile
mplayer and lame (which is used for mencoder). If you get compile errors,
first upgrade to the latest 2.96 release (minimum 2.96-85) and try again.
If the problem still exists, try with gcc 3.x (or 2.95.x) *BEFORE* reporting
bugs!

GCC 2.96 IS NOT AND WILL NOT BE SUPPORTED BY US !

*** For details please read DOCS/HTML/en/users-vs-dev.html ***


Error: Bad gcc version

Check "configure.log" if you do not understand why it failed.
[root@localhost MPlayer-1.0pre7try2]#

I dont know what is called GCC 2.96 and what should i do to install mplayer support skin

PS : I AM USING FEDORA CORE 4

THANKS
 
Old 03-12-2006, 06:47 AM   #5
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
GCC is the C compiler that is used by pretty much every Linux distro. What this error is telling you is that you have GCC version 4.0 installed, but that is too new a version to be supported by Mplayer. What you are going to need to do is either find an mplayer rpm package that has the gui compiled into it or you are going to need to find a gcc versions 3.x rpm and install that. Personally, I would spend some time trying to find an mplayer package because mixing versions of GCC can lead to some pretty ugly results.
 
Old 03-12-2006, 08:04 AM   #6
turnovg
Member
 
Registered: Dec 2003
Posts: 33

Rep: Reputation: 15
Which distribution?

Which LINUX distro do you use?
If you use Fedora, try installing mplayer with yum. And not mplayer, but gmplayer. the you could start it with the command "gmplayer" and it should have skin.
(If Debian: apt-get install gmplayer)

If you've installed mplayer only, or gmplayer, but you still don't have skin, look in the following directory:

/usr/local/share/mplayer

There you should find a directory Skin. If there's no such directory, make one. Be careful, make it with capital "S" - "Skin", not "skin". Then go to www.mplayerhq.hu or another mirror where you could download skins from. Download the Blue skin (default) or another one you would like. Extract it from the archive. You should get a directory "Blue" with files and directories in. Now move the whole Blue directory to the Skin directory you've created, to get the following:

/usr/local/share/mplayer/Skin/Blue

Now try running the command "gmplayer".

I'm almost sure you wouldn't be able to run "gmplayer" if you've installed only mplayer and not gmplayer. So uninstall mplayer and install gmplayer.
(If you insist on installing gmplayer from source:

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


Good Luck


P.S.
If from source, please read the README and INSTALL files from the MPlayer source directory.
 
Old 03-12-2006, 10:44 AM   #7
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
I believe that you need the mplayer-gui rpm as well as the one you installed.
 
Old 03-13-2006, 10:19 PM   #8
ahn
LQ Newbie
 
Registered: Mar 2006
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks to all

Quote:
Originally Posted by Hangdog42
What you are going to need to do is either find an mplayer rpm package that has the gui compiled into it
But i dont know how to get an mplayer rpm package that has the gui compiled into it
I can not find it from http://www.mplayerhq.hu/


To : turnovg
thank for your infomation, but i can not install mplayer with skin.This is my problem.

I have search in forum but ...it not work with me.

Thanks to read
 
Old 03-14-2006, 06:51 AM   #9
ahn
LQ Newbie
 
Registered: Mar 2006
Posts: 8

Original Poster
Rep: Reputation: 0
I have just searched a good doc :
http://www.mjmwired.net/resources/mplayer-fedora.html

May be it can help me !
Thanks to all
 
Old 03-14-2006, 07:13 AM   #10
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
That looks like a good guide, but be sure to pay attention to his FC4 warnings.
 
Old 03-14-2006, 02:30 PM   #11
turnovg
Member
 
Registered: Dec 2003
Posts: 33

Rep: Reputation: 15
Smile So...

----------------
But i dont know how to get an mplayer rpm package that has the gui compiled into it
I can not find it from http://www.mplayerhq.hu/
----------------

- This is the official web site of the mplayer project. In such sites you will rarely find compiled packages. The packages created by the authors are almost always uncompiled. It will be difficult for them to maintain the source of the program and compiled packages for different distribution. As a practice, maintainers of the distribution, could compile the program and include it in the oficial release.
In Fedora Linux you have mplayer compiled in (with gui) and the package, as someone already mentioned it, is named mplayer-gui or something like that.
The best way for installing compiled programs on your Fedora Linux, would be, I believe, "yum". It is a console program for automated installing/removing packages. The syntax should be like that:

yum install mplayer-gui
or something like that.

(try:

man yum

for all the available options)

Please find information about using yum. You will learn much and all the things about installing/removing packages will become much easier for you.

Another way of finding a compiled (.rpm) package for mplayer is to look at sites like the following:

freshmeat.net
rpmseek.net

Last but not least, ask a search engine like search.yahoo.com or gogle.com to find the package for you


Again, good luck
 
Old 03-14-2006, 10:28 PM   #12
ahn
LQ Newbie
 
Registered: Mar 2006
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks to Hangdog42 ,turnovg too much.
I am happy to join this forum.Yours forum is very useful.
 
  


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
Mplayer skin howto mohapi Linux - Software 8 04-04-2004 12:36 PM
installing mplayer skin zexter Linux - Software 1 12-07-2003 09:56 PM
Mplayer skin example? svar Linux - General 6 12-02-2003 07:35 PM
Installing a new Skin with Mplayer Whiskydog Linux - Newbie 5 08-28-2003 05:15 PM
mplayer can't load the skin kirt_sinha Linux - Newbie 0 06-10-2003 02:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:06 PM.

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