| 1 | # Copyright 1999-2009 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.64 2010/02/15 16:34:00 spatz Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.100 2011/11/19 20:31:12 pesa 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 | # Qt herd <qt@gentoo.org> |
| 8 | # Markos Chandras <hwoarang@gentoo.org>, |
|
|
| 9 | # Caleb Tennis <caleb@gentoo.org> |
|
|
| 10 | # Alex Alexander <wired@gentoo.org> |
|
|
| 11 | # @BLURB: Eclass for Qt4 split ebuilds. |
8 | # @BLURB: Eclass for Qt4 split ebuilds. |
| 12 | # @DESCRIPTION: |
9 | # @DESCRIPTION: |
| 13 | # This eclass contains various functions that are used when building Qt4 |
10 | # This eclass contains various functions that are used when building Qt4. |
| 14 | |
11 | |
| 15 | inherit base eutils multilib toolchain-funcs flag-o-matic versionator |
12 | inherit base eutils multilib toolchain-funcs flag-o-matic versionator |
| 16 | |
13 | |
| 17 | MY_PV=${PV/_/-} |
14 | MY_PV=${PV/_/-} |
| 18 | if version_is_at_least 4.5.99999999; then |
|
|
| 19 | MY_P=qt-everywhere-opensource-src-${MY_PV} |
15 | MY_P=qt-everywhere-opensource-src-${MY_PV} |
| 20 | else |
|
|
| 21 | MY_P=qt-x11-opensource-src-${MY_PV} |
|
|
| 22 | fi |
|
|
| 23 | |
16 | |
| 24 | HOMEPAGE="http://qt.nokia.com/" |
17 | HOMEPAGE="http://qt.nokia.com/" |
| 25 | 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" |
| 26 | |
|
|
| 27 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
19 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
|
|
20 | |
| 28 | IUSE="debug pch aqua" |
21 | IUSE="aqua debug pch" |
|
|
22 | |
|
|
23 | [[ ${CATEGORY}/${PN} != x11-libs/qt-xmlpatterns ]] && |
|
|
24 | [[ ${CATEGORY}/${PN} != x11-themes/qgtkstyle ]] && |
|
|
25 | IUSE+=" +exceptions" |
|
|
26 | |
|
|
27 | if version_is_at_least 4.7.99999999; then |
|
|
28 | IUSE+=" c++0x qpa" |
|
|
29 | fi |
| 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} |
| 34 | !>x11-libs/qt-core-${PV}-r9999 |
35 | !>x11-libs/qt-core-${PV}-r9999 |
| 35 | !<x11-libs/qt-dbus-${PV} |
36 | !<x11-libs/qt-dbus-${PV} |
| 36 | !>x11-libs/qt-dbus-${PV}-r9999 |
37 | !>x11-libs/qt-dbus-${PV}-r9999 |
|
|
38 | !<x11-libs/qt-declarative-${PV} |
|
|
39 | !>x11-libs/qt-declarative-${PV}-r9999 |
| 37 | !<x11-libs/qt-demo-${PV} |
40 | !<x11-libs/qt-demo-${PV} |
| 38 | !>x11-libs/qt-demo-${PV}-r9999 |
41 | !>x11-libs/qt-demo-${PV}-r9999 |
| 39 | !<x11-libs/qt-gui-${PV} |
42 | !<x11-libs/qt-gui-${PV} |
| 40 | !>x11-libs/qt-gui-${PV}-r9999 |
43 | !>x11-libs/qt-gui-${PV}-r9999 |
|
|
44 | !<x11-libs/qt-multimedia-${PV} |
|
|
45 | !>x11-libs/qt-multimedia-${PV}-r9999 |
| 41 | !<x11-libs/qt-opengl-${PV} |
46 | !<x11-libs/qt-opengl-${PV} |
| 42 | !>x11-libs/qt-opengl-${PV}-r9999 |
47 | !>x11-libs/qt-opengl-${PV}-r9999 |
| 43 | !<x11-libs/qt-phonon-${PV} |
48 | !<x11-libs/qt-phonon-${PV} |
| 44 | !>x11-libs/qt-phonon-${PV}-r9999 |
49 | !>x11-libs/qt-phonon-${PV}-r9999 |
| 45 | !<x11-libs/qt-qt3support-${PV} |
50 | !<x11-libs/qt-qt3support-${PV} |
| … | |
… | |
| 64 | # @DESCRIPTION: |
69 | # @DESCRIPTION: |
| 65 | # Sets up S, MY_P, PATH, and LD_LIBRARY_PATH |
70 | # Sets up S, MY_P, PATH, and LD_LIBRARY_PATH |
| 66 | qt4-build_pkg_setup() { |
71 | qt4-build_pkg_setup() { |
| 67 | [[ ${EAPI} == 2 ]] && use !prefix && EPREFIX= |
72 | [[ ${EAPI} == 2 ]] && use !prefix && EPREFIX= |
| 68 | |
73 | |
|
|
74 | # Protect users by not allowing downgrades between releases |
|
|
75 | # Downgrading revisions within the same release should be allowed |
|
|
76 | if has_version '>'${CATEGORY}/${P}-r9999; then |
|
|
77 | if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then |
|
|
78 | eerror "Sanity check to keep you from breaking your system:" |
|
|
79 | eerror " Downgrading Qt is completely unsupported and will break your system!" |
|
|
80 | die "aborting to save your system" |
|
|
81 | else |
|
|
82 | ewarn "Downgrading Qt is completely unsupported and will break your system!" |
|
|
83 | fi |
|
|
84 | fi |
|
|
85 | |
|
|
86 | if [[ ${PN} == "qt-webkit" ]]; then |
|
|
87 | eshopts_push -s extglob |
|
|
88 | if is-flagq '-g?(gdb)?([1-9])'; then |
|
|
89 | echo |
|
|
90 | ewarn "You have enabled debug info (probably have -g or -ggdb in your \$C{,XX}FLAGS)." |
|
|
91 | ewarn "You may experience really long compilation times and/or increased memory usage." |
|
|
92 | ewarn "If compilation fails, please try removing -g{,gdb} before reporting a bug." |
|
|
93 | ewarn "For more info check out bug #307861" |
|
|
94 | echo |
|
|
95 | fi |
|
|
96 | eshopts_pop |
|
|
97 | fi |
| 69 | |
98 | |
| 70 | PATH="${S}/bin${PATH:+:}${PATH}" |
99 | PATH="${S}/bin${PATH:+:}${PATH}" |
| 71 | if [[ ${CHOST} != *-darwin* ]]; then |
100 | if [[ ${CHOST} != *-darwin* ]]; then |
| 72 | LD_LIBRARY_PATH="${S}/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}" |
101 | LD_LIBRARY_PATH="${S}/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}" |
| 73 | else |
102 | else |
| 74 | DYLD_LIBRARY_PATH="${S}/lib${DYLD_LIBRARY_PATH:+:}${DYLD_LIBRARY_PATH}" |
103 | DYLD_LIBRARY_PATH="${S}/lib${DYLD_LIBRARY_PATH:+:}${DYLD_LIBRARY_PATH}" |
| 75 | # On MacOS we *need* at least src/gui/kernel/qapplication_mac.mm for |
104 | # On MacOS we *need* at least src/gui/kernel/qapplication_mac.mm for |
| 76 | # platform detection. Note: needs to come before any directories to |
105 | # platform detection. Note: needs to come before any directories to |
| 77 | # avoid extract failure. |
106 | # avoid extract failure. |
| 78 | [[ ${CHOST} == *-apple-darwin* ]] && \ |
107 | [[ ${CHOST} == *-apple-darwin* ]] && \ |
| 79 | QT4_EXTRACT_DIRECTORIES="src/gui/kernel/qapplication_mac.mm ${QT4_EXTRACT_DIRECTORIES}" |
108 | QT4_EXTRACT_DIRECTORIES="src/gui/kernel/qapplication_mac.mm |
|
|
109 | ${QT4_EXTRACT_DIRECTORIES}" |
| 80 | fi |
110 | fi |
| 81 | |
111 | |
| 82 | # Make sure ebuilds use the required EAPI |
112 | # Make sure ebuilds use the required EAPI |
| 83 | if [[ ${EAPI} != [23] ]]; then |
113 | if [[ ${EAPI} != [23] ]]; then |
| 84 | eerror "The qt4-build eclass requires EAPI=2 or EAPI=3, but this ebuild is using" |
114 | eerror "The qt4-build eclass requires EAPI=2 or EAPI=3, but this ebuild is using" |
| … | |
… | |
| 87 | die "qt4-build eclass requires EAPI=2 or EAPI=3" |
117 | die "qt4-build eclass requires EAPI=2 or EAPI=3" |
| 88 | fi |
118 | fi |
| 89 | |
119 | |
| 90 | if ! version_is_at_least 4.1 $(gcc-version); then |
120 | if ! version_is_at_least 4.1 $(gcc-version); then |
| 91 | ewarn "Using a GCC version lower than 4.1 is not supported!" |
121 | ewarn "Using a GCC version lower than 4.1 is not supported!" |
| 92 | echo |
|
|
| 93 | ebeep 3 |
|
|
| 94 | fi |
122 | fi |
| 95 | } |
123 | } |
| 96 | |
124 | |
| 97 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
125 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
| 98 | # @DESCRIPTION: |
126 | # @DESCRIPTION: |
| … | |
… | |
| 107 | # @FUNCTION: qt4-build_src_unpack |
135 | # @FUNCTION: qt4-build_src_unpack |
| 108 | # @DESCRIPTION: |
136 | # @DESCRIPTION: |
| 109 | # Unpacks the sources |
137 | # Unpacks the sources |
| 110 | qt4-build_src_unpack() { |
138 | qt4-build_src_unpack() { |
| 111 | setqtenv |
139 | setqtenv |
|
|
140 | local unpack_p="${MY_P}" |
|
|
141 | case "${PV}" in |
|
|
142 | 4.8.0_*) |
|
|
143 | unpack_p="qt-everywhere-opensource-src-${PV/_*}" |
|
|
144 | ;; |
|
|
145 | esac |
| 112 | local target targets= |
146 | local target targets= |
| 113 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
147 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
| 114 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
148 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
| 115 | ${QT4_EXTRACT_DIRECTORIES}; do |
149 | ${QT4_EXTRACT_DIRECTORIES}; do |
| 116 | targets+=" ${MY_P}/${target}" |
150 | targets+=" ${unpack_p}/${target}" |
| 117 | done |
151 | done |
| 118 | |
152 | |
| 119 | echo tar xzpf "${DISTDIR}"/${MY_P}.tar.gz ${targets} |
153 | echo tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets} |
| 120 | tar xzpf "${DISTDIR}"/${MY_P}.tar.gz ${targets} || die |
154 | tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets} || die |
|
|
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 |
| 121 | } |
161 | } |
| 122 | |
162 | |
| 123 | # @ECLASS-VARIABLE: PATCHES |
163 | # @ECLASS-VARIABLE: PATCHES |
| 124 | # @DESCRIPTION: |
164 | # @DESCRIPTION: |
| 125 | # In case you have patches to apply, specify them in PATCHES variable. Make sure |
165 | # In case you have patches to apply, specify them in PATCHES variable. Make sure |
| … | |
… | |
| 135 | # source files in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified on /etc/make.conf. |
175 | # source files in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified on /etc/make.conf. |
| 136 | qt4-build_src_prepare() { |
176 | qt4-build_src_prepare() { |
| 137 | setqtenv |
177 | setqtenv |
| 138 | cd "${S}" |
178 | cd "${S}" |
| 139 | |
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 | |
|
|
187 | if version_is_at_least "4.7"; then |
|
|
188 | # fix libX11 dependency on non X packages |
|
|
189 | local nolibx11_pkgs="qt-core qt-dbus qt-script qt-sql qt-test qt-xmlpatterns" |
|
|
190 | has ${PN} ${nolibx11_pkgs} && qt_nolibx11 |
|
|
191 | |
|
|
192 | qt_assistant_cleanup |
|
|
193 | fi |
|
|
194 | |
| 140 | if use aqua; then |
195 | if use aqua; then |
| 141 | # provide a proper macx-g++-64 |
196 | # provide a proper macx-g++-64 |
| 142 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
197 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
| 143 | |
198 | |
| 144 | sed -e '/^CONFIG/s:app_bundle::' \ |
199 | sed -e '/^CONFIG/s:app_bundle::' \ |
| 145 | -e '/^CONFIG/s:plugin_no_soname:plugin_with_soname absolute_library_soname:' \ |
200 | -e '/^CONFIG/s:plugin_no_soname:plugin_with_soname absolute_library_soname:' \ |
| 146 | -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed failed" |
201 | -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed failed" |
| 147 | fi |
202 | fi |
| 148 | |
203 | |
| 149 | if [[ ${PN} != qt-core ]]; then |
204 | if [[ ${PN} != qt-core ]]; then |
| 150 | skip_qmake_build_patch |
205 | skip_qmake_build |
| 151 | skip_project_generation_patch |
206 | skip_project_generation |
| 152 | symlink_binaries_to_buildtree |
207 | symlink_binaries_to_buildtree |
| 153 | fi |
208 | fi |
| 154 | |
209 | |
| 155 | if [[ ${CHOST} == *86*-apple-darwin* ]] ; then |
210 | if [[ ${CHOST} == *86*-apple-darwin* ]] ; then |
| 156 | # qmake bus errors with -O2 but -O3 works |
211 | # qmake bus errors with -O2 but -O3 works |
| 157 | replace-flags -O2 -O3 |
212 | replace-flags -O2 -O3 |
| 158 | fi |
213 | fi |
| 159 | |
|
|
| 160 | # Bug 282984 && Bug 295530 |
|
|
| 161 | sed -e "s:\(^SYSTEM_VARIABLES\):CC=$(tc-getCC)\nCXX=$(tc-getCXX)\n\1:" \ |
|
|
| 162 | -i configure || die "sed qmake compilers failed" |
|
|
| 163 | sed -e "s:\(\$MAKE\):\1 CC=$(tc-getCC) CXX=$(tc-getCXX) LD=$(tc-getCXX):" \ |
|
|
| 164 | -i config.tests/unix/compile.test || die "sed test compilers failed" |
|
|
| 165 | |
214 | |
| 166 | # Bug 178652 |
215 | # Bug 178652 |
| 167 | if [[ $(gcc-major-version) == 3 ]] && use amd64; then |
216 | if [[ $(gcc-major-version) == 3 ]] && use amd64; then |
| 168 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
217 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
| 169 | append-flags -fno-gcse |
218 | append-flags -fno-gcse |
|
|
219 | fi |
|
|
220 | |
|
|
221 | if use_if_iuse c++0x; then |
|
|
222 | ewarn "You are about to build Qt4 using the C++11 standard. Even though" |
|
|
223 | ewarn "this is an official standard, some of the reverse dependencies" |
|
|
224 | ewarn "may fail to compile or link againt the Qt4 libraries. Before" |
|
|
225 | ewarn "reporting a bug, make sure your bug is reproducible with c++0x" |
|
|
226 | ewarn "disabled." |
|
|
227 | append-flags -std=c++0x |
| 170 | fi |
228 | fi |
| 171 | |
229 | |
| 172 | # Unsupported old gcc versions - hardened needs this :( |
230 | # Unsupported old gcc versions - hardened needs this :( |
| 173 | if [[ $(gcc-major-version) -lt 4 ]] ; then |
231 | if [[ $(gcc-major-version) -lt 4 ]] ; then |
| 174 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
232 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
| … | |
… | |
| 182 | if use ppc64; then |
240 | if use ppc64; then |
| 183 | ewarn "Appending -mminimal-toc to CFLAGS/CXXFLAGS" |
241 | ewarn "Appending -mminimal-toc to CFLAGS/CXXFLAGS" |
| 184 | append-flags -mminimal-toc |
242 | append-flags -mminimal-toc |
| 185 | fi |
243 | fi |
| 186 | |
244 | |
|
|
245 | # Bug 282984 && Bug 295530 |
|
|
246 | sed -e "s:\(^SYSTEM_VARIABLES\):CC=\"$(tc-getCC)\"\nCXX=\"$(tc-getCXX)\"\nCFLAGS=\"${CFLAGS}\"\nCXXFLAGS=\"${CXXFLAGS}\"\nLDFLAGS=\"${LDFLAGS}\"\n\1:" \ |
|
|
247 | -i configure || die "sed qmake compilers failed" |
|
|
248 | |
|
|
249 | # Bug 321335 |
|
|
250 | if version_is_at_least 4.6; then |
|
|
251 | find ./config.tests/unix -name "*.test" -type f -exec grep -lZ \$MAKE '{}' \; | \ |
|
|
252 | xargs -0 \ |
|
|
253 | sed -e "s:\(\$MAKE\):\1 CC=\"$(tc-getCC)\" CXX=\"$(tc-getCXX)\" LD=\"$(tc-getCXX)\" LINK=\"$(tc-getCXX)\":g" \ |
|
|
254 | -i || die "sed test compilers failed" |
|
|
255 | fi |
|
|
256 | |
| 187 | # Bug 172219 |
257 | # Bug 172219 |
| 188 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
|
|
| 189 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
| 190 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
| 191 | -e "s:X11R6/::" \ |
258 | sed -e "s:X11R6/::" \ |
| 192 | -i "${S}"/mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed ${S}/mkspecs/$(qt_mkspecs_dir)/qmake.conf failed" |
259 | -i "${S}"/mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed ${S}/mkspecs/$(qt_mkspecs_dir)/qmake.conf failed" |
| 193 | |
260 | |
| 194 | if [[ ${CHOST} != *-darwin* ]]; then |
261 | if [[ ${CHOST} == *-darwin* ]]; then |
| 195 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
|
|
| 196 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
| 197 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
| 198 | -i mkspecs/common/g++.conf || die "sed mkspecs/common/g++.conf failed" |
|
|
| 199 | else |
|
|
| 200 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
262 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
| 201 | # crippled (by design) :/ |
263 | # crippled (by design) :/ |
| 202 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
264 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
| 203 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
265 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
| 204 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=-headerpad_max_install_names ${LDFLAGS}:" \ |
266 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=-headerpad_max_install_names ${LDFLAGS}:" \ |
| … | |
… | |
| 244 | # use GCC over SunStudio |
306 | # use GCC over SunStudio |
| 245 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
307 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
| 246 | # don't flirt with non-Prefix stuff, we're quite possessive |
308 | # don't flirt with non-Prefix stuff, we're quite possessive |
| 247 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
309 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
| 248 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
310 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
|
|
311 | # strip predefined CFLAGS from qmake ( bug #312689 ) |
|
|
312 | sed -i '/^QMAKE_CFLAGS_RELEASE/s:+=.*:+=:' mkspecs/common/g++.conf |
| 249 | |
313 | |
| 250 | base_src_prepare |
314 | base_src_prepare |
| 251 | } |
315 | } |
| 252 | |
316 | |
| 253 | # @FUNCTION: qt4-build_src_configure |
317 | # @FUNCTION: qt4-build_src_configure |
| … | |
… | |
| 260 | # this one is needed for all systems with a separate -liconv, apart from |
324 | # this one is needed for all systems with a separate -liconv, apart from |
| 261 | # Darwin, for which the sources already cater for -liconv |
325 | # Darwin, for which the sources already cater for -liconv |
| 262 | use !elibc_glibc && [[ ${CHOST} != *-darwin* ]] && \ |
326 | use !elibc_glibc && [[ ${CHOST} != *-darwin* ]] && \ |
| 263 | myconf+=" -liconv" |
327 | myconf+=" -liconv" |
| 264 | |
328 | |
| 265 | if has glib ${IUSE//+} && use glib; then |
329 | if use_if_iuse glib; then |
| 266 | # use -I, -L and -l from configure |
330 | # use -I, -L and -l from configure |
| 267 | local glibflags="$(pkg-config --cflags --libs glib-2.0 gthread-2.0)" |
331 | local glibflags="$(pkg-config --cflags --libs glib-2.0 gthread-2.0)" |
| 268 | # avoid the -pthread argument |
332 | # avoid the -pthread argument |
| 269 | myconf+=" ${glibflags//-pthread}" |
333 | myconf+=" ${glibflags//-pthread}" |
| 270 | unset glibflags |
334 | unset glibflags |
|
|
335 | fi |
|
|
336 | |
|
|
337 | if use_if_iuse qpa; then |
|
|
338 | ewarn |
|
|
339 | ewarn "The qpa useflag enables the Qt Platform Abstraction, formely" |
|
|
340 | ewarn "known as Qt Lighthouse. If you are not sure what that is, then" |
|
|
341 | ewarn "disable it before reporting any bugs related to this useflag." |
|
|
342 | ewarn |
|
|
343 | myconf+=" -qpa" |
| 271 | fi |
344 | fi |
| 272 | |
345 | |
| 273 | if use aqua ; then |
346 | if use aqua ; then |
| 274 | # On (snow) leopard use the new (frameworked) cocoa code. |
347 | # On (snow) leopard use the new (frameworked) cocoa code. |
| 275 | if [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
348 | if [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
| … | |
… | |
| 291 | # freetype2 include dir is non-standard, thus include it on configure |
364 | # freetype2 include dir is non-standard, thus include it on configure |
| 292 | # use -I from configure |
365 | # use -I from configure |
| 293 | myconf+=" $(pkg-config --cflags freetype2)" |
366 | myconf+=" $(pkg-config --cflags freetype2)" |
| 294 | fi |
367 | fi |
| 295 | |
368 | |
|
|
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 | |
| 296 | echo ./configure ${myconf} |
373 | echo ./configure ${myconf} |
| 297 | ./configure ${myconf} || die "./configure failed" |
374 | ./configure ${myconf} || die "./configure failed" |
| 298 | myconf="" |
375 | myconf="" |
|
|
376 | |
|
|
377 | prepare_directories ${QT4_TARGET_DIRECTORIES} |
| 299 | } |
378 | } |
| 300 | |
379 | |
| 301 | # @FUNCTION: qt4-build_src_compile |
380 | # @FUNCTION: qt4-build_src_compile |
|
|
381 | # @DESCRIPTION: |
| 302 | # @DESCRIPTION: Actual compile phase |
382 | # Actual compile phase |
| 303 | qt4-build_src_compile() { |
383 | qt4-build_src_compile() { |
| 304 | setqtenv |
384 | setqtenv |
| 305 | |
385 | |
| 306 | build_directories ${QT4_TARGET_DIRECTORIES} |
386 | build_directories ${QT4_TARGET_DIRECTORIES} |
|
|
387 | } |
|
|
388 | |
|
|
389 | # @FUNCTION: qt4-build_src_test |
|
|
390 | # @DESCRIPTION: |
|
|
391 | # Runs tests only in target directories. |
|
|
392 | qt4-build_src_test() { |
|
|
393 | for dir in ${QT4_TARGET_DIRECTORIES}; do |
|
|
394 | emake -j1 check -C ${dir} |
|
|
395 | done |
| 307 | } |
396 | } |
| 308 | |
397 | |
| 309 | # @FUNCTION: fix_includes |
398 | # @FUNCTION: fix_includes |
| 310 | # @DESCRIPTION: |
399 | # @DESCRIPTION: |
| 311 | # For MacOSX we need to add some symlinks when frameworks are |
400 | # For MacOSX we need to add some symlinks when frameworks are |
| … | |
… | |
| 336 | # @DESCRIPTION: |
425 | # @DESCRIPTION: |
| 337 | # Perform the actual installation including some library fixes. |
426 | # Perform the actual installation including some library fixes. |
| 338 | qt4-build_src_install() { |
427 | qt4-build_src_install() { |
| 339 | [[ ${EAPI} == 2 ]] && use !prefix && ED=${D} |
428 | [[ ${EAPI} == 2 ]] && use !prefix && ED=${D} |
| 340 | setqtenv |
429 | setqtenv |
|
|
430 | |
| 341 | install_directories ${QT4_TARGET_DIRECTORIES} |
431 | install_directories ${QT4_TARGET_DIRECTORIES} |
| 342 | install_qconfigs |
432 | install_qconfigs |
| 343 | fix_library_files |
433 | fix_library_files |
| 344 | fix_includes |
434 | fix_includes |
|
|
435 | |
|
|
436 | # remove .la files since we are building only shared Qt libraries |
|
|
437 | find "${D}"${QTLIBDIR} -name "*.la" -print0 | xargs -0 rm |
| 345 | } |
438 | } |
| 346 | |
439 | |
| 347 | # @FUNCTION: setqtenv |
440 | # @FUNCTION: setqtenv |
| 348 | setqtenv() { |
441 | setqtenv() { |
| 349 | # Set up installation directories |
442 | # Set up installation directories |
| … | |
… | |
| 405 | alpha|arm|ia64|mips|s390|sparc) myconf+=" -arch $(tc-arch)" ;; |
498 | alpha|arm|ia64|mips|s390|sparc) myconf+=" -arch $(tc-arch)" ;; |
| 406 | hppa|sh) myconf+=" -arch generic" ;; |
499 | hppa|sh) myconf+=" -arch generic" ;; |
| 407 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
500 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
| 408 | esac |
501 | esac |
| 409 | |
502 | |
| 410 | # 4.6: build qt-core with exceptions or qt-xmlpatterns won't build |
503 | # exceptions USE flag |
| 411 | local exceptions= |
|
|
| 412 | case "${PV}" in |
|
|
| 413 | 4.6.*) |
|
|
| 414 | if [[ ${PN} != "qt-core" ]] && [[ ${PN} != "qt-xmlpatterns" ]]; then |
|
|
| 415 | case "${PV}:${CHOST}" in |
|
|
| 416 | 4.6.0*:*-darwin*) |
|
|
| 417 | : # http://bugreports.qt.nokia.com/browse/QTBUG-5909 |
|
|
| 418 | # workaround for compilation error on OSX (qt-gui) |
|
|
| 419 | ;; |
|
|
| 420 | *) |
|
|
| 421 | exceptions="-no-exceptions" |
504 | local exceptions="-exceptions" |
| 422 | ;; |
505 | in_iuse exceptions && exceptions="$(qt_use exceptions)" |
| 423 | esac |
|
|
| 424 | fi |
|
|
| 425 | ;; |
|
|
| 426 | *) |
|
|
| 427 | [[ ${PN} == "qt-xmlpatterns" ]] || exceptions="-no-exceptions" |
|
|
| 428 | ;; |
|
|
| 429 | esac |
|
|
| 430 | |
506 | |
| 431 | # note about -reduce-relocations: |
507 | # note about -reduce-relocations: |
| 432 | # That flag seems to introduce major breakage to applications, |
508 | # That flag seems to introduce major breakage to applications, |
| 433 | # mostly to be seen as a core dump with the message "QPixmap: Must |
509 | # mostly to be seen as a core dump with the message "QPixmap: Must |
| 434 | # construct a QApplication before a QPaintDevice" on Solaris |
510 | # construct a QApplication before a QPaintDevice" on Solaris |
| … | |
… | |
| 445 | -nomake examples -nomake demos" |
521 | -nomake examples -nomake demos" |
| 446 | |
522 | |
| 447 | echo "${myconf}" |
523 | echo "${myconf}" |
| 448 | } |
524 | } |
| 449 | |
525 | |
| 450 | # @FUNCTION: build_directories |
526 | # @FUNCTION: prepare_directories |
| 451 | # @USAGE: < directories > |
527 | # @USAGE: < directories > |
| 452 | # @DESCRIPTION: |
528 | # @DESCRIPTION: |
| 453 | # Compiles the code in $QT4_TARGET_DIRECTORIES |
529 | # Generates makefiles for the directories set in $QT4_TARGET_DIRECTORIES |
| 454 | build_directories() { |
530 | prepare_directories() { |
| 455 | for x in "$@"; do |
531 | for x in "$@"; do |
| 456 | pushd "${S}"/${x} >/dev/null |
532 | pushd "${S}"/${x} >/dev/null |
|
|
533 | einfo "Running qmake in: ${x}" |
| 457 | # avoid running over the maximum argument number, bug #299810 |
534 | # avoid running over the maximum argument number, bug #299810 |
| 458 | { |
535 | { |
| 459 | echo "${S}"/mkspecs/common/*.conf |
536 | echo "${S}"/mkspecs/common/*.conf |
| 460 | find "${S}" -name '*.pr[io]' |
537 | find "${S}" -name '*.pr[io]' |
| 461 | } | xargs sed -i -e "s:\$\$\[QT_INSTALL_LIBS\]:${EPREFIX}/usr/$(get_libdir)/qt4:g" || die |
538 | } | xargs sed -i -e "s:\$\$\[QT_INSTALL_LIBS\]:${EPREFIX}/usr/$(get_libdir)/qt4:g" || die |
| 462 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
539 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
| 463 | emake CC="@echo compiling \$< && $(tc-getCC)" \ |
540 | popd >/dev/null |
| 464 | CXX="@echo compiling \$< && $(tc-getCXX)" \ |
541 | done |
|
|
542 | } |
|
|
543 | |
|
|
544 | |
|
|
545 | # @FUNCTION: build_directories |
|
|
546 | # @USAGE: < directories > |
|
|
547 | # @DESCRIPTION: |
|
|
548 | # Compiles the code in $QT4_TARGET_DIRECTORIES |
|
|
549 | build_directories() { |
|
|
550 | for x in "$@"; do |
|
|
551 | pushd "${S}"/${x} >/dev/null |
|
|
552 | emake CC="$(tc-getCC)" \ |
|
|
553 | CXX="$(tc-getCXX)" \ |
| 465 | LINK="@echo linking \$@ && $(tc-getCXX)" || die "emake failed" |
554 | LINK="$(tc-getCXX)" || die "emake failed" |
| 466 | popd >/dev/null |
555 | popd >/dev/null |
| 467 | done |
556 | done |
| 468 | } |
557 | } |
| 469 | |
558 | |
| 470 | # @FUNCTION: install_directories |
559 | # @FUNCTION: install_directories |
| … | |
… | |
| 493 | # @DESCRIPTION: |
582 | # @DESCRIPTION: |
| 494 | # List variables that should be defined at the top of QtCore/qconfig.h |
583 | # List variables that should be defined at the top of QtCore/qconfig.h |
| 495 | : ${QCONFIG_DEFINE:=} |
584 | : ${QCONFIG_DEFINE:=} |
| 496 | |
585 | |
| 497 | # @FUNCTION: install_qconfigs |
586 | # @FUNCTION: install_qconfigs |
|
|
587 | # @DESCRIPTION: |
| 498 | # @DESCRIPTION: Install gentoo-specific mkspecs configurations |
588 | # Install gentoo-specific mkspecs configurations |
| 499 | install_qconfigs() { |
589 | install_qconfigs() { |
| 500 | local x |
590 | local x |
| 501 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} ]]; then |
591 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} ]]; then |
| 502 | for x in QCONFIG_ADD QCONFIG_REMOVE; do |
592 | for x in QCONFIG_ADD QCONFIG_REMOVE; do |
| 503 | [[ -n ${!x} ]] && echo ${x}=${!x} >> "${T}"/${PN}-qconfig.pri |
593 | [[ -n ${!x} ]] && echo ${x}=${!x} >> "${T}"/${PN}-qconfig.pri |
| … | |
… | |
| 514 | doins "${T}"/gentoo-${PN}-qconfig.h || die "installing ${PN}-qconfig.h failed" |
604 | doins "${T}"/gentoo-${PN}-qconfig.h || die "installing ${PN}-qconfig.h failed" |
| 515 | fi |
605 | fi |
| 516 | } |
606 | } |
| 517 | |
607 | |
| 518 | # @FUNCTION: generate_qconfigs |
608 | # @FUNCTION: generate_qconfigs |
|
|
609 | # @DESCRIPTION: |
| 519 | # @DESCRIPTION: Generates gentoo-specific configurations |
610 | # Generates gentoo-specific configurations |
| 520 | generate_qconfigs() { |
611 | generate_qconfigs() { |
| 521 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
612 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
| 522 | local x qconfig_add qconfig_remove qconfig_new |
613 | local x qconfig_add qconfig_remove qconfig_new |
| 523 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
614 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
| 524 | [[ -f ${x} ]] || continue |
615 | [[ -f ${x} ]] || continue |
| … | |
… | |
| 538 | |
629 | |
| 539 | # generate list of QT_CONFIG entries from the existing list |
630 | # generate list of QT_CONFIG entries from the existing list |
| 540 | # including qconfig_add and excluding qconfig_remove |
631 | # including qconfig_add and excluding qconfig_remove |
| 541 | for x in $(sed -n 's/^QT_CONFIG +=//p' \ |
632 | for x in $(sed -n 's/^QT_CONFIG +=//p' \ |
| 542 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri) ${qconfig_add}; do |
633 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri) ${qconfig_add}; do |
| 543 | hasq ${x} ${qconfig_remove} || qconfig_new+=" ${x}" |
634 | has ${x} ${qconfig_remove} || qconfig_new+=" ${x}" |
| 544 | done |
635 | done |
| 545 | |
636 | |
| 546 | # replace the existing QT_CONFIG list with qconfig_new |
637 | # replace the existing QT_CONFIG list with qconfig_new |
| 547 | if ! sed -i -e "s/QT_CONFIG +=.*/QT_CONFIG += ${qconfig_new}/" \ |
638 | if ! sed -i -e "s/QT_CONFIG +=.*/QT_CONFIG += ${qconfig_new}/" \ |
| 548 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri; then |
639 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri; then |
| … | |
… | |
| 572 | fi |
663 | fi |
| 573 | fi |
664 | fi |
| 574 | } |
665 | } |
| 575 | |
666 | |
| 576 | # @FUNCTION: qt4-build_pkg_postrm |
667 | # @FUNCTION: qt4-build_pkg_postrm |
|
|
668 | # @DESCRIPTION: |
| 577 | # @DESCRIPTION: Generate configurations when the package is completely removed |
669 | # Generate configurations when the package is completely removed |
| 578 | qt4-build_pkg_postrm() { |
670 | qt4-build_pkg_postrm() { |
| 579 | generate_qconfigs |
671 | generate_qconfigs |
| 580 | } |
672 | } |
| 581 | |
673 | |
| 582 | # @FUNCTION: qt4-build_pkg_postinst |
674 | # @FUNCTION: qt4-build_pkg_postinst |
|
|
675 | # @DESCRIPTION: |
| 583 | # @DESCRIPTION: Generate configuration, plus throws a message about possible |
676 | # Generate configuration, plus throws a message about possible |
| 584 | # breakages and proposed solutions. |
677 | # breakages and proposed solutions. |
| 585 | qt4-build_pkg_postinst() { |
678 | qt4-build_pkg_postinst() { |
| 586 | generate_qconfigs |
679 | generate_qconfigs |
| 587 | } |
680 | } |
| 588 | |
681 | |
| 589 | # @FUNCTION: skip_qmake_build_patch |
682 | # @FUNCTION: skip_qmake_build |
| 590 | # @DESCRIPTION: |
683 | # @DESCRIPTION: |
| 591 | # Don't need to build qmake, as it's already installed from qt-core |
684 | # Don't need to build qmake, as it's already installed from qt-core |
| 592 | skip_qmake_build_patch() { |
685 | skip_qmake_build() { |
| 593 | # Don't need to build qmake, as it's already installed from qt-core |
686 | # Don't need to build qmake, as it's already installed from qt-core |
| 594 | sed -i -e "s:if true:if false:g" "${S}"/configure || die "Sed failed" |
687 | sed -i -e "s:if true:if false:g" "${S}"/configure || die "sed failed" |
| 595 | } |
688 | } |
| 596 | |
689 | |
| 597 | # @FUNCTION: skip_project_generation_patch |
690 | # @FUNCTION: skip_project_generation |
| 598 | # @DESCRIPTION: |
691 | # @DESCRIPTION: |
| 599 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
692 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
| 600 | skip_project_generation_patch() { |
693 | skip_project_generation() { |
| 601 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
694 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
| 602 | sed -e "s:echo \"Finding:exit 0\n\necho \"Finding:g" \ |
695 | sed -e "s:echo \"Finding:exit 0\n\necho \"Finding:g" \ |
| 603 | -i "${S}"/configure || die "Sed failed" |
696 | -i "${S}"/configure || die "sed failed" |
| 604 | } |
697 | } |
| 605 | |
698 | |
| 606 | # @FUNCTION: symlink_binaries_to_buildtree |
699 | # @FUNCTION: symlink_binaries_to_buildtree |
| 607 | # @DESCRIPTION: |
700 | # @DESCRIPTION: |
| 608 | # Symlink generated binaries to buildtree so they can be used during compilation |
701 | # Symlink generated binaries to buildtree so they can be used during compilation |
| 609 | # time |
702 | # time |
| 610 | symlink_binaries_to_buildtree() { |
703 | symlink_binaries_to_buildtree() { |
| 611 | for bin in qmake moc uic rcc; do |
704 | for bin in qmake moc uic rcc; do |
| 612 | ln -s ${QTBINDIR}/${bin} "${S}"/bin/ || die "Symlinking ${bin} to ${S}/bin failed." |
705 | ln -s "${QTBINDIR}"/${bin} "${S}"/bin/ || die "symlinking ${bin} to ${S}/bin failed" |
| 613 | done |
706 | done |
| 614 | } |
707 | } |
| 615 | |
708 | |
| 616 | # @FUNCTION: fix_library_files |
709 | # @FUNCTION: fix_library_files |
| 617 | # @DESCRIPTION: |
710 | # @DESCRIPTION: |
| 618 | # Fixes the pathes in *.la, *.prl, *.pc, as they are wrong due to sandbox and |
711 | # Fixes the pathes in *.la, *.prl, *.pc, as they are wrong due to sandbox and |
| 619 | # moves the *.pc-files into the pkgconfig directory |
712 | # moves the *.pc-files into the pkgconfig directory |
| 620 | fix_library_files() { |
713 | fix_library_files() { |
| 621 | for libfile in "${D}"/${QTLIBDIR}/{*.la,*.prl,pkgconfig/*.pc}; do |
714 | for libfile in "${D}"/${QTLIBDIR}/{*.la,*.prl,pkgconfig/*.pc}; do |
| 622 | if [[ -e ${libfile} ]]; then |
715 | if [[ -e ${libfile} ]]; then |
| 623 | sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${libfile} || die "Sed on ${libfile} failed." |
716 | sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${libfile} || die "sed on ${libfile} failed" |
| 624 | fi |
717 | fi |
| 625 | done |
718 | done |
| 626 | |
719 | |
| 627 | # pkgconfig files refer to WORKDIR/bin as the moc and uic locations. Fix: |
720 | # pkgconfig files refer to WORKDIR/bin as the moc and uic locations. Fix: |
| 628 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
721 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
| 629 | if [[ -e ${libfile} ]]; then |
722 | if [[ -e ${libfile} ]]; then |
| 630 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "Sed failed" |
723 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "sed failed" |
| 631 | |
724 | |
| 632 | # Move .pc files into the pkgconfig directory |
725 | # Move .pc files into the pkgconfig directory |
| 633 | dodir ${QTPCDIR#${EPREFIX}} |
726 | dodir ${QTPCDIR#${EPREFIX}} |
| 634 | mv ${libfile} "${D}"/${QTPCDIR}/ \ |
727 | mv ${libfile} "${D}"/${QTPCDIR}/ \ |
| 635 | || die "Moving ${libfile} to ${D}/${QTPCDIR}/ failed." |
728 | || die "moving ${libfile} to ${D}/${QTPCDIR}/ failed" |
| 636 | fi |
729 | fi |
| 637 | done |
730 | done |
| 638 | |
731 | |
| 639 | # Don't install an empty directory |
732 | # Don't install an empty directory |
| 640 | rmdir "${D}"/${QTLIBDIR}/pkgconfig |
733 | rmdir "${D}"/${QTLIBDIR}/pkgconfig |
| … | |
… | |
| 689 | *-solaris*) |
782 | *-solaris*) |
| 690 | spec=solaris ;; |
783 | spec=solaris ;; |
| 691 | *-linux-*|*-linux) |
784 | *-linux-*|*-linux) |
| 692 | spec=linux ;; |
785 | spec=linux ;; |
| 693 | *) |
786 | *) |
| 694 | die "Unknown CHOST, no platform choosen." |
787 | die "Unknown CHOST, no platform chosen" |
| 695 | esac |
788 | esac |
| 696 | |
789 | |
| 697 | CXX=$(tc-getCXX) |
790 | CXX=$(tc-getCXX) |
| 698 | if [[ ${CXX} == *g++* ]]; then |
791 | if [[ ${CXX} == *g++* ]]; then |
| 699 | spec+=-g++ |
792 | spec+=-g++ |
| 700 | elif [[ ${CXX} == *icpc* ]]; then |
793 | elif [[ ${CXX} == *icpc* ]]; then |
| 701 | spec+=-icc |
794 | spec+=-icc |
| 702 | else |
795 | else |
| 703 | die "Unknown compiler ${CXX}." |
796 | die "Unknown compiler '${CXX}'" |
| 704 | fi |
797 | fi |
| 705 | if [[ -n ${LIBDIR/lib} ]]; then |
798 | if [[ -n ${LIBDIR/lib} ]]; then |
| 706 | spec+=-${LIBDIR/lib} |
799 | spec+=-${LIBDIR/lib} |
| 707 | fi |
800 | fi |
| 708 | |
801 | |
| … | |
… | |
| 717 | fi |
810 | fi |
| 718 | |
811 | |
| 719 | echo "${spec}" |
812 | echo "${spec}" |
| 720 | } |
813 | } |
| 721 | |
814 | |
|
|
815 | # @FUNCTION: qt_assistant_cleanup |
|
|
816 | # @RETURN: nothing |
|
|
817 | # @DESCRIPTION: |
|
|
818 | # Tries to clean up tools.pro for qt-assistant ebuilds. |
|
|
819 | # Meant to be called in src_prepare(). |
|
|
820 | # Since Qt 4.7.4 this function is a no-op. |
|
|
821 | qt_assistant_cleanup() { |
|
|
822 | # apply patching to qt-assistant ebuilds only |
|
|
823 | [[ ${PN} != "qt-assistant" ]] && return |
|
|
824 | |
|
|
825 | # no longer needed for 4.7.4 and later |
|
|
826 | version_is_at_least "4.7.4" && return |
|
|
827 | |
|
|
828 | # different versions (and branches...) may need different handling, |
|
|
829 | # add a case if you need special handling |
|
|
830 | case "${MY_PV_EXTRA}" in |
|
|
831 | *kde-qt*) |
|
|
832 | sed -e "/^[ \t]*porting/,/^[ \t]*win32.*activeqt$/d" \ |
|
|
833 | -e "/mac/,/^embedded.*makeqpf$/d" \ |
|
|
834 | -i tools/tools.pro || die "patching tools.pro failed" |
|
|
835 | ;; |
|
|
836 | *) |
|
|
837 | sed -e "/^[ \t]*porting/,/^[ \t]*win32.*activeqt$/d" \ |
|
|
838 | -e "/mac/,/^embedded.*makeqpf$/d" \ |
|
|
839 | -e "s/^\([ \t]*pixeltool\) /\1 qdoc3 /" \ |
|
|
840 | -i tools/tools.pro || die "patching tools.pro failed" |
|
|
841 | ;; |
|
|
842 | esac |
|
|
843 | } |
|
|
844 | |
|
|
845 | # @FUNCTION: qt_nolibx11 |
|
|
846 | # @RETURN: nothing |
|
|
847 | # @DESCRIPTION: |
|
|
848 | # Ignore X11 tests for packages that don't need X libraries installed |
|
|
849 | 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 || |
|
|
852 | die "x11 check sed failed" |
|
|
853 | } |
|
|
854 | |
| 722 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install pkg_postrm pkg_postinst |
855 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install src_test pkg_postrm pkg_postinst |