Magellan Linux

Diff of /branches/magellan-next/core/mesa/mesa-7.10.2-r1.smage2

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

revision 7730 by niro, Mon May 30 16:34:17 2011 UTC revision 7731 by niro, Mon May 30 16:41:36 2011 UTC
# Line 39  SDEPEND="${MESA_DEPEND} Line 39  SDEPEND="${MESA_DEPEND}
39   >= x11-proto/fixesproto-5   >= x11-proto/fixesproto-5
40   >= x11-proto/damageproto-1.2"   >= x11-proto/damageproto-1.2"
41    
 PROVIDE="virtual/opengl"  
   
42  # must be set before the include of multilib!  # must be set before the include of multilib!
43  EMUL_LINUX_32=true  EMUL_LINUX_32=true
44  sminclude xorg mtools multilib  sminclude xorg mtools multilib
45    
 # not the same version anymore  
 MESA_PROGS_PVER="8.0.1"  
 MESA_PROGS_SRCFILE="mesa-demos-${MESA_PROGS_PVER}.tar.bz2"  
 MESA_PROGS_SRCDIR="${BUILDDIR}/mesa-demos-${MESA_PROGS_PVER}"  
   
46  # must be set *after* the include of xorg!  # must be set *after* the include of xorg!
47  SRCFILE="MesaLib-${PVER/_/-}.tar.bz2"  SRCFILE="MesaLib-${PVER/_/-}.tar.bz2"
48  # libs SRCDIR  # libs SRCDIR
# Line 89  split_info_mesa() Line 82  split_info_mesa()
82    
83   DEPEND="${MESA_DEPEND}"   DEPEND="${MESA_DEPEND}"
84    
85     PROVIDE="virtual/opengl"
86    
87   postinstall()   postinstall()
88   {   {
89   ${MROOT}/usr/sbin/opengl-update --use-old xorg   ${MROOT}/usr/sbin/opengl-update --use-old xorg

Legend:
Removed from v.7730  
changed lines
  Added in v.7731