| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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/qt4-build.eclass,v 1.100 2011/11/19 20:31:12 pesa Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.112 2011/12/30 14:39:26 pesa Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: qt4-build.eclass |
5 | # @ECLASS: qt4-build.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Qt herd <qt@gentoo.org> |
7 | # Qt herd <qt@gentoo.org> |
| 8 | # @BLURB: Eclass for Qt4 split ebuilds. |
8 | # @BLURB: Eclass for Qt4 split ebuilds. |
| … | |
… | |
| 12 | inherit base eutils multilib toolchain-funcs flag-o-matic versionator |
12 | inherit base eutils multilib toolchain-funcs flag-o-matic versionator |
| 13 | |
13 | |
| 14 | MY_PV=${PV/_/-} |
14 | MY_PV=${PV/_/-} |
| 15 | MY_P=qt-everywhere-opensource-src-${MY_PV} |
15 | MY_P=qt-everywhere-opensource-src-${MY_PV} |
| 16 | |
16 | |
| 17 | HOMEPAGE="http://qt.nokia.com/" |
17 | HOMEPAGE="http://qt.nokia.com/ http://qt-project.org/" |
| 18 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
18 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
| 19 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
19 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
| 20 | |
20 | |
| 21 | IUSE="aqua debug pch" |
21 | IUSE="aqua debug pch" |
| 22 | |
22 | |
| … | |
… | |
| 26 | |
26 | |
| 27 | if version_is_at_least 4.7.99999999; then |
27 | if version_is_at_least 4.7.99999999; then |
| 28 | IUSE+=" c++0x qpa" |
28 | IUSE+=" c++0x qpa" |
| 29 | fi |
29 | fi |
| 30 | |
30 | |
|
|
31 | DEPEND="dev-util/pkgconfig" |
| 31 | RDEPEND=" |
32 | RDEPEND=" |
| 32 | !<x11-libs/qt-assistant-${PV} |
33 | !<x11-libs/qt-assistant-${PV} |
| 33 | !>x11-libs/qt-assistant-${PV}-r9999 |
34 | !>x11-libs/qt-assistant-${PV}-r9999 |
| 34 | !<x11-libs/qt-core-${PV} |
35 | !<x11-libs/qt-core-${PV} |
| 35 | !>x11-libs/qt-core-${PV}-r9999 |
36 | !>x11-libs/qt-core-${PV}-r9999 |
| … | |
… | |
| 65 | |
66 | |
| 66 | S=${WORKDIR}/${MY_P} |
67 | S=${WORKDIR}/${MY_P} |
| 67 | |
68 | |
| 68 | # @FUNCTION: qt4-build_pkg_setup |
69 | # @FUNCTION: qt4-build_pkg_setup |
| 69 | # @DESCRIPTION: |
70 | # @DESCRIPTION: |
| 70 | # Sets up S, MY_P, PATH, and LD_LIBRARY_PATH |
71 | # Sets up PATH and LD_LIBRARY_PATH. |
| 71 | qt4-build_pkg_setup() { |
72 | qt4-build_pkg_setup() { |
| 72 | [[ ${EAPI} == 2 ]] && use !prefix && EPREFIX= |
73 | [[ ${EAPI} == 2 ]] && use !prefix && EPREFIX= |
| 73 | |
74 | |
| 74 | # Protect users by not allowing downgrades between releases |
75 | # Protect users by not allowing downgrades between releases |
| 75 | # Downgrading revisions within the same release should be allowed |
76 | # Downgrading revisions within the same release should be allowed |
| … | |
… | |
| 122 | fi |
123 | fi |
| 123 | } |
124 | } |
| 124 | |
125 | |
| 125 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
126 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
| 126 | # @DESCRIPTION: |
127 | # @DESCRIPTION: |
| 127 | # Arguments for build_target_directories. Takes the directories, in which the |
128 | # Arguments for build_target_directories. Takes the directories in which the |
| 128 | # code should be compiled. This is a space-separated list |
129 | # code should be compiled. This is a space-separated list. |
| 129 | |
130 | |
| 130 | # @ECLASS-VARIABLE: QT4_EXTRACT_DIRECTORIES |
131 | # @ECLASS-VARIABLE: QT4_EXTRACT_DIRECTORIES |
| 131 | # @DESCRIPTION: |
132 | # @DESCRIPTION: |
| 132 | # Space separated list including the directories that will be extracted from Qt |
133 | # Space-separated list including the directories that will be extracted from |
| 133 | # tarball |
134 | # Qt tarball. |
| 134 | |
135 | |
| 135 | # @FUNCTION: qt4-build_src_unpack |
136 | # @FUNCTION: qt4-build_src_unpack |
| 136 | # @DESCRIPTION: |
137 | # @DESCRIPTION: |
| 137 | # Unpacks the sources |
138 | # Unpacks the sources. |
| 138 | qt4-build_src_unpack() { |
139 | qt4-build_src_unpack() { |
| 139 | setqtenv |
140 | setqtenv |
| 140 | local unpack_p="${MY_P}" |
141 | |
| 141 | case "${PV}" in |
142 | local tarball="${MY_P}.tar.gz" target= targets= |
| 142 | 4.8.0_*) |
|
|
| 143 | unpack_p="qt-everywhere-opensource-src-${PV/_*}" |
|
|
| 144 | ;; |
|
|
| 145 | esac |
|
|
| 146 | local target targets= |
|
|
| 147 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
143 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
| 148 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
144 | src/{qbase,qt_targets,qt_install}.pri bin config.tests \ |
| 149 | ${QT4_EXTRACT_DIRECTORIES}; do |
145 | mkspecs qmake ${QT4_EXTRACT_DIRECTORIES} |
|
|
146 | do |
| 150 | targets+=" ${unpack_p}/${target}" |
147 | targets+="${MY_P}/${target} " |
| 151 | done |
148 | done |
| 152 | |
149 | |
|
|
150 | ebegin "Unpacking parts of ${tarball}:" ${targets//${MY_P}\/} |
| 153 | echo tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets} |
151 | tar -xzf "${DISTDIR}/${tarball}" ${targets} |
| 154 | tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets} || die |
152 | eend $? || die "failed to unpack" |
| 155 | case "${PV}" in |
|
|
| 156 | 4.8.0_*) |
|
|
| 157 | mv ${WORKDIR}/qt-everywhere-opensource-src-${PV/_*} \ |
|
|
| 158 | ${WORKDIR}/qt-everywhere-opensource-src-${MY_PV} |
|
|
| 159 | ;; |
|
|
| 160 | esac |
|
|
| 161 | } |
153 | } |
| 162 | |
154 | |
| 163 | # @ECLASS-VARIABLE: PATCHES |
155 | # @ECLASS-VARIABLE: PATCHES |
|
|
156 | # @DEFAULT_UNSET |
| 164 | # @DESCRIPTION: |
157 | # @DESCRIPTION: |
| 165 | # In case you have patches to apply, specify them in PATCHES variable. Make sure |
158 | # PATCHES array variable containing all various patches to be applied. |
| 166 | # to specify the full path. This variable is necessary for src_prepare phase. |
159 | # This variable is expected to be defined in global scope of ebuild. |
| 167 | # example: |
160 | # Make sure to specify the full path. This variable is utilised in |
| 168 | # PATCHES="${FILESDIR}"/mypatch.patch |
161 | # src_unpack/src_prepare phase, based on EAPI. |
| 169 | # ${FILESDIR}"/mypatch2.patch" |
|
|
| 170 | # |
162 | # |
|
|
163 | # @CODE |
|
|
164 | # PATCHES=( "${FILESDIR}/mypatch.patch" |
|
|
165 | # "${FILESDIR}/patches_folder/" ) |
|
|
166 | # @CODE |
| 171 | |
167 | |
| 172 | # @FUNCTION: qt4-build_src_prepare |
168 | # @FUNCTION: qt4-build_src_prepare |
| 173 | # @DESCRIPTION: |
169 | # @DESCRIPTION: |
| 174 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
170 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
| 175 | # source files in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified on /etc/make.conf. |
171 | # the build system in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified in /etc/make.conf. |
| 176 | qt4-build_src_prepare() { |
172 | qt4-build_src_prepare() { |
| 177 | setqtenv |
173 | setqtenv |
| 178 | cd "${S}" |
174 | cd "${S}" |
| 179 | |
|
|
| 180 | # fix qt 4.7 regression that skips -fvisibility=hidden |
|
|
| 181 | if version_is_at_least "4.7.0_beta1"; then |
|
|
| 182 | sed -e "s/^gcc|g++)/*gcc|*g++)/" \ |
|
|
| 183 | -i config.tests/unix/fvisibility.test || |
|
|
| 184 | die "visibility fixing sed failed" |
|
|
| 185 | fi |
|
|
| 186 | |
175 | |
| 187 | if version_is_at_least "4.7"; then |
176 | if version_is_at_least "4.7"; then |
| 188 | # fix libX11 dependency on non X packages |
177 | # fix libX11 dependency on non X packages |
| 189 | local nolibx11_pkgs="qt-core qt-dbus qt-script qt-sql qt-test qt-xmlpatterns" |
178 | local nolibx11_pkgs="qt-core qt-dbus qt-script qt-sql qt-test qt-xmlpatterns" |
| 190 | has ${PN} ${nolibx11_pkgs} && qt_nolibx11 |
179 | has ${PN} ${nolibx11_pkgs} && qt_nolibx11 |
| … | |
… | |
| 196 | # provide a proper macx-g++-64 |
185 | # provide a proper macx-g++-64 |
| 197 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
186 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
| 198 | |
187 | |
| 199 | sed -e '/^CONFIG/s:app_bundle::' \ |
188 | sed -e '/^CONFIG/s:app_bundle::' \ |
| 200 | -e '/^CONFIG/s:plugin_no_soname:plugin_with_soname absolute_library_soname:' \ |
189 | -e '/^CONFIG/s:plugin_no_soname:plugin_with_soname absolute_library_soname:' \ |
| 201 | -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed failed" |
190 | -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
| 202 | fi |
191 | fi |
| 203 | |
192 | |
| 204 | if [[ ${PN} != qt-core ]]; then |
193 | if [[ ${PN} != qt-core ]]; then |
| 205 | skip_qmake_build |
194 | skip_qmake_build |
| 206 | skip_project_generation |
195 | skip_project_generation |
| … | |
… | |
| 231 | if [[ $(gcc-major-version) -lt 4 ]] ; then |
220 | if [[ $(gcc-major-version) -lt 4 ]] ; then |
| 232 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
221 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
| 233 | append-cxxflags -fno-stack-protector |
222 | append-cxxflags -fno-stack-protector |
| 234 | # Bug 253127 |
223 | # Bug 253127 |
| 235 | sed -e "/^QMAKE_CFLAGS\t/ s:$: -fno-stack-protector-all:" \ |
224 | sed -e "/^QMAKE_CFLAGS\t/ s:$: -fno-stack-protector-all:" \ |
| 236 | -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.conf failed" |
225 | -i mkspecs/common/g++.conf || die |
| 237 | fi |
226 | fi |
| 238 | |
227 | |
| 239 | # Bug 261632 |
228 | # Bug 261632 |
| 240 | if use ppc64; then |
229 | if use ppc64; then |
| 241 | ewarn "Appending -mminimal-toc to CFLAGS/CXXFLAGS" |
230 | ewarn "Appending -mminimal-toc to CFLAGS/CXXFLAGS" |
| 242 | append-flags -mminimal-toc |
231 | append-flags -mminimal-toc |
| 243 | fi |
232 | fi |
| 244 | |
233 | |
| 245 | # Bug 282984 && Bug 295530 |
234 | # Respect CC, CXX, {C,CXX,LD}FLAGS in .qmake.cache |
| 246 | sed -e "s:\(^SYSTEM_VARIABLES\):CC=\"$(tc-getCC)\"\nCXX=\"$(tc-getCXX)\"\nCFLAGS=\"${CFLAGS}\"\nCXXFLAGS=\"${CXXFLAGS}\"\nLDFLAGS=\"${LDFLAGS}\"\n\1:" \ |
235 | sed -e "/^SYSTEM_VARIABLES=/i \ |
| 247 | -i configure || die "sed qmake compilers failed" |
236 | CC='$(tc-getCC)'\n\ |
|
|
237 | CXX='$(tc-getCXX)'\n\ |
|
|
238 | CFLAGS='${CFLAGS}'\n\ |
|
|
239 | CXXFLAGS='${CXXFLAGS}'\n\ |
|
|
240 | LDFLAGS='${LDFLAGS}'\n" \ |
|
|
241 | -i configure || die "sed SYSTEM_VARIABLES failed" |
| 248 | |
242 | |
| 249 | # Bug 321335 |
243 | # Bug 321335 |
| 250 | if version_is_at_least 4.6; then |
|
|
| 251 | find ./config.tests/unix -name "*.test" -type f -exec grep -lZ \$MAKE '{}' \; | \ |
244 | find config.tests/unix -name '*.test' -type f -exec grep -lZ \$MAKE '{}' \; | xargs -0 \ |
| 252 | xargs -0 \ |
|
|
| 253 | sed -e "s:\(\$MAKE\):\1 CC=\"$(tc-getCC)\" CXX=\"$(tc-getCXX)\" LD=\"$(tc-getCXX)\" LINK=\"$(tc-getCXX)\":g" \ |
245 | sed -e "s:\(\$MAKE\):\1 CC='$(tc-getCC)' CXX='$(tc-getCXX)' LINK='$(tc-getCXX)':g" \ |
| 254 | -i || die "sed test compilers failed" |
246 | -i || die "sed test compilers failed" |
| 255 | fi |
|
|
| 256 | |
247 | |
| 257 | # Bug 172219 |
248 | # Bug 172219 |
| 258 | sed -e "s:X11R6/::" \ |
249 | sed -e "s:X11R6/::" -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
| 259 | -i "${S}"/mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed ${S}/mkspecs/$(qt_mkspecs_dir)/qmake.conf failed" |
|
|
| 260 | |
250 | |
| 261 | if [[ ${CHOST} == *-darwin* ]]; then |
251 | if [[ ${CHOST} == *-darwin* ]]; then |
| 262 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
252 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
| 263 | # crippled (by design) :/ |
253 | # crippled (by design) :/ |
| 264 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
254 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
| … | |
… | |
| 278 | -e "s:-arch \$i::" \ |
268 | -e "s:-arch \$i::" \ |
| 279 | -e "/if \[ ! -z \"\$NATIVE_64_ARCH\" \]; then/,/fi/ d" \ |
269 | -e "/if \[ ! -z \"\$NATIVE_64_ARCH\" \]; then/,/fi/ d" \ |
| 280 | -e "s:CFG_MAC_XARCH=yes:CFG_MAC_XARCH=no:g" \ |
270 | -e "s:CFG_MAC_XARCH=yes:CFG_MAC_XARCH=no:g" \ |
| 281 | -e "s:-Xarch_x86_64::g" \ |
271 | -e "s:-Xarch_x86_64::g" \ |
| 282 | -e "s:-Xarch_ppc64::g" \ |
272 | -e "s:-Xarch_ppc64::g" \ |
| 283 | -i configure mkspecs/common/mac-g++.conf || die "sed configure failed" |
273 | -i configure mkspecs/common/mac-g++.conf || die "sed -arch/-Xarch failed" |
| 284 | |
274 | |
| 285 | # On Snow Leopard don't fall back to 10.5 deployment target. |
275 | # On Snow Leopard don't fall back to 10.5 deployment target. |
| 286 | if [[ ${CHOST} == *-apple-darwin10 ]] ; then |
276 | if [[ ${CHOST} == *-apple-darwin10 ]] ; then |
| 287 | sed -e "s:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET.*:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET 10.6:g" \ |
277 | sed -e "s:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET.*:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET 10.6:g" \ |
| 288 | -e "s:-mmacosx-version-min=10.[0-9]:-mmacosx-version-min=10.6:g" \ |
278 | -e "s:-mmacosx-version-min=10.[0-9]:-mmacosx-version-min=10.6:g" \ |
| 289 | -i configure mkspecs/common/mac-g++.conf || die "sed configure failed" |
279 | -i configure mkspecs/common/mac-g++.conf || die "sed deployment target failed" |
| 290 | fi |
280 | fi |
| 291 | fi |
281 | fi |
| 292 | |
282 | |
| 293 | # this one is needed for all systems with a separate -liconv, apart from |
283 | # this one is needed for all systems with a separate -liconv, apart from |
| 294 | # Darwin, for which the sources already cater for -liconv |
284 | # Darwin, for which the sources already cater for -liconv |
| … | |
… | |
| 364 | # freetype2 include dir is non-standard, thus include it on configure |
354 | # freetype2 include dir is non-standard, thus include it on configure |
| 365 | # use -I from configure |
355 | # use -I from configure |
| 366 | myconf+=" $(pkg-config --cflags freetype2)" |
356 | myconf+=" $(pkg-config --cflags freetype2)" |
| 367 | fi |
357 | fi |
| 368 | |
358 | |
| 369 | # Disable SSE4.x, since auto-detection is currently broken |
|
|
| 370 | # Upstream bug http://bugreports.qt.nokia.com/browse/QTBUG-13623 |
|
|
| 371 | [[ ${PV} == "4.7.1" ]] && myconf+=" -no-sse4.1 -no-sse4.2" |
|
|
| 372 | |
|
|
| 373 | echo ./configure ${myconf} |
359 | echo ./configure ${myconf} |
| 374 | ./configure ${myconf} || die "./configure failed" |
360 | ./configure ${myconf} || die "./configure failed" |
| 375 | myconf="" |
361 | myconf="" |
| 376 | |
362 | |
| 377 | prepare_directories ${QT4_TARGET_DIRECTORIES} |
363 | prepare_directories ${QT4_TARGET_DIRECTORIES} |
| … | |
… | |
| 395 | done |
381 | done |
| 396 | } |
382 | } |
| 397 | |
383 | |
| 398 | # @FUNCTION: fix_includes |
384 | # @FUNCTION: fix_includes |
| 399 | # @DESCRIPTION: |
385 | # @DESCRIPTION: |
| 400 | # For MacOSX we need to add some symlinks when frameworks are |
386 | # For MacOS X we need to add some symlinks when frameworks are |
| 401 | # being used, to avoid complications with some more or less stupid packages. |
387 | # being used, to avoid complications with some more or less stupid packages. |
| 402 | fix_includes() { |
388 | fix_includes() { |
| 403 | if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
389 | if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
| 404 | # Some packages tend to include <Qt/...> |
390 | # Some packages tend to include <Qt/...> |
| 405 | dodir "${QTHEADERDIR#${EPREFIX}}"/Qt |
391 | dodir "${QTHEADERDIR#${EPREFIX}}"/Qt |
| … | |
… | |
| 436 | # remove .la files since we are building only shared Qt libraries |
422 | # remove .la files since we are building only shared Qt libraries |
| 437 | find "${D}"${QTLIBDIR} -name "*.la" -print0 | xargs -0 rm |
423 | find "${D}"${QTLIBDIR} -name "*.la" -print0 | xargs -0 rm |
| 438 | } |
424 | } |
| 439 | |
425 | |
| 440 | # @FUNCTION: setqtenv |
426 | # @FUNCTION: setqtenv |
|
|
427 | # @INTERNAL |
| 441 | setqtenv() { |
428 | setqtenv() { |
| 442 | # Set up installation directories |
429 | # Set up installation directories |
| 443 | QTBASEDIR=${EPREFIX}/usr/$(get_libdir)/qt4 |
|
|
| 444 | QTPREFIXDIR=${EPREFIX}/usr |
430 | QTPREFIXDIR=${EPREFIX}/usr |
| 445 | QTBINDIR=${EPREFIX}/usr/bin |
431 | QTBINDIR=${EPREFIX}/usr/bin |
| 446 | QTLIBDIR=${EPREFIX}/usr/$(get_libdir)/qt4 |
432 | QTLIBDIR=${EPREFIX}/usr/$(get_libdir)/qt4 |
| 447 | QMAKE_LIBDIR_QT=${QTLIBDIR} |
|
|
| 448 | QTPCDIR=${EPREFIX}/usr/$(get_libdir)/pkgconfig |
433 | QTPCDIR=${EPREFIX}/usr/$(get_libdir)/pkgconfig |
| 449 | QTDATADIR=${EPREFIX}/usr/share/qt4 |
|
|
| 450 | QTDOCDIR=${EPREFIX}/usr/share/doc/qt-${PV} |
434 | QTDOCDIR=${EPREFIX}/usr/share/doc/qt-${PV} |
| 451 | QTHEADERDIR=${EPREFIX}/usr/include/qt4 |
435 | QTHEADERDIR=${EPREFIX}/usr/include/qt4 |
| 452 | QTPLUGINDIR=${QTLIBDIR}/plugins |
436 | QTPLUGINDIR=${QTLIBDIR}/plugins |
|
|
437 | QTIMPORTDIR=${QTLIBDIR}/imports |
|
|
438 | QTDATADIR=${EPREFIX}/usr/share/qt4 |
|
|
439 | QTTRANSDIR=${QTDATADIR}/translations |
| 453 | QTSYSCONFDIR=${EPREFIX}/etc/qt4 |
440 | QTSYSCONFDIR=${EPREFIX}/etc/qt4 |
| 454 | QTTRANSDIR=${QTDATADIR}/translations |
|
|
| 455 | QTEXAMPLESDIR=${QTDATADIR}/examples |
441 | QTEXAMPLESDIR=${QTDATADIR}/examples |
| 456 | QTDEMOSDIR=${QTDATADIR}/demos |
442 | QTDEMOSDIR=${QTDATADIR}/demos |
|
|
443 | QMAKE_LIBDIR_QT=${QTLIBDIR} |
| 457 | QT_INSTALL_PREFIX=${EPREFIX}/usr/$(get_libdir)/qt4 |
444 | QT_INSTALL_PREFIX=${EPREFIX}/usr/$(get_libdir)/qt4 |
|
|
445 | |
| 458 | PLATFORM=$(qt_mkspecs_dir) |
446 | PLATFORM=$(qt_mkspecs_dir) |
| 459 | |
447 | |
| 460 | unset QMAKESPEC |
448 | unset QMAKESPEC |
| 461 | } |
449 | } |
| 462 | |
450 | |
| 463 | # @FUNCTION: standard_configure_options |
451 | # @FUNCTION: standard_configure_options |
|
|
452 | # @INTERNAL |
| 464 | # @DESCRIPTION: |
453 | # @DESCRIPTION: |
| 465 | # Sets up some standard configure options, like libdir (if necessary), whether |
454 | # Sets up some standard configure options, like libdir (if necessary), whether |
| 466 | # debug info is wanted or not. |
455 | # debug info is wanted or not. |
| 467 | standard_configure_options() { |
456 | standard_configure_options() { |
| 468 | local myconf= |
457 | local myconf="-prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
|
|
458 | -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} -plugindir ${QTPLUGINDIR} |
|
|
459 | -importdir ${QTIMPORTDIR} -datadir ${QTDATADIR} -translationdir ${QTTRANSDIR} |
|
|
460 | -sysconfdir ${QTSYSCONFDIR} -examplesdir ${QTEXAMPLESDIR} -demosdir ${QTDEMOSDIR} |
|
|
461 | -opensource -confirm-license -shared -fast -largefile -stl -verbose |
|
|
462 | -platform $(qt_mkspecs_dir) -nomake examples -nomake demos" |
| 469 | |
463 | |
| 470 | [[ $(get_libdir) != lib ]] && myconf+=" -L${EPREFIX}/usr/$(get_libdir)" |
464 | [[ $(get_libdir) != lib ]] && myconf+=" -L${EPREFIX}/usr/$(get_libdir)" |
| 471 | |
465 | |
| 472 | # Disable visibility explicitly if gcc version isn't 4 |
466 | # debug/release |
| 473 | if [[ $(gcc-major-version) -lt 4 ]]; then |
|
|
| 474 | myconf+=" -no-reduce-exports" |
|
|
| 475 | fi |
|
|
| 476 | |
|
|
| 477 | # precompiled headers doesn't work on hardened, where the flag is masked. |
|
|
| 478 | myconf+=" $(qt_use pch)" |
|
|
| 479 | |
|
|
| 480 | if use debug; then |
467 | if use debug; then |
| 481 | myconf+=" -debug" |
468 | myconf+=" -debug" |
| 482 | else |
469 | else |
| 483 | myconf+=" -release" |
470 | myconf+=" -release" |
| 484 | fi |
471 | fi |
| 485 | myconf+=" -no-separate-debug-info" |
472 | myconf+=" -no-separate-debug-info" |
| 486 | |
473 | |
|
|
474 | # exceptions USE flag |
|
|
475 | local exceptions="-exceptions" |
|
|
476 | in_iuse exceptions && exceptions="$(qt_use exceptions)" |
|
|
477 | myconf+=" ${exceptions}" |
|
|
478 | |
|
|
479 | # disable RPATH on Qt >= 4.8 (bug 380415) |
|
|
480 | version_is_at_least 4.8 && myconf+=" -no-rpath" |
|
|
481 | |
|
|
482 | # precompiled headers don't work on hardened, where the flag is masked |
|
|
483 | myconf+=" $(qt_use pch)" |
|
|
484 | |
|
|
485 | # -reduce-relocations |
|
|
486 | # This flag seems to introduce major breakage to applications, |
|
|
487 | # mostly to be seen as a core dump with the message "QPixmap: Must |
|
|
488 | # construct a QApplication before a QPaintDevice" on Solaris. |
|
|
489 | # -- Daniel Vergien |
|
|
490 | [[ ${CHOST} != *-solaris* ]] && myconf+=" -reduce-relocations" |
|
|
491 | |
| 487 | use aqua && myconf+=" -no-framework" |
492 | use aqua && myconf+=" -no-framework" |
| 488 | |
493 | |
| 489 | # ARCH is set on Gentoo. Qt now falls back to generic on an unsupported |
494 | # ARCH is set on Gentoo. Qt now falls back to generic on an unsupported |
| 490 | # $(tc-arch). Therefore we convert it to supported values. |
495 | # $(tc-arch). Therefore we convert it to supported values. |
| 491 | case "$(tc-arch)" in |
496 | case "$(tc-arch)" in |
| 492 | amd64|x64-*) myconf+=" -arch x86_64" ;; |
497 | amd64|x64-*) myconf+=" -arch x86_64" ;; |
| 493 | ppc-macos) myconf+=" -arch ppc" ;; |
498 | ppc-macos) myconf+=" -arch ppc" ;; |
| 494 | ppc|ppc64|ppc-*) myconf+=" -arch powerpc" ;; |
499 | ppc|ppc64|ppc-*) myconf+=" -arch powerpc" ;; |
| 495 | sparc|sparc-*) myconf+=" -arch sparc" ;; |
500 | sparc|sparc-*|sparc64-*) myconf+=" -arch sparc" ;; |
| 496 | x86-macos) myconf+=" -arch x86" ;; |
501 | x86-macos) myconf+=" -arch x86" ;; |
| 497 | x86|x86-*) myconf+=" -arch i386" ;; |
502 | x86|x86-*) myconf+=" -arch i386" ;; |
| 498 | alpha|arm|ia64|mips|s390|sparc) myconf+=" -arch $(tc-arch)" ;; |
503 | alpha|arm|ia64|mips|s390) myconf+=" -arch $(tc-arch)" ;; |
| 499 | hppa|sh) myconf+=" -arch generic" ;; |
504 | hppa|sh) myconf+=" -arch generic" ;; |
| 500 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
505 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
| 501 | esac |
506 | esac |
| 502 | |
507 | |
| 503 | # exceptions USE flag |
|
|
| 504 | local exceptions="-exceptions" |
|
|
| 505 | in_iuse exceptions && exceptions="$(qt_use exceptions)" |
|
|
| 506 | |
|
|
| 507 | # note about -reduce-relocations: |
|
|
| 508 | # That flag seems to introduce major breakage to applications, |
|
|
| 509 | # mostly to be seen as a core dump with the message "QPixmap: Must |
|
|
| 510 | # construct a QApplication before a QPaintDevice" on Solaris |
|
|
| 511 | # -- Daniel Vergien |
|
|
| 512 | [[ ${CHOST} != *-solaris* ]] && myconf+=" -reduce-relocations" |
|
|
| 513 | |
|
|
| 514 | myconf+=" -platform $(qt_mkspecs_dir) -stl -verbose -largefile -confirm-license |
|
|
| 515 | -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
|
|
| 516 | -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} |
|
|
| 517 | -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR} |
|
|
| 518 | -translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR} |
|
|
| 519 | -demosdir ${QTDEMOSDIR} -silent -fast -opensource |
|
|
| 520 | ${exceptions} |
|
|
| 521 | -nomake examples -nomake demos" |
|
|
| 522 | |
|
|
| 523 | echo "${myconf}" |
508 | echo "${myconf}" |
| 524 | } |
509 | } |
| 525 | |
510 | |
| 526 | # @FUNCTION: prepare_directories |
511 | # @FUNCTION: prepare_directories |
| 527 | # @USAGE: < directories > |
512 | # @USAGE: < directories > |
|
|
513 | # @INTERNAL |
| 528 | # @DESCRIPTION: |
514 | # @DESCRIPTION: |
| 529 | # Generates makefiles for the directories set in $QT4_TARGET_DIRECTORIES |
515 | # Generates Makefiles for the given list of directories. |
| 530 | prepare_directories() { |
516 | prepare_directories() { |
| 531 | for x in "$@"; do |
517 | for x in "$@"; do |
| 532 | pushd "${S}"/${x} >/dev/null |
518 | pushd "${S}"/${x} >/dev/null || die |
| 533 | einfo "Running qmake in: ${x}" |
519 | einfo "Running qmake in: ${x}" |
| 534 | # avoid running over the maximum argument number, bug #299810 |
520 | # avoid running over the maximum argument number, bug #299810 |
| 535 | { |
521 | { |
| 536 | echo "${S}"/mkspecs/common/*.conf |
522 | echo "${S}"/mkspecs/common/*.conf |
| 537 | find "${S}" -name '*.pr[io]' |
523 | find "${S}" -name '*.pr[io]' |
| 538 | } | xargs sed -i -e "s:\$\$\[QT_INSTALL_LIBS\]:${EPREFIX}/usr/$(get_libdir)/qt4:g" || die |
524 | } | xargs sed -i \ |
|
|
525 | -e "s:\$\$\[QT_INSTALL_LIBS\]:${QTLIBDIR}:g" \ |
|
|
526 | -e "s:\$\$\[QT_INSTALL_PLUGINS\]:${QTPLUGINDIR}:g" \ |
|
|
527 | || die |
| 539 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
528 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
| 540 | popd >/dev/null |
529 | popd >/dev/null || die |
| 541 | done |
530 | done |
| 542 | } |
531 | } |
| 543 | |
532 | |
| 544 | |
533 | |
| 545 | # @FUNCTION: build_directories |
534 | # @FUNCTION: build_directories |
| 546 | # @USAGE: < directories > |
535 | # @USAGE: < directories > |
|
|
536 | # @INTERNAL |
| 547 | # @DESCRIPTION: |
537 | # @DESCRIPTION: |
| 548 | # Compiles the code in $QT4_TARGET_DIRECTORIES |
538 | # Compiles the code in the given list of directories. |
| 549 | build_directories() { |
539 | build_directories() { |
| 550 | for x in "$@"; do |
540 | for x in "$@"; do |
| 551 | pushd "${S}"/${x} >/dev/null |
541 | pushd "${S}"/${x} >/dev/null || die |
| 552 | emake CC="$(tc-getCC)" \ |
542 | emake CC="$(tc-getCC)" \ |
| 553 | CXX="$(tc-getCXX)" \ |
543 | CXX="$(tc-getCXX)" \ |
| 554 | LINK="$(tc-getCXX)" || die "emake failed" |
544 | LINK="$(tc-getCXX)" || die "emake failed" |
| 555 | popd >/dev/null |
545 | popd >/dev/null || die |
| 556 | done |
546 | done |
| 557 | } |
547 | } |
| 558 | |
548 | |
| 559 | # @FUNCTION: install_directories |
549 | # @FUNCTION: install_directories |
| 560 | # @USAGE: < directories > |
550 | # @USAGE: < directories > |
|
|
551 | # @INTERNAL |
| 561 | # @DESCRIPTION: |
552 | # @DESCRIPTION: |
| 562 | # run emake install in the given directories, which are separated by spaces |
553 | # Runs emake install in the given directories, which are separated by spaces. |
| 563 | install_directories() { |
554 | install_directories() { |
| 564 | for x in "$@"; do |
555 | for x in "$@"; do |
| 565 | pushd "${S}"/${x} >/dev/null || die "Can't pushd ${S}/${x}" |
556 | pushd "${S}"/${x} >/dev/null || die |
| 566 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
557 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
| 567 | popd >/dev/null || die "Can't popd from ${S}/${x}" |
558 | popd >/dev/null || die |
| 568 | done |
559 | done |
| 569 | } |
560 | } |
| 570 | |
561 | |
| 571 | # @ECLASS-VARIABLE: QCONFIG_ADD |
562 | # @ECLASS-VARIABLE: QCONFIG_ADD |
| 572 | # @DESCRIPTION: |
563 | # @DESCRIPTION: |
| … | |
… | |
| 582 | # @DESCRIPTION: |
573 | # @DESCRIPTION: |
| 583 | # List variables that should be defined at the top of QtCore/qconfig.h |
574 | # List variables that should be defined at the top of QtCore/qconfig.h |
| 584 | : ${QCONFIG_DEFINE:=} |
575 | : ${QCONFIG_DEFINE:=} |
| 585 | |
576 | |
| 586 | # @FUNCTION: install_qconfigs |
577 | # @FUNCTION: install_qconfigs |
|
|
578 | # @INTERNAL |
| 587 | # @DESCRIPTION: |
579 | # @DESCRIPTION: |
| 588 | # Install gentoo-specific mkspecs configurations |
580 | # Install gentoo-specific mkspecs configurations. |
| 589 | install_qconfigs() { |
581 | install_qconfigs() { |
| 590 | local x |
582 | local x |
| 591 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} ]]; then |
583 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} ]]; then |
| 592 | for x in QCONFIG_ADD QCONFIG_REMOVE; do |
584 | for x in QCONFIG_ADD QCONFIG_REMOVE; do |
| 593 | [[ -n ${!x} ]] && echo ${x}=${!x} >> "${T}"/${PN}-qconfig.pri |
585 | [[ -n ${!x} ]] && echo ${x}=${!x} >> "${T}"/${PN}-qconfig.pri |
| … | |
… | |
| 604 | doins "${T}"/gentoo-${PN}-qconfig.h || die "installing ${PN}-qconfig.h failed" |
596 | doins "${T}"/gentoo-${PN}-qconfig.h || die "installing ${PN}-qconfig.h failed" |
| 605 | fi |
597 | fi |
| 606 | } |
598 | } |
| 607 | |
599 | |
| 608 | # @FUNCTION: generate_qconfigs |
600 | # @FUNCTION: generate_qconfigs |
|
|
601 | # @INTERNAL |
| 609 | # @DESCRIPTION: |
602 | # @DESCRIPTION: |
| 610 | # Generates gentoo-specific configurations |
603 | # Generates gentoo-specific qconfig.{h,pri}. |
| 611 | generate_qconfigs() { |
604 | generate_qconfigs() { |
| 612 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
605 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
| 613 | local x qconfig_add qconfig_remove qconfig_new |
606 | local x qconfig_add qconfig_remove qconfig_new |
| 614 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
607 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
| 615 | [[ -f ${x} ]] || continue |
608 | [[ -f ${x} ]] || continue |
| … | |
… | |
| 664 | fi |
657 | fi |
| 665 | } |
658 | } |
| 666 | |
659 | |
| 667 | # @FUNCTION: qt4-build_pkg_postrm |
660 | # @FUNCTION: qt4-build_pkg_postrm |
| 668 | # @DESCRIPTION: |
661 | # @DESCRIPTION: |
| 669 | # Generate configurations when the package is completely removed |
662 | # Regenerate configuration when the package is completely removed. |
| 670 | qt4-build_pkg_postrm() { |
663 | qt4-build_pkg_postrm() { |
| 671 | generate_qconfigs |
664 | generate_qconfigs |
| 672 | } |
665 | } |
| 673 | |
666 | |
| 674 | # @FUNCTION: qt4-build_pkg_postinst |
667 | # @FUNCTION: qt4-build_pkg_postinst |
| 675 | # @DESCRIPTION: |
668 | # @DESCRIPTION: |
| 676 | # Generate configuration, plus throws a message about possible |
669 | # Regenerate configuration, plus throw a message about possible |
| 677 | # breakages and proposed solutions. |
670 | # breakages and proposed solutions. |
| 678 | qt4-build_pkg_postinst() { |
671 | qt4-build_pkg_postinst() { |
| 679 | generate_qconfigs |
672 | generate_qconfigs |
| 680 | } |
673 | } |
| 681 | |
674 | |
| 682 | # @FUNCTION: skip_qmake_build |
675 | # @FUNCTION: skip_qmake_build |
|
|
676 | # @INTERNAL |
| 683 | # @DESCRIPTION: |
677 | # @DESCRIPTION: |
| 684 | # Don't need to build qmake, as it's already installed from qt-core |
678 | # Patches configure to skip qmake compilation, as it's already installed by qt-core. |
| 685 | skip_qmake_build() { |
679 | skip_qmake_build() { |
| 686 | # Don't need to build qmake, as it's already installed from qt-core |
|
|
| 687 | sed -i -e "s:if true:if false:g" "${S}"/configure || die "sed failed" |
680 | sed -i -e "s:if true:if false:g" "${S}"/configure || die |
| 688 | } |
681 | } |
| 689 | |
682 | |
| 690 | # @FUNCTION: skip_project_generation |
683 | # @FUNCTION: skip_project_generation |
|
|
684 | # @INTERNAL |
| 691 | # @DESCRIPTION: |
685 | # @DESCRIPTION: |
| 692 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
686 | # Exit the script early by throwing in an exit before all of the .pro files are scanned. |
| 693 | skip_project_generation() { |
687 | skip_project_generation() { |
| 694 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
|
|
| 695 | sed -e "s:echo \"Finding:exit 0\n\necho \"Finding:g" \ |
688 | sed -i -e "s:echo \"Finding:exit 0\n\necho \"Finding:g" "${S}"/configure || die |
| 696 | -i "${S}"/configure || die "sed failed" |
|
|
| 697 | } |
689 | } |
| 698 | |
690 | |
| 699 | # @FUNCTION: symlink_binaries_to_buildtree |
691 | # @FUNCTION: symlink_binaries_to_buildtree |
|
|
692 | # @INTERNAL |
| 700 | # @DESCRIPTION: |
693 | # @DESCRIPTION: |
| 701 | # Symlink generated binaries to buildtree so they can be used during compilation |
694 | # Symlinks generated binaries to buildtree, so they can be used during compilation time. |
| 702 | # time |
|
|
| 703 | symlink_binaries_to_buildtree() { |
695 | symlink_binaries_to_buildtree() { |
| 704 | for bin in qmake moc uic rcc; do |
696 | for bin in qmake moc uic rcc; do |
| 705 | ln -s "${QTBINDIR}"/${bin} "${S}"/bin/ || die "symlinking ${bin} to ${S}/bin failed" |
697 | ln -s "${QTBINDIR}"/${bin} "${S}"/bin/ || die "symlinking ${bin} to ${S}/bin failed" |
| 706 | done |
698 | done |
| 707 | } |
699 | } |
| 708 | |
700 | |
| 709 | # @FUNCTION: fix_library_files |
701 | # @FUNCTION: fix_library_files |
|
|
702 | # @INTERNAL |
| 710 | # @DESCRIPTION: |
703 | # @DESCRIPTION: |
| 711 | # Fixes the pathes in *.la, *.prl, *.pc, as they are wrong due to sandbox and |
704 | # Fixes the paths in *.la, *.prl, *.pc, as they are wrong due to sandbox and |
| 712 | # moves the *.pc-files into the pkgconfig directory |
705 | # moves the *.pc files into the pkgconfig directory. |
| 713 | fix_library_files() { |
706 | fix_library_files() { |
|
|
707 | local libfile |
| 714 | for libfile in "${D}"/${QTLIBDIR}/{*.la,*.prl,pkgconfig/*.pc}; do |
708 | for libfile in "${D}"/${QTLIBDIR}/{*.la,*.prl,pkgconfig/*.pc}; do |
| 715 | if [[ -e ${libfile} ]]; then |
709 | if [[ -e ${libfile} ]]; then |
| 716 | sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${libfile} || die "sed on ${libfile} failed" |
710 | sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${libfile} || die "sed on ${libfile} failed" |
| 717 | fi |
711 | fi |
| 718 | done |
712 | done |
| 719 | |
713 | |
| 720 | # pkgconfig files refer to WORKDIR/bin as the moc and uic locations. Fix: |
714 | # pkgconfig files refer to WORKDIR/bin as the moc and uic locations |
| 721 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
715 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
| 722 | if [[ -e ${libfile} ]]; then |
716 | if [[ -e ${libfile} ]]; then |
| 723 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "sed failed" |
717 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "sed on ${libfile} failed" |
| 724 | |
718 | |
| 725 | # Move .pc files into the pkgconfig directory |
719 | # Move .pc files into the pkgconfig directory |
| 726 | dodir ${QTPCDIR#${EPREFIX}} |
720 | dodir ${QTPCDIR#${EPREFIX}} |
| 727 | mv ${libfile} "${D}"/${QTPCDIR}/ \ |
721 | mv ${libfile} "${D}"/${QTPCDIR}/ || die "moving ${libfile} to ${D}/${QTPCDIR}/ failed" |
| 728 | || die "moving ${libfile} to ${D}/${QTPCDIR}/ failed" |
|
|
| 729 | fi |
722 | fi |
| 730 | done |
723 | done |
| 731 | |
724 | |
| 732 | # Don't install an empty directory |
725 | # Don't install an empty directory |
| 733 | rmdir "${D}"/${QTLIBDIR}/pkgconfig |
726 | rmdir "${D}"/${QTLIBDIR}/pkgconfig |
| 734 | } |
727 | } |
| 735 | |
728 | |
| 736 | # @FUNCTION: qt_use |
729 | # @FUNCTION: qt_use |
| 737 | # @USAGE: < flag > [ feature ] [ enableval ] |
730 | # @USAGE: < flag > [ feature ] [ enableval ] |
| 738 | # @DESCRIPTION: |
731 | # @DESCRIPTION: |
| 739 | # This will echo "${enableval}-${feature}" if <flag> is enabled, or |
732 | # This will echo "-${enableval}-${feature}" if <flag> is enabled, or |
| 740 | # "-no-${feature} if the flag is disabled. If [feature] is not specified <flag> |
733 | # "-no-${feature}" if it's disabled. If [feature] is not specified, <flag> |
| 741 | # will be used for that. If [enableval] is not specified, it omits the |
734 | # will be used for that. If [enableval] is not specified, it omits the |
| 742 | # assignment-part |
735 | # "-${enableval}" part. |
| 743 | qt_use() { |
736 | qt_use() { |
| 744 | local flag=$1 |
737 | use "$1" && echo "${3:+-$3}-${2:-$1}" || echo "-no-${2:-$1}" |
| 745 | local feature=$1 |
|
|
| 746 | local enableval= |
|
|
| 747 | |
|
|
| 748 | [[ -n $2 ]] && feature=$2 |
|
|
| 749 | [[ -n $3 ]] && enableval=-$3 |
|
|
| 750 | |
|
|
| 751 | if use ${flag}; then |
|
|
| 752 | echo "${enableval}-${feature}" |
|
|
| 753 | else |
|
|
| 754 | echo "-no-${feature}" |
|
|
| 755 | fi |
|
|
| 756 | } |
738 | } |
| 757 | |
739 | |
| 758 | # @FUNCTION: qt_mkspecs_dir |
740 | # @FUNCTION: qt_mkspecs_dir |
| 759 | # @RETURN: the specs-directory w/o path |
741 | # @RETURN: the specs-directory w/o path |
| 760 | # @DESCRIPTION: |
742 | # @DESCRIPTION: |
| 761 | # Allows us to define which mkspecs dir we want to use. |
743 | # Allows us to define which mkspecs dir we want to use. |
| 762 | qt_mkspecs_dir() { |
744 | qt_mkspecs_dir() { |
| 763 | # Allows us to define which mkspecs dir we want to use. |
|
|
| 764 | local spec |
745 | local spec= |
| 765 | |
|
|
| 766 | case ${CHOST} in |
746 | case ${CHOST} in |
| 767 | *-freebsd*|*-dragonfly*) |
747 | *-freebsd*|*-dragonfly*) |
| 768 | spec=freebsd ;; |
748 | spec=freebsd ;; |
| 769 | *-openbsd*) |
749 | *-openbsd*) |
| 770 | spec=openbsd ;; |
750 | spec=openbsd ;; |
| … | |
… | |
| 811 | |
791 | |
| 812 | echo "${spec}" |
792 | echo "${spec}" |
| 813 | } |
793 | } |
| 814 | |
794 | |
| 815 | # @FUNCTION: qt_assistant_cleanup |
795 | # @FUNCTION: qt_assistant_cleanup |
| 816 | # @RETURN: nothing |
796 | # @INTERNAL |
| 817 | # @DESCRIPTION: |
797 | # @DESCRIPTION: |
| 818 | # Tries to clean up tools.pro for qt-assistant ebuilds. |
798 | # Tries to clean up tools.pro for qt-assistant ebuilds. |
| 819 | # Meant to be called in src_prepare(). |
799 | # Meant to be called in src_prepare(). |
| 820 | # Since Qt 4.7.4 this function is a no-op. |
800 | # Since Qt 4.7.4 this function is a no-op. |
| 821 | qt_assistant_cleanup() { |
801 | qt_assistant_cleanup() { |
| … | |
… | |
| 841 | ;; |
821 | ;; |
| 842 | esac |
822 | esac |
| 843 | } |
823 | } |
| 844 | |
824 | |
| 845 | # @FUNCTION: qt_nolibx11 |
825 | # @FUNCTION: qt_nolibx11 |
| 846 | # @RETURN: nothing |
826 | # @INTERNAL |
| 847 | # @DESCRIPTION: |
827 | # @DESCRIPTION: |
| 848 | # Ignore X11 tests for packages that don't need X libraries installed |
828 | # Ignore X11 tests for packages that don't need X libraries installed. |
| 849 | qt_nolibx11() { |
829 | qt_nolibx11() { |
| 850 | einfo "Removing X11 check to allow X-less compilation" |
|
|
| 851 | sed -i "/unixtests\/compile.test.*config.tests\/x11\/xlib/,/fi$/d" "${S}"/configure || |
830 | sed -i "/unixtests\/compile.test.*config.tests\/x11\/xlib/,/fi$/d" "${S}"/configure || |
| 852 | die "x11 check sed failed" |
831 | die "x11 check sed failed" |
| 853 | } |
832 | } |
| 854 | |
833 | |
| 855 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install src_test pkg_postrm pkg_postinst |
834 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install src_test pkg_postrm pkg_postinst |