[MPlayer-dev-eng] Re: install localized manpages + [PATCH#2]

Andriy N. Gritsenko andrej at lucky.net
Tue Feb 18 17:00:20 CET 2003


    Hi, Tobias Diedrich!

Sometime (on Tuesday, February 18 at 16:32) I've received something...
>Andriy N. Gritsenko wrote:
>> I'm sorry if I bothered you, I pushed shift only to accent. :)

>Use _ to _emphasize_, shift to SCREAM. ;-)

Ok. ;)

>And for the question which manpages to install, why not use the
>configure --language option for that?

>So the default would still be "just english" or maybe one could change
>configure to figure it out based on what locale says about LC_MESSAGES.
>If a package maintainer or user wishes to include more, he could add
>--languages="en de fr hu it pl ru zh" .

See the configure script: --language used there for select which help_mp*
file has to be statically linked into mplayer/mencoder. It cannot be more
than one (so "en de fr hu it pl ru zh" give you an error) so it unusable
for that. It cannot be helped until you get rid of these static files. If
you implement gettext support into mplayer/mencoder then you can do with
--language as well as with $LINGUAS. Only then you can use LC_MESSAGES,
it's unused now.

Resume:
1) implement gettext support;
2) select languages: from LINGUAS if defined, from --language else;
3) be happy. ;)

Nothing more. :)

    With best wishes.
    Andriy.


More information about the MPlayer-dev-eng mailing list