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