Author Topic: Mplayer version  (Read 2875 times)

omega

  • Hero Member
  • *****
  • Posts: 626
    • View Profile
    • http://
Mplayer version
« on: June 28, 2004, 10:01:47 am »
Can someone please tell me is there a switch or something to tell me what version of mplayer i have currently installed?
Gorgeous C860, 256 Sandisk SD, 1Gig Pretec 40x CF, PDAIR leather case & the really cool retractable iPDA USB sync/charge cable. Powered by PDAXROM BETA 1.

My wish - to have a Command & Conquer style game on my Z! (FREECNC!!!) Simcity 2000 would also be great.

yzord

  • Full Member
  • ***
  • Posts: 162
    • View Profile
    • http://
Mplayer version
« Reply #1 on: June 29, 2004, 02:09:00 am »
Just run mplayer from the console, and the first line will display the version number.

Yz

omega

  • Hero Member
  • *****
  • Posts: 626
    • View Profile
    • http://
Mplayer version
« Reply #2 on: June 29, 2004, 11:11:16 am »
Thanks i did that. got this

Mplayer 0.91-3.3.1

I currently have kino 2 0.3beta installed and when i went and got all the files from here: http://wiki.self-core.org/atty/?MPlayer

including:
mplayer-w100_1.0pre3.1-2_arm.ipk  

They all installed but yet when i type mplayer i get the same version. Is this correct? If so can i uninstall all the libraries that i just installed?

How does one check for current versions of libraries?
Gorgeous C860, 256 Sandisk SD, 1Gig Pretec 40x CF, PDAIR leather case & the really cool retractable iPDA USB sync/charge cable. Powered by PDAXROM BETA 1.

My wish - to have a Command & Conquer style game on my Z! (FREECNC!!!) Simcity 2000 would also be great.

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Mplayer version
« Reply #3 on: June 29, 2004, 10:08:28 pm »
If you want to use 1.0 pre 3 instead of 0.91 then you will have to remove the mplayer parts of kino2 and install move/symlink the 1.0-pre3 mplayer so that kino2 can find it.

I remember a poast about how to do that floating around the forum a while ago, but "ipkg files kino2" will show you where kino2 has installed files and "ipkg files mplayer-w100" will show you where the new mplayer files live.

Good luck

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

omega

  • Hero Member
  • *****
  • Posts: 626
    • View Profile
    • http://
Mplayer version
« Reply #4 on: June 30, 2004, 06:47:40 am »
Thanks again Stubear.  Thing is that i can't get any information about installed stuff from ipkg.  I get not found /usr/lib/ipkg/lists/omega file not found.

How do i find out where a program is running from? ie. when i type a program and it runs how do i find out where that program is located?
Gorgeous C860, 256 Sandisk SD, 1Gig Pretec 40x CF, PDAIR leather case & the really cool retractable iPDA USB sync/charge cable. Powered by PDAXROM BETA 1.

My wish - to have a Command & Conquer style game on my Z! (FREECNC!!!) Simcity 2000 would also be great.

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Mplayer version
« Reply #5 on: June 30, 2004, 11:17:51 am »
That's a strange error message - you can look for the file list yourself in /usr/lib/ipkg/info/
There will be a large number of files with the extenstino .list - these funnily enough list all the files installed for the package.

To find out where a program is (or which of multiple copies of a program) being run from, use
Code: [Select]
which mplayerreplacing "mplayer" with whatever program you want to find, it should return something like
Code: [Select]
bash-2.05$ which mplayer
/usr/local/bin/mplayer
bash-2.05$

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

yzord

  • Full Member
  • ***
  • Posts: 162
    • View Profile
    • http://
Mplayer version
« Reply #6 on: June 30, 2004, 01:14:13 pm »
omega,
mplayer-w100_1.0pre3.1-2_arm.ipk installs the binary of mplayer in "/opt/QtPalmtop/bin/mplayer". So all you need to do is erase/rename the symlink of mplayer in "usr/bin/mplayer" and synlink the new mplayer.
Code: [Select]
ln -s /opt/QtPalmtop/bin/mplayer /usr/bin/mplayer...ought to do it.

I'm compelled to tell you, however, that I had mucho problems with Kino v2.0.3 and both the old and new mplayer where many files just did not play at all. I solved them by going back to the old Kino and mplayer combo (which works well).

Here's the thread:
https://www.oesf.org/forums/inde...?showtopic=4913

If you only play movies that the new kino supports, then it's not a big deal...
Yz