March 29, 2024, 02:01:39 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: problem while installing gmplayer  (Read 8799 times)

Offline eldo

  • New Member
  • Posts: 2
problem while installing gmplayer
« on: August 07, 2004, 04:45:23 AM »
I got this error while installing mplayer

[root@nac7 eldo]# rpm -ivh mplayer-gui-1.0pre3-1.i386.rpm
warning: mplayer-gui-1.0pre3-1.i386.rpm: V3 DSA signature: NOKEY, key ID 75aa026a
error: Failed dependencies:
        mplayer-skin is needed by mplayer-gui-1.0pre3-1
        mplayer-common = 1.0pre3 is needed by mplayer-gui-1.0pre3-1
        libmp3lame.so.0 is needed by mplayer-gui-1.0pre3-1

pls help me !!!

Offline GNUrag

  • Tux Awared
  • **
  • Posts: 41
    • http://tends.ourproject.org/~anurag
Re: problem while installing gmplayer
« Reply #1 on: August 07, 2004, 12:09:54 PM »
Quote from: "eldo"
[root@nac7 eldo]# rpm -ivh mplayer-gui-1.0pre3-1.i386.rpm
warning: mplayer-gui-1.0pre3-1.i386.rpm: V3 DSA signature: NOKEY, key ID 75aa026a
error: Failed dependencies:
        mplayer-skin is needed by mplayer-gui-1.0pre3-1
        mplayer-common = 1.0pre3 is needed by mplayer-gui-1.0pre3-1
        libmp3lame.so.0 is needed by mplayer-gui-1.0pre3-1
There is a proper order of installing rpm packages.
Place all the rpm files related to gmplayer in a new directory and issue the command
# cp [all the mplayer rpms]  [a new directory]
 # rpm -ivh *.rpm

Offline evilmonk

  • New Member
  • Posts: 2
problem while installing gmplayer
« Reply #2 on: January 11, 2005, 01:09:46 PM »
There is a proper order of installing rpm packages.
Place all the rpm files related to gmplayer in a new directory and issue the command
# cp [all the mplayer rpms] [a new directory]
# rpm -ivh *.rpm

Well i did exactly all those. But when I type gmplayer to launch gui, the following error message comes:

MPlayer 0.90pre5-3.2.2 (C) 2000-2002 Arpad Gereoffy (see DOCS!)

CPU: Intel  (Family: 8, Stepping: 9)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local display)
Reading /root/.mplayer/codecs.conf: can't open '/root/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/share/mplayer/codecs.conf: 34 audio & 94 video codecs
font: can't open file: /root/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using Linux's hardware RTC timing (1024Hz)
Can't open input config file /root/.mplayer/input.conf : No such file or directory
Falling back on default (hardcoded) input config
SKIN dir 1: '/root/.mplayer/Skin'
SKIN dir 2: '/usr/local/share/mplayer/Skin'
[skin] file ( /root/.mplayer/Skin/default/skin ) not found.
Skin not found ( default ).

Please help.

Offline GNUrag

  • Tux Awared
  • **
  • Posts: 41
    • http://tends.ourproject.org/~anurag
problem while installing gmplayer
« Reply #3 on: January 11, 2005, 01:23:30 PM »
Quote
SKIN dir 1: '/root/.mplayer/Skin'
SKIN dir 2: '/usr/local/share/mplayer/Skin'
[skin] file ( /root/.mplayer/Skin/default/skin ) not found.
Skin not found ( default ).
You also have to install the mplayer skins. there should be an RPM for that. just check the mplayerhq website for it.

MPlayer comes naked without any skins :-) :-) :-)

Offline neo

  • Linux Learner
  • ***
  • Posts: 125
    • http://www.investorsgain.com
problem while installing gmplayer
« Reply #4 on: January 12, 2005, 07:34:13 AM »
You may go to the directory /usr/share/mplayer/Skin and see if there is any directory named default. If no then download any skni from mplayer site and install it in the directry. Your gmplayer will start working.