[Desktop-packages] [Bug 1400420] Re: [Ubuntu 15.04] Mesa/gallium: Fix Altivec pack intrinsics for little endian

2015-01-06 Thread Thierry FAUCK
I manually checked getting the source on 14.10 and the patch is included in mesa_10.3.2-0ubuntu0.1 source package ** Changed in: mesa (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa i

[Desktop-packages] [Bug 1336462] [NEW] Make apport collect some Power information

2014-07-01 Thread Thierry FAUCK
Public bug reported: On power/ppc64el system, we would need to enhance current apport reporting tool which some information like file content or commands output including "/proc/device-tree/" "/proc/loadavg" "/proc/locks" "/proc/misc" "/pro

[Desktop-packages] [Bug 1263802] Re: FTBFS with altivec on ppc64el

2014-01-09 Thread Thierry FAUCK
Here is a patch for the ABI v2: --- libav-9.10.orig/libavcodec/ppc/asm.S +++ libav-9.10/libavcodec/ppc/asm.S @@ -36,12 +36,20 @@ .macro extfunc name .global X(\name) +#if _CALL_ELF == 2 +.text +X(\name): +addis %r2,%r12,.TOC.-X(\name)@ha +addi %r2,%r2,.TOC.-X(\name)@l +.loc