Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2008 08:50:02 GMT
From:      Marcin Cieslak <saper@SYSTEM.PL>
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: ports/114573: multimedia/vlc-devel doesn't compile when the QT4 option is selected
Message-ID:  <200802280850.m1S8o2xk014403@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/114573; it has been noted by GNATS.

From: Marcin Cieslak <saper@SYSTEM.PL>
To: Michael Johnson <ahze@freebsd.org>
Cc: bug-followup@freebsd.org, sbenabas@gmail.com
Subject: Re: ports/114573: multimedia/vlc-devel doesn't compile when the QT4
 option is selected
Date: Thu, 28 Feb 2008 09:44:52 +0100

 Michael Johnson wrote:
 > What about qvlc?
 
 Same thing, probably because:
 
 % ls -l /usr/local/bin/qvlc
 lrwxrwxrwx  1 root  wheel  3 27 lut 14:46 /usr/local/bin/qvlc -> vlc
 
 Debug output looks also strange:
 
 % LANG=C qvlc
 (...)
 [00000001] main libvlc debug: translation test: code is "C"
 (...)
 
 % LANG=de_DE.UTF-8 qvlc
 (...)
 [00000001] main libvlc debug: translation test: code is "en."
 (...)
 
 % LANG=fr_FR.UTF-8 qvlc
 (...)
 [00000001] main libvlc debug: translation test: code is "i."
 (...)
 
 % LANG=pl_PL.UTF-8 qvlc
 (...)
 [00000001] main libvlc debug: translation test: code is "jtów"
 (...)
 
 There is no such word "jtów" in Polish. Although there is a word "wójt"
 (has nothing to do with code). Endianness/Unicode encoding problem?
 
 Running on amd64.
 
 -- 
               << Marcin Cieslak // saper@system.pl >>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802280850.m1S8o2xk014403>