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