BetaONE will rise again!


Reply
  #11  
Old 8th Dec 02, 06:05 AM
Sephiroth Sephiroth is offline
BetaONE Supporter
 
Join Date: Jul 2001
Posts: 1,979
Sephiroth is an unknown quantity at this point
Send a message via MSN to Sephiroth
This works with Mandrake 8.... I don't know about 9, but give it a shot

cd to the dir with your rpm's in there

if there are rpm's stored in that dir other than the mplayer rpm's, do a

mkdir mplayer | mv mplayer*.rpm ./mplayer

then try this

urpmi *.rpm

it should install all 3 rpm's, and prompt you for the mandrake cd's to automatically take care of the dependencies for you

if that doesn't work, and libpng.so.2 already exists, try this

rpm -Uhv *.rpm --nodeps --force

it'll force it to install... but be careful, if it doesn't work, then do an rpm -e eachrpmhere (without the .rpm on the end), to uninstall them
Reply With Quote
  #12  
Old 8th Dec 02, 03:34 PM
~*McoreD*~'s Avatar
~*McoreD*~ ~*McoreD*~ is offline
Super Moderator
 
Join Date: Jul 2002
Location: Australia
Posts: 2,902
~*McoreD*~ is an unknown quantity at this point
[root@localhost mplayer]# urpmi *.rpm
The following packages have bad signatures:
./mplayer-font-iso1-1.0-1.noarch.rpm
./mplayer-skin-default-1.5-1.noarch.rpm

Do you want to continue installation ? (y/N) y
installing ./mplayer-gui-0.90pre10-1.i686.rpm ./mplayer-0.90pre10-1.i686.rpm ./mencoder-0.90pre10-1.i686.rpm ./mplayer-font-iso1-1.0-1.noarch.rpm ./mplayer-skin-default-1.5-1.noarch.rpm

Installation failed:
libpng.so.2 is needed by mplayer-gui-0.90pre10-1
libpng.so.2 is needed by mplayer-0.90pre10-1
libmp3lame.so.0 is needed by mencoder-0.90pre10-1
libpng.so.2 is needed by mencoder-0.90pre10-1

[root@localhost mplayer]# rpm -Uhv *.rpm --nodeps --force
Preparing... ########################################### [100%]
1:mplayer-common ########################################### [ 16%]
2:mplayer ########################################### [ 33%]
3:mencoder ########################################### [ 50%]
4:mplayer-font-iso1 ########################################### [ 66%]
5:mplayer-skin-default ########################################### [ 83%]
6:mplayer-gui ########################################### [100%]
[root@localhost mplayer]#

I will just stuff this up hey
Can't be strained more and bother you guys anymore
Reply With Quote
  #13  
Old 8th Dec 02, 06:45 PM
craftyc craftyc is offline
Senior Member
 
Join Date: Aug 2001
Location: Here.
Posts: 261
craftyc
I believe the bad signitures are caused by corrupt files. Try re-downloading them.
Reply With Quote
  #14  
Old 10th Dec 02, 09:45 AM
~*McoreD*~'s Avatar
~*McoreD*~ ~*McoreD*~ is offline
Super Moderator
 
Join Date: Jul 2002
Location: Australia
Posts: 2,902
~*McoreD*~ is an unknown quantity at this point
Quote:
Originally posted by craftyc@Dec 9 2002, 01:45 AM
I believe the bad signitures are caused by corrupt files. Try re-downloading them.
Haven't gave up yet

I downloaded those files, under Linux. Now downloading under Windows.
I will update this post, on how I proceeded..

14:43 11/12/2002
As craftyc said I re-downloaded them (but the i386 ones) and I did the same as Saphiroth said.
This time it didn't mention about any corrupted files.
I managed to play a WMA file using the terminal just typing:
mplayer /root/mp3/testing.wma

But still I didn't get the GUI. I thought when I typed mplayer, a program will start like the mmjb (MusicMatch JukeBox).
Reply With Quote
  #15  
Old 10th Dec 02, 11:01 AM
buildid's Avatar
buildid buildid is offline
Member
 
Join Date: Sep 2001
Posts: 39
buildid
Send a message via AIM to buildid
http://www.divx.com/products/product_list.php?typeid=1
go to this page and downloadivX For Linux say filename is : divx4linux501-20020418.tgz



tar xzvf divx4linux501-20020418.tgz
cd divx4linux-20020418
su
./install.sh

next: download win32codecs from de mplayer homepage
install them

tar xjvf w32codec-0.60.tar.bz2
cd w32codec-0.60
mkdir /usr/lib/win32
mv * /usr/lib/win32

su
chmod -R 755 /usr/lib/win32

install these one

* libdvdcss
* libdvdnav
* libdvdread
* openquicktime
* mpeg2dec
* libogg
* gtk
* gtk-devel
* glib
* glib-devel
download mplayer and install:

tar xjvf MPlayer-0.90prexxx.tar.bz2
cd MPlayer-0.90pre6
./configure --enable-gui
make
su
make install

Fonts en Skins
http://ftp.lug.udel.edu/MPlayer/rele...iso-8859-1.zip
unzip mp-arial-iso-8859-1.zip
cd iso-8859-1
cp -r arial-14 /usr/local/share/mplayer/font

http://ftp.lug.udel.edu/MPlayer/Skin/proton.tar.bz2
tar xjvf proton.tar.bz2
cp -R proton /home/usernaam/.mplayer/Skin/default
Reply With Quote
  #16  
Old 11th Dec 02, 08:07 AM
~*McoreD*~'s Avatar
~*McoreD*~ ~*McoreD*~ is offline
Super Moderator
 
Join Date: Jul 2002
Location: Australia
Posts: 2,902
~*McoreD*~ is an unknown quantity at this point
WoW! Pretty good straightforward instructions buildid
I tried it m8
But I got stuck here...
./configure --enable-gui worked nicely.
but make didn't work
So did make install

tar xjvf MPlayer-0.90prexxx.tar.bz2
cd MPlayer-0.90pre6
./configure --enable-gui
make
su
make install
Reply With Quote
  #17  
Old 11th Dec 02, 11:16 AM
buildid's Avatar
buildid buildid is offline
Member
 
Join Date: Sep 2001
Posts: 39
buildid
Send a message via AIM to buildid
and you wont succeed?????
Reply With Quote
  #18  
Old 11th Dec 02, 11:25 AM
buildid's Avatar
buildid buildid is offline
Member
 
Join Date: Sep 2001
Posts: 39
buildid
Send a message via AIM to buildid
have you installed MAKE ???
Reply With Quote
  #19  
Old 11th Dec 02, 12:17 PM
~*McoreD*~'s Avatar
~*McoreD*~ ~*McoreD*~ is offline
Super Moderator
 
Join Date: Jul 2002
Location: Australia
Posts: 2,902
~*McoreD*~ is an unknown quantity at this point
Quote:
Originally posted by buildid@Dec 11 2002, 06:25 PM
have you installed MAKE ???


OIC, I gotta install that? Oops...I don't think I have that.
Is it in the Mandrake Linux CDs?

Quote:
and you wont succeed?????
As craftyc said I re-downloaded them (but the i386 ones) and I did the same as Saphiroth said.
This time it didn't mention about any corrupted files.
I managed to play a WMA file using the terminal just typing:
mplayer /root/mp3/testing.wma
But still I didn't get the GUI. I thought when I typed mplayer, a program will start like the mmjb (MusicMatch JukeBox). --- I said before. So I am partially succeeded
But still didn't succeded in your way. May be cos I haven't got MAKE. I will try to do the rest though...
Reply With Quote
  #20  
Old 11th Dec 02, 12:47 PM
buildid's Avatar
buildid buildid is offline
Member
 
Join Date: Sep 2001
Posts: 39
buildid
Send a message via AIM to buildid
to start the gui : type in the command bar from your start button : gmplayer this weill do .thats how i start my mplayer.

remember the zip file fonts have several fonts lets say 10-12-14-16 JUST copy 1 size to your mplayer directory

and also look in your consolle what message it will give for your gui after you have installed make . like to now if you dont succeed.


gmplayer: for the mplayer with gui
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
iRiver ships Linux portable media players NewsBot NeoWin News 0 22nd Oct 04 12:00 AM


All times are GMT +1. The time now is 12:32 PM.


Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.