Pagina 1 di 1

mplayer language

Inviato: lun 17 set 2007, 21:30
da shurikenzo
I have downloaded mplayer-megapack-1.0rc1try3-i686-6sm.tgz from slacky repository, and
I want to ask how can I change mplayer language from italian to english in OSD
and also in gmplayer (all options are on italian)? Is there any config file I can change this setting?
Thanks :D

Inviato: lun 17 set 2007, 23:29
da ildiama
I think this depends on the compilation directive. So you cannot directly from some files like /etc/mplayer.conf and so on.
You have to download mplayer source, utilities, patches and slackbuild (all these from slacky, of course) modifiing the slackbuild in this way:

Codice: Seleziona tutto

--language=it
become

Codice: Seleziona tutto

--language=en
and recompile, launching the slackbuild.

Good luck and Good Slack(y) 8)
(and sorry for my english.. :oops:)

Inviato: mar 18 set 2007, 1:26
da shurikenzo
Don't worry, my english is bad too :D
The problem is, that only compiled mplayer from slack.it is able to play
sound from videos that are recorded by phone (*.3gp files).
I try to compile mplayer using configure options --prefix=/usr/lib
and --with-codecsdi=/usr/lib/codecs (this is path where the megapack install codecs
and other libraries) but I still dont heave sound! If you know what I have to do please help.
Maybe you (I mean all slacky community) should compile mplayer on english and put it on the repository
(I know that this is too much to ask, but this is my favorite repo and I all my packages have downloaded from it,
btw, nice work people :D )

Inviato: mar 18 set 2007, 10:03
da ildiama
But... you 've not to compile mplayer yourself!! U have to use mplayer.Slackbuild.
1. Download all files in slacky mplayer src directory
2. modify mplayer.Slackbuild (it become en)
3. launch mplayer.Slackbuild
4. Install(pkg) mplayer

In this way you have the "same" mplayer, apart from language.
Do it yourself. It's simple. See you

Inviato: mar 18 set 2007, 16:54
da shurikenzo
OK, I will try this! Thanks :)