1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 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.110 2011/12/26 11:59:19 pesa Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.125 2012/04/19 14:52:12 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. |
9 | # @DESCRIPTION: |
9 | # @DESCRIPTION: |
10 | # This eclass contains various functions that are used when building Qt4. |
10 | # This eclass contains various functions that are used when building Qt4. |
11 | |
11 | |
|
|
12 | case ${EAPI} in |
|
|
13 | 2|3|4) : ;; |
|
|
14 | *) die "qt4-build.eclass requires EAPI 2, 3 or 4." ;; |
|
|
15 | esac |
|
|
16 | |
12 | inherit base eutils multilib toolchain-funcs flag-o-matic versionator |
17 | inherit base eutils flag-o-matic multilib toolchain-funcs versionator |
|
|
18 | |
|
|
19 | if [[ ${PV} == *9999* ]]; then |
|
|
20 | QT4_BUILD_TYPE="live" |
|
|
21 | inherit git-2 |
|
|
22 | else |
|
|
23 | QT4_BUILD_TYPE="release" |
|
|
24 | fi |
|
|
25 | |
|
|
26 | HOMEPAGE="http://qt-project.org/ http://qt.nokia.com/" |
|
|
27 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
13 | |
28 | |
14 | MY_PV=${PV/_/-} |
29 | MY_PV=${PV/_/-} |
15 | MY_P=qt-everywhere-opensource-src-${MY_PV} |
30 | MY_P=qt-everywhere-opensource-src-${MY_PV} |
16 | |
31 | |
17 | HOMEPAGE="http://qt.nokia.com/ http://qt-project.org/" |
32 | case ${QT4_BUILD_TYPE} in |
|
|
33 | live) |
|
|
34 | EGIT_REPO_URI="git://gitorious.org/qt/qt.git |
|
|
35 | https://git.gitorious.org/qt/qt.git" |
|
|
36 | EGIT_BRANCH="${PV%.9999}" |
|
|
37 | ;; |
|
|
38 | release) |
18 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
39 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
19 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
40 | ;; |
|
|
41 | esac |
20 | |
42 | |
21 | IUSE="aqua debug pch" |
43 | IUSE="aqua debug pch" |
22 | |
|
|
23 | [[ ${CATEGORY}/${PN} != x11-libs/qt-xmlpatterns ]] && |
44 | if [[ ${CATEGORY}/${PN} != x11-libs/qt-xmlpatterns ]]; then |
24 | [[ ${CATEGORY}/${PN} != x11-themes/qgtkstyle ]] && |
|
|
25 | IUSE+=" +exceptions" |
45 | IUSE+=" +exceptions" |
26 | |
46 | fi |
27 | if version_is_at_least 4.7.99999999; then |
47 | if version_is_at_least 4.8; then |
28 | IUSE+=" c++0x qpa" |
48 | IUSE+=" c++0x qpa" |
29 | fi |
49 | fi |
30 | |
50 | |
31 | DEPEND="dev-util/pkgconfig" |
51 | DEPEND="dev-util/pkgconfig" |
|
|
52 | if [[ ${QT4_BUILD_TYPE} == live ]]; then |
|
|
53 | DEPEND+=" dev-lang/perl" |
|
|
54 | fi |
|
|
55 | |
32 | RDEPEND=" |
56 | RDEPEND=" |
33 | !<x11-libs/qt-assistant-${PV} |
57 | !<x11-libs/qt-assistant-${PV} |
34 | !>x11-libs/qt-assistant-${PV}-r9999 |
58 | !>x11-libs/qt-assistant-${PV}-r9999 |
|
|
59 | !<x11-libs/qt-bearer-${PV} |
|
|
60 | !>x11-libs/qt-bearer-${PV}-r9999 |
35 | !<x11-libs/qt-core-${PV} |
61 | !<x11-libs/qt-core-${PV} |
36 | !>x11-libs/qt-core-${PV}-r9999 |
62 | !>x11-libs/qt-core-${PV}-r9999 |
37 | !<x11-libs/qt-dbus-${PV} |
63 | !<x11-libs/qt-dbus-${PV} |
38 | !>x11-libs/qt-dbus-${PV}-r9999 |
64 | !>x11-libs/qt-dbus-${PV}-r9999 |
39 | !<x11-libs/qt-declarative-${PV} |
65 | !<x11-libs/qt-declarative-${PV} |
… | |
… | |
44 | !>x11-libs/qt-gui-${PV}-r9999 |
70 | !>x11-libs/qt-gui-${PV}-r9999 |
45 | !<x11-libs/qt-multimedia-${PV} |
71 | !<x11-libs/qt-multimedia-${PV} |
46 | !>x11-libs/qt-multimedia-${PV}-r9999 |
72 | !>x11-libs/qt-multimedia-${PV}-r9999 |
47 | !<x11-libs/qt-opengl-${PV} |
73 | !<x11-libs/qt-opengl-${PV} |
48 | !>x11-libs/qt-opengl-${PV}-r9999 |
74 | !>x11-libs/qt-opengl-${PV}-r9999 |
|
|
75 | !<x11-libs/qt-openvg-${PV} |
|
|
76 | !>x11-libs/qt-openvg-${PV}-r9999 |
49 | !<x11-libs/qt-phonon-${PV} |
77 | !<x11-libs/qt-phonon-${PV} |
50 | !>x11-libs/qt-phonon-${PV}-r9999 |
78 | !>x11-libs/qt-phonon-${PV}-r9999 |
51 | !<x11-libs/qt-qt3support-${PV} |
79 | !<x11-libs/qt-qt3support-${PV} |
52 | !>x11-libs/qt-qt3support-${PV}-r9999 |
80 | !>x11-libs/qt-qt3support-${PV}-r9999 |
53 | !<x11-libs/qt-script-${PV} |
81 | !<x11-libs/qt-script-${PV} |
… | |
… | |
74 | |
102 | |
75 | # Protect users by not allowing downgrades between releases |
103 | # Protect users by not allowing downgrades between releases |
76 | # Downgrading revisions within the same release should be allowed |
104 | # Downgrading revisions within the same release should be allowed |
77 | if has_version '>'${CATEGORY}/${P}-r9999; then |
105 | if has_version '>'${CATEGORY}/${P}-r9999; then |
78 | if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then |
106 | if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then |
|
|
107 | eerror |
79 | eerror "Sanity check to keep you from breaking your system:" |
108 | eerror "Sanity check to keep you from breaking your system:" |
80 | eerror " Downgrading Qt is completely unsupported and will break your system!" |
109 | eerror " Downgrading Qt is completely unsupported and will break your system!" |
|
|
110 | eerror |
81 | die "aborting to save your system" |
111 | die "aborting to save your system" |
82 | else |
112 | else |
83 | ewarn "Downgrading Qt is completely unsupported and will break your system!" |
113 | ewarn "Downgrading Qt is completely unsupported and will break your system!" |
84 | fi |
114 | fi |
85 | fi |
115 | fi |
86 | |
116 | |
87 | if [[ ${PN} == "qt-webkit" ]]; then |
117 | if [[ ${PN} == qt-webkit ]]; then |
88 | eshopts_push -s extglob |
118 | eshopts_push -s extglob |
89 | if is-flagq '-g?(gdb)?([1-9])'; then |
119 | if is-flagq '-g?(gdb)?([1-9])'; then |
90 | echo |
120 | echo |
91 | ewarn "You have enabled debug info (probably have -g or -ggdb in your \$C{,XX}FLAGS)." |
121 | ewarn "You have enabled debug info (probably have -g or -ggdb in your CFLAGS/CXXFLAGS)." |
92 | ewarn "You may experience really long compilation times and/or increased memory usage." |
122 | ewarn "You may experience really long compilation times and/or increased memory usage." |
93 | ewarn "If compilation fails, please try removing -g{,gdb} before reporting a bug." |
123 | ewarn "If compilation fails, please try removing -g/-ggdb before reporting a bug." |
94 | ewarn "For more info check out bug #307861" |
124 | ewarn "For more info check out bug #307861" |
95 | echo |
125 | echo |
96 | fi |
126 | fi |
97 | eshopts_pop |
127 | eshopts_pop |
98 | fi |
128 | fi |
… | |
… | |
108 | [[ ${CHOST} == *-apple-darwin* ]] && \ |
138 | [[ ${CHOST} == *-apple-darwin* ]] && \ |
109 | QT4_EXTRACT_DIRECTORIES="src/gui/kernel/qapplication_mac.mm |
139 | QT4_EXTRACT_DIRECTORIES="src/gui/kernel/qapplication_mac.mm |
110 | ${QT4_EXTRACT_DIRECTORIES}" |
140 | ${QT4_EXTRACT_DIRECTORIES}" |
111 | fi |
141 | fi |
112 | |
142 | |
113 | # Make sure ebuilds use the required EAPI |
|
|
114 | if [[ ${EAPI} != [23] ]]; then |
|
|
115 | eerror "The qt4-build eclass requires EAPI=2 or EAPI=3, but this ebuild is using" |
|
|
116 | eerror "EAPI=${EAPI:-0}. The ebuild author or editor failed. This ebuild needs to be" |
|
|
117 | eerror "fixed. Using qt4-build eclass without EAPI=2 or EAPI=3 will fail." |
|
|
118 | die "qt4-build eclass requires EAPI=2 or EAPI=3" |
|
|
119 | fi |
|
|
120 | |
|
|
121 | if ! version_is_at_least 4.1 $(gcc-version); then |
143 | if ! version_is_at_least 4.1 $(gcc-version); then |
122 | ewarn "Using a GCC version lower than 4.1 is not supported!" |
144 | ewarn "Using a GCC version lower than 4.1 is not supported." |
123 | fi |
145 | fi |
124 | } |
146 | } |
125 | |
147 | |
126 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
148 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
127 | # @DESCRIPTION: |
149 | # @DESCRIPTION: |
… | |
… | |
136 | # @FUNCTION: qt4-build_src_unpack |
158 | # @FUNCTION: qt4-build_src_unpack |
137 | # @DESCRIPTION: |
159 | # @DESCRIPTION: |
138 | # Unpacks the sources. |
160 | # Unpacks the sources. |
139 | qt4-build_src_unpack() { |
161 | qt4-build_src_unpack() { |
140 | setqtenv |
162 | setqtenv |
141 | local target targets= |
163 | |
|
|
164 | case ${QT4_BUILD_TYPE} in |
|
|
165 | live) |
|
|
166 | git-2_src_unpack |
|
|
167 | ;; |
|
|
168 | release) |
|
|
169 | local tarball="${MY_P}.tar.gz" target= targets= |
142 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
170 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
143 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
171 | src/{qbase,qt_targets,qt_install}.pri bin config.tests \ |
144 | ${QT4_EXTRACT_DIRECTORIES}; do |
172 | mkspecs qmake ${QT4_EXTRACT_DIRECTORIES} |
|
|
173 | do |
145 | targets+=" ${MY_P}/${target}" |
174 | targets+="${MY_P}/${target} " |
146 | done |
175 | done |
147 | |
176 | |
|
|
177 | ebegin "Unpacking parts of ${tarball}:" ${targets//${MY_P}\/} |
148 | echo tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets} |
178 | tar -xzf "${DISTDIR}/${tarball}" ${targets} |
149 | tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets} || die |
179 | eend $? || die "failed to unpack" |
|
|
180 | ;; |
|
|
181 | esac |
150 | } |
182 | } |
151 | |
183 | |
152 | # @ECLASS-VARIABLE: PATCHES |
184 | # @ECLASS-VARIABLE: PATCHES |
153 | # @DEFAULT_UNSET |
185 | # @DEFAULT_UNSET |
154 | # @DESCRIPTION: |
186 | # @DESCRIPTION: |
… | |
… | |
166 | # @DESCRIPTION: |
198 | # @DESCRIPTION: |
167 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
199 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
168 | # the build system in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified in /etc/make.conf. |
200 | # the build system in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified in /etc/make.conf. |
169 | qt4-build_src_prepare() { |
201 | qt4-build_src_prepare() { |
170 | setqtenv |
202 | setqtenv |
171 | cd "${S}" |
|
|
172 | |
203 | |
|
|
204 | if [[ ${QT4_BUILD_TYPE} == live ]]; then |
|
|
205 | QTDIR="." ./bin/syncqt || die "syncqt failed" |
|
|
206 | fi |
|
|
207 | |
173 | if version_is_at_least "4.7"; then |
208 | if version_is_at_least 4.7; then |
174 | # fix libX11 dependency on non X packages |
209 | # fix libX11 dependency on non X packages |
175 | local nolibx11_pkgs="qt-core qt-dbus qt-script qt-sql qt-test qt-xmlpatterns" |
210 | local nolibx11_pkgs="qt-core qt-dbus qt-script qt-sql qt-test qt-xmlpatterns" |
176 | has ${PN} ${nolibx11_pkgs} && qt_nolibx11 |
211 | has ${PN} ${nolibx11_pkgs} && qt_nolibx11 |
177 | |
212 | |
178 | qt_assistant_cleanup |
213 | qt_assistant_cleanup |
… | |
… | |
191 | skip_qmake_build |
226 | skip_qmake_build |
192 | skip_project_generation |
227 | skip_project_generation |
193 | symlink_binaries_to_buildtree |
228 | symlink_binaries_to_buildtree |
194 | fi |
229 | fi |
195 | |
230 | |
196 | if [[ ${CHOST} == *86*-apple-darwin* ]] ; then |
231 | if [[ ${CHOST} == *86*-apple-darwin* ]]; then |
197 | # qmake bus errors with -O2 but -O3 works |
232 | # qmake bus errors with -O2 or -O3 but -O1 works |
|
|
233 | # Bug 373061 |
198 | replace-flags -O2 -O3 |
234 | replace-flags -O[23] -O1 |
199 | fi |
235 | fi |
200 | |
236 | |
201 | # Bug 178652 |
237 | # Bug 178652 |
202 | if [[ $(gcc-major-version) == 3 ]] && use amd64; then |
238 | if [[ $(gcc-major-version) == 3 ]] && use amd64; then |
203 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
239 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
204 | append-flags -fno-gcse |
240 | append-flags -fno-gcse |
205 | fi |
241 | fi |
206 | |
242 | |
207 | if use_if_iuse c++0x; then |
243 | if use_if_iuse c++0x; then |
|
|
244 | echo |
208 | ewarn "You are about to build Qt4 using the C++11 standard. Even though" |
245 | ewarn "You are about to build Qt4 using the C++11 standard. Even though" |
209 | ewarn "this is an official standard, some of the reverse dependencies" |
246 | ewarn "this is an official standard, some of the reverse dependencies" |
210 | ewarn "may fail to compile or link againt the Qt4 libraries. Before" |
247 | ewarn "may fail to compile or link againt the Qt4 libraries. Before" |
211 | ewarn "reporting a bug, make sure your bug is reproducible with c++0x" |
248 | ewarn "reporting a bug, make sure your bug is reproducible with c++0x" |
212 | ewarn "disabled." |
249 | ewarn "disabled." |
|
|
250 | echo |
213 | append-flags -std=c++0x |
251 | append-flags -std=c++0x |
214 | fi |
252 | fi |
215 | |
253 | |
216 | # Unsupported old gcc versions - hardened needs this :( |
254 | # Unsupported old gcc versions - hardened needs this :( |
217 | if [[ $(gcc-major-version) -lt 4 ]] ; then |
255 | if [[ $(gcc-major-version) -lt 4 ]]; then |
218 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
256 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
219 | append-cxxflags -fno-stack-protector |
257 | append-cxxflags -fno-stack-protector |
220 | # Bug 253127 |
258 | # Bug 253127 |
221 | sed -e "/^QMAKE_CFLAGS\t/ s:$: -fno-stack-protector-all:" \ |
259 | sed -e "/^QMAKE_CFLAGS\t/ s:$: -fno-stack-protector-all:" \ |
222 | -i mkspecs/common/g++.conf || die |
260 | -i mkspecs/common/g++.conf || die |
… | |
… | |
233 | CC='$(tc-getCC)'\n\ |
271 | CC='$(tc-getCC)'\n\ |
234 | CXX='$(tc-getCXX)'\n\ |
272 | CXX='$(tc-getCXX)'\n\ |
235 | CFLAGS='${CFLAGS}'\n\ |
273 | CFLAGS='${CFLAGS}'\n\ |
236 | CXXFLAGS='${CXXFLAGS}'\n\ |
274 | CXXFLAGS='${CXXFLAGS}'\n\ |
237 | LDFLAGS='${LDFLAGS}'\n" \ |
275 | LDFLAGS='${LDFLAGS}'\n" \ |
|
|
276 | -i configure \ |
238 | -i configure || die "sed SYSTEM_VARIABLES failed" |
277 | || die "sed SYSTEM_VARIABLES failed" |
239 | |
278 | |
240 | # Bug 321335 |
279 | # Respect CC, CXX, LINK and *FLAGS in config.tests |
241 | find config.tests/unix -name '*.test' -type f -exec grep -lZ \$MAKE '{}' \; | xargs -0 \ |
280 | find config.tests/unix -name '*.test' -type f -print0 | xargs -0 \ |
242 | sed -e "s:\(\$MAKE\):\1 CC='$(tc-getCC)' CXX='$(tc-getCXX)' LINK='$(tc-getCXX)':g" \ |
281 | sed -i -e "/bin\/qmake/ s: \"QT_BUILD_TREE=: \ |
243 | -i || die "sed test compilers failed" |
282 | 'QMAKE_CC=$(tc-getCC)' 'QMAKE_CXX=$(tc-getCXX)' 'QMAKE_LINK=$(tc-getCXX)' \ |
|
|
283 | 'QMAKE_CFLAGS+=${CFLAGS}' 'QMAKE_CXXFLAGS+=${CXXFLAGS}' 'QMAKE_LFLAGS+=${LDFLAGS}'&:" \ |
|
|
284 | || die "sed config.tests failed" |
|
|
285 | |
|
|
286 | # Strip predefined CFLAGS from mkspecs (bug 312689) |
|
|
287 | sed -i -e '/^QMAKE_CFLAGS_RELEASE/s:+=.*:+=:' mkspecs/common/g++.conf || die |
244 | |
288 | |
245 | # Bug 172219 |
289 | # Bug 172219 |
246 | sed -e "s:X11R6/::" -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
290 | sed -e 's:/X11R6/:/:' -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
247 | |
291 | |
248 | if [[ ${CHOST} == *-darwin* ]]; then |
292 | if [[ ${CHOST} == *-darwin* ]]; then |
249 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
293 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
250 | # crippled (by design) :/ |
294 | # crippled (by design) :/ |
|
|
295 | local mac_gpp_conf= |
|
|
296 | if [[ -f mkspecs/common/mac-g++.conf ]]; then |
|
|
297 | # qt < 4.8 has mac-g++.conf |
|
|
298 | mac_gpp_conf="mkspecs/common/mac-g++.conf" |
|
|
299 | elif [[ -f mkspecs/common/g++-macx.conf ]]; then |
|
|
300 | # qt >= 4.8 has g++-macx.conf |
|
|
301 | mac_gpp_conf="mkspecs/common/g++-macx.conf" |
|
|
302 | else |
|
|
303 | die "no known conf file for mac found" |
|
|
304 | fi |
|
|
305 | sed \ |
251 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
306 | -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
252 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
307 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
253 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=-headerpad_max_install_names ${LDFLAGS}:" \ |
308 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=-headerpad_max_install_names ${LDFLAGS}:" \ |
254 | -e "s:-arch\s\w*::g" \ |
309 | -e "s:-arch\s\w*::g" \ |
255 | -i mkspecs/common/mac-g++.conf || die "sed mkspecs/common/mac-g++.conf failed" |
310 | -i ${mac_gpp_conf} \ |
|
|
311 | || die "sed ${mac_gpp_conf} failed" |
256 | |
312 | |
257 | # Fix configure's -arch settings that appear in qmake/Makefile and also |
313 | # Fix configure's -arch settings that appear in qmake/Makefile and also |
258 | # fix arch handling (automagically duplicates our -arch arg and breaks |
314 | # fix arch handling (automagically duplicates our -arch arg and breaks |
259 | # pch). Additionally disable Xarch support. |
315 | # pch). Additionally disable Xarch support. |
|
|
316 | local mac_gcc_confs="${mac_gpp_conf}" |
|
|
317 | if [[ -f mkspecs/common/gcc-base-macx.conf ]]; then |
|
|
318 | mac_gcc_confs+=" mkspecs/common/gcc-base-macx.conf" |
|
|
319 | fi |
260 | sed \ |
320 | sed \ |
261 | -e "s:-arch i386::" \ |
321 | -e "s:-arch i386::" \ |
262 | -e "s:-arch ppc::" \ |
322 | -e "s:-arch ppc::" \ |
263 | -e "s:-arch x86_64::" \ |
323 | -e "s:-arch x86_64::" \ |
264 | -e "s:-arch ppc64::" \ |
324 | -e "s:-arch ppc64::" \ |
265 | -e "s:-arch \$i::" \ |
325 | -e "s:-arch \$i::" \ |
266 | -e "/if \[ ! -z \"\$NATIVE_64_ARCH\" \]; then/,/fi/ d" \ |
326 | -e "/if \[ ! -z \"\$NATIVE_64_ARCH\" \]; then/,/fi/ d" \ |
267 | -e "s:CFG_MAC_XARCH=yes:CFG_MAC_XARCH=no:g" \ |
327 | -e "s:CFG_MAC_XARCH=yes:CFG_MAC_XARCH=no:g" \ |
268 | -e "s:-Xarch_x86_64::g" \ |
328 | -e "s:-Xarch_x86_64::g" \ |
269 | -e "s:-Xarch_ppc64::g" \ |
329 | -e "s:-Xarch_ppc64::g" \ |
270 | -i configure mkspecs/common/mac-g++.conf || die "sed -arch/-Xarch failed" |
330 | -i configure ${mac_gcc_confs} \ |
|
|
331 | || die "sed -arch/-Xarch failed" |
271 | |
332 | |
272 | # On Snow Leopard don't fall back to 10.5 deployment target. |
333 | # On Snow Leopard don't fall back to 10.5 deployment target. |
273 | if [[ ${CHOST} == *-apple-darwin10 ]] ; then |
334 | if [[ ${CHOST} == *-apple-darwin10 ]]; then |
274 | sed -e "s:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET.*:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET 10.6:g" \ |
335 | sed -e "s:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET.*:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET 10.6:g" \ |
275 | -e "s:-mmacosx-version-min=10.[0-9]:-mmacosx-version-min=10.6:g" \ |
336 | -e "s:-mmacosx-version-min=10.[0-9]:-mmacosx-version-min=10.6:g" \ |
276 | -i configure mkspecs/common/mac-g++.conf || die "sed deployment target failed" |
337 | -i configure ${mac_gpp_conf} \ |
|
|
338 | || die "sed deployment target failed" |
277 | fi |
339 | fi |
278 | fi |
340 | fi |
279 | |
341 | |
280 | # this one is needed for all systems with a separate -liconv, apart from |
342 | # this one is needed for all systems with a separate -liconv, apart from |
281 | # Darwin, for which the sources already cater for -liconv |
343 | # Darwin, for which the sources already cater for -liconv |
282 | if use !elibc_glibc && [[ ${CHOST} != *-darwin* ]] ; then |
344 | if use !elibc_glibc && [[ ${CHOST} != *-darwin* ]]; then |
283 | sed \ |
345 | sed -e 's|mac:\(LIBS += -liconv\)|\1|g' \ |
284 | -e "s|mac:LIBS += -liconv|LIBS += -liconv|g" \ |
|
|
285 | -i config.tests/unix/iconv/iconv.pro \ |
346 | -i config.tests/unix/iconv/iconv.pro \ |
286 | || die "sed on iconv.pro failed" |
347 | || die "sed iconv.pro failed" |
287 | fi |
348 | fi |
288 | |
349 | |
289 | # we need some patches for Solaris |
350 | # we need some patches for Solaris |
290 | sed -i \ |
|
|
291 | -e '/^QMAKE_LFLAGS_THREAD/a\QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list,' \ |
351 | sed -i -e '/^QMAKE_LFLAGS_THREAD/a\QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list,' \ |
292 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
352 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
293 | # use GCC over SunStudio |
353 | # use GCC over SunStudio |
294 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
354 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
295 | # don't flirt with non-Prefix stuff, we're quite possessive |
355 | # do not flirt with non-Prefix stuff, we're quite possessive |
296 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
356 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
297 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
357 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
298 | # strip predefined CFLAGS from qmake ( bug #312689 ) |
|
|
299 | sed -i '/^QMAKE_CFLAGS_RELEASE/s:+=.*:+=:' mkspecs/common/g++.conf |
|
|
300 | |
358 | |
301 | base_src_prepare |
359 | base_src_prepare |
302 | } |
360 | } |
303 | |
361 | |
304 | # @FUNCTION: qt4-build_src_configure |
362 | # @FUNCTION: qt4-build_src_configure |
305 | # @DESCRIPTION: |
363 | # @DESCRIPTION: |
306 | # Default configure phase |
364 | # Default configure phase |
307 | qt4-build_src_configure() { |
365 | qt4-build_src_configure() { |
308 | setqtenv |
366 | setqtenv |
309 | myconf="$(standard_configure_options) ${myconf}" |
367 | |
|
|
368 | local conf=" |
|
|
369 | -prefix ${QTPREFIXDIR} |
|
|
370 | -bindir ${QTBINDIR} |
|
|
371 | -libdir ${QTLIBDIR} |
|
|
372 | -docdir ${QTDOCDIR} |
|
|
373 | -headerdir ${QTHEADERDIR} |
|
|
374 | -plugindir ${QTPLUGINDIR} |
|
|
375 | $(version_is_at_least 4.7 && echo -importdir ${QTIMPORTDIR}) |
|
|
376 | -datadir ${QTDATADIR} |
|
|
377 | -translationdir ${QTTRANSDIR} |
|
|
378 | -sysconfdir ${QTSYSCONFDIR} |
|
|
379 | -examplesdir ${QTEXAMPLESDIR} |
|
|
380 | -demosdir ${QTDEMOSDIR} |
|
|
381 | -opensource -confirm-license |
|
|
382 | -shared -fast -largefile -stl -verbose |
|
|
383 | -nomake examples -nomake demos" |
|
|
384 | |
|
|
385 | # ARCH is set on Gentoo. Qt now falls back to generic on an unsupported |
|
|
386 | # $(tc-arch). Therefore we convert it to supported values. |
|
|
387 | case "$(tc-arch)" in |
|
|
388 | amd64|x64-*) conf+=" -arch x86_64" ;; |
|
|
389 | ppc-macos) conf+=" -arch ppc" ;; |
|
|
390 | ppc|ppc64|ppc-*) conf+=" -arch powerpc" ;; |
|
|
391 | sparc|sparc-*|sparc64-*) conf+=" -arch sparc" ;; |
|
|
392 | x86-macos) conf+=" -arch x86" ;; |
|
|
393 | x86|x86-*) conf+=" -arch i386" ;; |
|
|
394 | alpha|arm|ia64|mips|s390) conf+=" -arch $(tc-arch)" ;; |
|
|
395 | hppa|sh) conf+=" -arch generic" ;; |
|
|
396 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
|
|
397 | esac |
|
|
398 | |
|
|
399 | conf+=" -platform $(qt_mkspecs_dir)" |
|
|
400 | |
|
|
401 | [[ $(get_libdir) != lib ]] && conf+=" -L${EPREFIX}/usr/$(get_libdir)" |
|
|
402 | |
|
|
403 | # debug/release |
|
|
404 | if use debug; then |
|
|
405 | conf+=" -debug" |
|
|
406 | else |
|
|
407 | conf+=" -release" |
|
|
408 | fi |
|
|
409 | conf+=" -no-separate-debug-info" |
|
|
410 | |
|
|
411 | # exceptions USE flag |
|
|
412 | conf+=" $(in_iuse exceptions && qt_use exceptions || echo -exceptions)" |
|
|
413 | |
|
|
414 | # disable RPATH on Qt >= 4.8 (bug 380415) |
|
|
415 | version_is_at_least 4.8 && conf+=" -no-rpath" |
|
|
416 | |
|
|
417 | # precompiled headers don't work on hardened, where the flag is masked |
|
|
418 | conf+=" $(qt_use pch)" |
|
|
419 | |
|
|
420 | # -reduce-relocations |
|
|
421 | # This flag seems to introduce major breakage to applications, |
|
|
422 | # mostly to be seen as a core dump with the message "QPixmap: Must |
|
|
423 | # construct a QApplication before a QPaintDevice" on Solaris. |
|
|
424 | # -- Daniel Vergien |
|
|
425 | [[ ${CHOST} != *-solaris* ]] && conf+=" -reduce-relocations" |
310 | |
426 | |
311 | # this one is needed for all systems with a separate -liconv, apart from |
427 | # this one is needed for all systems with a separate -liconv, apart from |
312 | # Darwin, for which the sources already cater for -liconv |
428 | # Darwin, for which the sources already cater for -liconv |
313 | use !elibc_glibc && [[ ${CHOST} != *-darwin* ]] && \ |
429 | if use !elibc_glibc && [[ ${CHOST} != *-darwin* ]]; then |
314 | myconf+=" -liconv" |
430 | conf+=" -liconv" |
|
|
431 | fi |
315 | |
432 | |
316 | if use_if_iuse glib; then |
433 | if use_if_iuse glib; then |
317 | # use -I, -L and -l from configure |
|
|
318 | local glibflags="$(pkg-config --cflags --libs glib-2.0 gthread-2.0)" |
434 | local glibflags="$(pkg-config --cflags --libs glib-2.0 gthread-2.0)" |
319 | # avoid the -pthread argument |
435 | # avoid the -pthread argument |
320 | myconf+=" ${glibflags//-pthread}" |
436 | conf+=" ${glibflags//-pthread}" |
321 | unset glibflags |
437 | unset glibflags |
322 | fi |
438 | fi |
323 | |
439 | |
324 | if use_if_iuse qpa; then |
440 | if use_if_iuse qpa; then |
325 | ewarn |
441 | echo |
326 | ewarn "The qpa useflag enables the Qt Platform Abstraction, formely" |
442 | ewarn "The qpa useflag enables the Qt Platform Abstraction, formely" |
327 | ewarn "known as Qt Lighthouse. If you are not sure what that is, then" |
443 | ewarn "known as Qt Lighthouse. If you are not sure what that is, then" |
328 | ewarn "disable it before reporting any bugs related to this useflag." |
444 | ewarn "disable it before reporting any bugs related to this useflag." |
329 | ewarn |
445 | echo |
330 | myconf+=" -qpa" |
446 | conf+=" -qpa" |
331 | fi |
447 | fi |
332 | |
448 | |
333 | if use aqua ; then |
449 | if use aqua; then |
334 | # On (snow) leopard use the new (frameworked) cocoa code. |
450 | # On (snow) leopard use the new (frameworked) cocoa code. |
335 | if [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
451 | if [[ ${CHOST##*-darwin} -ge 9 ]]; then |
336 | myconf+=" -cocoa -framework" |
452 | conf+=" -cocoa -framework" |
|
|
453 | # We need the source's headers, not the installed ones. |
|
|
454 | conf+=" -I${S}/include" |
|
|
455 | # Add hint for the framework location. |
|
|
456 | conf+=" -F${QTLIBDIR}" |
337 | |
457 | |
338 | # We are crazy and build cocoa + qt3support :-) |
458 | # We are crazy and build cocoa + qt3support :-) |
339 | if use qt3support; then |
459 | if use qt3support; then |
340 | sed -e "/case \"\$PLATFORM,\$CFG_MAC_COCOA\" in/,/;;/ s|CFG_QT3SUPPORT=\"no\"|CFG_QT3SUPPORT=\"yes\"|" \ |
460 | sed -e "/case \"\$PLATFORM,\$CFG_MAC_COCOA\" in/,/;;/ s|CFG_QT3SUPPORT=\"no\"|CFG_QT3SUPPORT=\"yes\"|" \ |
341 | -i configure |
461 | -i configure || die |
342 | fi |
462 | fi |
343 | |
463 | else |
344 | # We need the source's headers, not the installed ones. |
464 | conf+=" -no-framework" |
345 | myconf+=" -I${S}/include" |
|
|
346 | |
|
|
347 | # Add hint for the framework location. |
|
|
348 | myconf+=" -F${QTLIBDIR}" |
|
|
349 | fi |
465 | fi |
350 | else |
466 | else |
351 | # freetype2 include dir is non-standard, thus include it on configure |
467 | # freetype2 include dir is non-standard, thus pass it to configure |
352 | # use -I from configure |
|
|
353 | myconf+=" $(pkg-config --cflags freetype2)" |
468 | conf+=" $(pkg-config --cflags-only-I freetype2)" |
354 | fi |
469 | fi |
355 | |
470 | |
|
|
471 | conf+=" ${myconf}" |
|
|
472 | myconf= |
|
|
473 | |
356 | echo ./configure ${myconf} |
474 | echo ./configure ${conf} |
357 | ./configure ${myconf} || die "./configure failed" |
475 | ./configure ${conf} || die "./configure failed" |
358 | myconf="" |
|
|
359 | |
476 | |
360 | prepare_directories ${QT4_TARGET_DIRECTORIES} |
477 | prepare_directories ${QT4_TARGET_DIRECTORIES} |
361 | } |
478 | } |
362 | |
479 | |
363 | # @FUNCTION: qt4-build_src_compile |
480 | # @FUNCTION: qt4-build_src_compile |
… | |
… | |
371 | |
488 | |
372 | # @FUNCTION: qt4-build_src_test |
489 | # @FUNCTION: qt4-build_src_test |
373 | # @DESCRIPTION: |
490 | # @DESCRIPTION: |
374 | # Runs tests only in target directories. |
491 | # Runs tests only in target directories. |
375 | qt4-build_src_test() { |
492 | qt4-build_src_test() { |
|
|
493 | # QtMultimedia does not have any test suite (bug #332299) |
|
|
494 | [[ ${PN} == qt-multimedia ]] && return |
|
|
495 | |
376 | for dir in ${QT4_TARGET_DIRECTORIES}; do |
496 | for dir in ${QT4_TARGET_DIRECTORIES}; do |
377 | emake -j1 check -C ${dir} |
497 | emake -j1 check -C ${dir} |
378 | done |
498 | done |
379 | } |
499 | } |
380 | |
500 | |
381 | # @FUNCTION: fix_includes |
501 | # @FUNCTION: fix_includes |
382 | # @DESCRIPTION: |
502 | # @DESCRIPTION: |
383 | # For MacOS X we need to add some symlinks when frameworks are |
503 | # For MacOS X we need to add some symlinks when frameworks are |
384 | # being used, to avoid complications with some more or less stupid packages. |
504 | # being used, to avoid complications with some more or less stupid packages. |
385 | fix_includes() { |
505 | fix_includes() { |
386 | if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
506 | if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]]; then |
387 | # Some packages tend to include <Qt/...> |
507 | # Some packages tend to include <Qt/...> |
388 | dodir "${QTHEADERDIR#${EPREFIX}}"/Qt |
508 | dodir "${QTHEADERDIR#${EPREFIX}}"/Qt |
389 | |
509 | |
390 | # Fake normal headers when frameworks are installed... eases life later on |
510 | # Fake normal headers when frameworks are installed... eases life later on |
391 | local dest f |
511 | local dest f h |
392 | for frw in "${D}${QTLIBDIR}"/*.framework; do |
512 | for frw in "${D}${QTLIBDIR}"/*.framework; do |
393 | [[ -e "${frw}"/Headers ]] || continue |
513 | [[ -e "${frw}"/Headers ]] || continue |
394 | f=$(basename ${frw}) |
514 | f=$(basename ${frw}) |
395 | dest="${QTHEADERDIR#${EPREFIX}}"/${f%.framework} |
515 | dest="${QTHEADERDIR#${EPREFIX}}"/${f%.framework} |
396 | dosym "${QTLIBDIR#${EPREFIX}}"/${f}/Headers "${dest}" |
516 | dosym "${QTLIBDIR#${EPREFIX}}"/${f}/Headers "${dest}" |
… | |
… | |
415 | install_qconfigs |
535 | install_qconfigs |
416 | fix_library_files |
536 | fix_library_files |
417 | fix_includes |
537 | fix_includes |
418 | |
538 | |
419 | # remove .la files since we are building only shared Qt libraries |
539 | # remove .la files since we are building only shared Qt libraries |
420 | find "${D}"${QTLIBDIR} -name "*.la" -print0 | xargs -0 rm |
540 | find "${D}"${QTLIBDIR} -type f -name '*.la' -print0 | xargs -0 rm -f |
421 | } |
541 | } |
422 | |
542 | |
423 | # @FUNCTION: setqtenv |
543 | # @FUNCTION: setqtenv |
424 | # @INTERNAL |
544 | # @INTERNAL |
425 | setqtenv() { |
545 | setqtenv() { |
… | |
… | |
443 | PLATFORM=$(qt_mkspecs_dir) |
563 | PLATFORM=$(qt_mkspecs_dir) |
444 | |
564 | |
445 | unset QMAKESPEC |
565 | unset QMAKESPEC |
446 | } |
566 | } |
447 | |
567 | |
448 | # @FUNCTION: standard_configure_options |
|
|
449 | # @INTERNAL |
|
|
450 | # @DESCRIPTION: |
|
|
451 | # Sets up some standard configure options, like libdir (if necessary), whether |
|
|
452 | # debug info is wanted or not. |
|
|
453 | standard_configure_options() { |
|
|
454 | local myconf="-prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
|
|
455 | -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} -plugindir ${QTPLUGINDIR} |
|
|
456 | -importdir ${QTIMPORTDIR} -datadir ${QTDATADIR} -translationdir ${QTTRANSDIR} |
|
|
457 | -sysconfdir ${QTSYSCONFDIR} -examplesdir ${QTEXAMPLESDIR} -demosdir ${QTDEMOSDIR} |
|
|
458 | -opensource -confirm-license -shared -fast -largefile -stl -verbose |
|
|
459 | -platform $(qt_mkspecs_dir) -nomake examples -nomake demos" |
|
|
460 | |
|
|
461 | [[ $(get_libdir) != lib ]] && myconf+=" -L${EPREFIX}/usr/$(get_libdir)" |
|
|
462 | |
|
|
463 | # debug/release |
|
|
464 | if use debug; then |
|
|
465 | myconf+=" -debug" |
|
|
466 | else |
|
|
467 | myconf+=" -release" |
|
|
468 | fi |
|
|
469 | myconf+=" -no-separate-debug-info" |
|
|
470 | |
|
|
471 | # exceptions USE flag |
|
|
472 | local exceptions="-exceptions" |
|
|
473 | in_iuse exceptions && exceptions="$(qt_use exceptions)" |
|
|
474 | myconf+=" ${exceptions}" |
|
|
475 | |
|
|
476 | # disable RPATH on Qt >= 4.8 (bug 380415) |
|
|
477 | version_is_at_least 4.8 && myconf+=" -no-rpath" |
|
|
478 | |
|
|
479 | # precompiled headers don't work on hardened, where the flag is masked |
|
|
480 | myconf+=" $(qt_use pch)" |
|
|
481 | |
|
|
482 | # -reduce-relocations |
|
|
483 | # This flag seems to introduce major breakage to applications, |
|
|
484 | # mostly to be seen as a core dump with the message "QPixmap: Must |
|
|
485 | # construct a QApplication before a QPaintDevice" on Solaris. |
|
|
486 | # -- Daniel Vergien |
|
|
487 | [[ ${CHOST} != *-solaris* ]] && myconf+=" -reduce-relocations" |
|
|
488 | |
|
|
489 | use aqua && myconf+=" -no-framework" |
|
|
490 | |
|
|
491 | # ARCH is set on Gentoo. Qt now falls back to generic on an unsupported |
|
|
492 | # $(tc-arch). Therefore we convert it to supported values. |
|
|
493 | case "$(tc-arch)" in |
|
|
494 | amd64|x64-*) myconf+=" -arch x86_64" ;; |
|
|
495 | ppc-macos) myconf+=" -arch ppc" ;; |
|
|
496 | ppc|ppc64|ppc-*) myconf+=" -arch powerpc" ;; |
|
|
497 | sparc|sparc-*|sparc64-*) myconf+=" -arch sparc" ;; |
|
|
498 | x86-macos) myconf+=" -arch x86" ;; |
|
|
499 | x86|x86-*) myconf+=" -arch i386" ;; |
|
|
500 | alpha|arm|ia64|mips|s390) myconf+=" -arch $(tc-arch)" ;; |
|
|
501 | hppa|sh) myconf+=" -arch generic" ;; |
|
|
502 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
|
|
503 | esac |
|
|
504 | |
|
|
505 | echo "${myconf}" |
|
|
506 | } |
|
|
507 | |
|
|
508 | # @FUNCTION: prepare_directories |
568 | # @FUNCTION: prepare_directories |
509 | # @USAGE: < directories > |
569 | # @USAGE: < directories > |
510 | # @INTERNAL |
570 | # @INTERNAL |
511 | # @DESCRIPTION: |
571 | # @DESCRIPTION: |
512 | # Generates Makefiles for the given list of directories. |
572 | # Generates Makefiles for the given list of directories. |
… | |
… | |
597 | # @FUNCTION: generate_qconfigs |
657 | # @FUNCTION: generate_qconfigs |
598 | # @INTERNAL |
658 | # @INTERNAL |
599 | # @DESCRIPTION: |
659 | # @DESCRIPTION: |
600 | # Generates gentoo-specific qconfig.{h,pri}. |
660 | # Generates gentoo-specific qconfig.{h,pri}. |
601 | generate_qconfigs() { |
661 | generate_qconfigs() { |
602 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
662 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${PN} == qt-core ]]; then |
603 | local x qconfig_add qconfig_remove qconfig_new |
663 | local x qconfig_add qconfig_remove qconfig_new |
604 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
664 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
605 | [[ -f ${x} ]] || continue |
665 | [[ -f ${x} ]] || continue |
606 | qconfig_add+=" $(sed -n 's/^QCONFIG_ADD=//p' "${x}")" |
666 | qconfig_add+=" $(sed -n 's/^QCONFIG_ADD=//p' "${x}")" |
607 | qconfig_remove+=" $(sed -n 's/^QCONFIG_REMOVE=//p' "${x}")" |
667 | qconfig_remove+=" $(sed -n 's/^QCONFIG_REMOVE=//p' "${x}")" |
… | |
… | |
724 | } |
784 | } |
725 | |
785 | |
726 | # @FUNCTION: qt_use |
786 | # @FUNCTION: qt_use |
727 | # @USAGE: < flag > [ feature ] [ enableval ] |
787 | # @USAGE: < flag > [ feature ] [ enableval ] |
728 | # @DESCRIPTION: |
788 | # @DESCRIPTION: |
729 | # This will echo "${enableval}-${feature}" if <flag> is enabled, or |
789 | # This will echo "-${enableval}-${feature}" if <flag> is enabled, or |
730 | # "-no-${feature} if the flag is disabled. If [feature] is not specified <flag> |
790 | # "-no-${feature}" if it's disabled. If [feature] is not specified, <flag> |
731 | # will be used for that. If [enableval] is not specified, it omits the |
791 | # will be used for that. If [enableval] is not specified, it omits the |
732 | # assignment part. |
792 | # "-${enableval}" part. |
733 | qt_use() { |
793 | qt_use() { |
734 | local flag=$1 |
794 | use "$1" && echo "${3:+-$3}-${2:-$1}" || echo "-no-${2:-$1}" |
735 | local feature=$1 |
|
|
736 | local enableval= |
|
|
737 | |
|
|
738 | [[ -n $2 ]] && feature=$2 |
|
|
739 | [[ -n $3 ]] && enableval=-$3 |
|
|
740 | |
|
|
741 | if use ${flag}; then |
|
|
742 | echo "${enableval}-${feature}" |
|
|
743 | else |
|
|
744 | echo "-no-${feature}" |
|
|
745 | fi |
|
|
746 | } |
795 | } |
747 | |
796 | |
748 | # @FUNCTION: qt_mkspecs_dir |
797 | # @FUNCTION: qt_mkspecs_dir |
749 | # @RETURN: the specs-directory w/o path |
798 | # @RETURN: the specs-directory w/o path |
750 | # @DESCRIPTION: |
799 | # @DESCRIPTION: |
751 | # Allows us to define which mkspecs dir we want to use. |
800 | # Allows us to define which mkspecs dir we want to use. |
752 | qt_mkspecs_dir() { |
801 | qt_mkspecs_dir() { |
753 | local spec= |
802 | local spec= |
|
|
803 | |
754 | case ${CHOST} in |
804 | case "${CHOST}" in |
755 | *-freebsd*|*-dragonfly*) |
805 | *-freebsd*|*-dragonfly*) |
756 | spec=freebsd ;; |
806 | spec=freebsd ;; |
757 | *-openbsd*) |
807 | *-openbsd*) |
758 | spec=openbsd ;; |
808 | spec=openbsd ;; |
759 | *-netbsd*) |
809 | *-netbsd*) |
… | |
… | |
770 | *-solaris*) |
820 | *-solaris*) |
771 | spec=solaris ;; |
821 | spec=solaris ;; |
772 | *-linux-*|*-linux) |
822 | *-linux-*|*-linux) |
773 | spec=linux ;; |
823 | spec=linux ;; |
774 | *) |
824 | *) |
775 | die "Unknown CHOST, no platform chosen" |
825 | die "${FUNCNAME}(): Unknown CHOST '${CHOST}'" ;; |
776 | esac |
826 | esac |
777 | |
827 | |
778 | CXX=$(tc-getCXX) |
828 | case "$(tc-getCXX)" in |
779 | if [[ ${CXX} == *g++* ]]; then |
829 | *g++*) |
780 | spec+=-g++ |
830 | spec+=-g++ ;; |
781 | elif [[ ${CXX} == *icpc* ]]; then |
831 | *icpc*) |
782 | spec+=-icc |
832 | spec+=-icc ;; |
783 | else |
833 | *) |
784 | die "Unknown compiler '${CXX}'" |
834 | die "${FUNCNAME}(): Unknown compiler '$(tc-getCXX)'" ;; |
785 | fi |
835 | esac |
786 | if [[ -n ${LIBDIR/lib} ]]; then |
|
|
787 | spec+=-${LIBDIR/lib} |
|
|
788 | fi |
|
|
789 | |
836 | |
790 | # Add -64 for 64bit profiles |
837 | # Add -64 for 64bit profiles |
791 | if use x64-freebsd || |
838 | if use x64-freebsd || |
792 | use amd64-linux || |
839 | use amd64-linux || |
793 | use x64-macos || |
840 | use x64-macos || |
… | |
… | |
806 | # Tries to clean up tools.pro for qt-assistant ebuilds. |
853 | # Tries to clean up tools.pro for qt-assistant ebuilds. |
807 | # Meant to be called in src_prepare(). |
854 | # Meant to be called in src_prepare(). |
808 | # Since Qt 4.7.4 this function is a no-op. |
855 | # Since Qt 4.7.4 this function is a no-op. |
809 | qt_assistant_cleanup() { |
856 | qt_assistant_cleanup() { |
810 | # apply patching to qt-assistant ebuilds only |
857 | # apply patching to qt-assistant ebuilds only |
811 | [[ ${PN} != "qt-assistant" ]] && return |
858 | [[ ${PN} != qt-assistant ]] && return |
812 | |
859 | |
813 | # no longer needed for 4.7.4 and later |
860 | # no longer needed for 4.7.4 and later |
814 | version_is_at_least "4.7.4" && return |
861 | version_is_at_least 4.7.4 && return |
815 | |
862 | |
816 | # different versions (and branches...) may need different handling, |
863 | # different versions (and branches...) may need different handling, |
817 | # add a case if you need special handling |
864 | # add a case if you need special handling |
818 | case "${MY_PV_EXTRA}" in |
865 | case "${MY_PV_EXTRA}" in |
819 | *kde-qt*) |
866 | *kde-qt*) |