| 1 |
# Copyright 1999-2012 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.11.2-r1.ebuild,v 1.2 2012/01/30 12:38:52 chithanh Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
XORG_DOC=doc
|
| 8 |
inherit flag-o-matic xorg-2 multilib versionator
|
| 9 |
EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver"
|
| 10 |
|
| 11 |
DESCRIPTION="X.Org X servers"
|
| 12 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
|
| 13 |
|
| 14 |
IUSE_SERVERS="dmx kdrive xnest xorg xvfb"
|
| 15 |
IUSE="${IUSE_SERVERS} ipv6 minimal nptl tslib +udev"
|
| 16 |
|
| 17 |
RDEPEND=">=app-admin/eselect-opengl-1.0.8
|
| 18 |
dev-libs/openssl
|
| 19 |
media-libs/freetype
|
| 20 |
>=x11-apps/iceauth-1.0.2
|
| 21 |
>=x11-apps/rgb-1.0.3
|
| 22 |
>=x11-apps/xauth-1.0.3
|
| 23 |
x11-apps/xkbcomp
|
| 24 |
>=x11-libs/libpciaccess-0.10.3
|
| 25 |
>=x11-libs/libXau-1.0.4
|
| 26 |
>=x11-libs/libXdmcp-1.0.2
|
| 27 |
>=x11-libs/libXfont-1.4.2
|
| 28 |
>=x11-libs/libxkbfile-1.0.4
|
| 29 |
>=x11-libs/pixman-0.21.8
|
| 30 |
>=x11-libs/xtrans-1.2.2
|
| 31 |
>=x11-misc/xbitmaps-1.0.1
|
| 32 |
>=x11-misc/xkeyboard-config-2.4.1-r3
|
| 33 |
dmx? (
|
| 34 |
x11-libs/libXt
|
| 35 |
>=x11-libs/libdmx-1.0.99.1
|
| 36 |
>=x11-libs/libX11-1.1.5
|
| 37 |
>=x11-libs/libXaw-1.0.4
|
| 38 |
>=x11-libs/libXext-1.0.99.4
|
| 39 |
>=x11-libs/libXfixes-5.0
|
| 40 |
>=x11-libs/libXi-1.2.99.1
|
| 41 |
>=x11-libs/libXmu-1.0.3
|
| 42 |
x11-libs/libXrender
|
| 43 |
>=x11-libs/libXres-1.0.3
|
| 44 |
>=x11-libs/libXtst-1.0.99.2
|
| 45 |
)
|
| 46 |
kdrive? (
|
| 47 |
>=x11-libs/libXext-1.0.5
|
| 48 |
x11-libs/libXv
|
| 49 |
)
|
| 50 |
!minimal? (
|
| 51 |
>=x11-libs/libX11-1.1.5
|
| 52 |
>=x11-libs/libXext-1.0.5
|
| 53 |
>=media-libs/mesa-7.8_rc[nptl=]
|
| 54 |
)
|
| 55 |
tslib? ( >=x11-libs/tslib-1.0 )
|
| 56 |
udev? ( >=sys-fs/udev-150 )
|
| 57 |
>=x11-apps/xinit-1.3"
|
| 58 |
|
| 59 |
DEPEND="${RDEPEND}
|
| 60 |
sys-devel/flex
|
| 61 |
>=x11-proto/bigreqsproto-1.1.0
|
| 62 |
>=x11-proto/compositeproto-0.4
|
| 63 |
>=x11-proto/damageproto-1.1
|
| 64 |
>=x11-proto/fixesproto-5.0
|
| 65 |
>=x11-proto/fontsproto-2.0.2
|
| 66 |
>=x11-proto/glproto-1.4.14
|
| 67 |
>=x11-proto/inputproto-1.9.99.902
|
| 68 |
>=x11-proto/kbproto-1.0.3
|
| 69 |
>=x11-proto/randrproto-1.2.99.3
|
| 70 |
>=x11-proto/recordproto-1.13.99.1
|
| 71 |
>=x11-proto/renderproto-0.11
|
| 72 |
>=x11-proto/resourceproto-1.0.2
|
| 73 |
>=x11-proto/scrnsaverproto-1.1
|
| 74 |
>=x11-proto/trapproto-3.4.3
|
| 75 |
>=x11-proto/videoproto-2.2.2
|
| 76 |
>=x11-proto/xcmiscproto-1.2.0
|
| 77 |
>=x11-proto/xextproto-7.1.99
|
| 78 |
>=x11-proto/xf86dgaproto-2.0.99.1
|
| 79 |
>=x11-proto/xf86rushproto-1.1.2
|
| 80 |
>=x11-proto/xf86vidmodeproto-2.2.99.1
|
| 81 |
>=x11-proto/xineramaproto-1.1.3
|
| 82 |
>=x11-proto/xproto-7.0.22
|
| 83 |
dmx? (
|
| 84 |
>=x11-proto/dmxproto-2.2.99.1
|
| 85 |
doc? (
|
| 86 |
|| (
|
| 87 |
www-client/links
|
| 88 |
www-client/lynx
|
| 89 |
www-client/w3m
|
| 90 |
)
|
| 91 |
)
|
| 92 |
)
|
| 93 |
!minimal? (
|
| 94 |
>=x11-proto/xf86driproto-2.1.0
|
| 95 |
>=x11-proto/dri2proto-2.6
|
| 96 |
>=x11-libs/libdrm-2.4.20
|
| 97 |
)"
|
| 98 |
|
| 99 |
PDEPEND="
|
| 100 |
xorg? ( >=x11-base/xorg-drivers-$(get_version_component_range 1-2) )"
|
| 101 |
|
| 102 |
REQUIRED_USE="!minimal? (
|
| 103 |
|| ( ${IUSE_SERVERS} )
|
| 104 |
)"
|
| 105 |
|
| 106 |
#UPSTREAMED_PATCHES=(
|
| 107 |
# "${WORKDIR}/patches/"
|
| 108 |
#)
|
| 109 |
|
| 110 |
PATCHES=(
|
| 111 |
"${UPSTREAMED_PATCHES[@]}"
|
| 112 |
"${FILESDIR}"/${PN}-disable-acpi.patch
|
| 113 |
"${FILESDIR}"/${PN}-1.9-nouveau-default.patch
|
| 114 |
)
|
| 115 |
|
| 116 |
pkg_pretend() {
|
| 117 |
# older gcc is not supported
|
| 118 |
[[ "${MERGE_TYPE}" != "binary" && $(gcc-major-version) -lt 4 ]] && \
|
| 119 |
die "Sorry, but gcc earlier than 4.0 wont work for xorg-server."
|
| 120 |
}
|
| 121 |
|
| 122 |
pkg_setup() {
|
| 123 |
xorg-2_pkg_setup
|
| 124 |
|
| 125 |
# localstatedir is used for the log location; we need to override the default
|
| 126 |
# from ebuild.sh
|
| 127 |
# sysconfdir is used for the xorg.conf location; same applies
|
| 128 |
# --enable-install-setuid needed because sparcs default off
|
| 129 |
# NOTE: fop is used for doc generating ; and i have no idea if gentoo
|
| 130 |
# package it somewhere
|
| 131 |
XORG_CONFIGURE_OPTIONS=(
|
| 132 |
$(use_enable ipv6)
|
| 133 |
$(use_enable dmx)
|
| 134 |
$(use_enable kdrive)
|
| 135 |
$(use_enable kdrive kdrive-kbd)
|
| 136 |
$(use_enable kdrive kdrive-mouse)
|
| 137 |
$(use_enable kdrive kdrive-evdev)
|
| 138 |
$(use_enable tslib)
|
| 139 |
$(use_enable !minimal record)
|
| 140 |
$(use_enable !minimal xfree86-utils)
|
| 141 |
$(use_enable !minimal install-libxf86config)
|
| 142 |
$(use_enable !minimal dri)
|
| 143 |
$(use_enable !minimal dri2)
|
| 144 |
$(use_enable !minimal glx)
|
| 145 |
$(use_enable xnest)
|
| 146 |
$(use_enable xorg)
|
| 147 |
$(use_enable xvfb)
|
| 148 |
$(use_enable nptl glx-tls)
|
| 149 |
$(use_enable udev config-udev)
|
| 150 |
$(use_with doc doxygen)
|
| 151 |
$(use_with doc xmlto)
|
| 152 |
--sysconfdir=/etc/X11
|
| 153 |
--localstatedir=/var
|
| 154 |
--enable-install-setuid
|
| 155 |
--with-fontrootdir=/usr/share/fonts
|
| 156 |
--with-xkb-output=/var/lib/xkb
|
| 157 |
--disable-config-hal
|
| 158 |
--without-dtrace
|
| 159 |
--without-fop
|
| 160 |
--with-os-vendor=Gentoo
|
| 161 |
)
|
| 162 |
|
| 163 |
# Xorg-server requires includes from OS mesa which are not visible for
|
| 164 |
# users of binary drivers.
|
| 165 |
mkdir -p "${T}/mesa-symlinks/GL"
|
| 166 |
for i in gl glx glxmd glxproto glxtokens; do
|
| 167 |
ln -s "${EROOT}usr/$(get_libdir)/opengl/xorg-x11/include/$i.h" "${T}/mesa-symlinks/GL/$i.h" || die
|
| 168 |
done
|
| 169 |
for i in glext glxext; do
|
| 170 |
ln -s "${EROOT}usr/$(get_libdir)/opengl/global/include/$i.h" "${T}/mesa-symlinks/GL/$i.h" || die
|
| 171 |
done
|
| 172 |
append-cppflags "-I${T}/mesa-symlinks"
|
| 173 |
}
|
| 174 |
|
| 175 |
src_install() {
|
| 176 |
xorg-2_src_install
|
| 177 |
|
| 178 |
dynamic_libgl_install
|
| 179 |
|
| 180 |
server_based_install
|
| 181 |
|
| 182 |
if ! use minimal && use xorg; then
|
| 183 |
# Install xorg.conf.example into docs
|
| 184 |
dodoc "${AUTOTOOLS_BUILD_DIR}"/hw/xfree86/xorg.conf.example
|
| 185 |
fi
|
| 186 |
|
| 187 |
newinitd "${FILESDIR}"/xdm-setup.initd-1 xdm-setup
|
| 188 |
newinitd "${FILESDIR}"/xdm.initd-4 xdm
|
| 189 |
newconfd "${FILESDIR}"/xdm.confd-4 xdm
|
| 190 |
|
| 191 |
# install the @x11-module-rebuild set for Portage
|
| 192 |
insinto /usr/share/portage/config/sets
|
| 193 |
newins "${FILESDIR}"/xorg-sets.conf xorg.conf
|
| 194 |
}
|
| 195 |
|
| 196 |
pkg_postinst() {
|
| 197 |
# sets up libGL and DRI2 symlinks if needed (ie, on a fresh install)
|
| 198 |
eselect opengl set xorg-x11 --use-old
|
| 199 |
|
| 200 |
if [[ ${PV} != 9999 && $(get_version_component_range 2 ${REPLACING_VERSIONS}) != $(get_version_component_range 2 ${PV}) ]]; then
|
| 201 |
ewarn "You must rebuild all drivers if upgrading from <xorg-server-$(get_version_component_range 1-2)"
|
| 202 |
ewarn "because the ABI changed. If you cannot start X because"
|
| 203 |
ewarn "of module version mismatch errors, this is your problem."
|
| 204 |
|
| 205 |
echo
|
| 206 |
ewarn "You can generate a list of all installed packages in the x11-drivers"
|
| 207 |
ewarn "category using this command:"
|
| 208 |
ewarn " emerge portage-utils; qlist -I -C x11-drivers/"
|
| 209 |
ewarn "or using sets from portage-2.2:"
|
| 210 |
ewarn " emerge @x11-module-rebuild"
|
| 211 |
fi
|
| 212 |
}
|
| 213 |
|
| 214 |
pkg_postrm() {
|
| 215 |
# Get rid of module dir to ensure opengl-update works properly
|
| 216 |
if [[ -z ${REPLACED_BY_VERSION} && -e ${ROOT}/usr/$(get_libdir)/xorg/modules ]]; then
|
| 217 |
rm -rf "${ROOT}"/usr/$(get_libdir)/xorg/modules
|
| 218 |
fi
|
| 219 |
}
|
| 220 |
|
| 221 |
dynamic_libgl_install() {
|
| 222 |
# next section is to setup the dynamic libGL stuff
|
| 223 |
ebegin "Moving GL files for dynamic switching"
|
| 224 |
dodir /usr/$(get_libdir)/opengl/xorg-x11/extensions
|
| 225 |
local x=""
|
| 226 |
for x in "${D}"/usr/$(get_libdir)/xorg/modules/extensions/lib{glx,dri,dri2}*; do
|
| 227 |
if [ -f ${x} -o -L ${x} ]; then
|
| 228 |
mv -f ${x} "${D}"/usr/$(get_libdir)/opengl/xorg-x11/extensions
|
| 229 |
fi
|
| 230 |
done
|
| 231 |
eend 0
|
| 232 |
}
|
| 233 |
|
| 234 |
server_based_install() {
|
| 235 |
if ! use xorg; then
|
| 236 |
rm "${D}"/usr/share/man/man1/Xserver.1x \
|
| 237 |
"${D}"/usr/$(get_libdir)/xserver/SecurityPolicy \
|
| 238 |
"${D}"/usr/$(get_libdir)/pkgconfig/xorg-server.pc \
|
| 239 |
"${D}"/usr/share/man/man1/Xserver.1x
|
| 240 |
fi
|
| 241 |
}
|