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