| 1 |
# Copyright 1999-2005 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-0.99.1-r10.ebuild,v 1.1 2005/10/04 01:27:12 joshuabaergen 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.3.2"
|
| 15 |
MESA_P="${MESA_PN}-${MESA_PV}"
|
| 16 |
MESA_SRC_P="${MESA_PN}Lib-${MESA_PV}"
|
| 17 |
|
| 18 |
#PATCHES="${FILESDIR}/link-xtrap-into-xprint.patch"
|
| 19 |
|
| 20 |
SRC_URI="mirror://sourceforge/mesa3d/${MESA_SRC_P}.tar.bz2
|
| 21 |
http://dev.gentoo.org/~spyderous/xorg-x11/${P}.tar.bz2"
|
| 22 |
DESCRIPTION="X.Org X servers"
|
| 23 |
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
| 24 |
IUSE="dri ipv6 minimal xprint"
|
| 25 |
RDEPEND="x11-libs/libXfont
|
| 26 |
x11-libs/xtrans
|
| 27 |
x11-libs/libXau
|
| 28 |
x11-libs/libXext
|
| 29 |
x11-libs/libX11
|
| 30 |
x11-libs/libxkbfile
|
| 31 |
x11-libs/libXdmcp
|
| 32 |
x11-libs/libXmu
|
| 33 |
x11-libs/libXrender
|
| 34 |
x11-libs/libXi
|
| 35 |
media-libs/freetype
|
| 36 |
>=media-libs/mesa-6
|
| 37 |
media-fonts/font-misc-misc
|
| 38 |
media-fonts/font-cursor-misc
|
| 39 |
x11-misc/xbitmaps
|
| 40 |
x11-misc/xkbdata
|
| 41 |
x11-apps/iceauth
|
| 42 |
x11-apps/rgb
|
| 43 |
x11-apps/xauth
|
| 44 |
x11-apps/xinit
|
| 45 |
app-admin/eselect-opengl"
|
| 46 |
DEPEND="${RDEPEND}
|
| 47 |
x11-proto/randrproto
|
| 48 |
x11-proto/renderproto
|
| 49 |
x11-proto/fixesproto
|
| 50 |
x11-proto/damageproto
|
| 51 |
x11-proto/xextproto
|
| 52 |
x11-proto/xproto
|
| 53 |
x11-proto/xf86dgaproto
|
| 54 |
x11-proto/xf86miscproto
|
| 55 |
x11-proto/xf86rushproto
|
| 56 |
x11-proto/xf86vidmodeproto
|
| 57 |
x11-proto/xf86bigfontproto
|
| 58 |
x11-proto/compositeproto
|
| 59 |
x11-proto/recordproto
|
| 60 |
x11-proto/resourceproto
|
| 61 |
x11-proto/dmxproto
|
| 62 |
x11-proto/videoproto
|
| 63 |
x11-proto/scrnsaverproto
|
| 64 |
x11-proto/evieext
|
| 65 |
x11-proto/trapproto
|
| 66 |
>=x11-proto/xineramaproto-1.1-r1
|
| 67 |
x11-proto/fontsproto
|
| 68 |
>=x11-proto/kbproto-1.0-r1
|
| 69 |
x11-proto/inputproto
|
| 70 |
x11-proto/bigreqsproto
|
| 71 |
x11-proto/xcmiscproto
|
| 72 |
>=x11-proto/glproto-1.4.1_pre20051013
|
| 73 |
dri? ( x11-proto/xf86driproto
|
| 74 |
x11-libs/libdrm )
|
| 75 |
xprint? ( x11-proto/printproto
|
| 76 |
x11-apps/mkfontdir
|
| 77 |
x11-apps/mkfontscale )"
|
| 78 |
|
| 79 |
pkg_setup() {
|
| 80 |
# localstatedir is used for the log location; we need to override the default
|
| 81 |
# from ebuild.sh
|
| 82 |
# sysconfdir is used for the xorg.conf location; same applies
|
| 83 |
CONFIGURE_OPTIONS="
|
| 84 |
$(use_enable ipv6)
|
| 85 |
$(use_enable !minimal dmx)
|
| 86 |
$(use_enable !minimal xvfb)
|
| 87 |
$(use_enable !minimal xnest)
|
| 88 |
$(use_enable dri)
|
| 89 |
$(use_enable xprint)
|
| 90 |
--enable-xcsecurity
|
| 91 |
--with-mesa-source=${WORKDIR}/${MESA_P}
|
| 92 |
--enable-xorg
|
| 93 |
--enable-xtrap
|
| 94 |
--enable-xevie
|
| 95 |
--sysconfdir=/etc/X11
|
| 96 |
--localstatedir=/var
|
| 97 |
--with-xkb-path=/usr/$(get_libdir)/X11/xkb
|
| 98 |
--disable-static"
|
| 99 |
}
|
| 100 |
|
| 101 |
src_install() {
|
| 102 |
x-modular_src_install
|
| 103 |
|
| 104 |
dynamic_libgl_install
|
| 105 |
|
| 106 |
dosym Xorg /usr/bin/X
|
| 107 |
fperms 4711 /usr/bin/Xorg
|
| 108 |
}
|
| 109 |
|
| 110 |
pkg_postinst() {
|
| 111 |
switch_opengl_implem
|
| 112 |
}
|
| 113 |
|
| 114 |
pkg_postrm() {
|
| 115 |
# Get rid of module dir to ensure opengl-update works properly
|
| 116 |
if ! has_version x11-base/xorg-server; then
|
| 117 |
if [ -e ${ROOT}/usr/$(get_libdir)/xorg/modules ]; then
|
| 118 |
rm -rf ${ROOT}/usr/$(get_libdir)/xorg/modules
|
| 119 |
fi
|
| 120 |
fi
|
| 121 |
}
|
| 122 |
|
| 123 |
dynamic_libgl_install() {
|
| 124 |
# next section is to setup the dynamic libGL stuff
|
| 125 |
ebegin "Moving GL files for dynamic switching"
|
| 126 |
dodir /usr/$(get_libdir)/opengl/${OPENGL_DIR}/extensions
|
| 127 |
local x=""
|
| 128 |
for x in ${D}/usr/$(get_libdir)/xorg/modules/libglx*; do
|
| 129 |
if [ -f ${x} -o -L ${x} ]; then
|
| 130 |
mv -f ${x} ${D}/usr/$(get_libdir)/opengl/${OPENGL_DIR}/extensions
|
| 131 |
fi
|
| 132 |
done
|
| 133 |
eend 0
|
| 134 |
}
|
| 135 |
|
| 136 |
switch_opengl_implem() {
|
| 137 |
# Switch to the xorg implementation.
|
| 138 |
# Use new opengl-update that will not reset user selected
|
| 139 |
# OpenGL interface ...
|
| 140 |
echo
|
| 141 |
eselect opengl set --use-old ${OPENGL_DIR}
|
| 142 |
}
|