vlc-0.8.6c comes with pre-generated messages catalogs files which seem uncompatible with our gettext, and that produces scrambled outputs when LC_ALL is defined to a non-english locale. The following patch remove these pre-generated catalogs, and correct ones are re-generated during the build process. Fix: Please apply the following patch. Remark: this patch bumps PORTREVISION from 3 to 4, because I have applied it after the patch proposed in PR ports/115428 ; If it gets committed before, just re-order these numbers. How-To-Repeat: Set and export LC_ALL to fr_FR.ISO8859-15, or any locale supported by VLC, and launch the GUI, or run `vlc -h ', and examine the strings!
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer
You have approve to commit as long as you move this in post-extract target. Thanks! Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org
thierry 2007-08-12 20:12:02 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile Makefile.inc Log: - This version of VLC does not support ffmeg when it has been built with swscaler: add a warning message in this case, and bump PORTREVISION to chase the ffmpeg update; - fix scrambled output with non-english locales. PR: ports/115428 and ports/115446 Approved by: mezz Revision Changes Path 1.153 +1 -1 ports/multimedia/vlc/Makefile 1.13 +13 -1 ports/multimedia/vlc/Makefile.inc _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Just committed. As mezz requested, the `find -delete' has been moved to post-extract: