Magellan Linux

Diff of /trunk/extras/mesa/mesa-10.2.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 22613 by niro, Fri Oct 24 13:41:39 2014 UTC revision 22614 by niro, Mon Oct 27 08:02:50 2014 UTC
# Line 202  install_gallium_vdpau_driver() Line 202  install_gallium_vdpau_driver()
202  SRC_URI=(  SRC_URI=(
203   ftp://ftp.freedesktop.org/pub/mesa/${PVER%_*}/${SRCFILE}   ftp://ftp.freedesktop.org/pub/mesa/${PVER%_*}/${SRCFILE}
204   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-10.2.7-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch  
  mirror://${PNAME}/${PNAME}-10.2.7-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch  
  mirror://${PNAME}/${PNAME}-10.2.7-llvm35.patch  
205  )  )
206    
207  UP2DATE="updatecmd ftp://ftp.freedesktop.org/pub/mesa/current | highesttarball"  UP2DATE="updatecmd ftp://ftp.freedesktop.org/pub/mesa/current | highesttarball"
# Line 509  src_prepare() Line 506  src_prepare()
506  {  {
507   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
508    
  mpatch ${PNAME}-10.2.7-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch || die  
  mpatch ${PNAME}-10.2.7-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch || die  
  mpatch ${PNAME}-10.2.7-llvm35.patch || die  
   
509   # no debug code in the drives (gentoo)   # no debug code in the drives (gentoo)
510   all-abis 'find src/mesa/drivers/dri -name *.[hc] -exec egrep -l "\#define\W+DO_DEBUG\W+1" {} \; | xargs --no-run-if-empty sed -i -re "s/\#define\W+DO_DEBUG\W+1/\#define DO_DEBUG 0/" ;'   all-abis 'find src/mesa/drivers/dri -name *.[hc] -exec egrep -l "\#define\W+DO_DEBUG\W+1" {} \; | xargs --no-run-if-empty sed -i -re "s/\#define\W+DO_DEBUG\W+1/\#define DO_DEBUG 0/" ;'
511    

Legend:
Removed from v.22613  
changed lines
  Added in v.22614