Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 287423

Summary: media-video/vlc-1.0.2 fails with USE="kate" on big endian cpus
Product: Gentoo Linux Reporter: Mounir Lamouri (volkmar) (RETIRED) <volkmar>
Component: Current packagesAssignee: Alexis Ballier <aballier>
Status: RESOLVED FIXED    
Severity: normal CC: media-video
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 285370    
Attachments: Patch against repository

Description Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-10-02 21:11:45 UTC
There is an error in modules/codec/kate.c
Line 1513 shouldn't be uint8_t tmp = pixel[2]; but uint8_t tmp = p_pixel[2];
sed -i -e "s:pixel\[2\];:p_pixel\[2\];:" modules/codec/kate.c
is working

This is blocking vlc-1.0.2 stabilization for ppc
Comment 1 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-10-02 21:13:30 UTC
Created attachment 205877 [details, diff]
Patch against repository

This patch should work, I will send it upstream.
Comment 2 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-10-02 21:22:13 UTC
Patch accepted upstream, commited in repository
Comment 3 Alexis Ballier gentoo-dev 2009-10-02 21:51:19 UTC
applied, thanks