OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: omega on June 28, 2004, 10:01:47 am

Title: Mplayer version
Post by: omega 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?
Title: Mplayer version
Post by: yzord on June 29, 2004, 02:09:00 am
Just run mplayer from the console, and the first line will display the version number.

Yz
Title: Mplayer version
Post by: omega 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 (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?
Title: Mplayer version
Post by: Stubear 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
Title: Mplayer version
Post by: omega 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?
Title: Mplayer version
Post by: Stubear 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
Title: Mplayer version
Post by: yzord 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 (https://www.oesf.org/forums/index.php?showtopic=4913)

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