Bug 115446 - multimedia/vlc: fix scrambled output with non-en locales.
Summary: multimedia/vlc: fix scrambled output with non-en locales.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-12 15:10 UTC by Thierry Thomas
Modified: 2007-08-12 21:20 UTC (History)
1 user (show)

See Also:


Attachments
vlc.diff (898 bytes, patch)
2007-08-12 15:10 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas freebsd_committer freebsd_triage 2007-08-12 15:10:02 UTC
	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!
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-12 15:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer
Comment 2 Jeremy Messenger 2007-08-12 16:03:37 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-08-12 21:12:09 UTC
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"
Comment 4 Thierry Thomas freebsd_committer freebsd_triage 2007-08-12 21:15:41 UTC
State Changed
From-To: open->closed


Just committed. 

As mezz requested, the `find -delete' has been moved to post-extract: