Magellan Linux

Diff of /smage/trunk/include/xorg.sminc

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

revision 5460 by niro, Tue Mar 25 10:51:24 2014 UTC revision 6708 by niro, Wed Jul 15 15:11:59 2015 UTC
# Line 59  X11_DIR="/usr" Line 59  X11_DIR="/usr"
59  INHERITS="${INHERITS} xorg"  INHERITS="${INHERITS} xorg"
60    
61  # pkg setup  # pkg setup
62    : ${HOMEPAGE="http://xorg.freedesktop.org"}
63  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}
64  : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"}  : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"}
65    
# Line 101  SRC_URI=( Line 102  SRC_URI=(
102   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
103  )  )
104    
105  # add default deps  UP2DATE="updatecmd_xorg ${PNAME}"
 #DEPEND="${DEPEND}  
 # >= virtual/man"  
106    
107    # add default deps
108  SDEPEND="${SDEPEND}  SDEPEND="${SDEPEND}
109   >= dev-util/pkgconfig-0.20   >= dev-util/pkgconfig-0.20
110   >= x11-misc/util-macros-1"   >= x11-misc/util-macros-1"
# Line 130  fi Line 130  fi
130  # default input driver dependencies  # default input driver dependencies
131  if is_xorg_input_driver  if is_xorg_input_driver
132  then  then
133     : ${DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices."}
134    
135   DEPEND="${DEPEND}   DEPEND="${DEPEND}
136     >= x11-libs/libXi-1.7
137     >= x11-libs/libXtst-1.1
138   >= x11-base/xorg-server-1"   >= x11-base/xorg-server-1"
139    
140   SDEPEND="${SDEPEND}   SDEPEND="${SDEPEND}
141   >= x11-proto/inputproto-1   >= x11-base/xorg-server-dev-1
142   >= x11-proto/randrproto-1   == x11-proto/xorg-protos-7.7"
  >= x11-proto/xproto-7"  
143  fi  fi
144    
145  # default video driver dependencies  # default video driver dependencies
146  if is_xorg_video_driver  if is_xorg_video_driver
147  then  then
148     : ${DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."}
149    
150   DEPEND="${DEPEND}   DEPEND="${DEPEND}
151   >= x11-base/xorg-server-1"   >= x11-base/xorg-server-1"
152    
153   SDEPEND="${SDEPEND}   SDEPEND="${SDEPEND}
154   >= x11-proto/fontsproto-2   >= x11-base/xorg-server-dev-1
155   >= x11-proto/randrproto-1   == x11-proto/xorg-protos-7.7"
  >= x11-proto/renderproto-0.9  
  >= x11-proto/xextproto-7  
  >= x11-proto/xproto-7  
  >= x11-proto/videoproto-2"  
156  fi  fi
157    
158  xorg_src_prepare()  xorg_src_prepare()

Legend:
Removed from v.5460  
changed lines
  Added in v.6708