Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/
Date: Thu, 10 May 2018 18:07:48
Message-Id: 1525975655.caea8ed164b5ff53da565c4ec0ab02e3c77287f3.mattst88@gentoo
1 commit: caea8ed164b5ff53da565c4ec0ab02e3c77287f3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 17:58:08 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 18:07:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caea8ed1
7
8 x11-base/xorg-server: Version bump to 1.20.0
9
10 x11-base/xorg-server/Manifest | 1 +
11 x11-base/xorg-server/xorg-server-1.20.0.ebuild | 219 +++++++++++++++++++++++++
12 2 files changed, 220 insertions(+)
13
14 diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
15 index e1adc34f600..4a69dbc774c 100644
16 --- a/x11-base/xorg-server/Manifest
17 +++ b/x11-base/xorg-server/Manifest
18 @@ -1,3 +1,4 @@
19 DIST xorg-server-1.19.5.tar.bz2 5965044 BLAKE2B 23375793ea4459a962f412440e307081ce2acd3c646e5db4d1bfac20e267bcbb1752ba8f6de66df06d25eaf92d1b55082a80eced0d44c257a757d5926ca6a7f3 SHA512 928dea5850b98cd815004cfa133eca23cfa9521920c934c68a92787f2cae13cca1534eee772a4fb74b8ae8cb92662b5d68b95b834c8aa8ec57cd57cb4e5dd45c
20 DIST xorg-server-1.19.99.904.tar.bz2 6083787 BLAKE2B 7b5ba4601494ab7714a977e6fcced12e373f5aaf30d433560a899d4446116cc4a5e22ae21378fea6ab07b68bad1a2544e065fd1d449b3b155b2c0e8a6787e479 SHA512 b9dccc777d0a30c6b40bddffe1f359dde4103539c6598f04bf8cf5f59e6770229221a199c1866b4eba0cf8d2d87fe878985bbd2e3c6ec5b65e3f16195ea8d57e
21 DIST xorg-server-1.19.99.905.tar.bz2 6088508 BLAKE2B 592404aebb0e1ee1e6c20a36e08a788331467875f304117711583b892442d4e0cbdd91a999b38ec1d2487f33904cd0913c2cfef37f2e49f6ef5ec9f4725372ab SHA512 9a6f173835989f7562debfbadae0077d75e35bfad5be1f78931fe46ac43df20591162950b27e2c813fd857114f98247be28d357566e45e5d3ac6b60873d94466
22 +DIST xorg-server-1.20.0.tar.bz2 6096838 BLAKE2B 34ee6d6dbbde54d54e082a0791e85ad52d728e239a7d8fadb75ebcbdbaab8752b90ca6d075f096d971db7ec68ce4ecac5c70fcf536ce23c20b8dce8f32e2c046 SHA512 1489e8511c9da682ef0460182dfeeddd241c72d4ef4d206d9706f1e39572c09953df851fab18cefb65a1ee4c6710c6ba13c63c9c9fc0bc1b5f12c50780412cde
23
24 diff --git a/x11-base/xorg-server/xorg-server-1.20.0.ebuild b/x11-base/xorg-server/xorg-server-1.20.0.ebuild
25 new file mode 100644
26 index 00000000000..fc971faa631
27 --- /dev/null
28 +++ b/x11-base/xorg-server/xorg-server-1.20.0.ebuild
29 @@ -0,0 +1,219 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +XORG_DOC=doc
36 +inherit xorg-2 multilib versionator flag-o-matic
37 +EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git"
38 +
39 +DESCRIPTION="X.Org X servers"
40 +SLOT="0/${PV}"
41 +if [[ ${PV} != 9999* ]]; then
42 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
43 +fi
44 +
45 +IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
46 +IUSE="${IUSE_SERVERS} debug +glamor ipv6 libressl minimal selinux systemd +udev unwind xcsecurity"
47 +
48 +CDEPEND=">=app-eselect/eselect-opengl-1.3.0
49 + !libressl? ( dev-libs/openssl:0= )
50 + libressl? ( dev-libs/libressl:0= )
51 + >=x11-apps/iceauth-1.0.2
52 + >=x11-apps/rgb-1.0.3
53 + >=x11-apps/xauth-1.0.3
54 + x11-apps/xkbcomp
55 + >=x11-libs/libdrm-2.4.89
56 + >=x11-libs/libpciaccess-0.12.901
57 + >=x11-libs/libXau-1.0.4
58 + >=x11-libs/libXdmcp-1.0.2
59 + >=x11-libs/libXfont2-2.0.1
60 + >=x11-libs/libxkbfile-1.0.4
61 + >=x11-libs/libxshmfence-1.1
62 + >=x11-libs/pixman-0.27.2
63 + >=x11-libs/xtrans-1.3.5
64 + >=x11-misc/xbitmaps-1.0.1
65 + >=x11-misc/xkeyboard-config-2.4.1-r3
66 + dmx? (
67 + x11-libs/libXt
68 + >=x11-libs/libdmx-1.0.99.1
69 + >=x11-libs/libX11-1.1.5
70 + >=x11-libs/libXaw-1.0.4
71 + >=x11-libs/libXext-1.0.99.4
72 + >=x11-libs/libXfixes-5.0
73 + >=x11-libs/libXi-1.2.99.1
74 + >=x11-libs/libXmu-1.0.3
75 + x11-libs/libXrender
76 + >=x11-libs/libXres-1.0.3
77 + >=x11-libs/libXtst-1.0.99.2
78 + )
79 + glamor? (
80 + media-libs/libepoxy[X]
81 + >=media-libs/mesa-10.3.4-r1[egl,gbm]
82 + !x11-libs/glamor
83 + )
84 + kdrive? (
85 + >=x11-libs/libXext-1.0.5
86 + x11-libs/libXv
87 + )
88 + xephyr? (
89 + x11-libs/libxcb[xkb]
90 + x11-libs/xcb-util
91 + x11-libs/xcb-util-image
92 + x11-libs/xcb-util-keysyms
93 + x11-libs/xcb-util-renderutil
94 + x11-libs/xcb-util-wm
95 + )
96 + !minimal? (
97 + >=x11-libs/libX11-1.1.5
98 + >=x11-libs/libXext-1.0.5
99 + >=media-libs/mesa-10.3.4-r1
100 + )
101 + udev? ( >=virtual/udev-150 )
102 + unwind? ( sys-libs/libunwind )
103 + wayland? (
104 + >=dev-libs/wayland-1.3.0
105 + media-libs/libepoxy
106 + >=dev-libs/wayland-protocols-1.1
107 + )
108 + >=x11-apps/xinit-1.3.3-r1
109 + systemd? (
110 + sys-apps/dbus
111 + sys-apps/systemd
112 + )"
113 +
114 +DEPEND="${CDEPEND}
115 + sys-devel/flex
116 + >=x11-base/xorg-proto-2018.3
117 + dmx? (
118 + doc? (
119 + || (
120 + www-client/links
121 + www-client/lynx
122 + www-client/w3m
123 + )
124 + )
125 + )"
126 +
127 +RDEPEND="${CDEPEND}
128 + selinux? ( sec-policy/selinux-xserver )
129 + !x11-drivers/xf86-video-modesetting
130 +"
131 +
132 +PDEPEND="
133 + xorg? ( >=x11-base/xorg-drivers-$(get_version_component_range 1-2) )"
134 +
135 +REQUIRED_USE="!minimal? (
136 + || ( ${IUSE_SERVERS} )
137 + )
138 + xephyr? ( kdrive )"
139 +
140 +UPSTREAMED_PATCHES=(
141 +)
142 +
143 +PATCHES=(
144 + "${UPSTREAMED_PATCHES[@]}"
145 + "${FILESDIR}"/${PN}-1.12-unloadsubmodule.patch
146 + # needed for new eselect-opengl, bug #541232
147 + "${FILESDIR}"/${PN}-1.18-support-multiple-Files-sections.patch
148 +)
149 +
150 +pkg_pretend() {
151 + # older gcc is not supported
152 + [[ "${MERGE_TYPE}" != "binary" && $(gcc-major-version) -lt 4 ]] && \
153 + die "Sorry, but gcc earlier than 4.0 will not work for xorg-server."
154 +}
155 +
156 +pkg_setup() {
157 + if use wayland && ! use glamor; then
158 + ewarn "glamor is necessary for acceleration under Xwayland."
159 + ewarn "Performance may be unacceptable without it."
160 + fi
161 +}
162 +
163 +src_configure() {
164 + # localstatedir is used for the log location; we need to override the default
165 + # from ebuild.sh
166 + # sysconfdir is used for the xorg.conf location; same applies
167 + # NOTE: fop is used for doc generating; and I have no idea if Gentoo
168 + # package it somewhere
169 + XORG_CONFIGURE_OPTIONS=(
170 + $(use_enable ipv6)
171 + $(use_enable debug)
172 + $(use_enable dmx)
173 + $(use_enable glamor)
174 + $(use_enable kdrive)
175 + $(use_enable unwind libunwind)
176 + $(use_enable wayland xwayland)
177 + $(use_enable !minimal record)
178 + $(use_enable !minimal xfree86-utils)
179 + $(use_enable !minimal dri)
180 + $(use_enable !minimal dri2)
181 + $(use_enable !minimal glx)
182 + $(use_enable xcsecurity)
183 + $(use_enable xephyr)
184 + $(use_enable xnest)
185 + $(use_enable xorg)
186 + $(use_enable xvfb)
187 + $(use_enable udev config-udev)
188 + $(use_with doc doxygen)
189 + $(use_with doc xmlto)
190 + $(use_with systemd systemd-daemon)
191 + $(use_enable systemd systemd-logind)
192 + $(use_enable systemd suid-wrapper)
193 + $(use_enable !systemd install-setuid)
194 + --enable-libdrm
195 + --sysconfdir="${EPREFIX}"/etc/X11
196 + --localstatedir="${EPREFIX}"/var
197 + --with-fontrootdir="${EPREFIX}"/usr/share/fonts
198 + --with-xkb-output="${EPREFIX}"/var/lib/xkb
199 + --disable-config-hal
200 + --disable-linux-acpi
201 + --without-dtrace
202 + --without-fop
203 + --with-os-vendor=Gentoo
204 + --with-sha1=libcrypto
205 + )
206 +
207 + xorg-2_src_configure
208 +}
209 +
210 +src_install() {
211 + xorg-2_src_install
212 +
213 + server_based_install
214 +
215 + if ! use minimal && use xorg; then
216 + # Install xorg.conf.example into docs
217 + dodoc "${AUTOTOOLS_BUILD_DIR}"/hw/xfree86/xorg.conf.example
218 + fi
219 +
220 + newinitd "${FILESDIR}"/xdm-setup.initd-1 xdm-setup
221 + newinitd "${FILESDIR}"/xdm.initd-11 xdm
222 + newconfd "${FILESDIR}"/xdm.confd-4 xdm
223 +
224 + # install the @x11-module-rebuild set for Portage
225 + insinto /usr/share/portage/config/sets
226 + newins "${FILESDIR}"/xorg-sets.conf xorg.conf
227 +}
228 +
229 +pkg_postinst() {
230 + # sets up libGL and DRI2 symlinks if needed (ie, on a fresh install)
231 + eselect opengl set xorg-x11 --use-old
232 +}
233 +
234 +pkg_postrm() {
235 + # Get rid of module dir to ensure opengl-update works properly
236 + if [[ -z ${REPLACED_BY_VERSION} && -e ${EROOT}/usr/$(get_libdir)/xorg/modules ]]; then
237 + rm -rf "${EROOT}"/usr/$(get_libdir)/xorg/modules
238 + fi
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 +}