Magellan Linux

Diff of /smage/trunk/core/xorg-server/xorg-server-1.9.3-r1.smage2

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

revision 1014 by niro, Thu Dec 16 22:38:01 2010 UTC revision 1015 by niro, Thu Dec 16 22:40:39 2010 UTC
# Line 121  SRC_URI=( ${SRC_URI[*]} Line 121  SRC_URI=( ${SRC_URI[*]}
121   ftp://ftp.freedesktop.org/pub/mesa/${MESA_PVER}/${MESA_SRCFILE}   ftp://ftp.freedesktop.org/pub/mesa/${MESA_PVER}/${MESA_SRCFILE}
122   sourceforge://mesa3d/${MESA_SRCFILE}   sourceforge://mesa3d/${MESA_SRCFILE}
123   mirror://mesa/${MESA_SRCFILE}   mirror://mesa/${MESA_SRCFILE}
124   mirror://${PNAME}/${PNAME}-1.4-fpic-libxf86config.patch   mirror://${PNAME}/${PNAME}-1.9.0-fpic-libxf86config.patch
125   mirror://${PNAME}/${PNAME}-1.2.0-die-ugly-pattern-die-die-die.patch   mirror://${PNAME}/${PNAME}-1.2.0-die-ugly-pattern-die-die-die.patch
126   mirror://${PNAME}/${PNAME}-${PVER}-kdrive-default-mode.patch   mirror://${PNAME}/${PNAME}-1.8.0-kdrive-default-mode.patch
127   mirror://${PNAME}/${PNAME}-${PVER}-kdrive-evdev-with-valid-mouse-devices.patch   mirror://${PNAME}/${PNAME}-1.8.0-kdrive-evdev-with-valid-mouse-devices.patch
128  )  )
129    
130  UP2SUBDIR="xserver"  UP2SUBDIR="xserver"
# Line 137  src_prepare() Line 137  src_prepare()
137   cd ${SRCDIR}   cd ${SRCDIR}
138    
139   # fixes fpic issues with libxf86config on 64bit systems   # fixes fpic issues with libxf86config on 64bit systems
140   mpatch ${PNAME}-1.4-fpic-libxf86config.patch || die   mpatch ${PNAME}-1.9.0-fpic-libxf86config.patch || die
141    
142   # adopted from redhat; use a black background   # adopted from redhat; use a black background
143   mpatch ${PNAME}-1.2.0-die-ugly-pattern-die-die-die.patch || die   mpatch ${PNAME}-1.2.0-die-ugly-pattern-die-die-die.patch || die
144    
145   # fix kdrive default mode -> use 640x480@60hz instead of 800x600@75hz   # fix kdrive default mode -> use 640x480@60hz instead of 800x600@75hz
146   mpatch ${PNAME}-${PVER}-kdrive-default-mode.patch || die   mpatch ${PNAME}-1.8.0-kdrive-default-mode.patch || die
147    
148   # fix new evdev event devices (event4 and event5)   # fix new evdev event devices (event4 and event5)
149   mpatch ${PNAME}-${PVER}-kdrive-evdev-with-valid-mouse-devices.patch || die   mpatch ${PNAME}-1.8.0-kdrive-evdev-with-valid-mouse-devices.patch || die
150    
151   # fix build issues, some wrapper files which should be generated   # fix build issues, some wrapper files which should be generated
152   # at build time exist and the makefile doesn't whipe them. we patch   # at build time exist and the makefile doesn't whipe them. we patch

Legend:
Removed from v.1014  
changed lines
  Added in v.1015