| 1 |
# Copyright 1999-2006 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.1.0.ebuild,v 1.1 2006/05/23 04:30:27 joshuabaergen Exp $ |
| 4 |
|
| 5 |
# Must be before x-modular eclass is inherited |
| 6 |
#SNAPSHOT="yes" |
| 7 |
|
| 8 |
inherit x-modular multilib |
| 9 |
|
| 10 |
OPENGL_DIR="xorg-x11" |
| 11 |
|
| 12 |
MESA_PN="Mesa" |
| 13 |
MESA_PV="6.5" |
| 14 |
MESA_P="${MESA_PN}-${MESA_PV}" |
| 15 |
MESA_SRC_P="${MESA_PN}Lib-${MESA_PV}" |
| 16 |
|
| 17 |
PATCHES="${FILESDIR}/${PN}-1.0.2-xprint-init.patch |
| 18 |
${FILESDIR}/1.0.99.901-Xprint-xprintdir.patch" |
| 19 |
|
| 20 |
SRC_URI="${SRC_URI} |
| 21 |
mirror://sourceforge/mesa3d/${MESA_SRC_P}.tar.bz2 |
| 22 |
http://xorg.freedesktop.org/snapshots/individual/xserver/${P}.tar.bz2" |
| 23 |
DESCRIPTION="X.Org X servers" |
| 24 |
# It's suid and has lazy bindings, so FEATURES="stricter" doesn't work |
| 25 |
RESTRICT="stricter" |
| 26 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" |
| 27 |
IUSE_INPUT_DEVICES=" |
| 28 |
input_devices_acecad |
| 29 |
input_devices_aiptek |
| 30 |
input_devices_calcomp |
| 31 |
input_devices_citron |
| 32 |
input_devices_digitaledge |
| 33 |
input_devices_dmc |
| 34 |
input_devices_dynapro |
| 35 |
input_devices_elo2300 |
| 36 |
input_devices_elographics |
| 37 |
input_devices_evdev |
| 38 |
input_devices_fpit |
| 39 |
input_devices_hyperpen |
| 40 |
input_devices_jamstudio |
| 41 |
input_devices_joystick |
| 42 |
input_devices_keyboard |
| 43 |
input_devices_magellan |
| 44 |
input_devices_magictouch |
| 45 |
input_devices_microtouch |
| 46 |
input_devices_mouse |
| 47 |
input_devices_mutouch |
| 48 |
input_devices_palmax |
| 49 |
input_devices_penmount |
| 50 |
input_devices_spaceorb |
| 51 |
input_devices_summa |
| 52 |
input_devices_tek4957 |
| 53 |
input_devices_ur98 |
| 54 |
input_devices_vmmouse |
| 55 |
input_devices_void |
| 56 |
|
| 57 |
input_devices_synaptics |
| 58 |
input_devices_wacom" |
| 59 |
IUSE_VIDEO_CARDS=" |
| 60 |
video_cards_apm |
| 61 |
video_cards_ark |
| 62 |
video_cards_chips |
| 63 |
video_cards_cirrus |
| 64 |
video_cards_cyrix |
| 65 |
video_cards_dummy |
| 66 |
video_cards_epson |
| 67 |
video_cards_fbdev |
| 68 |
video_cards_glint |
| 69 |
video_cards_i128 |
| 70 |
video_cards_i740 |
| 71 |
video_cards_i810 |
| 72 |
video_cards_imstt |
| 73 |
video_cards_mach64 |
| 74 |
video_cards_mga |
| 75 |
video_cards_neomagic |
| 76 |
video_cards_newport |
| 77 |
video_cards_nsc |
| 78 |
video_cards_nv |
| 79 |
video_cards_r128 |
| 80 |
video_cards_radeon |
| 81 |
video_cards_rendition |
| 82 |
video_cards_s3 |
| 83 |
video_cards_s3virge |
| 84 |
video_cards_savage |
| 85 |
video_cards_siliconmotion |
| 86 |
video_cards_sis |
| 87 |
video_cards_sisusb |
| 88 |
video_cards_sunbw2 |
| 89 |
video_cards_suncg14 |
| 90 |
video_cards_suncg3 |
| 91 |
video_cards_suncg6 |
| 92 |
video_cards_sunffb |
| 93 |
video_cards_sunleo |
| 94 |
video_cards_suntcx |
| 95 |
video_cards_tdfx |
| 96 |
video_cards_tga |
| 97 |
video_cards_trident |
| 98 |
video_cards_tseng |
| 99 |
video_cards_v4l |
| 100 |
video_cards_vesa |
| 101 |
video_cards_vga |
| 102 |
video_cards_via |
| 103 |
video_cards_vmware |
| 104 |
video_cards_voodoo |
| 105 |
|
| 106 |
video_cards_nvidia |
| 107 |
video_cards_fglrx" |
| 108 |
IUSE_SERVERS="dmx kdrive xorg" |
| 109 |
IUSE="${IUSE_VIDEO_CARDS} |
| 110 |
${IUSE_INPUT_DEVICES} |
| 111 |
${IUSE_SERVERS} |
| 112 |
3dfx |
| 113 |
dri ipv6 minimal nptl sdl xprint" |
| 114 |
RDEPEND="x11-libs/libXfont |
| 115 |
x11-libs/xtrans |
| 116 |
x11-libs/libXau |
| 117 |
x11-libs/libXext |
| 118 |
x11-libs/libX11 |
| 119 |
x11-libs/libxkbfile |
| 120 |
x11-libs/libXdmcp |
| 121 |
x11-libs/libXmu |
| 122 |
x11-libs/libXrender |
| 123 |
x11-libs/libXi |
| 124 |
media-libs/freetype |
| 125 |
>=media-libs/mesa-6.5-r2 |
| 126 |
media-fonts/font-adobe-75dpi |
| 127 |
media-fonts/font-misc-misc |
| 128 |
media-fonts/font-cursor-misc |
| 129 |
x11-misc/xbitmaps |
| 130 |
|| ( x11-misc/xkeyboard-config x11-misc/xkbdata ) |
| 131 |
x11-apps/iceauth |
| 132 |
x11-apps/rgb |
| 133 |
x11-apps/xauth |
| 134 |
x11-apps/xinit |
| 135 |
app-admin/eselect-opengl |
| 136 |
x11-libs/libXaw |
| 137 |
x11-libs/libXpm |
| 138 |
x11-libs/libXxf86misc |
| 139 |
x11-libs/libXxf86vm |
| 140 |
!minimal? ( x11-libs/libdmx |
| 141 |
x11-libs/libXtst |
| 142 |
x11-libs/libXres ) |
| 143 |
>=x11-libs/libxkbui-1.0.2 |
| 144 |
x11-libs/liblbxutil |
| 145 |
kdrive? ( sdl? ( media-libs/libsdl ) )" |
| 146 |
# Xres is dmx-dependent, xkbui is xorgcfg-dependent |
| 147 |
# Xaw is dmx- and xorgcfg-dependent |
| 148 |
# Xpm is dmx- and xorgcfg-dependent, pulls in Xt |
| 149 |
# Xxf86misc and Xxf86vm are xorgcfg-dependent |
| 150 |
# liblbxutil is lbx- dependent |
| 151 |
DEPEND="${RDEPEND} |
| 152 |
x11-proto/randrproto |
| 153 |
x11-proto/renderproto |
| 154 |
>=x11-proto/fixesproto-4 |
| 155 |
x11-proto/damageproto |
| 156 |
x11-proto/xextproto |
| 157 |
x11-proto/xproto |
| 158 |
x11-proto/xf86dgaproto |
| 159 |
x11-proto/xf86miscproto |
| 160 |
x11-proto/xf86rushproto |
| 161 |
x11-proto/xf86vidmodeproto |
| 162 |
x11-proto/xf86bigfontproto |
| 163 |
>=x11-proto/compositeproto-0.3 |
| 164 |
x11-proto/recordproto |
| 165 |
x11-proto/resourceproto |
| 166 |
x11-proto/videoproto |
| 167 |
>=x11-proto/scrnsaverproto-1.1.0 |
| 168 |
x11-proto/evieext |
| 169 |
x11-proto/trapproto |
| 170 |
>=x11-proto/xineramaproto-1.1-r1 |
| 171 |
x11-proto/fontsproto |
| 172 |
>=x11-proto/kbproto-1.0-r1 |
| 173 |
x11-proto/inputproto |
| 174 |
x11-proto/bigreqsproto |
| 175 |
x11-proto/xcmiscproto |
| 176 |
>=x11-proto/glproto-1.4.6 |
| 177 |
!minimal? ( x11-proto/dmxproto ) |
| 178 |
dri? ( x11-proto/xf86driproto |
| 179 |
>=x11-libs/libdrm-2 ) |
| 180 |
xprint? ( x11-proto/printproto |
| 181 |
x11-apps/mkfontdir |
| 182 |
x11-apps/mkfontscale )" |
| 183 |
|
| 184 |
# Drivers |
| 185 |
############################################################################### |
| 186 |
############################################################################### |
| 187 |
## ## |
| 188 |
## REMEMBER TO EDIT USE.MASK FILES IF CHANGING ARCHITECTURE DEPENDENCIES ## |
| 189 |
## ## |
| 190 |
############################################################################### |
| 191 |
############################################################################### |
| 192 |
PDEPEND=" |
| 193 |
|| ( |
| 194 |
( |
| 195 |
input_devices_acecad? ( >=x11-drivers/xf86-input-acecad-1.1.0 ) |
| 196 |
input_devices_aiptek? ( >=x11-drivers/xf86-input-aiptek-1.0.1 ) |
| 197 |
input_devices_calcomp? ( >=x11-drivers/xf86-input-calcomp-1.1.0 ) |
| 198 |
input_devices_citron? ( >=x11-drivers/xf86-input-citron-2.2.0 ) |
| 199 |
input_devices_digitaledge? ( >=x11-drivers/xf86-input-digitaledge-1.1.0 ) |
| 200 |
input_devices_dmc? ( >=x11-drivers/xf86-input-dmc-1.1.0 ) |
| 201 |
input_devices_dynapro? ( >=x11-drivers/xf86-input-dynapro-1.1.0 ) |
| 202 |
input_devices_elo2300? ( >=x11-drivers/xf86-input-elo2300-1.1.0 ) |
| 203 |
input_devices_elographics? ( >=x11-drivers/xf86-input-elographics-1.1.0 ) |
| 204 |
input_devices_evdev? ( >=x11-drivers/xf86-input-evdev-1.1.1 ) |
| 205 |
input_devices_fpit? ( >=x11-drivers/xf86-input-fpit-1.1.0 ) |
| 206 |
input_devices_hyperpen? ( >=x11-drivers/xf86-input-hyperpen-1.1.0 ) |
| 207 |
input_devices_jamstudio? ( >=x11-drivers/xf86-input-jamstudio-1.1.0 ) |
| 208 |
input_devices_joystick? ( >=x11-drivers/xf86-input-joystick-1.1.0 ) |
| 209 |
input_devices_keyboard? ( >=x11-drivers/xf86-input-keyboard-1.1.0 ) |
| 210 |
input_devices_magellan? ( >=x11-drivers/xf86-input-magellan-1.1.0 ) |
| 211 |
input_devices_magictouch? ( x11-drivers/xf86-input-magictouch ) |
| 212 |
input_devices_microtouch? ( >=x11-drivers/xf86-input-microtouch-1.1.0 ) |
| 213 |
input_devices_mouse? ( >=x11-drivers/xf86-input-mouse-1.1.0 ) |
| 214 |
input_devices_mutouch? ( >=x11-drivers/xf86-input-mutouch-1.1.0 ) |
| 215 |
input_devices_palmax? ( >=x11-drivers/xf86-input-palmax-1.1.0 ) |
| 216 |
input_devices_penmount? ( >=x11-drivers/xf86-input-penmount-1.1.0 ) |
| 217 |
input_devices_spaceorb? ( >=x11-drivers/xf86-input-spaceorb-1.1.0 ) |
| 218 |
input_devices_summa? ( >=x11-drivers/xf86-input-summa-1.1.0 ) |
| 219 |
input_devices_tek4957? ( >=x11-drivers/xf86-input-tek4957-1.1.0 ) |
| 220 |
input_devices_ur98? ( >=x11-drivers/xf86-input-ur98-1.1.0 ) |
| 221 |
input_devices_vmmouse? ( >=x11-drivers/xf86-input-vmmouse-12.4.0 ) |
| 222 |
input_devices_void? ( >=x11-drivers/xf86-input-void-1.1.0 ) |
| 223 |
|
| 224 |
input_devices_synaptics? ( x11-drivers/synaptics ) |
| 225 |
input_devices_wacom? ( x11-misc/linuxwacom ) |
| 226 |
) |
| 227 |
( |
| 228 |
>=x11-drivers/xf86-input-acecad-1.1.0 |
| 229 |
>=x11-drivers/xf86-input-calcomp-1.1.0 |
| 230 |
>=x11-drivers/xf86-input-citron-2.2.0 |
| 231 |
>=x11-drivers/xf86-input-digitaledge-1.1.0 |
| 232 |
>=x11-drivers/xf86-input-dmc-1.1.0 |
| 233 |
>=x11-drivers/xf86-input-dynapro-1.1.0 |
| 234 |
>=x11-drivers/xf86-input-elo2300-1.1.0 |
| 235 |
>=x11-drivers/xf86-input-elographics-1.1.0 |
| 236 |
>=x11-drivers/xf86-input-fpit-1.1.0 |
| 237 |
>=x11-drivers/xf86-input-hyperpen-1.1.0 |
| 238 |
>=x11-drivers/xf86-input-jamstudio-1.1.0 |
| 239 |
>=x11-drivers/xf86-input-joystick-1.1.0 |
| 240 |
>=x11-drivers/xf86-input-keyboard-1.1.0 |
| 241 |
>=x11-drivers/xf86-input-magellan-1.1.0 |
| 242 |
x11-drivers/xf86-input-magictouch |
| 243 |
>=x11-drivers/xf86-input-microtouch-1.1.0 |
| 244 |
>=x11-drivers/xf86-input-mouse-1.1.0 |
| 245 |
>=x11-drivers/xf86-input-mutouch-1.1.0 |
| 246 |
>=x11-drivers/xf86-input-palmax-1.1.0 |
| 247 |
>=x11-drivers/xf86-input-penmount-1.1.0 |
| 248 |
>=x11-drivers/xf86-input-spaceorb-1.1.0 |
| 249 |
>=x11-drivers/xf86-input-summa-1.1.0 |
| 250 |
>=x11-drivers/xf86-input-tek4957-1.1.0 |
| 251 |
>=x11-drivers/xf86-input-void-1.1.0 |
| 252 |
|
| 253 |
kernel_linux? ( |
| 254 |
>=x11-drivers/xf86-input-aiptek-1.0.1 |
| 255 |
>=x11-drivers/xf86-input-evdev-1.1.1 |
| 256 |
>=x11-drivers/xf86-input-ur98-1.1.0 |
| 257 |
) |
| 258 |
|
| 259 |
x86? ( >=x11-drivers/xf86-input-vmmouse-12.4.0 |
| 260 |
x11-drivers/synaptics |
| 261 |
x11-misc/linuxwacom |
| 262 |
) |
| 263 |
x86-fbsd? ( >=x11-drivers/xf86-input-vmmouse-12.4.0 ) |
| 264 |
amd64? ( >=x11-drivers/xf86-input-vmmouse-12.4.0 |
| 265 |
x11-drivers/synaptics |
| 266 |
x11-misc/linuxwacom |
| 267 |
) |
| 268 |
ppc? ( x11-drivers/synaptics |
| 269 |
x11-misc/linuxwacom |
| 270 |
) |
| 271 |
ppc64? ( x11-drivers/synaptics |
| 272 |
x11-misc/linuxwacom |
| 273 |
) |
| 274 |
) |
| 275 |
) |
| 276 |
input_devices_synaptics? ( >=x11-drivers/synaptics-0.14.4-r2 ) |
| 277 |
|| ( |
| 278 |
( |
| 279 |
video_cards_apm? ( >=x11-drivers/xf86-video-apm-1.1.1 ) |
| 280 |
video_cards_ark? ( >=x11-drivers/xf86-video-ark-0.6.0 ) |
| 281 |
video_cards_chips? ( >=x11-drivers/xf86-video-chips-1.1.1 ) |
| 282 |
video_cards_cirrus? ( >=x11-drivers/xf86-video-cirrus-1.1.0 ) |
| 283 |
video_cards_cyrix? ( >=x11-drivers/xf86-video-cyrix-1.1.0 ) |
| 284 |
video_cards_dummy? ( >=x11-drivers/xf86-video-dummy-0.2.0 ) |
| 285 |
video_cards_fbdev? ( >=x11-drivers/xf86-video-fbdev-0.2.0 ) |
| 286 |
video_cards_glint? ( >=x11-drivers/xf86-video-glint-1.1.1 ) |
| 287 |
video_cards_i128? ( >=x11-drivers/xf86-video-i128-1.2.0 ) |
| 288 |
video_cards_i740? ( >=x11-drivers/xf86-video-i740-1.1.0 ) |
| 289 |
video_cards_i810? ( >=x11-drivers/xf86-video-i810-1.6.0 ) |
| 290 |
video_cards_imstt? ( >=x11-drivers/xf86-video-imstt-1.1.0 ) |
| 291 |
video_cards_mach64? ( >=x11-drivers/xf86-video-ati-6.6.0 ) |
| 292 |
video_cards_mga? ( >=x11-drivers/xf86-video-mga-1.4.1 ) |
| 293 |
video_cards_neomagic? ( >=x11-drivers/xf86-video-neomagic-1.1.1 ) |
| 294 |
video_cards_newport? ( >=x11-drivers/xf86-video-newport-0.2.0 ) |
| 295 |
video_cards_nsc? ( >=x11-drivers/xf86-video-nsc-2.8.1 ) |
| 296 |
video_cards_nv? ( >=x11-drivers/xf86-video-nv-1.1.1 ) |
| 297 |
video_cards_r128? ( >=x11-drivers/xf86-video-ati-6.6.0 ) |
| 298 |
video_cards_radeon? ( >=x11-drivers/xf86-video-ati-6.6.0 ) |
| 299 |
video_cards_rendition? ( >=x11-drivers/xf86-video-rendition-4.1.0 ) |
| 300 |
video_cards_s3? ( >=x11-drivers/xf86-video-s3-0.4.1 ) |
| 301 |
video_cards_s3virge? ( >=x11-drivers/xf86-video-s3virge-1.9.1 ) |
| 302 |
video_cards_savage? ( >=x11-drivers/xf86-video-savage-2.1.1 ) |
| 303 |
video_cards_siliconmotion? ( >=x11-drivers/xf86-video-siliconmotion-1.4.1 ) |
| 304 |
video_cards_sis? ( >=x11-drivers/xf86-video-sis-0.9.1 ) |
| 305 |
video_cards_sisusb? ( >=x11-drivers/xf86-video-sisusb-0.8.1 ) |
| 306 |
video_cards_sunbw2? ( >=x11-drivers/xf86-video-sunbw2-1.1.0 ) |
| 307 |
video_cards_suncg14? ( >=x11-drivers/xf86-video-suncg14-1.1.0 ) |
| 308 |
video_cards_suncg3? ( >=x11-drivers/xf86-video-suncg3-1.1.0 ) |
| 309 |
video_cards_suncg6? ( >=x11-drivers/xf86-video-suncg6-1.1.0 ) |
| 310 |
video_cards_sunffb? ( >=x11-drivers/xf86-video-sunffb-1.1.0 ) |
| 311 |
video_cards_sunleo? ( >=x11-drivers/xf86-video-sunleo-1.1.0 ) |
| 312 |
video_cards_suntcx? ( >=x11-drivers/xf86-video-suntcx-1.1.0 ) |
| 313 |
video_cards_tdfx? ( >=x11-drivers/xf86-video-tdfx-1.2.1 ) |
| 314 |
video_cards_tga? ( >=x11-drivers/xf86-video-tga-1.1.0 ) |
| 315 |
video_cards_trident? ( >=x11-drivers/xf86-video-trident-1.2.1 ) |
| 316 |
video_cards_tseng? ( >=x11-drivers/xf86-video-tseng-1.1.0 ) |
| 317 |
video_cards_v4l? ( >=x11-drivers/xf86-video-v4l-0.1.1 ) |
| 318 |
video_cards_vesa? ( >=x11-drivers/xf86-video-vesa-1.1.0 ) |
| 319 |
video_cards_vga? ( >=x11-drivers/xf86-video-vga-4.1.0 ) |
| 320 |
video_cards_via? ( >=x11-drivers/xf86-video-via-0.2.1 ) |
| 321 |
video_cards_vmware? ( >=x11-drivers/xf86-video-vmware-10.13.0 ) |
| 322 |
video_cards_voodoo? ( >=x11-drivers/xf86-video-voodoo-1.1.0 ) |
| 323 |
|
| 324 |
video_cards_3dfx? ( 3dfx? ( >=media-libs/glide-v3-3.10 ) ) |
| 325 |
video_cards_nvidia? ( media-video/nvidia-glx ) |
| 326 |
video_cards_fglrx? ( x11-drivers/ati-drivers ) |
| 327 |
) |
| 328 |
( |
| 329 |
>=x11-drivers/xf86-video-dummy-0.2.0 |
| 330 |
>=x11-drivers/xf86-video-fbdev-0.2.0 |
| 331 |
|
| 332 |
!hppa? ( |
| 333 |
>=x11-drivers/xf86-video-ati-6.6.0 |
| 334 |
>=x11-drivers/xf86-video-mga-1.4.1 |
| 335 |
|
| 336 |
>=x11-drivers/xf86-video-sisusb-0.8.1 |
| 337 |
kernel_linux? ( >=x11-drivers/xf86-video-v4l-0.1.1 ) |
| 338 |
) |
| 339 |
|
| 340 |
3dfx? ( >=media-libs/glide-v3-3.10 ) |
| 341 |
|
| 342 |
alpha? ( >=x11-drivers/xf86-video-cirrus-1.1.0 |
| 343 |
>=x11-drivers/xf86-video-glint-1.1.1 |
| 344 |
>=x11-drivers/xf86-video-nv-1.1.1 |
| 345 |
>=x11-drivers/xf86-video-rendition-4.1.0 |
| 346 |
>=x11-drivers/xf86-video-s3-0.4.1 |
| 347 |
>=x11-drivers/xf86-video-s3virge-1.9.1 |
| 348 |
>=x11-drivers/xf86-video-savage-2.1.1 |
| 349 |
>=x11-drivers/xf86-video-siliconmotion-1.4.1 |
| 350 |
>=x11-drivers/xf86-video-tdfx-1.2.1 |
| 351 |
>=x11-drivers/xf86-video-tga-1.1.0 |
| 352 |
>=x11-drivers/xf86-video-vga-4.1.0 |
| 353 |
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
| 354 |
amd64? ( >=x11-drivers/xf86-video-apm-1.1.1 |
| 355 |
>=x11-drivers/xf86-video-ark-0.6.0 |
| 356 |
>=x11-drivers/xf86-video-chips-1.1.1 |
| 357 |
>=x11-drivers/xf86-video-cirrus-1.1.0 |
| 358 |
>=x11-drivers/xf86-video-cyrix-1.1.0 |
| 359 |
>=x11-drivers/xf86-video-glint-1.1.1 |
| 360 |
>=x11-drivers/xf86-video-i128-1.2.0 |
| 361 |
>=x11-drivers/xf86-video-i810-1.6.0 |
| 362 |
>=x11-drivers/xf86-video-neomagic-1.1.1 |
| 363 |
>=x11-drivers/xf86-video-nv-1.1.1 |
| 364 |
>=x11-drivers/xf86-video-rendition-4.1.0 |
| 365 |
>=x11-drivers/xf86-video-s3-0.4.1 |
| 366 |
>=x11-drivers/xf86-video-s3virge-1.9.1 |
| 367 |
>=x11-drivers/xf86-video-savage-2.1.1 |
| 368 |
>=x11-drivers/xf86-video-siliconmotion-1.4.1 |
| 369 |
>=x11-drivers/xf86-video-sis-0.9.1 |
| 370 |
>=x11-drivers/xf86-video-tdfx-1.2.1 |
| 371 |
>=x11-drivers/xf86-video-tga-1.1.0 |
| 372 |
>=x11-drivers/xf86-video-trident-1.2.1 |
| 373 |
>=x11-drivers/xf86-video-tseng-1.1.0 |
| 374 |
>=x11-drivers/xf86-video-vesa-1.1.0 |
| 375 |
>=x11-drivers/xf86-video-vga-4.1.0 |
| 376 |
>=x11-drivers/xf86-video-via-0.2.1 |
| 377 |
>=x11-drivers/xf86-video-vmware-10.13.0 |
| 378 |
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
| 379 |
arm? ( >=x11-drivers/xf86-video-chips-1.1.1 |
| 380 |
>=x11-drivers/xf86-video-glint-1.1.1 |
| 381 |
>=x11-drivers/xf86-video-nv-1.1.1 |
| 382 |
>=x11-drivers/xf86-video-s3-0.4.1 |
| 383 |
>=x11-drivers/xf86-video-s3virge-1.9.1 |
| 384 |
>=x11-drivers/xf86-video-savage-2.1.1 |
| 385 |
>=x11-drivers/xf86-video-sis-0.9.1 |
| 386 |
>=x11-drivers/xf86-video-tdfx-1.2.1 |
| 387 |
>=x11-drivers/xf86-video-trident-1.2.1 |
| 388 |
>=x11-drivers/xf86-video-vga-4.1.0 |
| 389 |
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
| 390 |
ia64? ( >=x11-drivers/xf86-video-apm-1.1.1 |
| 391 |
>=x11-drivers/xf86-video-ark-0.6.0 |
| 392 |
>=x11-drivers/xf86-video-chips-1.1.1 |
| 393 |
>=x11-drivers/xf86-video-cirrus-1.1.0 |
| 394 |
>=x11-drivers/xf86-video-cyrix-1.1.0 |
| 395 |
>=x11-drivers/xf86-video-glint-1.1.1 |
| 396 |
>=x11-drivers/xf86-video-i128-1.2.0 |
| 397 |
>=x11-drivers/xf86-video-i740-1.1.0 |
| 398 |
>=x11-drivers/xf86-video-i810-1.6.0 |
| 399 |
>=x11-drivers/xf86-video-imstt-1.1.0 |
| 400 |
>=x11-drivers/xf86-video-neomagic-1.1.1 |
| 401 |
>=x11-drivers/xf86-video-nv-1.1.1 |
| 402 |
>=x11-drivers/xf86-video-rendition-4.1.0 |
| 403 |
>=x11-drivers/xf86-video-s3-0.4.1 |
| 404 |
>=x11-drivers/xf86-video-s3virge-1.9.1 |
| 405 |
>=x11-drivers/xf86-video-savage-2.1.1 |
| 406 |
>=x11-drivers/xf86-video-siliconmotion-1.4.1 |
| 407 |
>=x11-drivers/xf86-video-sis-0.9.1 |
| 408 |
>=x11-drivers/xf86-video-tdfx-1.2.1 |
| 409 |
>=x11-drivers/xf86-video-tga-1.1.0 |
| 410 |
>=x11-drivers/xf86-video-trident-1.2.1 |
| 411 |
>=x11-drivers/xf86-video-tseng-1.1.0 |
| 412 |
>=x11-drivers/xf86-video-vesa-1.1.0 |
| 413 |
>=x11-drivers/xf86-video-vga-4.1.0 |
| 414 |
>=x11-drivers/xf86-video-via-0.2.1 |
| 415 |
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
| 416 |
mips? ( >=x11-drivers/xf86-video-newport-0.2.0 ) |
| 417 |
ppc? ( >=x11-drivers/xf86-video-chips-1.1.1 |
| 418 |
>=x11-drivers/xf86-video-glint-1.1.1 |
| 419 |
>=x11-drivers/xf86-video-imstt-1.1.0 |
| 420 |
>=x11-drivers/xf86-video-nv-1.1.1 |
| 421 |
>=x11-drivers/xf86-video-s3-0.4.1 |
| 422 |
>=x11-drivers/xf86-video-s3virge-1.9.1 |
| 423 |
>=x11-drivers/xf86-video-savage-2.1.1 |
| 424 |
>=x11-drivers/xf86-video-sis-0.9.1 |
| 425 |
>=x11-drivers/xf86-video-tdfx-1.2.1 |
| 426 |
>=x11-drivers/xf86-video-trident-1.2.1 |
| 427 |
>=x11-drivers/xf86-video-vga-4.1.0 |
| 428 |
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
| 429 |
ppc64? ( >=x11-drivers/xf86-video-nv-1.1.1 ) |
| 430 |
sparc? ( |
| 431 |
>=x11-drivers/xf86-video-glint-1.1.1 |
| 432 |
>=x11-drivers/xf86-video-savage-2.1.1 |
| 433 |
>=x11-drivers/xf86-video-sunbw2-1.1.0 |
| 434 |
>=x11-drivers/xf86-video-suncg14-1.1.0 |
| 435 |
>=x11-drivers/xf86-video-suncg3-1.1.0 |
| 436 |
>=x11-drivers/xf86-video-suncg6-1.1.0 |
| 437 |
>=x11-drivers/xf86-video-sunffb-1.1.0 |
| 438 |
>=x11-drivers/xf86-video-sunleo-1.1.0 |
| 439 |
>=x11-drivers/xf86-video-suntcx-1.1.0 |
| 440 |
>=x11-drivers/xf86-video-tdfx-1.2.1 |
| 441 |
>=x11-drivers/xf86-video-vesa-1.1.0 |
| 442 |
>=x11-drivers/xf86-video-vga-4.1.0 |
| 443 |
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
| 444 |
x86? ( >=x11-drivers/xf86-video-apm-1.1.1 |
| 445 |
>=x11-drivers/xf86-video-ark-0.6.0 |
| 446 |
>=x11-drivers/xf86-video-chips-1.1.1 |
| 447 |
>=x11-drivers/xf86-video-cirrus-1.1.0 |
| 448 |
>=x11-drivers/xf86-video-cyrix-1.1.0 |
| 449 |
>=x11-drivers/xf86-video-glint-1.1.1 |
| 450 |
>=x11-drivers/xf86-video-i128-1.2.0 |
| 451 |
>=x11-drivers/xf86-video-i740-1.1.0 |
| 452 |
>=x11-drivers/xf86-video-i810-1.6.0 |
| 453 |
>=x11-drivers/xf86-video-imstt-1.1.0 |
| 454 |
>=x11-drivers/xf86-video-neomagic-1.1.1 |
| 455 |
>=x11-drivers/xf86-video-nsc-2.8.1 |
| 456 |
>=x11-drivers/xf86-video-nv-1.1.1 |
| 457 |
>=x11-drivers/xf86-video-rendition-4.1.0 |
| 458 |
>=x11-drivers/xf86-video-s3-0.4.1 |
| 459 |
>=x11-drivers/xf86-video-s3virge-1.9.1 |
| 460 |
>=x11-drivers/xf86-video-savage-2.1.1 |
| 461 |
>=x11-drivers/xf86-video-siliconmotion-1.4.1 |
| 462 |
>=x11-drivers/xf86-video-sis-0.9.1 |
| 463 |
>=x11-drivers/xf86-video-tdfx-1.2.1 |
| 464 |
>=x11-drivers/xf86-video-tga-1.1.0 |
| 465 |
>=x11-drivers/xf86-video-trident-1.2.1 |
| 466 |
>=x11-drivers/xf86-video-tseng-1.1.0 |
| 467 |
>=x11-drivers/xf86-video-vesa-1.1.0 |
| 468 |
>=x11-drivers/xf86-video-vga-4.1.0 |
| 469 |
>=x11-drivers/xf86-video-via-0.2.1 |
| 470 |
>=x11-drivers/xf86-video-vmware-10.13.0 |
| 471 |
>=x11-drivers/xf86-video-voodoo-1.1.0 ) |
| 472 |
x86-fbsd? ( |
| 473 |
>=x11-drivers/xf86-video-vmware-10.13.0 ) |
| 474 |
) |
| 475 |
)" |
| 476 |
LICENSE="${LICENSE} MIT" |
| 477 |
|
| 478 |
pkg_setup() { |
| 479 |
ensure_a_server_is_building |
| 480 |
|
| 481 |
# localstatedir is used for the log location; we need to override the default |
| 482 |
# from ebuild.sh |
| 483 |
# sysconfdir is used for the xorg.conf location; same applies |
| 484 |
|
| 485 |
# --enable-xorg needed because darwin defaults off |
| 486 |
# --enable-install-setuid needed because sparcs default off |
| 487 |
|
| 488 |
# SDL only available in kdrive build |
| 489 |
if use kdrive && use sdl; then |
| 490 |
conf_opts="${conf_opts} --enable-xsdl" |
| 491 |
else |
| 492 |
conf_opts="${conf_opts} --disable-xsdl" |
| 493 |
fi |
| 494 |
|
| 495 |
# Only Xorg and Xgl support this, and we won't build Xgl |
| 496 |
# until it merges to trunk |
| 497 |
if use xorg; then |
| 498 |
conf_opts="${conf_opts} --with-mesa-source=${WORKDIR}/${MESA_P}" |
| 499 |
fi |
| 500 |
|
| 501 |
CONFIGURE_OPTIONS=" |
| 502 |
$(use_enable ipv6) |
| 503 |
$(use_enable dmx) |
| 504 |
$(use_enable kdrive) |
| 505 |
$(use_enable !minimal xvfb) |
| 506 |
$(use_enable !minimal xnest) |
| 507 |
$(use_enable dri) |
| 508 |
$(use_enable xorg) |
| 509 |
$(use_enable xprint) |
| 510 |
$(use_enable nptl glx-tls) |
| 511 |
--sysconfdir=/etc/X11 |
| 512 |
--localstatedir=/var |
| 513 |
--enable-install-setuid |
| 514 |
--with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1 |
| 515 |
${conf_opts}" |
| 516 |
|
| 517 |
local diemsg="You must build xorg-server and mesa with the same nptl USE setting." |
| 518 |
if built_with_use media-libs/mesa nptl; then |
| 519 |
use nptl || die "${diemsg}" |
| 520 |
else |
| 521 |
use nptl && die "${diemsg}" |
| 522 |
fi |
| 523 |
|
| 524 |
# (#121394) Causes window corruption |
| 525 |
filter-flags -fweb |
| 526 |
|
| 527 |
# Nothing else provides new enough glxtokens.h |
| 528 |
ewarn "Forcing on xorg-x11 for new enough glxtokens.h..." |
| 529 |
OLD_IMPLEM="$(eselect opengl show)" |
| 530 |
eselect opengl set --impl-headers ${OPENGL_DIR} |
| 531 |
} |
| 532 |
|
| 533 |
src_unpack() { |
| 534 |
x-modular_specs_check |
| 535 |
x-modular_dri_check |
| 536 |
x-modular_unpack_source |
| 537 |
x-modular_patch_source |
| 538 |
|
| 539 |
# Set up kdrive servers to build |
| 540 |
if use kdrive; then |
| 541 |
einfo "Removing unused kdrive drivers ..." |
| 542 |
for card in ${IUSE_VIDEO_CARDS}; do |
| 543 |
real_card=${card#video_cards_} |
| 544 |
|
| 545 |
# Differences between VIDEO_CARDS name and kdrive server name |
| 546 |
real_card=${real_card/glint/pm2} |
| 547 |
real_card=${real_card/radeon/ati} |
| 548 |
real_card=${real_card/nv/nvidia} |
| 549 |
real_card=${real_card/siliconmotion/smi} |
| 550 |
real_card=${real_card/%sis/sis300} |
| 551 |
if ! use ${card}; then |
| 552 |
ebegin " ${real_card}" |
| 553 |
sed -i \ |
| 554 |
-e "s:\b${real_card}\b::g" \ |
| 555 |
${S}/hw/kdrive/Makefile.am \ |
| 556 |
|| die "sed of ${real_card} failed" |
| 557 |
eend |
| 558 |
fi |
| 559 |
|
| 560 |
done |
| 561 |
|
| 562 |
# smi and via are the only things on line 2. If line 2 ends up blank, |
| 563 |
# we need to get rid of the backslash at the end of line 1. |
| 564 |
if ! use video_cards_siliconmotion && ! use video_cards_via; then |
| 565 |
sed -i \ |
| 566 |
-e "s:^\(VESA_SUBDIRS.*\)\\\:\1:g" \ |
| 567 |
${S}/hw/kdrive/Makefile.am |
| 568 |
fi |
| 569 |
fi |
| 570 |
|
| 571 |
# Make sure eautoreconf gets run if we need the autoconf/make |
| 572 |
# changes. |
| 573 |
if [[ ${SNAPSHOT} != "yes" ]]; then |
| 574 |
if use kdrive || use xprint; then |
| 575 |
eautoreconf |
| 576 |
fi |
| 577 |
fi |
| 578 |
x-modular_reconf_source |
| 579 |
} |
| 580 |
|
| 581 |
src_install() { |
| 582 |
x-modular_src_install |
| 583 |
|
| 584 |
dynamic_libgl_install |
| 585 |
|
| 586 |
server_based_install |
| 587 |
} |
| 588 |
|
| 589 |
pkg_postinst() { |
| 590 |
switch_opengl_implem |
| 591 |
} |
| 592 |
|
| 593 |
pkg_postrm() { |
| 594 |
# Get rid of module dir to ensure opengl-update works properly |
| 595 |
if ! has_version x11-base/xorg-server; then |
| 596 |
if [ -e ${ROOT}/usr/$(get_libdir)/xorg/modules ]; then |
| 597 |
rm -rf ${ROOT}/usr/$(get_libdir)/xorg/modules |
| 598 |
fi |
| 599 |
fi |
| 600 |
} |
| 601 |
|
| 602 |
dynamic_libgl_install() { |
| 603 |
# next section is to setup the dynamic libGL stuff |
| 604 |
ebegin "Moving GL files for dynamic switching" |
| 605 |
dodir /usr/$(get_libdir)/opengl/${OPENGL_DIR}/extensions |
| 606 |
local x="" |
| 607 |
for x in ${D}/usr/$(get_libdir)/xorg/modules/extensions/libglx*; do |
| 608 |
if [ -f ${x} -o -L ${x} ]; then |
| 609 |
mv -f ${x} ${D}/usr/$(get_libdir)/opengl/${OPENGL_DIR}/extensions |
| 610 |
fi |
| 611 |
done |
| 612 |
eend 0 |
| 613 |
} |
| 614 |
|
| 615 |
server_based_install() { |
| 616 |
use xprint && xprint_src_install |
| 617 |
|
| 618 |
if ! use xorg; then |
| 619 |
rm ${D}/usr/share/man/man1/Xserver.1x \ |
| 620 |
${D}/usr/$(get_libdir)/xserver/SecurityPolicy \ |
| 621 |
${D}/usr/$(get_libdir)/pkgconfig/xorg-server.pc \ |
| 622 |
${D}/usr/share/man/man1/Xserver.1x |
| 623 |
fi |
| 624 |
} |
| 625 |
|
| 626 |
switch_opengl_implem() { |
| 627 |
# Switch to the xorg implementation. |
| 628 |
# Use new opengl-update that will not reset user selected |
| 629 |
# OpenGL interface ... |
| 630 |
echo |
| 631 |
# eselect opengl set --use-old ${OPENGL_DIR} |
| 632 |
eselect opengl set ${OLD_IMPLEM} |
| 633 |
} |
| 634 |
|
| 635 |
xprint_src_install() { |
| 636 |
# RH-style init script, we provide a wrapper |
| 637 |
exeinto /usr/$(get_libdir)/misc |
| 638 |
doexe ${S}/Xprint/etc/init.d/xprint |
| 639 |
# Patch init script for fonts location |
| 640 |
sed -e 's:/lib/X11/fonts/:/share/fonts/:g' \ |
| 641 |
-i ${D}/usr/$(get_libdir)/misc/xprint |
| 642 |
# Install the wrapper |
| 643 |
newinitd ${FILESDIR}/xprint.init xprint |
| 644 |
# Install profile scripts |
| 645 |
insinto /etc/profile.d |
| 646 |
doins ${S}/Xprint/etc/profile.d/xprint* |
| 647 |
insinto /etc/X11/xinit/xinitrc.d |
| 648 |
newins ${S}/Xprint/etc/Xsession.d/cde_xsessiond_xprint.sh \ |
| 649 |
92xprint-xpserverlist.sh |
| 650 |
# Patch profile scripts |
| 651 |
sed -e "s:/bin/sh.*get_xpserverlist:/usr/$(get_libdir)/misc/xprint \ |
| 652 |
get_xpserverlist:g" -i ${D}/etc/profile.d/xprint* \ |
| 653 |
${D}/etc/X11/xinit/xinitrc.d/92xprint-xpserverlist.sh |
| 654 |
# Move profile scripts, we can't touch /etc/profile.d/ in Gentoo |
| 655 |
dodoc ${D}/etc/profile.d/xprint* |
| 656 |
rm -f ${D}/etc/profile.d/xprint* |
| 657 |
} |
| 658 |
|
| 659 |
ensure_a_server_is_building() { |
| 660 |
for server in ${IUSE_SERVERS}; do |
| 661 |
use ${server} && return; |
| 662 |
done |
| 663 |
eerror "You need to specify at least one server to build." |
| 664 |
eerror "Valid servers are: ${IUSE_SERVERS}." |
| 665 |
die "No servers were specified to build." |
| 666 |
} |