| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.48 2006/03/21 00:31:11 spyderous Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.60 2006/05/23 17:50:30 spyderous Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass is designed to reduce code duplication in the modularized X11 |
7 | # This eclass is designed to reduce code duplication in the modularized X11 |
| 8 | # ebuilds. |
8 | # ebuilds. |
| … | |
… | |
| 25 | # |
25 | # |
| 26 | # Pretty much everything else should be automatic. |
26 | # Pretty much everything else should be automatic. |
| 27 | |
27 | |
| 28 | EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm |
28 | EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm |
| 29 | |
29 | |
| 30 | inherit eutils libtool toolchain-funcs flag-o-matic |
30 | inherit eutils libtool toolchain-funcs flag-o-matic autotools |
| 31 | |
31 | |
| 32 | # Directory prefix to use for everything |
32 | # Directory prefix to use for everything |
| 33 | XDIR="/usr" |
33 | XDIR="/usr" |
| 34 | |
34 | |
| 35 | # Set up default patchset version(s) if necessary |
35 | # Set up default patchset version(s) if necessary |
| … | |
… | |
| 41 | IUSE="" |
41 | IUSE="" |
| 42 | HOMEPAGE="http://xorg.freedesktop.org/" |
42 | HOMEPAGE="http://xorg.freedesktop.org/" |
| 43 | |
43 | |
| 44 | # Set up SRC_URI for individual modular releases |
44 | # Set up SRC_URI for individual modular releases |
| 45 | BASE_INDIVIDUAL_URI="http://xorg.freedesktop.org/releases/individual" |
45 | BASE_INDIVIDUAL_URI="http://xorg.freedesktop.org/releases/individual" |
| 46 | if [[ ${CATEGORY} = x11-apps ]]; then |
46 | if [[ ${CATEGORY} = x11-apps ]] || [[ ${CATEGORY} = x11-wm ]]; then |
| 47 | SRC_URI="${SRC_URI} |
47 | SRC_URI="${SRC_URI} |
| 48 | ${BASE_INDIVIDUAL_URI}/app/${P}.tar.bz2" |
48 | ${BASE_INDIVIDUAL_URI}/app/${P}.tar.bz2" |
| 49 | elif [[ ${CATEGORY} = app-doc ]]; then |
49 | elif [[ ${CATEGORY} = app-doc ]]; then |
| 50 | SRC_URI="${SRC_URI} |
50 | SRC_URI="${SRC_URI} |
| 51 | ${BASE_INDIVIDUAL_URI}/doc/${P}.tar.bz2" |
51 | ${BASE_INDIVIDUAL_URI}/doc/${P}.tar.bz2" |
| … | |
… | |
| 68 | ${BASE_INDIVIDUAL_URI}/proto/${P}.tar.bz2" |
68 | ${BASE_INDIVIDUAL_URI}/proto/${P}.tar.bz2" |
| 69 | elif [[ ${CATEGORY} = x11-base ]]; then |
69 | elif [[ ${CATEGORY} = x11-base ]]; then |
| 70 | SRC_URI="${SRC_URI} |
70 | SRC_URI="${SRC_URI} |
| 71 | ${BASE_INDIVIDUAL_URI}/xserver/${P}.tar.bz2" |
71 | ${BASE_INDIVIDUAL_URI}/xserver/${P}.tar.bz2" |
| 72 | fi |
72 | fi |
| 73 | |
|
|
| 74 | # SRC_URI for full releases |
|
|
| 75 | SRC_URI="${SRC_URI} |
|
|
| 76 | http://xorg.freedesktop.org/releases/X11R7.0/src/everything/${P}.tar.bz2" |
|
|
| 77 | |
73 | |
| 78 | SLOT="0" |
74 | SLOT="0" |
| 79 | |
75 | |
| 80 | # Set the license for the package. This can be overridden by setting |
76 | # Set the license for the package. This can be overridden by setting |
| 81 | # LICENSE after the inherit. |
77 | # LICENSE after the inherit. |
| … | |
… | |
| 91 | >=sys-devel/m4-1.4" |
87 | >=sys-devel/m4-1.4" |
| 92 | fi |
88 | fi |
| 93 | |
89 | |
| 94 | # If we're a font package, but not the font.alias one |
90 | # If we're a font package, but not the font.alias one |
| 95 | if [[ "${PN/#font-}" != "${PN}" ]] \ |
91 | if [[ "${PN/#font-}" != "${PN}" ]] \ |
|
|
92 | && [[ "${CATEGORY}" = "media-fonts" ]] \ |
| 96 | && [[ "${PN}" != "font-alias" ]] \ |
93 | && [[ "${PN}" != "font-alias" ]] \ |
| 97 | && [[ "${PN}" != "font-util" ]]; then |
94 | && [[ "${PN}" != "font-util" ]]; then |
| 98 | # Activate font code in the rest of the eclass |
95 | # Activate font code in the rest of the eclass |
| 99 | FONT="yes" |
96 | FONT="yes" |
| 100 | |
97 | |
| … | |
… | |
| 165 | if [[ "${PN/util-macros}" = "${PN}" ]]; then |
162 | if [[ "${PN/util-macros}" = "${PN}" ]]; then |
| 166 | DEPEND="${DEPEND} |
163 | DEPEND="${DEPEND} |
| 167 | >=x11-misc/util-macros-0.99.2" |
164 | >=x11-misc/util-macros-0.99.2" |
| 168 | fi |
165 | fi |
| 169 | |
166 | |
| 170 | # >=sys-apps/man-1.6b-r2 required to look in [0-8]x/ directories |
|
|
| 171 | RDEPEND="${RDEPEND} |
167 | RDEPEND="${RDEPEND} |
| 172 | !<=x11-base/xorg-x11-6.9 |
168 | !<=x11-base/xorg-x11-6.9" |
| 173 | >=sys-apps/man-1.6b-r2" |
|
|
| 174 | # Provides virtual/x11 for temporary use until packages are ported |
169 | # Provides virtual/x11 for temporary use until packages are ported |
| 175 | # x11-base/x11-env" |
170 | # x11-base/x11-env" |
|
|
171 | |
|
|
172 | x-modular_specs_check() { |
|
|
173 | if [[ ${PN:0:11} = "xorg-server" ]] || [[ -n "${DRIVER}" ]]; then |
|
|
174 | if gcc-specs-now; then |
|
|
175 | msg="${PN} does not work with hardened gcc specs. Switch to vanilla gcc specs to emerge ${PN}." |
|
|
176 | eerror "$msg" |
|
|
177 | die "$msg" |
|
|
178 | fi |
|
|
179 | |
|
|
180 | # (#116698) breaks loading |
|
|
181 | filter-ldflags -Wl,-z,now |
|
|
182 | fi |
|
|
183 | } |
|
|
184 | |
|
|
185 | x-modular_dri_check() { |
|
|
186 | # (#120057) Enabling DRI in drivers requires that the server was built with |
|
|
187 | # support for it |
|
|
188 | if [[ -n "${DRIVER}" ]]; then |
|
|
189 | if has dri ${IUSE} && use dri; then |
|
|
190 | einfo "Checking for direct rendering capabilities ..." |
|
|
191 | if ! built_with_use x11-base/xorg-server dri; then |
|
|
192 | die "You must build x11-base/xorg-server with USE=dri." |
|
|
193 | fi |
|
|
194 | fi |
|
|
195 | fi |
|
|
196 | } |
| 176 | |
197 | |
| 177 | x-modular_unpack_source() { |
198 | x-modular_unpack_source() { |
| 178 | unpack ${A} |
199 | unpack ${A} |
| 179 | cd ${S} |
200 | cd ${S} |
| 180 | |
201 | |
| … | |
… | |
| 218 | if [[ "${SNAPSHOT}" = "yes" ]] |
239 | if [[ "${SNAPSHOT}" = "yes" ]] |
| 219 | then |
240 | then |
| 220 | # If possible, generate configure if it doesn't exist |
241 | # If possible, generate configure if it doesn't exist |
| 221 | if [ -f "${S}/configure.ac" ] |
242 | if [ -f "${S}/configure.ac" ] |
| 222 | then |
243 | then |
| 223 | einfo "Running autoreconf..." |
244 | eautoreconf |
| 224 | autoreconf -v --force --install |
|
|
| 225 | fi |
|
|
| 226 | fi |
245 | fi |
|
|
246 | fi |
| 227 | |
247 | |
|
|
248 | # Joshua Baergen - October 23, 2005 |
|
|
249 | # Fix shared lib issues on MIPS, FBSD, etc etc |
|
|
250 | elibtoolize |
| 228 | } |
251 | } |
| 229 | |
252 | |
| 230 | x-modular_src_unpack() { |
253 | x-modular_src_unpack() { |
| 231 | if [[ ${PN:0:11} = "xorg-server" ]] || [[ -n "${DRIVER}" ]]; then |
254 | x-modular_specs_check |
| 232 | if gcc-specs-now; then |
255 | x-modular_dri_check |
| 233 | msg="Do not emerge ${PN} without vanilla gcc specs!" |
|
|
| 234 | eerror "$msg" |
|
|
| 235 | die "$msg" |
|
|
| 236 | fi |
|
|
| 237 | fi |
|
|
| 238 | |
|
|
| 239 | x-modular_unpack_source |
256 | x-modular_unpack_source |
| 240 | x-modular_patch_source |
257 | x-modular_patch_source |
| 241 | x-modular_reconf_source |
258 | x-modular_reconf_source |
| 242 | |
|
|
| 243 | # Joshua Baergen - October 23, 2005 |
|
|
| 244 | # Fix shared lib issues on MIPS, FBSD, etc etc |
|
|
| 245 | elibtoolize |
|
|
| 246 | } |
259 | } |
| 247 | |
260 | |
| 248 | x-modular_font_configure() { |
261 | x-modular_font_configure() { |
| 249 | if [[ -n "${FONT}" ]]; then |
262 | if [[ -n "${FONT}" ]]; then |
| 250 | # Might be worth adding an option to configure your desired font |
263 | # Might be worth adding an option to configure your desired font |
| … | |
… | |
| 311 | install |
324 | install |
| 312 | # Shouldn't be necessary in XDIR=/usr |
325 | # Shouldn't be necessary in XDIR=/usr |
| 313 | # einstall forces datadir, so we need to re-force it |
326 | # einstall forces datadir, so we need to re-force it |
| 314 | # datadir=${XDIR}/share \ |
327 | # datadir=${XDIR}/share \ |
| 315 | # mandir=${XDIR}/share/man \ |
328 | # mandir=${XDIR}/share/man \ |
|
|
329 | |
|
|
330 | if [[ -e ${S}/ChangeLog ]]; then |
|
|
331 | dodoc ${S}/ChangeLog |
|
|
332 | fi |
|
|
333 | |
|
|
334 | # Make sure docs get compressed |
|
|
335 | prepalldocs |
| 316 | |
336 | |
| 317 | # Don't install libtool archives for server modules |
337 | # Don't install libtool archives for server modules |
| 318 | if [[ -e ${D}/usr/lib/xorg/modules ]]; then |
338 | if [[ -e ${D}/usr/lib/xorg/modules ]]; then |
| 319 | find ${D}/usr/lib/xorg/modules -name '*.la' \ |
339 | find ${D}/usr/lib/xorg/modules -name '*.la' \ |
| 320 | | xargs rm -f |
340 | | xargs rm -f |