1 |
chithanh |
1.1 |
# Copyright 1999-2013 Gentoo Foundation |
2 |
|
|
# Distributed under the terms of the GNU General Public License v2 |
3 |
heroxbd |
1.4 |
# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.13.99.901.ebuild,v 1.3 2013/01/21 01:37:22 vapier Exp $ |
4 |
chithanh |
1.1 |
|
5 |
|
|
EAPI=4 |
6 |
|
|
|
7 |
|
|
XORG_DOC=doc |
8 |
|
|
XORG_EAUTORECONF=yes |
9 |
|
|
inherit xorg-2 multilib versionator flag-o-matic |
10 |
|
|
EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver" |
11 |
|
|
|
12 |
|
|
DESCRIPTION="X.Org X servers" |
13 |
heroxbd |
1.4 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" |
14 |
chithanh |
1.1 |
|
15 |
|
|
IUSE_SERVERS="dmx kdrive xnest xorg xvfb" |
16 |
|
|
IUSE="${IUSE_SERVERS} ipv6 minimal nptl selinux +suid tslib +udev" |
17 |
|
|
|
18 |
|
|
RDEPEND=">=app-admin/eselect-opengl-1.0.8 |
19 |
|
|
dev-libs/openssl |
20 |
|
|
media-libs/freetype |
21 |
|
|
>=x11-apps/iceauth-1.0.2 |
22 |
|
|
>=x11-apps/rgb-1.0.3 |
23 |
|
|
>=x11-apps/xauth-1.0.3 |
24 |
|
|
x11-apps/xkbcomp |
25 |
|
|
>=x11-libs/libdrm-2.4.20 |
26 |
|
|
>=x11-libs/libpciaccess-0.12.901 |
27 |
|
|
>=x11-libs/libXau-1.0.4 |
28 |
|
|
>=x11-libs/libXdmcp-1.0.2 |
29 |
|
|
>=x11-libs/libXfont-1.4.2 |
30 |
|
|
>=x11-libs/libxkbfile-1.0.4 |
31 |
|
|
>=x11-libs/pixman-0.21.8 |
32 |
|
|
>=x11-libs/xtrans-1.2.2 |
33 |
|
|
>=x11-misc/xbitmaps-1.0.1 |
34 |
|
|
>=x11-misc/xkeyboard-config-2.4.1-r3 |
35 |
|
|
dmx? ( |
36 |
|
|
x11-libs/libXt |
37 |
|
|
>=x11-libs/libdmx-1.0.99.1 |
38 |
|
|
>=x11-libs/libX11-1.1.5 |
39 |
|
|
>=x11-libs/libXaw-1.0.4 |
40 |
|
|
>=x11-libs/libXext-1.0.99.4 |
41 |
|
|
>=x11-libs/libXfixes-5.0 |
42 |
|
|
>=x11-libs/libXi-1.2.99.1 |
43 |
|
|
>=x11-libs/libXmu-1.0.3 |
44 |
|
|
x11-libs/libXrender |
45 |
|
|
>=x11-libs/libXres-1.0.3 |
46 |
|
|
>=x11-libs/libXtst-1.0.99.2 |
47 |
|
|
) |
48 |
|
|
kdrive? ( |
49 |
|
|
>=x11-libs/libXext-1.0.5 |
50 |
|
|
x11-libs/libXv |
51 |
|
|
) |
52 |
|
|
!minimal? ( |
53 |
|
|
>=x11-libs/libX11-1.1.5 |
54 |
|
|
>=x11-libs/libXext-1.0.5 |
55 |
|
|
>=media-libs/mesa-8[nptl=] |
56 |
|
|
) |
57 |
|
|
tslib? ( >=x11-libs/tslib-1.0 ) |
58 |
|
|
udev? ( >=virtual/udev-150 ) |
59 |
|
|
>=x11-apps/xinit-1.3 |
60 |
|
|
selinux? ( sec-policy/selinux-xserver )" |
61 |
|
|
|
62 |
|
|
DEPEND="${RDEPEND} |
63 |
|
|
sys-devel/flex |
64 |
|
|
>=x11-proto/bigreqsproto-1.1.0 |
65 |
|
|
>=x11-proto/compositeproto-0.4 |
66 |
|
|
>=x11-proto/damageproto-1.1 |
67 |
|
|
>=x11-proto/fixesproto-5.0 |
68 |
|
|
>=x11-proto/fontsproto-2.0.2 |
69 |
|
|
>=x11-proto/glproto-1.4.16 |
70 |
|
|
>=x11-proto/inputproto-2.2.99.1 |
71 |
|
|
>=x11-proto/kbproto-1.0.3 |
72 |
|
|
>=x11-proto/randrproto-1.4.0 |
73 |
|
|
>=x11-proto/recordproto-1.13.99.1 |
74 |
|
|
>=x11-proto/renderproto-0.11 |
75 |
chithanh |
1.2 |
>=x11-proto/resourceproto-1.2.0 |
76 |
chithanh |
1.1 |
>=x11-proto/scrnsaverproto-1.1 |
77 |
|
|
>=x11-proto/trapproto-3.4.3 |
78 |
|
|
>=x11-proto/videoproto-2.2.2 |
79 |
|
|
>=x11-proto/xcmiscproto-1.2.0 |
80 |
|
|
>=x11-proto/xextproto-7.1.99 |
81 |
|
|
>=x11-proto/xf86dgaproto-2.0.99.1 |
82 |
|
|
>=x11-proto/xf86rushproto-1.1.2 |
83 |
|
|
>=x11-proto/xf86vidmodeproto-2.2.99.1 |
84 |
|
|
>=x11-proto/xineramaproto-1.1.3 |
85 |
|
|
>=x11-proto/xproto-7.0.22 |
86 |
|
|
dmx? ( |
87 |
|
|
>=x11-proto/dmxproto-2.2.99.1 |
88 |
|
|
doc? ( |
89 |
|
|
|| ( |
90 |
|
|
www-client/links |
91 |
|
|
www-client/lynx |
92 |
|
|
www-client/w3m |
93 |
|
|
) |
94 |
|
|
) |
95 |
|
|
) |
96 |
|
|
!minimal? ( |
97 |
|
|
>=x11-proto/xf86driproto-2.1.0 |
98 |
|
|
>=x11-proto/dri2proto-2.8 |
99 |
|
|
)" |
100 |
|
|
|
101 |
|
|
PDEPEND=" |
102 |
|
|
xorg? ( >=x11-base/xorg-drivers-$(get_version_component_range 1-2) )" |
103 |
|
|
|
104 |
|
|
REQUIRED_USE="!minimal? ( |
105 |
|
|
|| ( ${IUSE_SERVERS} ) |
106 |
|
|
)" |
107 |
|
|
|
108 |
|
|
#UPSTREAMED_PATCHES=( |
109 |
|
|
# "${WORKDIR}/patches/" |
110 |
|
|
#) |
111 |
|
|
|
112 |
|
|
PATCHES=( |
113 |
|
|
"${UPSTREAMED_PATCHES[@]}" |
114 |
|
|
"${FILESDIR}"/${PN}-1.12-disable-acpi.patch |
115 |
|
|
"${FILESDIR}"/${PN}-1.13-ia64-asm.patch |
116 |
|
|
) |
117 |
|
|
|
118 |
|
|
pkg_pretend() { |
119 |
|
|
# older gcc is not supported |
120 |
|
|
[[ "${MERGE_TYPE}" != "binary" && $(gcc-major-version) -lt 4 ]] && \ |
121 |
|
|
die "Sorry, but gcc earlier than 4.0 will not work for xorg-server." |
122 |
|
|
} |
123 |
|
|
|
124 |
|
|
src_configure() { |
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 |
|
|
# NOTE: fop is used for doc generating ; and i have no idea if gentoo |
129 |
|
|
# package it somewhere |
130 |
|
|
XORG_CONFIGURE_OPTIONS=( |
131 |
|
|
$(use_enable ipv6) |
132 |
|
|
$(use_enable dmx) |
133 |
|
|
$(use_enable kdrive) |
134 |
|
|
$(use_enable kdrive kdrive-kbd) |
135 |
|
|
$(use_enable kdrive kdrive-mouse) |
136 |
|
|
$(use_enable kdrive kdrive-evdev) |
137 |
|
|
$(use_enable suid install-setuid) |
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 |
|
|
--enable-libdrm |
153 |
|
|
--sysconfdir="${EPREFIX}"/etc/X11 |
154 |
|
|
--localstatedir="${EPREFIX}"/var |
155 |
|
|
--with-fontrootdir="${EPREFIX}"/usr/share/fonts |
156 |
|
|
--with-xkb-output="${EPREFIX}"/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 |
|
|
xorg-2_src_configure |
175 |
|
|
} |
176 |
|
|
|
177 |
|
|
src_install() { |
178 |
|
|
xorg-2_src_install |
179 |
|
|
|
180 |
|
|
dynamic_libgl_install |
181 |
|
|
|
182 |
|
|
server_based_install |
183 |
|
|
|
184 |
|
|
if ! use minimal && use xorg; then |
185 |
|
|
# Install xorg.conf.example into docs |
186 |
|
|
dodoc "${AUTOTOOLS_BUILD_DIR}"/hw/xfree86/xorg.conf.example |
187 |
|
|
fi |
188 |
|
|
|
189 |
|
|
newinitd "${FILESDIR}"/xdm-setup.initd-1 xdm-setup |
190 |
|
|
newinitd "${FILESDIR}"/xdm.initd-9 xdm |
191 |
|
|
newconfd "${FILESDIR}"/xdm.confd-4 xdm |
192 |
|
|
|
193 |
|
|
# install the @x11-module-rebuild set for Portage |
194 |
|
|
insinto /usr/share/portage/config/sets |
195 |
|
|
newins "${FILESDIR}"/xorg-sets.conf xorg.conf |
196 |
|
|
} |
197 |
|
|
|
198 |
|
|
pkg_postinst() { |
199 |
|
|
# sets up libGL and DRI2 symlinks if needed (ie, on a fresh install) |
200 |
|
|
eselect opengl set xorg-x11 --use-old |
201 |
|
|
|
202 |
|
|
if [[ ${PV} != 9999 && $(get_version_component_range 2 ${REPLACING_VERSIONS}) != $(get_version_component_range 2 ${PV}) ]]; then |
203 |
|
|
ewarn "You must rebuild all drivers if upgrading from <xorg-server-$(get_version_component_range 1-2)" |
204 |
|
|
ewarn "because the ABI changed. If you cannot start X because" |
205 |
|
|
ewarn "of module version mismatch errors, this is your problem." |
206 |
|
|
|
207 |
|
|
echo |
208 |
|
|
ewarn "You can generate a list of all installed packages in the x11-drivers" |
209 |
|
|
ewarn "category using this command:" |
210 |
|
|
ewarn " emerge portage-utils; qlist -I -C x11-drivers/" |
211 |
|
|
ewarn "or using sets from portage-2.2:" |
212 |
|
|
ewarn " emerge @x11-module-rebuild" |
213 |
|
|
fi |
214 |
|
|
|
215 |
|
|
if use udev && has_version virtual/udev[-keymap]; then |
216 |
|
|
ewarn "virtual/udev was built without keymap support. This may cause input device" |
217 |
|
|
ewarn "autoconfiguration to fail." |
218 |
|
|
fi |
219 |
|
|
} |
220 |
|
|
|
221 |
|
|
pkg_postrm() { |
222 |
|
|
# Get rid of module dir to ensure opengl-update works properly |
223 |
|
|
if [[ -z ${REPLACED_BY_VERSION} && -e ${EROOT}/usr/$(get_libdir)/xorg/modules ]]; then |
224 |
|
|
rm -rf "${EROOT}"/usr/$(get_libdir)/xorg/modules |
225 |
|
|
fi |
226 |
|
|
} |
227 |
|
|
|
228 |
|
|
dynamic_libgl_install() { |
229 |
|
|
# next section is to setup the dynamic libGL stuff |
230 |
|
|
ebegin "Moving GL files for dynamic switching" |
231 |
|
|
dodir /usr/$(get_libdir)/opengl/xorg-x11/extensions |
232 |
|
|
local x="" |
233 |
|
|
for x in "${ED}"/usr/$(get_libdir)/xorg/modules/extensions/lib{glx,dri,dri2}*; do |
234 |
|
|
if [ -f ${x} -o -L ${x} ]; then |
235 |
|
|
mv -f ${x} "${ED}"/usr/$(get_libdir)/opengl/xorg-x11/extensions |
236 |
|
|
fi |
237 |
|
|
done |
238 |
|
|
eend 0 |
239 |
|
|
} |
240 |
|
|
|
241 |
|
|
server_based_install() { |
242 |
|
|
if ! use xorg; then |
243 |
|
|
rm "${ED}"/usr/share/man/man1/Xserver.1x \ |
244 |
|
|
"${ED}"/usr/$(get_libdir)/xserver/SecurityPolicy \ |
245 |
|
|
"${ED}"/usr/$(get_libdir)/pkgconfig/xorg-server.pc \ |
246 |
|
|
"${ED}"/usr/share/man/man1/Xserver.1x |
247 |
|
|
fi |
248 |
|
|
} |