| 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.0.2-r6.ebuild,v 1.1 2006/06/20 16:37:28 spyderous Exp $
|
| 4 |
|
| 5 |
# Must be before x-modular eclass is inherited
|
| 6 |
# Hack to make sure autoreconf gets run
|
| 7 |
SNAPSHOT="yes"
|
| 8 |
|
| 9 |
inherit flag-o-matic x-modular multilib
|
| 10 |
|
| 11 |
OPENGL_DIR="xorg-x11"
|
| 12 |
|
| 13 |
MESA_PN="Mesa"
|
| 14 |
MESA_PV="6.4.2"
|
| 15 |
MESA_P="${MESA_PN}-${MESA_PV}"
|
| 16 |
MESA_SRC_P="${MESA_PN}Lib-${MESA_PV}"
|
| 17 |
|
| 18 |
PATCHES="${FILESDIR}/${P}-Sbus.patch
|
| 19 |
${FILESDIR}/CVE-2006-1526-xrender-mitri.patch
|
| 20 |
${FILESDIR}/${P}-sparc64-cfbrrop-fix.patch
|
| 21 |
${FILESDIR}/${P}-64bit-fix-indirect-vertex-array.patch
|
| 22 |
${FILESDIR}/${P}-64bit-fix-have-dix-config.patch
|
| 23 |
${FILESDIR}/${P}-64bit-fix-for-glx.patch
|
| 24 |
${FILESDIR}/${P}-Xprt-build.patch
|
| 25 |
${FILESDIR}/${P}-xprint-init.patch
|
| 26 |
${FILESDIR}/${PV}-Xprint-xprintdir.patch
|
| 27 |
${FILESDIR}/${PV}-try-to-fix-xorgcfg.patch
|
| 28 |
${FILESDIR}/${PV}-fix-xorgconfig-rgbpath-and-mouse.patch
|
| 29 |
${DISTDIR}/${PV}-overlay-window.patch.bz2
|
| 30 |
${FILESDIR}/${PV}-fix-readKernelMapping-overrun.patch
|
| 31 |
${FILESDIR}/x11r7.0-setuid.diff"
|
| 32 |
|
| 33 |
SRC_URI="${SRC_URI}
|
| 34 |
mirror://sourceforge/mesa3d/${MESA_SRC_P}.tar.bz2
|
| 35 |
http://dev.gentoo.org/~spyderous/xorg-x11/1.0.2/1.0.2-overlay-window.patch.bz2"
|
| 36 |
DESCRIPTION="X.Org X servers"
|
| 37 |
# It's suid and has lazy bindings, so FEATURES="stricter" doesn't work
|
| 38 |
RESTRICT="stricter"
|
| 39 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
|
| 40 |
IUSE="dri ipv6 minimal xprint"
|
| 41 |
RDEPEND="x11-libs/libXfont
|
| 42 |
x11-libs/xtrans
|
| 43 |
x11-libs/libXau
|
| 44 |
x11-libs/libXext
|
| 45 |
x11-libs/libX11
|
| 46 |
x11-libs/libxkbfile
|
| 47 |
x11-libs/libXdmcp
|
| 48 |
x11-libs/libXmu
|
| 49 |
x11-libs/libXrender
|
| 50 |
x11-libs/libXi
|
| 51 |
media-libs/freetype
|
| 52 |
media-libs/mesa
|
| 53 |
media-fonts/font-adobe-75dpi
|
| 54 |
media-fonts/font-misc-misc
|
| 55 |
media-fonts/font-cursor-misc
|
| 56 |
x11-misc/xbitmaps
|
| 57 |
|| ( x11-misc/xkeyboard-config x11-misc/xkbdata )
|
| 58 |
x11-apps/iceauth
|
| 59 |
x11-apps/rgb
|
| 60 |
x11-apps/xauth
|
| 61 |
x11-apps/xinit
|
| 62 |
app-admin/eselect-opengl
|
| 63 |
x11-libs/libXaw
|
| 64 |
x11-libs/libXpm
|
| 65 |
x11-libs/libXxf86misc
|
| 66 |
x11-libs/libXxf86vm
|
| 67 |
!minimal? ( x11-libs/libdmx
|
| 68 |
x11-libs/libXtst
|
| 69 |
x11-libs/libXres )
|
| 70 |
>=x11-libs/libxkbui-1.0.2
|
| 71 |
x11-libs/liblbxutil"
|
| 72 |
# Xres is dmx-dependent, xkbui is xorgcfg-dependent
|
| 73 |
# Xaw is dmx- and xorgcfg-dependent
|
| 74 |
# Xpm is dmx- and xorgcfg-dependent, pulls in Xt
|
| 75 |
# Xxf86misc and Xxf86vm are xorgcfg-dependent
|
| 76 |
# liblbxutil is lbx- dependent
|
| 77 |
DEPEND="${RDEPEND}
|
| 78 |
x11-proto/randrproto
|
| 79 |
x11-proto/renderproto
|
| 80 |
>=x11-proto/fixesproto-4
|
| 81 |
x11-proto/damageproto
|
| 82 |
x11-proto/xextproto
|
| 83 |
x11-proto/xproto
|
| 84 |
x11-proto/xf86dgaproto
|
| 85 |
x11-proto/xf86miscproto
|
| 86 |
x11-proto/xf86rushproto
|
| 87 |
x11-proto/xf86vidmodeproto
|
| 88 |
x11-proto/xf86bigfontproto
|
| 89 |
>=x11-proto/compositeproto-0.3
|
| 90 |
x11-proto/recordproto
|
| 91 |
x11-proto/resourceproto
|
| 92 |
x11-proto/videoproto
|
| 93 |
x11-proto/scrnsaverproto
|
| 94 |
x11-proto/evieext
|
| 95 |
x11-proto/trapproto
|
| 96 |
>=x11-proto/xineramaproto-1.1-r1
|
| 97 |
x11-proto/fontsproto
|
| 98 |
>=x11-proto/kbproto-1.0-r1
|
| 99 |
x11-proto/inputproto
|
| 100 |
x11-proto/bigreqsproto
|
| 101 |
x11-proto/xcmiscproto
|
| 102 |
>=x11-proto/glproto-1.4.1_pre20051013
|
| 103 |
!minimal? ( x11-proto/dmxproto )
|
| 104 |
dri? ( x11-proto/xf86driproto
|
| 105 |
>=x11-libs/libdrm-2 )
|
| 106 |
xprint? ( x11-proto/printproto
|
| 107 |
x11-apps/mkfontdir
|
| 108 |
x11-apps/mkfontscale )"
|
| 109 |
LICENSE="${LICENSE} MIT"
|
| 110 |
|
| 111 |
pkg_setup() {
|
| 112 |
# localstatedir is used for the log location; we need to override the default
|
| 113 |
# from ebuild.sh
|
| 114 |
# sysconfdir is used for the xorg.conf location; same applies
|
| 115 |
|
| 116 |
# --enable-xorg needed because darwin defaults off
|
| 117 |
# --enable-install-setuid needed because sparcs default off
|
| 118 |
CONFIGURE_OPTIONS="
|
| 119 |
$(use_enable ipv6)
|
| 120 |
$(use_enable !minimal dmx)
|
| 121 |
$(use_enable !minimal xvfb)
|
| 122 |
$(use_enable !minimal xnest)
|
| 123 |
$(use_enable dri)
|
| 124 |
$(use_enable xprint)
|
| 125 |
--with-mesa-source=${WORKDIR}/${MESA_P}
|
| 126 |
--enable-xorg
|
| 127 |
--sysconfdir=/etc/X11
|
| 128 |
--localstatedir=/var
|
| 129 |
--enable-install-setuid
|
| 130 |
--with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1"
|
| 131 |
|
| 132 |
# (#121394) Causes window corruption
|
| 133 |
filter-flags -fweb
|
| 134 |
|
| 135 |
# Nothing else provides new enough glxtokens.h
|
| 136 |
ewarn "Forcing on xorg-x11 for new enough glxtokens.h..."
|
| 137 |
OLD_IMPLEM="$(eselect opengl show)"
|
| 138 |
eselect opengl set --impl-headers ${OPENGL_DIR}
|
| 139 |
}
|
| 140 |
|
| 141 |
src_install() {
|
| 142 |
x-modular_src_install
|
| 143 |
|
| 144 |
dynamic_libgl_install
|
| 145 |
|
| 146 |
use xprint && xprint_src_install
|
| 147 |
}
|
| 148 |
|
| 149 |
pkg_postinst() {
|
| 150 |
switch_opengl_implem
|
| 151 |
}
|
| 152 |
|
| 153 |
pkg_postrm() {
|
| 154 |
# Get rid of module dir to ensure opengl-update works properly
|
| 155 |
if ! has_version x11-base/xorg-server; then
|
| 156 |
if [ -e ${ROOT}/usr/$(get_libdir)/xorg/modules ]; then
|
| 157 |
rm -rf ${ROOT}/usr/$(get_libdir)/xorg/modules
|
| 158 |
fi
|
| 159 |
fi
|
| 160 |
}
|
| 161 |
|
| 162 |
dynamic_libgl_install() {
|
| 163 |
# next section is to setup the dynamic libGL stuff
|
| 164 |
ebegin "Moving GL files for dynamic switching"
|
| 165 |
dodir /usr/$(get_libdir)/opengl/${OPENGL_DIR}/extensions
|
| 166 |
local x=""
|
| 167 |
for x in ${D}/usr/$(get_libdir)/xorg/modules/extensions/libglx*; do
|
| 168 |
if [ -f ${x} -o -L ${x} ]; then
|
| 169 |
mv -f ${x} ${D}/usr/$(get_libdir)/opengl/${OPENGL_DIR}/extensions
|
| 170 |
fi
|
| 171 |
done
|
| 172 |
eend 0
|
| 173 |
}
|
| 174 |
|
| 175 |
switch_opengl_implem() {
|
| 176 |
# Switch to the xorg implementation.
|
| 177 |
# Use new opengl-update that will not reset user selected
|
| 178 |
# OpenGL interface ...
|
| 179 |
echo
|
| 180 |
# eselect opengl set --use-old ${OPENGL_DIR}
|
| 181 |
eselect opengl set ${OLD_IMPLEM}
|
| 182 |
}
|
| 183 |
|
| 184 |
xprint_src_install() {
|
| 185 |
# RH-style init script, we provide a wrapper
|
| 186 |
exeinto /usr/$(get_libdir)/misc
|
| 187 |
doexe ${S}/Xprint/etc/init.d/xprint
|
| 188 |
# Patch init script for fonts location
|
| 189 |
sed -e 's:/lib/X11/fonts/:/share/fonts/:g' \
|
| 190 |
-i ${D}/usr/$(get_libdir)/misc/xprint
|
| 191 |
# Install the wrapper
|
| 192 |
newinitd ${FILESDIR}/xprint.init xprint
|
| 193 |
# Install profile scripts
|
| 194 |
insinto /etc/profile.d
|
| 195 |
doins ${S}/Xprint/etc/profile.d/xprint*
|
| 196 |
insinto /etc/X11/xinit/xinitrc.d
|
| 197 |
newins ${S}/Xprint/etc/Xsession.d/cde_xsessiond_xprint.sh \
|
| 198 |
92xprint-xpserverlist.sh
|
| 199 |
# Patch profile scripts
|
| 200 |
sed -e "s:/bin/sh.*get_xpserverlist:/usr/$(get_libdir)/misc/xprint \
|
| 201 |
get_xpserverlist:g" -i ${D}/etc/profile.d/xprint* \
|
| 202 |
${D}/etc/X11/xinit/xinitrc.d/92xprint-xpserverlist.sh
|
| 203 |
# Move profile scripts, we can't touch /etc/profile.d/ in Gentoo
|
| 204 |
dodoc ${D}/etc/profile.d/xprint*
|
| 205 |
rm -f ${D}/etc/profile.d/xprint*
|
| 206 |
}
|