LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 08-12-2003, 11:40 PM   #1
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Rep: Reputation: 30
little mplayer help


I nned to Install mplayer 0.90-1 but it needs mplayer-common-0.90 <- the 0.90 bein plain and I cant find it ne where can u help me?

Also if I get this workin will I be able to play movies in a Mozilla browser?
 
Old 08-13-2003, 12:22 AM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
You should definitely look into getting/install/using a program called apt4rpm (apt-get for Redhat) and it's graphical front end Synaptic. Both can be found at www.freshrpms.net Get them, install em, and afterwards to install applications it will resolve all dependencies automatically for you.

HTH

Cool
 
Old 08-13-2003, 12:34 AM   #3
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
does it do it automatically, or how do I use it?
 
Old 08-13-2003, 12:43 AM   #4
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Install it, it is all there young Jedi.

Read the man page if you get hung up, but if you install Synaptic, it should all pretty much be self-explanatory

Cool
 
Old 08-13-2003, 12:47 AM   #5
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
well I installed it but when I was it gave me a weird error:
Code:
 rpm -ivh apt4rpm-0.65-0.src.rpm --force
warning: user richard does not exist - using root
warning: user richard does not exist - using root
   1:apt4rpm                ########################################### [100%]
The richard part also there isnt a man page for it i ready checked
 
Old 08-13-2003, 01:01 AM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
You installed using a src.rpm You have to get a precompiled binary...

Click the link at the top of the page...
http://ftp.freshrpms.net/pub/freshrp...6-fr1.i386.rpm
http://ftp.freshrpms.net/pub/freshrp...6-fr1.i386.rpm
http://ftp.freshrpms.net/pub/freshrp...-1.fr.i386.rpm

Install those.

Cool
 
Old 08-13-2003, 01:05 AM   #7
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
wats an .src rpm?
 
Old 08-13-2003, 01:15 AM   #8
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
It's a source RPM file, so you can get RPM's that are compiled specific to your architecture. It's one of those things though, that basically "if you don't know, you don't need it" so I wouldn't worry about it, just make sure you look for precompiled binaries and not src.rpm when getting programs.

Cool
 
Old 08-13-2003, 01:55 AM   #9
mobassir
Member
 
Registered: Jul 2003
Location: Pakistan
Distribution: Redhat , SME
Posts: 346

Rep: Reputation: 30
here is easy way to install mplayer. i am runing mplayer with this folowinf steps. and u can also try xine player which is also good and easy to use

for mplayer
Download latest or steble Mplayer and Mplayer Codecs tarball , Skins and fonts
Here i download Mplayer-0.90.tar.bz2and extralite.tar.bz2 (its Codec file) from
http://www.mplayerhq.hu/homepage/design6/news.html
Installation Steps-
1- First install Codec file

You untar them into a directory, usually: /usr/lib/win32

So something like: tar xvjCf Mplayer-0.90.tar.bz2 /usr/lib
Might work, that is assuming when the tarball is bunzipped and untarred that the resulting file is a directory called win32. (it will creat an directory name of win32 win /usr/lib/win32)
I rarely take that chance though, so here's how I'd do it:

OR

mkdir /usr/lib/win32
cp Mplayer-0.90.tar.bz2 /usr/lib/win32
cd /usr/lib/win32
tar xvjf Mplayer-0.90.tar.bz2 (it will untar in directory name of win32 win /usr/lib/win32)
If there is a directory now, cd into the directory:
cd win32
And move all the files out:
mv * .. (this command will move all files 1 step back directory)
And finally cd yourself out:
cd ..
And remove the directory:
rm -r win32

Be sure that last command didn't just remove the directory from /usr/lib instead it removed the directory:
/usr/lib/win32/win32 (which is unnecessary).


how you install mplayer:

Fist put the tar ball in some temp. directory and do
tar xjf MPlayer-0.90.tar.bz2
This will create an dir with the mplayer sources. cd in to the dir and do
./configure --enable-gui
(If you want it installed in an other place then "/usr/local/", then you have to supply an aditional agrument like
./configure --enable-gui –prefix=</where/ever/you/want> )
then just do
make
and
make install
. after that, we will see You can alraidy play movies, just do
mplayer /tmp/song/avseq15.dat (i copy a video song file in this folder)
Or, play vcd's
mplayer -vcd 1
After that, you will have to install the skin and fonts. download them at the mplayer site. It's called "font-arial-iso-8859-1.tar.bz2" .
Unpack the fonts in a temporary directory, by doing

tar xjf font-arial-iso-8859-1.tar.bz2 (it will untar and creat some more directories that dir contan font directories like font-arial-<x>-iso-8859-1, where x is the font size. Select the font size you want and do, this command will copy all files from your specified font folder to ~/.mplayer/font/ or you can copy thses files throug Xwindows.

cp font-arial-<x>-iso-8852-1/* ~/.mplayer/font/
 
Old 08-13-2003, 01:33 PM   #10
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
do you have a more direct link to the filez cuz I cant find the codecs.
 
Old 08-13-2003, 02:18 PM   #11
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
I think I got it installed but how do I get the graphical interface up??
 
Old 08-13-2003, 02:28 PM   #12
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
also is it wise to run apt-get upgrade? also on every one of the rpms I try to install w/ apt-get it gives me this error:
Code:
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package imwheel-0.9.9-1.i686.rpm
On every one(except it says a different pkg name). what could the prob be

Last edited by SnowSurfAir; 08-13-2003 at 02:45 PM.
 
Old 08-14-2003, 12:09 AM   #13
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by SnowSurfAir
I think I got it installed but how do I get the graphical interface up??
There are tons of threads on this, but it would seem to be the easy answer is:
compile it.

Grab the bzipped tarball from:
www.mplayerhq.hu
And install from that instead of from RPM's. Then to start the gui:
gmplayer

Cool
 
Old 08-14-2003, 12:12 AM   #14
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
yeah well sry but it turned out I didnt install it yet
 
  


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

All times are GMT -5. The time now is 03:23 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