| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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.61 2010/01/17 20:28:17 abcd Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.79 2010/08/08 11:34:20 armin76 Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: qt4-build.eclass |
5 | # @ECLASS: qt4-build.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Ben de Groot <yngwin@gentoo.org>, |
7 | # Ben de Groot <yngwin@gentoo.org>, |
| 8 | # Markos Chandras <hwoarang@gentoo.org>, |
8 | # Markos Chandras <hwoarang@gentoo.org>, |
| … | |
… | |
| 15 | inherit base eutils multilib toolchain-funcs flag-o-matic versionator |
15 | inherit base eutils multilib toolchain-funcs flag-o-matic versionator |
| 16 | |
16 | |
| 17 | MY_PV=${PV/_/-} |
17 | MY_PV=${PV/_/-} |
| 18 | if version_is_at_least 4.5.99999999; then |
18 | if version_is_at_least 4.5.99999999; then |
| 19 | MY_P=qt-everywhere-opensource-src-${MY_PV} |
19 | MY_P=qt-everywhere-opensource-src-${MY_PV} |
|
|
20 | [[ ${CATEGORY}/${PN} != x11-libs/qt-xmlpatterns ]] && IUSE="+exceptions" |
| 20 | else |
21 | else |
| 21 | MY_P=qt-x11-opensource-src-${MY_PV} |
22 | MY_P=qt-x11-opensource-src-${MY_PV} |
| 22 | fi |
23 | fi |
| 23 | |
24 | |
| 24 | HOMEPAGE="http://qt.nokia.com/" |
25 | HOMEPAGE="http://qt.nokia.com/" |
| 25 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
26 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
| 26 | |
27 | |
| 27 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
28 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
| 28 | IUSE="debug pch aqua" |
29 | IUSE+=" debug pch aqua" |
| 29 | |
30 | |
| 30 | RDEPEND=" |
31 | RDEPEND=" |
| 31 | !<x11-libs/qt-assistant-${PV} |
32 | !<x11-libs/qt-assistant-${PV} |
| 32 | !>x11-libs/qt-assistant-${PV}-r9999 |
33 | !>x11-libs/qt-assistant-${PV}-r9999 |
| 33 | !<x11-libs/qt-core-${PV} |
34 | !<x11-libs/qt-core-${PV} |
| … | |
… | |
| 36 | !>x11-libs/qt-dbus-${PV}-r9999 |
37 | !>x11-libs/qt-dbus-${PV}-r9999 |
| 37 | !<x11-libs/qt-demo-${PV} |
38 | !<x11-libs/qt-demo-${PV} |
| 38 | !>x11-libs/qt-demo-${PV}-r9999 |
39 | !>x11-libs/qt-demo-${PV}-r9999 |
| 39 | !<x11-libs/qt-gui-${PV} |
40 | !<x11-libs/qt-gui-${PV} |
| 40 | !>x11-libs/qt-gui-${PV}-r9999 |
41 | !>x11-libs/qt-gui-${PV}-r9999 |
|
|
42 | !<x11-libs/qt-multimedia-${PV} |
|
|
43 | !>x11-libs/qt-multimedia-${PV}-r9999 |
| 41 | !<x11-libs/qt-opengl-${PV} |
44 | !<x11-libs/qt-opengl-${PV} |
| 42 | !>x11-libs/qt-opengl-${PV}-r9999 |
45 | !>x11-libs/qt-opengl-${PV}-r9999 |
| 43 | !<x11-libs/qt-phonon-${PV} |
46 | !<x11-libs/qt-phonon-${PV} |
| 44 | !>x11-libs/qt-phonon-${PV}-r9999 |
47 | !>x11-libs/qt-phonon-${PV}-r9999 |
| 45 | !<x11-libs/qt-qt3support-${PV} |
48 | !<x11-libs/qt-qt3support-${PV} |
| … | |
… | |
| 64 | # @DESCRIPTION: |
67 | # @DESCRIPTION: |
| 65 | # Sets up S, MY_P, PATH, and LD_LIBRARY_PATH |
68 | # Sets up S, MY_P, PATH, and LD_LIBRARY_PATH |
| 66 | qt4-build_pkg_setup() { |
69 | qt4-build_pkg_setup() { |
| 67 | [[ ${EAPI} == 2 ]] && use !prefix && EPREFIX= |
70 | [[ ${EAPI} == 2 ]] && use !prefix && EPREFIX= |
| 68 | |
71 | |
|
|
72 | # Protect users by not allowing downgrades between releases |
|
|
73 | # Downgrading revisions within the same release should be allowed |
|
|
74 | if has_version '>'${CATEGORY}/${P}-r9999 ; then |
|
|
75 | if [[ -z $I_KNOW_WHAT_I_AM_DOING ]] ; then |
|
|
76 | eerror "Sanity check to keep you from breaking your system:" |
|
|
77 | eerror " Downgrading Qt is completely unsupported and will break your system!" |
|
|
78 | die "aborting to save your system" |
|
|
79 | else |
|
|
80 | ewarn "Downgrading Qt is completely unsupported and will break your system!" |
|
|
81 | fi |
|
|
82 | fi |
|
|
83 | |
|
|
84 | if [[ "${PN}" == "qt-webkit" ]]; then |
|
|
85 | eshopts_push -s extglob |
|
|
86 | if is-flagq '-g?(gdb)?([0-9])'; then |
|
|
87 | echo |
|
|
88 | ewarn "You have enabled debug info (probably have -g or -ggdb in your \$C{,XX}FLAGS)." |
|
|
89 | ewarn "You may experience really long compilation times and/or increased memory usage." |
|
|
90 | ewarn "If compilation fails, please try removing -g{,gdb} before reporting a bug." |
|
|
91 | ewarn "For more info check out bug #307861" |
|
|
92 | echo |
|
|
93 | fi |
|
|
94 | eshopts_pop |
|
|
95 | fi |
| 69 | |
96 | |
| 70 | PATH="${S}/bin${PATH:+:}${PATH}" |
97 | PATH="${S}/bin${PATH:+:}${PATH}" |
| 71 | if [[ ${CHOST} != *-darwin* ]]; then |
98 | if [[ ${CHOST} != *-darwin* ]]; then |
| 72 | LD_LIBRARY_PATH="${S}/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}" |
99 | LD_LIBRARY_PATH="${S}/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}" |
| 73 | else |
100 | else |
| 74 | DYLD_LIBRARY_PATH="${S}/lib${DYLD_LIBRARY_PATH:+:}${DYLD_LIBRARY_PATH}" |
101 | DYLD_LIBRARY_PATH="${S}/lib${DYLD_LIBRARY_PATH:+:}${DYLD_LIBRARY_PATH}" |
| 75 | # on mac we *need* src/gui/kernel/qapplication_mac.cpp for platfrom |
102 | # On MacOS we *need* at least src/gui/kernel/qapplication_mac.mm for |
| 76 | # detection since the x11-headers package b0rkens the header |
103 | # platform detection. Note: needs to come before any directories to |
| 77 | # installation, we have to extract src/ and include/ completely on mac |
104 | # avoid extract failure. |
| 78 | # tools is needed for qt-demo and some others |
105 | [[ ${CHOST} == *-apple-darwin* ]] && \ |
| 79 | QT4_EXTRACT_DIRECTORIES+=" src include" |
106 | QT4_EXTRACT_DIRECTORIES="src/gui/kernel/qapplication_mac.mm |
| 80 | |
|
|
| 81 | if [[ ${PN} == qt-demo || ${PN} == qt-qt3support || ${PN} == qt-webkit ]]; then |
|
|
| 82 | QT4_EXTRACT_DIRECTORIES+=" tools" |
107 | ${QT4_EXTRACT_DIRECTORIES}" |
| 83 | fi |
|
|
| 84 | fi |
108 | fi |
| 85 | |
109 | |
| 86 | # Make sure ebuilds use the required EAPI |
110 | # Make sure ebuilds use the required EAPI |
| 87 | if [[ ${EAPI} != [23] ]]; then |
111 | if [[ ${EAPI} != [23] ]]; then |
| 88 | eerror "The qt4-build eclass requires EAPI=2 or EAPI=3, but this ebuild is using" |
112 | eerror "The qt4-build eclass requires EAPI=2 or EAPI=3, but this ebuild is using" |
| … | |
… | |
| 91 | die "qt4-build eclass requires EAPI=2 or EAPI=3" |
115 | die "qt4-build eclass requires EAPI=2 or EAPI=3" |
| 92 | fi |
116 | fi |
| 93 | |
117 | |
| 94 | if ! version_is_at_least 4.1 $(gcc-version); then |
118 | if ! version_is_at_least 4.1 $(gcc-version); then |
| 95 | ewarn "Using a GCC version lower than 4.1 is not supported!" |
119 | ewarn "Using a GCC version lower than 4.1 is not supported!" |
| 96 | echo |
|
|
| 97 | ebeep 3 |
|
|
| 98 | fi |
120 | fi |
| 99 | } |
121 | } |
| 100 | |
122 | |
| 101 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
123 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
| 102 | # @DESCRIPTION: |
124 | # @DESCRIPTION: |
| … | |
… | |
| 118 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
140 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
| 119 | ${QT4_EXTRACT_DIRECTORIES}; do |
141 | ${QT4_EXTRACT_DIRECTORIES}; do |
| 120 | targets+=" ${MY_P}/${target}" |
142 | targets+=" ${MY_P}/${target}" |
| 121 | done |
143 | done |
| 122 | |
144 | |
| 123 | echo tar xzpf "${DISTDIR}"/${MY_P}.tar.gz ${targets} |
145 | echo tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets} |
| 124 | tar xzpf "${DISTDIR}"/${MY_P}.tar.gz ${targets} |
146 | tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets} || die |
| 125 | } |
147 | } |
| 126 | |
148 | |
| 127 | # @ECLASS-VARIABLE: PATCHES |
149 | # @ECLASS-VARIABLE: PATCHES |
| 128 | # @DESCRIPTION: |
150 | # @DESCRIPTION: |
| 129 | # In case you have patches to apply, specify them in PATCHES variable. Make sure |
151 | # In case you have patches to apply, specify them in PATCHES variable. Make sure |
| … | |
… | |
| 138 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
160 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
| 139 | # source files in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified on /etc/make.conf. |
161 | # source files in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified on /etc/make.conf. |
| 140 | qt4-build_src_prepare() { |
162 | qt4-build_src_prepare() { |
| 141 | setqtenv |
163 | setqtenv |
| 142 | cd "${S}" |
164 | cd "${S}" |
|
|
165 | |
|
|
166 | # fix qt 4.7 regression that skips -fvisibility=hidden |
|
|
167 | if version_is_at_least "4.7.0_beta1"; then |
|
|
168 | sed -e "s/^gcc|g++)/*gcc|*g++)/" \ |
|
|
169 | -i config.tests/unix/fvisibility.test || |
|
|
170 | die "visibility fixing sed failed" |
|
|
171 | fi |
|
|
172 | # fix libx11 dependency on non X packages |
|
|
173 | if version_is_at_least "4.7.0_beta2"; then |
|
|
174 | local NOLIBX11PKG="qt-core qt-dbus qt-script qt-sql qt-test qt-xmlpatterns" |
|
|
175 | hasq ${PN} ${NOLIBX11PKG} && qt_nolibx11 |
|
|
176 | [[ ${PN} == "qt-assistant" ]] && qt_assistant_cleanup |
|
|
177 | fi |
| 143 | |
178 | |
| 144 | if use aqua; then |
179 | if use aqua; then |
| 145 | # provide a proper macx-g++-64 |
180 | # provide a proper macx-g++-64 |
| 146 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
181 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
| 147 | |
182 | |
| … | |
… | |
| 159 | if [[ ${CHOST} == *86*-apple-darwin* ]] ; then |
194 | if [[ ${CHOST} == *86*-apple-darwin* ]] ; then |
| 160 | # qmake bus errors with -O2 but -O3 works |
195 | # qmake bus errors with -O2 but -O3 works |
| 161 | replace-flags -O2 -O3 |
196 | replace-flags -O2 -O3 |
| 162 | fi |
197 | fi |
| 163 | |
198 | |
| 164 | # Bug 282984 && Bug 295530 |
199 | if [[ ${CHOST} == arm* ]] ; then |
| 165 | sed -e "s:\(^SYSTEM_VARIABLES\):CC=$(tc-getCC)\nCXX=$(tc-getCXX)\n\1:" \ |
200 | # Fails on arm with -Os, bug 331641 |
| 166 | -i configure || die "sed qmake compilers failed" |
201 | # This can be removed once qt-4.7 is stable or the bug on gcc is fixed |
| 167 | sed -e "s:\(\$MAKE\):\1 CC=$(tc-getCC) CXX=$(tc-getCXX) LD=$(tc-getCXX):" \ |
202 | replace-flags -Os -O2 |
| 168 | -i config.tests/unix/compile.test || die "sed test compilers failed" |
203 | fi |
| 169 | |
204 | |
| 170 | # Bug 178652 |
205 | # Bug 178652 |
| 171 | if [[ $(gcc-major-version) == 3 ]] && use amd64; then |
206 | if [[ $(gcc-major-version) == 3 ]] && use amd64; then |
| 172 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
207 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
| 173 | append-flags -fno-gcse |
208 | append-flags -fno-gcse |
| … | |
… | |
| 186 | if use ppc64; then |
221 | if use ppc64; then |
| 187 | ewarn "Appending -mminimal-toc to CFLAGS/CXXFLAGS" |
222 | ewarn "Appending -mminimal-toc to CFLAGS/CXXFLAGS" |
| 188 | append-flags -mminimal-toc |
223 | append-flags -mminimal-toc |
| 189 | fi |
224 | fi |
| 190 | |
225 | |
|
|
226 | # Bug 282984 && Bug 295530 |
|
|
227 | sed -e "s:\(^SYSTEM_VARIABLES\):CC=$(tc-getCC)\nCXX=$(tc-getCXX)\nCFLAGS=\"${CFLAGS}\"\nCXXFLAGS=\"${CXXFLAGS}\"\nLDFLAGS=\"${LDFLAGS}\"\n\1:" \ |
|
|
228 | -i configure || die "sed qmake compilers failed" |
|
|
229 | # bug 321335 |
|
|
230 | if version_is_at_least 4.6; then |
|
|
231 | find ./config.tests/unix -name "*.test" -type f -exec grep -lZ \$MAKE '{}' \; | \ |
|
|
232 | xargs -0 \ |
|
|
233 | sed -e "s:\(\$MAKE\):\1 CC=$(tc-getCC) CXX=$(tc-getCXX) LD=$(tc-getCXX) LINK=$(tc-getCXX):g" \ |
|
|
234 | -i || die "sed test compilers failed" |
|
|
235 | fi |
|
|
236 | |
| 191 | # Bug 172219 |
237 | # Bug 172219 |
| 192 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
|
|
| 193 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
| 194 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
| 195 | -e "s:X11R6/::" \ |
238 | sed -e "s:X11R6/::" \ |
| 196 | -i "${S}"/mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed ${S}/mkspecs/$(qt_mkspecs_dir)/qmake.conf failed" |
239 | -i "${S}"/mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed ${S}/mkspecs/$(qt_mkspecs_dir)/qmake.conf failed" |
| 197 | |
240 | |
| 198 | if [[ ${CHOST} != *-darwin* ]]; then |
241 | if [[ ${CHOST} == *-darwin* ]]; then |
| 199 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
|
|
| 200 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
| 201 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
| 202 | -i mkspecs/common/g++.conf || die "sed mkspecs/common/g++.conf failed" |
|
|
| 203 | else |
|
|
| 204 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
242 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
| 205 | # crippled (by design) :/ |
243 | # crippled (by design) :/ |
| 206 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
244 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
| 207 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
245 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
| 208 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=-headerpad_max_install_names ${LDFLAGS}:" \ |
246 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=-headerpad_max_install_names ${LDFLAGS}:" \ |
| … | |
… | |
| 248 | # use GCC over SunStudio |
286 | # use GCC over SunStudio |
| 249 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
287 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
| 250 | # don't flirt with non-Prefix stuff, we're quite possessive |
288 | # don't flirt with non-Prefix stuff, we're quite possessive |
| 251 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
289 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
| 252 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
290 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
|
|
291 | # strip predefined CFLAGS from qmake ( bug #312689 ) |
|
|
292 | sed -i '/^QMAKE_CFLAGS_\(RELEASE\|DEBUG\)/s:+=.*:+=:' mkspecs/common/g++.conf |
| 253 | |
293 | |
| 254 | base_src_prepare |
294 | base_src_prepare |
| 255 | } |
295 | } |
| 256 | |
296 | |
| 257 | # @FUNCTION: qt4-build_src_configure |
297 | # @FUNCTION: qt4-build_src_configure |
| … | |
… | |
| 306 | # @DESCRIPTION: Actual compile phase |
346 | # @DESCRIPTION: Actual compile phase |
| 307 | qt4-build_src_compile() { |
347 | qt4-build_src_compile() { |
| 308 | setqtenv |
348 | setqtenv |
| 309 | |
349 | |
| 310 | build_directories ${QT4_TARGET_DIRECTORIES} |
350 | build_directories ${QT4_TARGET_DIRECTORIES} |
|
|
351 | } |
|
|
352 | |
|
|
353 | # @FUNCTION: qt4-build_src_test |
|
|
354 | # @DESCRIPTION: |
|
|
355 | # Runs tests only in target directories. |
|
|
356 | qt4-build_src_test() { |
|
|
357 | for dir in ${QT4_TARGET_DIRECTORIES}; do |
|
|
358 | emake -j1 check -C ${dir} |
|
|
359 | done |
| 311 | } |
360 | } |
| 312 | |
361 | |
| 313 | # @FUNCTION: fix_includes |
362 | # @FUNCTION: fix_includes |
| 314 | # @DESCRIPTION: |
363 | # @DESCRIPTION: |
| 315 | # For MacOSX we need to add some symlinks when frameworks are |
364 | # For MacOSX we need to add some symlinks when frameworks are |
| … | |
… | |
| 344 | setqtenv |
393 | setqtenv |
| 345 | install_directories ${QT4_TARGET_DIRECTORIES} |
394 | install_directories ${QT4_TARGET_DIRECTORIES} |
| 346 | install_qconfigs |
395 | install_qconfigs |
| 347 | fix_library_files |
396 | fix_library_files |
| 348 | fix_includes |
397 | fix_includes |
|
|
398 | # remove .la files since we are building only shared Qt libraries |
|
|
399 | find "${D}"${QTLIBDIR} -name "*.la" -print0 | xargs -0 rm |
| 349 | } |
400 | } |
| 350 | |
401 | |
| 351 | # @FUNCTION: setqtenv |
402 | # @FUNCTION: setqtenv |
| 352 | setqtenv() { |
403 | setqtenv() { |
| 353 | # Set up installation directories |
404 | # Set up installation directories |
| … | |
… | |
| 409 | alpha|arm|ia64|mips|s390|sparc) myconf+=" -arch $(tc-arch)" ;; |
460 | alpha|arm|ia64|mips|s390|sparc) myconf+=" -arch $(tc-arch)" ;; |
| 410 | hppa|sh) myconf+=" -arch generic" ;; |
461 | hppa|sh) myconf+=" -arch generic" ;; |
| 411 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
462 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
| 412 | esac |
463 | esac |
| 413 | |
464 | |
| 414 | # 4.6: build qt-core with exceptions or qt-xmlpatterns won't build |
465 | # 4.5: build everything but qt-xmlpatterns w/o exceptions |
| 415 | local exceptions= |
466 | # 4.6: exceptions USE flag |
|
|
467 | local exceptions="-exceptions" |
| 416 | case "${PV}" in |
468 | case "${PV}" in |
| 417 | 4.6.*) |
469 | 4.5.*) |
| 418 | if [[ ${PN} != "qt-core" ]] && [[ ${PN} != "qt-xmlpatterns" ]]; then |
470 | [[ ${PN} == "qt-xmlpatterns" ]] || exceptions="-no-exceptions" |
| 419 | case "${PV}:${CHOST}" in |
|
|
| 420 | 4.6.0*:*-darwin*) |
|
|
| 421 | : # http://bugreports.qt.nokia.com/browse/QTBUG-5909 |
|
|
| 422 | # workaround for compilation error on OSX (qt-gui) |
|
|
| 423 | ;; |
|
|
| 424 | *) |
|
|
| 425 | exceptions="-no-exceptions" |
|
|
| 426 | ;; |
|
|
| 427 | esac |
|
|
| 428 | fi |
|
|
| 429 | ;; |
471 | ;; |
| 430 | *) |
472 | *) |
| 431 | [[ ${PN} == "qt-xmlpatterns" ]] || exceptions="-no-exceptions" |
473 | has exceptions "${IUSE//+}" && exceptions="$(qt_use exceptions)" |
| 432 | ;; |
474 | ;; |
| 433 | esac |
475 | esac |
| 434 | |
476 | |
| 435 | # note about -reduce-relocations: |
477 | # note about -reduce-relocations: |
| 436 | # That flag seems to introduce major breakage to applications, |
478 | # That flag seems to introduce major breakage to applications, |
| … | |
… | |
| 462 | { |
504 | { |
| 463 | echo "${S}"/mkspecs/common/*.conf |
505 | echo "${S}"/mkspecs/common/*.conf |
| 464 | find "${S}" -name '*.pr[io]' |
506 | find "${S}" -name '*.pr[io]' |
| 465 | } | xargs sed -i -e "s:\$\$\[QT_INSTALL_LIBS\]:${EPREFIX}/usr/$(get_libdir)/qt4:g" || die |
507 | } | xargs sed -i -e "s:\$\$\[QT_INSTALL_LIBS\]:${EPREFIX}/usr/$(get_libdir)/qt4:g" || die |
| 466 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
508 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
| 467 | emake CC="@echo compiling \$< && $(tc-getCC)" \ |
509 | emake CC="$(tc-getCC)" \ |
| 468 | CXX="@echo compiling \$< && $(tc-getCXX)" \ |
510 | CXX="$(tc-getCXX)" \ |
| 469 | LINK="@echo linking \$@ && $(tc-getCXX)" || die "emake failed" |
511 | LINK="$(tc-getCXX)" || die "emake failed" |
| 470 | popd >/dev/null |
512 | popd >/dev/null |
| 471 | done |
513 | done |
| 472 | } |
514 | } |
| 473 | |
515 | |
| 474 | # @FUNCTION: install_directories |
516 | # @FUNCTION: install_directories |
| … | |
… | |
| 586 | # @FUNCTION: qt4-build_pkg_postinst |
628 | # @FUNCTION: qt4-build_pkg_postinst |
| 587 | # @DESCRIPTION: Generate configuration, plus throws a message about possible |
629 | # @DESCRIPTION: Generate configuration, plus throws a message about possible |
| 588 | # breakages and proposed solutions. |
630 | # breakages and proposed solutions. |
| 589 | qt4-build_pkg_postinst() { |
631 | qt4-build_pkg_postinst() { |
| 590 | generate_qconfigs |
632 | generate_qconfigs |
| 591 | |
|
|
| 592 | if [[ "${PN}" == "qt-core" ]]; then |
|
|
| 593 | echo |
|
|
| 594 | ewarn "After a rebuild or upgrade of Qt, it can happen that Qt plugins (such as Qt" |
|
|
| 595 | ewarn "and KDE styles and widgets) can no longer be loaded. In this situation you" |
|
|
| 596 | ewarn "should recompile the packages providing these plugins. Also, make sure you" |
|
|
| 597 | ewarn "compile the Qt packages, and the packages that depend on it, with the same" |
|
|
| 598 | ewarn "GCC version and the same USE flag settings (especially the debug flag)." |
|
|
| 599 | ewarn |
|
|
| 600 | ewarn "Packages that typically need to be recompiled are kdelibs from KDE4, any" |
|
|
| 601 | ewarn "additional KDE4/Qt4 styles, qscintilla and PyQt4. Before filing a bug report," |
|
|
| 602 | ewarn "make sure all your Qt4 packages are up-to-date and built with the same" |
|
|
| 603 | ewarn "configuration." |
|
|
| 604 | ewarn |
|
|
| 605 | ewarn "For more information, see http://doc.trolltech.com/${PV%.*}/plugins-howto.html" |
|
|
| 606 | echo |
|
|
| 607 | fi |
|
|
| 608 | } |
633 | } |
| 609 | |
634 | |
| 610 | # @FUNCTION: skip_qmake_build_patch |
635 | # @FUNCTION: skip_qmake_build_patch |
| 611 | # @DESCRIPTION: |
636 | # @DESCRIPTION: |
| 612 | # Don't need to build qmake, as it's already installed from qt-core |
637 | # Don't need to build qmake, as it's already installed from qt-core |
| … | |
… | |
| 738 | fi |
763 | fi |
| 739 | |
764 | |
| 740 | echo "${spec}" |
765 | echo "${spec}" |
| 741 | } |
766 | } |
| 742 | |
767 | |
|
|
768 | # @FUNCTION: qt_assistant_cleanup |
|
|
769 | # @RETURN: nothing |
|
|
770 | # @DESCRIPTION: |
|
|
771 | # Tries to clean up tools.pro for qt-assistant ebuilds |
|
|
772 | # Meant to be called in src_prepare |
|
|
773 | qt_assistant_cleanup() { |
|
|
774 | # different versions (and branches...) may need different handling, |
|
|
775 | # add a case if you need special handling |
|
|
776 | case "${MY_PV_EXTRA}" in |
|
|
777 | *kde-qt*) |
|
|
778 | sed -e "/^[ \t]*porting/,/^[ \t]*win32.*activeqt$/d" \ |
|
|
779 | -e "/mac/,/^embedded.*makeqpf$/d" \ |
|
|
780 | -i tools/tools.pro || die "patching tools.pro failed" |
|
|
781 | ;; |
|
|
782 | *) |
|
|
783 | sed -e "/^[ \t]*porting/,/^[ \t]*win32.*activeqt$/d" \ |
|
|
784 | -e "/mac/,/^embedded.*makeqpf$/d" \ |
|
|
785 | -e "s/^\([ \t]*pixeltool\) /\1 qdoc3 /" \ |
|
|
786 | -i tools/tools.pro || die "patching tools.pro failed" |
|
|
787 | ;; |
|
|
788 | esac |
|
|
789 | } |
|
|
790 | |
|
|
791 | # @FUNCTION: qt_nolibx11 |
|
|
792 | # @RETURN: nothing |
|
|
793 | # @DESCRIPTION: |
|
|
794 | # Ignore X11 tests for packages that don't need X libraries installed |
|
|
795 | qt_nolibx11() { |
|
|
796 | einfo "removing X11 check to allow X-less compilation" |
|
|
797 | sed -i "/unixtests\/compile.test.*config.tests\/x11\/xlib/,/fi$/d" "${S}"/configure || |
|
|
798 | die "x11 check sed failed" |
|
|
799 | } |
|
|
800 | |
| 743 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install pkg_postrm pkg_postinst |
801 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install src_test pkg_postrm pkg_postinst |