1 | # Copyright 1999-2009 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.72 2010/05/26 15:17:17 hwoarang Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.120 2012/02/28 18:53:45 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} |
|
|
16 | |
|
|
17 | HOMEPAGE="http://qt.nokia.com/ http://qt-project.org/" |
|
|
18 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
|
|
19 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
|
|
20 | |
|
|
21 | IUSE="aqua debug pch" |
|
|
22 | |
20 | [[ ${CATEGORY}/${PN} != x11-libs/qt-xmlpatterns ]] && IUSE="+exceptions" |
23 | [[ ${CATEGORY}/${PN} != x11-libs/qt-xmlpatterns ]] && |
21 | else |
24 | [[ ${CATEGORY}/${PN} != x11-themes/qgtkstyle ]] && |
22 | MY_P=qt-x11-opensource-src-${MY_PV} |
25 | IUSE+=" +exceptions" |
|
|
26 | |
|
|
27 | if version_is_at_least 4.7.99999999; then |
|
|
28 | IUSE+=" c++0x qpa" |
23 | fi |
29 | fi |
24 | |
30 | |
25 | HOMEPAGE="http://qt.nokia.com/" |
31 | DEPEND="dev-util/pkgconfig" |
26 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
|
|
27 | |
|
|
28 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
|
|
29 | IUSE+=" debug pch aqua" |
|
|
30 | |
|
|
31 | RDEPEND=" |
32 | RDEPEND=" |
32 | !<x11-libs/qt-assistant-${PV} |
33 | !<x11-libs/qt-assistant-${PV} |
33 | !>x11-libs/qt-assistant-${PV}-r9999 |
34 | !>x11-libs/qt-assistant-${PV}-r9999 |
34 | !<x11-libs/qt-core-${PV} |
35 | !<x11-libs/qt-core-${PV} |
35 | !>x11-libs/qt-core-${PV}-r9999 |
36 | !>x11-libs/qt-core-${PV}-r9999 |
36 | !<x11-libs/qt-dbus-${PV} |
37 | !<x11-libs/qt-dbus-${PV} |
37 | !>x11-libs/qt-dbus-${PV}-r9999 |
38 | !>x11-libs/qt-dbus-${PV}-r9999 |
|
|
39 | !<x11-libs/qt-declarative-${PV} |
|
|
40 | !>x11-libs/qt-declarative-${PV}-r9999 |
38 | !<x11-libs/qt-demo-${PV} |
41 | !<x11-libs/qt-demo-${PV} |
39 | !>x11-libs/qt-demo-${PV}-r9999 |
42 | !>x11-libs/qt-demo-${PV}-r9999 |
40 | !<x11-libs/qt-gui-${PV} |
43 | !<x11-libs/qt-gui-${PV} |
41 | !>x11-libs/qt-gui-${PV}-r9999 |
44 | !>x11-libs/qt-gui-${PV}-r9999 |
42 | !<x11-libs/qt-multimedia-${PV} |
45 | !<x11-libs/qt-multimedia-${PV} |
43 | !>x11-libs/qt-multimedia-${PV}-r9999 |
46 | !>x11-libs/qt-multimedia-${PV}-r9999 |
44 | !<x11-libs/qt-opengl-${PV} |
47 | !<x11-libs/qt-opengl-${PV} |
45 | !>x11-libs/qt-opengl-${PV}-r9999 |
48 | !>x11-libs/qt-opengl-${PV}-r9999 |
|
|
49 | !<x11-libs/qt-openvg-${PV} |
|
|
50 | !>x11-libs/qt-openvg-${PV}-r9999 |
46 | !<x11-libs/qt-phonon-${PV} |
51 | !<x11-libs/qt-phonon-${PV} |
47 | !>x11-libs/qt-phonon-${PV}-r9999 |
52 | !>x11-libs/qt-phonon-${PV}-r9999 |
48 | !<x11-libs/qt-qt3support-${PV} |
53 | !<x11-libs/qt-qt3support-${PV} |
49 | !>x11-libs/qt-qt3support-${PV}-r9999 |
54 | !>x11-libs/qt-qt3support-${PV}-r9999 |
50 | !<x11-libs/qt-script-${PV} |
55 | !<x11-libs/qt-script-${PV} |
… | |
… | |
63 | |
68 | |
64 | S=${WORKDIR}/${MY_P} |
69 | S=${WORKDIR}/${MY_P} |
65 | |
70 | |
66 | # @FUNCTION: qt4-build_pkg_setup |
71 | # @FUNCTION: qt4-build_pkg_setup |
67 | # @DESCRIPTION: |
72 | # @DESCRIPTION: |
68 | # Sets up S, MY_P, PATH, and LD_LIBRARY_PATH |
73 | # Sets up PATH and LD_LIBRARY_PATH. |
69 | qt4-build_pkg_setup() { |
74 | qt4-build_pkg_setup() { |
70 | [[ ${EAPI} == 2 ]] && use !prefix && EPREFIX= |
75 | [[ ${EAPI} == 2 ]] && use !prefix && EPREFIX= |
71 | |
76 | |
72 | # Protect users by not allowing downgrades between releases |
77 | # Protect users by not allowing downgrades between releases |
73 | # Downgrading revisions within the same release should be allowed |
78 | # Downgrading revisions within the same release should be allowed |
74 | if has_version '>'${CATEGORY}/${P}-r9999 ; then |
79 | if has_version '>'${CATEGORY}/${P}-r9999; then |
75 | if [[ -z $I_KNOW_WHAT_I_AM_DOING ]] ; then |
80 | if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then |
76 | eerror "Sanity check to keep you from breaking your system:" |
81 | eerror "Sanity check to keep you from breaking your system:" |
77 | eerror " Downgrading Qt is completely unsupported and will break your system!" |
82 | eerror " Downgrading Qt is completely unsupported and will break your system!" |
78 | die "aborting to save your system" |
83 | die "aborting to save your system" |
79 | else |
84 | else |
80 | ewarn "Downgrading Qt is completely unsupported and will break your system!" |
85 | ewarn "Downgrading Qt is completely unsupported and will break your system!" |
81 | fi |
86 | fi |
82 | fi |
87 | fi |
83 | |
88 | |
84 | if [[ "${PN}" == "qt-webkit" ]]; then |
89 | if [[ ${PN} == "qt-webkit" ]]; then |
85 | eshopts_push -s extglob |
90 | eshopts_push -s extglob |
86 | if is-flagq '-g?(gdb)?([0-9])'; then |
91 | if is-flagq '-g?(gdb)?([1-9])'; then |
87 | echo |
92 | echo |
88 | ewarn "You have enabled debug info (probably have -g or -ggdb in your \$C{,XX}FLAGS)." |
93 | ewarn "You have enabled debug info (probably have -g or -ggdb in your \$C{,XX}FLAGS)." |
89 | ewarn "You may experience really long compilation times and/or increased memory usage." |
94 | ewarn "You may experience really long compilation times and/or increased memory usage." |
90 | ewarn "If compilation fails, please try removing -g{,gdb} before reporting a bug." |
95 | ewarn "If compilation fails, please try removing -g{,gdb} before reporting a bug." |
91 | ewarn "For more info check out bug #307861" |
96 | ewarn "For more info check out bug #307861" |
… | |
… | |
106 | QT4_EXTRACT_DIRECTORIES="src/gui/kernel/qapplication_mac.mm |
111 | QT4_EXTRACT_DIRECTORIES="src/gui/kernel/qapplication_mac.mm |
107 | ${QT4_EXTRACT_DIRECTORIES}" |
112 | ${QT4_EXTRACT_DIRECTORIES}" |
108 | fi |
113 | fi |
109 | |
114 | |
110 | # Make sure ebuilds use the required EAPI |
115 | # Make sure ebuilds use the required EAPI |
111 | if [[ ${EAPI} != [23] ]]; then |
116 | if [[ ${EAPI} != [234] ]]; then |
112 | eerror "The qt4-build eclass requires EAPI=2 or EAPI=3, but this ebuild is using" |
117 | eerror "The qt4-build eclass requires EAPI 2,3 or 4 but this ebuild is using" |
113 | eerror "EAPI=${EAPI:-0}. The ebuild author or editor failed. This ebuild needs to be" |
118 | eerror "EAPI=${EAPI:-0}. The ebuild author or editor failed. This ebuild needs to be" |
114 | eerror "fixed. Using qt4-build eclass without EAPI=2 or EAPI=3 will fail." |
119 | eerror "fixed. Using qt4-build eclass without EAPI 2,3 or 4 will fail." |
115 | die "qt4-build eclass requires EAPI=2 or EAPI=3" |
120 | die "qt4-build eclass requires EAPI 2,3 or 4" |
116 | fi |
121 | fi |
117 | |
122 | |
118 | if ! version_is_at_least 4.1 $(gcc-version); then |
123 | if ! version_is_at_least 4.1 $(gcc-version); then |
119 | ewarn "Using a GCC version lower than 4.1 is not supported!" |
124 | ewarn "Using a GCC version lower than 4.1 is not supported!" |
120 | fi |
125 | fi |
121 | } |
126 | } |
122 | |
127 | |
123 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
128 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
124 | # @DESCRIPTION: |
129 | # @DESCRIPTION: |
125 | # Arguments for build_target_directories. Takes the directories, in which the |
130 | # Arguments for build_target_directories. Takes the directories in which the |
126 | # code should be compiled. This is a space-separated list |
131 | # code should be compiled. This is a space-separated list. |
127 | |
132 | |
128 | # @ECLASS-VARIABLE: QT4_EXTRACT_DIRECTORIES |
133 | # @ECLASS-VARIABLE: QT4_EXTRACT_DIRECTORIES |
129 | # @DESCRIPTION: |
134 | # @DESCRIPTION: |
130 | # Space separated list including the directories that will be extracted from Qt |
135 | # Space-separated list including the directories that will be extracted from |
131 | # tarball |
136 | # Qt tarball. |
132 | |
137 | |
133 | # @FUNCTION: qt4-build_src_unpack |
138 | # @FUNCTION: qt4-build_src_unpack |
134 | # @DESCRIPTION: |
139 | # @DESCRIPTION: |
135 | # Unpacks the sources |
140 | # Unpacks the sources. |
136 | qt4-build_src_unpack() { |
141 | qt4-build_src_unpack() { |
137 | setqtenv |
142 | setqtenv |
138 | local target targets= |
143 | |
|
|
144 | local tarball="${MY_P}.tar.gz" target= targets= |
139 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
145 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
140 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
146 | src/{qbase,qt_targets,qt_install}.pri bin config.tests \ |
141 | ${QT4_EXTRACT_DIRECTORIES}; do |
147 | mkspecs qmake ${QT4_EXTRACT_DIRECTORIES} |
|
|
148 | do |
142 | targets+=" ${MY_P}/${target}" |
149 | targets+="${MY_P}/${target} " |
143 | done |
150 | done |
144 | |
151 | |
|
|
152 | ebegin "Unpacking parts of ${tarball}:" ${targets//${MY_P}\/} |
145 | echo tar xzpf "${DISTDIR}"/${MY_P}.tar.gz ${targets} |
153 | tar -xzf "${DISTDIR}/${tarball}" ${targets} |
146 | tar xzpf "${DISTDIR}"/${MY_P}.tar.gz ${targets} || die |
154 | eend $? || die "failed to unpack" |
147 | } |
155 | } |
148 | |
156 | |
149 | # @ECLASS-VARIABLE: PATCHES |
157 | # @ECLASS-VARIABLE: PATCHES |
|
|
158 | # @DEFAULT_UNSET |
150 | # @DESCRIPTION: |
159 | # @DESCRIPTION: |
151 | # In case you have patches to apply, specify them in PATCHES variable. Make sure |
160 | # PATCHES array variable containing all various patches to be applied. |
152 | # to specify the full path. This variable is necessary for src_prepare phase. |
161 | # This variable is expected to be defined in global scope of ebuild. |
153 | # example: |
162 | # Make sure to specify the full path. This variable is utilised in |
154 | # PATCHES="${FILESDIR}"/mypatch.patch |
163 | # src_unpack/src_prepare phase, based on EAPI. |
155 | # ${FILESDIR}"/mypatch2.patch" |
|
|
156 | # |
164 | # |
|
|
165 | # @CODE |
|
|
166 | # PATCHES=( "${FILESDIR}/mypatch.patch" |
|
|
167 | # "${FILESDIR}/patches_folder/" ) |
|
|
168 | # @CODE |
157 | |
169 | |
158 | # @FUNCTION: qt4-build_src_prepare |
170 | # @FUNCTION: qt4-build_src_prepare |
159 | # @DESCRIPTION: |
171 | # @DESCRIPTION: |
160 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
172 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
161 | # source files in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified on /etc/make.conf. |
173 | # the build system in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified in /etc/make.conf. |
162 | qt4-build_src_prepare() { |
174 | qt4-build_src_prepare() { |
163 | setqtenv |
175 | setqtenv |
164 | cd "${S}" |
176 | cd "${S}" |
165 | |
177 | |
166 | # fix qt 4.7 regression that skips -fvisibility=hidden |
|
|
167 | if version_is_at_least "4.7.0_beta1"; then |
178 | if version_is_at_least "4.7"; then |
168 | sed -e "s/^gcc|g++)/*gcc|*g++)/" \ |
179 | # fix libX11 dependency on non X packages |
169 | -i config.tests/unix/fvisibility.test || |
180 | local nolibx11_pkgs="qt-core qt-dbus qt-script qt-sql qt-test qt-xmlpatterns" |
170 | die "visibility fixing sed failed" |
181 | has ${PN} ${nolibx11_pkgs} && qt_nolibx11 |
|
|
182 | |
|
|
183 | qt_assistant_cleanup |
171 | fi |
184 | fi |
172 | |
185 | |
173 | if use aqua; then |
186 | if use aqua; then |
174 | # provide a proper macx-g++-64 |
187 | # provide a proper macx-g++-64 |
175 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
188 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
176 | |
189 | |
177 | sed -e '/^CONFIG/s:app_bundle::' \ |
190 | sed -e '/^CONFIG/s:app_bundle::' \ |
178 | -e '/^CONFIG/s:plugin_no_soname:plugin_with_soname absolute_library_soname:' \ |
191 | -e '/^CONFIG/s:plugin_no_soname:plugin_with_soname absolute_library_soname:' \ |
179 | -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed failed" |
192 | -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
180 | fi |
193 | fi |
181 | |
194 | |
182 | if [[ ${PN} != qt-core ]]; then |
195 | if [[ ${PN} != qt-core ]]; then |
183 | skip_qmake_build_patch |
196 | skip_qmake_build |
184 | skip_project_generation_patch |
197 | skip_project_generation |
185 | symlink_binaries_to_buildtree |
198 | symlink_binaries_to_buildtree |
186 | fi |
199 | fi |
187 | |
200 | |
188 | if [[ ${CHOST} == *86*-apple-darwin* ]] ; then |
201 | if [[ ${CHOST} == *86*-apple-darwin* ]]; then |
189 | # qmake bus errors with -O2 but -O3 works |
202 | # qmake bus errors with -O2 but -O3 works |
190 | replace-flags -O2 -O3 |
203 | replace-flags -O2 -O3 |
191 | fi |
204 | fi |
192 | |
205 | |
193 | # Bug 178652 |
206 | # Bug 178652 |
194 | if [[ $(gcc-major-version) == 3 ]] && use amd64; then |
207 | if [[ $(gcc-major-version) == 3 ]] && use amd64; then |
195 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
208 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
196 | append-flags -fno-gcse |
209 | append-flags -fno-gcse |
197 | fi |
210 | fi |
198 | |
211 | |
|
|
212 | if use_if_iuse c++0x; then |
|
|
213 | ewarn "You are about to build Qt4 using the C++11 standard. Even though" |
|
|
214 | ewarn "this is an official standard, some of the reverse dependencies" |
|
|
215 | ewarn "may fail to compile or link againt the Qt4 libraries. Before" |
|
|
216 | ewarn "reporting a bug, make sure your bug is reproducible with c++0x" |
|
|
217 | ewarn "disabled." |
|
|
218 | append-flags -std=c++0x |
|
|
219 | fi |
|
|
220 | |
199 | # Unsupported old gcc versions - hardened needs this :( |
221 | # Unsupported old gcc versions - hardened needs this :( |
200 | if [[ $(gcc-major-version) -lt 4 ]] ; then |
222 | if [[ $(gcc-major-version) -lt 4 ]]; then |
201 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
223 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
202 | append-cxxflags -fno-stack-protector |
224 | append-cxxflags -fno-stack-protector |
203 | # Bug 253127 |
225 | # Bug 253127 |
204 | sed -e "/^QMAKE_CFLAGS\t/ s:$: -fno-stack-protector-all:" \ |
226 | sed -e "/^QMAKE_CFLAGS\t/ s:$: -fno-stack-protector-all:" \ |
205 | -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.conf failed" |
227 | -i mkspecs/common/g++.conf || die |
206 | fi |
228 | fi |
207 | |
229 | |
208 | # Bug 261632 |
230 | # Bug 261632 |
209 | if use ppc64; then |
231 | if use ppc64; then |
210 | ewarn "Appending -mminimal-toc to CFLAGS/CXXFLAGS" |
232 | ewarn "Appending -mminimal-toc to CFLAGS/CXXFLAGS" |
211 | append-flags -mminimal-toc |
233 | append-flags -mminimal-toc |
212 | fi |
234 | fi |
213 | |
235 | |
214 | # Bug 282984 && Bug 295530 |
236 | # Respect CC, CXX, {C,CXX,LD}FLAGS in .qmake.cache |
215 | sed -e "s:\(^SYSTEM_VARIABLES\):CC=$(tc-getCC)\nCXX=$(tc-getCXX)\nCFLAGS=\"${CFLAGS}\"\nCXXFLAGS=\"${CXXFLAGS}\"\nLDFLAGS=\"${LDFLAGS}\"\n\1:" \ |
237 | sed -e "/^SYSTEM_VARIABLES=/i \ |
216 | -i configure || die "sed qmake compilers failed" |
238 | CC='$(tc-getCC)'\n\ |
217 | # bug 321335 |
239 | CXX='$(tc-getCXX)'\n\ |
218 | find ./config.tests/unix -name "*.test" -type f -exec grep -lZ \$MAKE '{}' \; | \ |
240 | CFLAGS='${CFLAGS}'\n\ |
219 | xargs -0 \ |
241 | CXXFLAGS='${CXXFLAGS}'\n\ |
220 | sed -e "s:\(\$MAKE\):\1 CC=$(tc-getCC) CXX=$(tc-getCXX) LD=$(tc-getCXX) LINK=$(tc-getCXX):g" \ |
242 | LDFLAGS='${LDFLAGS}'\n" \ |
221 | -i || die "sed test compilers failed" |
243 | -i configure \ |
|
|
244 | || die "sed SYSTEM_VARIABLES failed" |
|
|
245 | |
|
|
246 | # Respect CC, CXX, LINK and *FLAGS in config.tests |
|
|
247 | find config.tests/unix -name '*.test' -type f -print0 | xargs -0 \ |
|
|
248 | sed -i -e "/bin\/qmake/ s: \"QT_BUILD_TREE=: \ |
|
|
249 | 'QMAKE_CC=$(tc-getCC)' 'QMAKE_CXX=$(tc-getCXX)' 'QMAKE_LINK=$(tc-getCXX)' \ |
|
|
250 | 'QMAKE_CFLAGS+=${CFLAGS}' 'QMAKE_CXXFLAGS+=${CXXFLAGS}' 'QMAKE_LFLAGS+=${LDFLAGS}'&:" \ |
|
|
251 | || die "sed config.tests failed" |
|
|
252 | |
|
|
253 | # Strip predefined CFLAGS from mkspecs (bug 312689) |
|
|
254 | sed -i -e '/^QMAKE_CFLAGS_RELEASE/s:+=.*:+=:' mkspecs/common/g++.conf || die |
222 | |
255 | |
223 | # Bug 172219 |
256 | # Bug 172219 |
224 | sed -e "s:X11R6/::" \ |
257 | sed -e 's:/X11R6/:/:' -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
225 | -i "${S}"/mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed ${S}/mkspecs/$(qt_mkspecs_dir)/qmake.conf failed" |
|
|
226 | |
258 | |
227 | if [[ ${CHOST} == *-darwin* ]]; then |
259 | if [[ ${CHOST} == *-darwin* ]]; then |
228 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
260 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
229 | # crippled (by design) :/ |
261 | # crippled (by design) :/ |
|
|
262 | sed \ |
230 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
263 | -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
231 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
264 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
232 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=-headerpad_max_install_names ${LDFLAGS}:" \ |
265 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=-headerpad_max_install_names ${LDFLAGS}:" \ |
233 | -e "s:-arch\s\w*::g" \ |
266 | -e "s:-arch\s\w*::g" \ |
234 | -i mkspecs/common/mac-g++.conf || die "sed mkspecs/common/mac-g++.conf failed" |
267 | -i mkspecs/common/mac-g++.conf \ |
|
|
268 | || die "sed mkspecs/common/mac-g++.conf failed" |
235 | |
269 | |
236 | # Fix configure's -arch settings that appear in qmake/Makefile and also |
270 | # Fix configure's -arch settings that appear in qmake/Makefile and also |
237 | # fix arch handling (automagically duplicates our -arch arg and breaks |
271 | # fix arch handling (automagically duplicates our -arch arg and breaks |
238 | # pch). Additionally disable Xarch support. |
272 | # pch). Additionally disable Xarch support. |
239 | sed \ |
273 | sed \ |
… | |
… | |
244 | -e "s:-arch \$i::" \ |
278 | -e "s:-arch \$i::" \ |
245 | -e "/if \[ ! -z \"\$NATIVE_64_ARCH\" \]; then/,/fi/ d" \ |
279 | -e "/if \[ ! -z \"\$NATIVE_64_ARCH\" \]; then/,/fi/ d" \ |
246 | -e "s:CFG_MAC_XARCH=yes:CFG_MAC_XARCH=no:g" \ |
280 | -e "s:CFG_MAC_XARCH=yes:CFG_MAC_XARCH=no:g" \ |
247 | -e "s:-Xarch_x86_64::g" \ |
281 | -e "s:-Xarch_x86_64::g" \ |
248 | -e "s:-Xarch_ppc64::g" \ |
282 | -e "s:-Xarch_ppc64::g" \ |
249 | -i configure mkspecs/common/mac-g++.conf || die "sed configure failed" |
283 | -i configure mkspecs/common/mac-g++.conf \ |
|
|
284 | || die "sed -arch/-Xarch failed" |
250 | |
285 | |
251 | # On Snow Leopard don't fall back to 10.5 deployment target. |
286 | # On Snow Leopard don't fall back to 10.5 deployment target. |
252 | if [[ ${CHOST} == *-apple-darwin10 ]] ; then |
287 | if [[ ${CHOST} == *-apple-darwin10 ]]; then |
253 | sed -e "s:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET.*:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET 10.6:g" \ |
288 | sed -e "s:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET.*:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET 10.6:g" \ |
254 | -e "s:-mmacosx-version-min=10.[0-9]:-mmacosx-version-min=10.6:g" \ |
289 | -e "s:-mmacosx-version-min=10.[0-9]:-mmacosx-version-min=10.6:g" \ |
255 | -i configure mkspecs/common/mac-g++.conf || die "sed configure failed" |
290 | -i configure mkspecs/common/mac-g++.conf \ |
|
|
291 | || die "sed deployment target failed" |
256 | fi |
292 | fi |
257 | fi |
293 | fi |
258 | |
294 | |
259 | # this one is needed for all systems with a separate -liconv, apart from |
295 | # this one is needed for all systems with a separate -liconv, apart from |
260 | # Darwin, for which the sources already cater for -liconv |
296 | # Darwin, for which the sources already cater for -liconv |
261 | if use !elibc_glibc && [[ ${CHOST} != *-darwin* ]] ; then |
297 | if use !elibc_glibc && [[ ${CHOST} != *-darwin* ]]; then |
262 | sed \ |
298 | sed -e 's|mac:\(LIBS += -liconv\)|\1|g' \ |
263 | -e "s|mac:LIBS += -liconv|LIBS += -liconv|g" \ |
|
|
264 | -i config.tests/unix/iconv/iconv.pro \ |
299 | -i config.tests/unix/iconv/iconv.pro \ |
265 | || die "sed on iconv.pro failed" |
300 | || die "sed iconv.pro failed" |
266 | fi |
301 | fi |
267 | |
302 | |
268 | # we need some patches for Solaris |
303 | # we need some patches for Solaris |
269 | sed -i \ |
|
|
270 | -e '/^QMAKE_LFLAGS_THREAD/a\QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list,' \ |
304 | sed -i -e '/^QMAKE_LFLAGS_THREAD/a\QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list,' \ |
271 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
305 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
272 | # use GCC over SunStudio |
306 | # use GCC over SunStudio |
273 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
307 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
274 | # don't flirt with non-Prefix stuff, we're quite possessive |
308 | # do not flirt with non-Prefix stuff, we're quite possessive |
275 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
309 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
276 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
310 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
277 | |
311 | |
278 | base_src_prepare |
312 | base_src_prepare |
279 | } |
313 | } |
… | |
… | |
285 | setqtenv |
319 | setqtenv |
286 | myconf="$(standard_configure_options) ${myconf}" |
320 | myconf="$(standard_configure_options) ${myconf}" |
287 | |
321 | |
288 | # this one is needed for all systems with a separate -liconv, apart from |
322 | # this one is needed for all systems with a separate -liconv, apart from |
289 | # Darwin, for which the sources already cater for -liconv |
323 | # Darwin, for which the sources already cater for -liconv |
290 | use !elibc_glibc && [[ ${CHOST} != *-darwin* ]] && \ |
324 | if use !elibc_glibc && [[ ${CHOST} != *-darwin* ]]; then |
291 | myconf+=" -liconv" |
325 | myconf+=" -liconv" |
|
|
326 | fi |
292 | |
327 | |
293 | if has glib ${IUSE//+} && use glib; then |
328 | if use_if_iuse glib; then |
294 | # use -I, -L and -l from configure |
|
|
295 | local glibflags="$(pkg-config --cflags --libs glib-2.0 gthread-2.0)" |
329 | local glibflags="$(pkg-config --cflags --libs glib-2.0 gthread-2.0)" |
296 | # avoid the -pthread argument |
330 | # avoid the -pthread argument |
297 | myconf+=" ${glibflags//-pthread}" |
331 | myconf+=" ${glibflags//-pthread}" |
298 | unset glibflags |
332 | unset glibflags |
299 | fi |
333 | fi |
300 | |
334 | |
|
|
335 | if use_if_iuse qpa; then |
|
|
336 | ewarn |
|
|
337 | ewarn "The qpa useflag enables the Qt Platform Abstraction, formely" |
|
|
338 | ewarn "known as Qt Lighthouse. If you are not sure what that is, then" |
|
|
339 | ewarn "disable it before reporting any bugs related to this useflag." |
|
|
340 | ewarn |
|
|
341 | myconf+=" -qpa" |
|
|
342 | fi |
|
|
343 | |
301 | if use aqua ; then |
344 | if use aqua; then |
302 | # On (snow) leopard use the new (frameworked) cocoa code. |
345 | # On (snow) leopard use the new (frameworked) cocoa code. |
303 | if [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
346 | if [[ ${CHOST##*-darwin} -ge 9 ]]; then |
304 | myconf+=" -cocoa -framework" |
347 | myconf+=" -cocoa -framework" |
|
|
348 | # We need the source's headers, not the installed ones. |
|
|
349 | myconf+=" -I${S}/include" |
|
|
350 | # Add hint for the framework location. |
|
|
351 | myconf+=" -F${QTLIBDIR}" |
305 | |
352 | |
306 | # We are crazy and build cocoa + qt3support :-) |
353 | # We are crazy and build cocoa + qt3support :-) |
307 | if use qt3support; then |
354 | if use qt3support; then |
308 | sed -e "/case \"\$PLATFORM,\$CFG_MAC_COCOA\" in/,/;;/ s|CFG_QT3SUPPORT=\"no\"|CFG_QT3SUPPORT=\"yes\"|" \ |
355 | sed -e "/case \"\$PLATFORM,\$CFG_MAC_COCOA\" in/,/;;/ s|CFG_QT3SUPPORT=\"no\"|CFG_QT3SUPPORT=\"yes\"|" \ |
309 | -i configure |
356 | -i configure || die |
310 | fi |
357 | fi |
311 | |
358 | else |
312 | # We need the source's headers, not the installed ones. |
359 | myconf+=" -no-framework" |
313 | myconf+=" -I${S}/include" |
|
|
314 | |
|
|
315 | # Add hint for the framework location. |
|
|
316 | myconf+=" -F${QTLIBDIR}" |
|
|
317 | fi |
360 | fi |
318 | else |
361 | else |
319 | # freetype2 include dir is non-standard, thus include it on configure |
362 | # freetype2 include dir is non-standard, thus include it on configure |
320 | # use -I from configure |
363 | # use -I from configure |
321 | myconf+=" $(pkg-config --cflags freetype2)" |
364 | myconf+=" $(pkg-config --cflags freetype2)" |
322 | fi |
365 | fi |
323 | |
366 | |
324 | echo ./configure ${myconf} |
367 | echo ./configure ${myconf} |
325 | ./configure ${myconf} || die "./configure failed" |
368 | ./configure ${myconf} || die "./configure failed" |
326 | myconf="" |
369 | myconf="" |
|
|
370 | |
|
|
371 | prepare_directories ${QT4_TARGET_DIRECTORIES} |
327 | } |
372 | } |
328 | |
373 | |
329 | # @FUNCTION: qt4-build_src_compile |
374 | # @FUNCTION: qt4-build_src_compile |
|
|
375 | # @DESCRIPTION: |
330 | # @DESCRIPTION: Actual compile phase |
376 | # Actual compile phase |
331 | qt4-build_src_compile() { |
377 | qt4-build_src_compile() { |
332 | setqtenv |
378 | setqtenv |
333 | |
379 | |
334 | build_directories ${QT4_TARGET_DIRECTORIES} |
380 | build_directories ${QT4_TARGET_DIRECTORIES} |
335 | } |
381 | } |
336 | |
382 | |
|
|
383 | # @FUNCTION: qt4-build_src_test |
|
|
384 | # @DESCRIPTION: |
|
|
385 | # Runs tests only in target directories. |
|
|
386 | qt4-build_src_test() { |
|
|
387 | # QtMultimedia does not have any test suite (bug #332299) |
|
|
388 | [[ ${PN} == "qt-multimedia" ]] && return |
|
|
389 | |
|
|
390 | for dir in ${QT4_TARGET_DIRECTORIES}; do |
|
|
391 | emake -j1 check -C ${dir} |
|
|
392 | done |
|
|
393 | } |
|
|
394 | |
337 | # @FUNCTION: fix_includes |
395 | # @FUNCTION: fix_includes |
338 | # @DESCRIPTION: |
396 | # @DESCRIPTION: |
339 | # For MacOSX we need to add some symlinks when frameworks are |
397 | # For MacOS X we need to add some symlinks when frameworks are |
340 | # being used, to avoid complications with some more or less stupid packages. |
398 | # being used, to avoid complications with some more or less stupid packages. |
341 | fix_includes() { |
399 | fix_includes() { |
342 | if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
400 | if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]]; then |
343 | # Some packages tend to include <Qt/...> |
401 | # Some packages tend to include <Qt/...> |
344 | dodir "${QTHEADERDIR#${EPREFIX}}"/Qt |
402 | dodir "${QTHEADERDIR#${EPREFIX}}"/Qt |
345 | |
403 | |
346 | # Fake normal headers when frameworks are installed... eases life later on |
404 | # Fake normal headers when frameworks are installed... eases life later on |
347 | local dest f |
405 | local dest f h |
348 | for frw in "${D}${QTLIBDIR}"/*.framework; do |
406 | for frw in "${D}${QTLIBDIR}"/*.framework; do |
349 | [[ -e "${frw}"/Headers ]] || continue |
407 | [[ -e "${frw}"/Headers ]] || continue |
350 | f=$(basename ${frw}) |
408 | f=$(basename ${frw}) |
351 | dest="${QTHEADERDIR#${EPREFIX}}"/${f%.framework} |
409 | dest="${QTHEADERDIR#${EPREFIX}}"/${f%.framework} |
352 | dosym "${QTLIBDIR#${EPREFIX}}"/${f}/Headers "${dest}" |
410 | dosym "${QTLIBDIR#${EPREFIX}}"/${f}/Headers "${dest}" |
… | |
… | |
364 | # @DESCRIPTION: |
422 | # @DESCRIPTION: |
365 | # Perform the actual installation including some library fixes. |
423 | # Perform the actual installation including some library fixes. |
366 | qt4-build_src_install() { |
424 | qt4-build_src_install() { |
367 | [[ ${EAPI} == 2 ]] && use !prefix && ED=${D} |
425 | [[ ${EAPI} == 2 ]] && use !prefix && ED=${D} |
368 | setqtenv |
426 | setqtenv |
|
|
427 | |
369 | install_directories ${QT4_TARGET_DIRECTORIES} |
428 | install_directories ${QT4_TARGET_DIRECTORIES} |
370 | install_qconfigs |
429 | install_qconfigs |
371 | fix_library_files |
430 | fix_library_files |
372 | fix_includes |
431 | fix_includes |
|
|
432 | |
|
|
433 | # remove .la files since we are building only shared Qt libraries |
|
|
434 | find "${D}"${QTLIBDIR} -type f -name '*.la' -print0 | xargs -0 rm -f |
373 | } |
435 | } |
374 | |
436 | |
375 | # @FUNCTION: setqtenv |
437 | # @FUNCTION: setqtenv |
|
|
438 | # @INTERNAL |
376 | setqtenv() { |
439 | setqtenv() { |
377 | # Set up installation directories |
440 | # Set up installation directories |
378 | QTBASEDIR=${EPREFIX}/usr/$(get_libdir)/qt4 |
|
|
379 | QTPREFIXDIR=${EPREFIX}/usr |
441 | QTPREFIXDIR=${EPREFIX}/usr |
380 | QTBINDIR=${EPREFIX}/usr/bin |
442 | QTBINDIR=${EPREFIX}/usr/bin |
381 | QTLIBDIR=${EPREFIX}/usr/$(get_libdir)/qt4 |
443 | QTLIBDIR=${EPREFIX}/usr/$(get_libdir)/qt4 |
382 | QMAKE_LIBDIR_QT=${QTLIBDIR} |
|
|
383 | QTPCDIR=${EPREFIX}/usr/$(get_libdir)/pkgconfig |
444 | QTPCDIR=${EPREFIX}/usr/$(get_libdir)/pkgconfig |
384 | QTDATADIR=${EPREFIX}/usr/share/qt4 |
|
|
385 | QTDOCDIR=${EPREFIX}/usr/share/doc/qt-${PV} |
445 | QTDOCDIR=${EPREFIX}/usr/share/doc/qt-${PV} |
386 | QTHEADERDIR=${EPREFIX}/usr/include/qt4 |
446 | QTHEADERDIR=${EPREFIX}/usr/include/qt4 |
387 | QTPLUGINDIR=${QTLIBDIR}/plugins |
447 | QTPLUGINDIR=${QTLIBDIR}/plugins |
|
|
448 | QTIMPORTDIR=${QTLIBDIR}/imports |
|
|
449 | QTDATADIR=${EPREFIX}/usr/share/qt4 |
|
|
450 | QTTRANSDIR=${QTDATADIR}/translations |
388 | QTSYSCONFDIR=${EPREFIX}/etc/qt4 |
451 | QTSYSCONFDIR=${EPREFIX}/etc/qt4 |
389 | QTTRANSDIR=${QTDATADIR}/translations |
|
|
390 | QTEXAMPLESDIR=${QTDATADIR}/examples |
452 | QTEXAMPLESDIR=${QTDATADIR}/examples |
391 | QTDEMOSDIR=${QTDATADIR}/demos |
453 | QTDEMOSDIR=${QTDATADIR}/demos |
|
|
454 | QMAKE_LIBDIR_QT=${QTLIBDIR} |
392 | QT_INSTALL_PREFIX=${EPREFIX}/usr/$(get_libdir)/qt4 |
455 | QT_INSTALL_PREFIX=${EPREFIX}/usr/$(get_libdir)/qt4 |
|
|
456 | |
393 | PLATFORM=$(qt_mkspecs_dir) |
457 | PLATFORM=$(qt_mkspecs_dir) |
394 | |
458 | |
395 | unset QMAKESPEC |
459 | unset QMAKESPEC |
396 | } |
460 | } |
397 | |
461 | |
398 | # @FUNCTION: standard_configure_options |
462 | # @FUNCTION: standard_configure_options |
|
|
463 | # @INTERNAL |
399 | # @DESCRIPTION: |
464 | # @DESCRIPTION: |
400 | # Sets up some standard configure options, like libdir (if necessary), whether |
465 | # Sets up some standard configure options, like libdir (if necessary), whether |
401 | # debug info is wanted or not. |
466 | # debug info is wanted or not. |
402 | standard_configure_options() { |
467 | standard_configure_options() { |
403 | local myconf= |
468 | local myconf=" |
|
|
469 | -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
|
|
470 | -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} -plugindir ${QTPLUGINDIR} |
|
|
471 | $(version_is_at_least 4.7 && echo -importdir ${QTIMPORTDIR}) |
|
|
472 | -datadir ${QTDATADIR} -translationdir ${QTTRANSDIR} -sysconfdir ${QTSYSCONFDIR} |
|
|
473 | -examplesdir ${QTEXAMPLESDIR} -demosdir ${QTDEMOSDIR} |
|
|
474 | -opensource -confirm-license -shared -fast -largefile -stl -verbose |
|
|
475 | -platform $(qt_mkspecs_dir) -nomake examples -nomake demos" |
404 | |
476 | |
405 | [[ $(get_libdir) != lib ]] && myconf+=" -L${EPREFIX}/usr/$(get_libdir)" |
477 | [[ $(get_libdir) != lib ]] && myconf+=" -L${EPREFIX}/usr/$(get_libdir)" |
406 | |
478 | |
407 | # Disable visibility explicitly if gcc version isn't 4 |
479 | # debug/release |
408 | if [[ $(gcc-major-version) -lt 4 ]]; then |
|
|
409 | myconf+=" -no-reduce-exports" |
|
|
410 | fi |
|
|
411 | |
|
|
412 | # precompiled headers doesn't work on hardened, where the flag is masked. |
|
|
413 | myconf+=" $(qt_use pch)" |
|
|
414 | |
|
|
415 | if use debug; then |
480 | if use debug; then |
416 | myconf+=" -debug" |
481 | myconf+=" -debug" |
417 | else |
482 | else |
418 | myconf+=" -release" |
483 | myconf+=" -release" |
419 | fi |
484 | fi |
420 | myconf+=" -no-separate-debug-info" |
485 | myconf+=" -no-separate-debug-info" |
421 | |
486 | |
422 | use aqua && myconf+=" -no-framework" |
487 | # exceptions USE flag |
|
|
488 | myconf+=" $(in_iuse exceptions && qt_use exceptions || echo -exceptions)" |
|
|
489 | |
|
|
490 | # disable RPATH on Qt >= 4.8 (bug 380415) |
|
|
491 | version_is_at_least 4.8 && myconf+=" -no-rpath" |
|
|
492 | |
|
|
493 | # precompiled headers don't work on hardened, where the flag is masked |
|
|
494 | myconf+=" $(qt_use pch)" |
|
|
495 | |
|
|
496 | # -reduce-relocations |
|
|
497 | # This flag seems to introduce major breakage to applications, |
|
|
498 | # mostly to be seen as a core dump with the message "QPixmap: Must |
|
|
499 | # construct a QApplication before a QPaintDevice" on Solaris. |
|
|
500 | # -- Daniel Vergien |
|
|
501 | [[ ${CHOST} != *-solaris* ]] && myconf+=" -reduce-relocations" |
423 | |
502 | |
424 | # ARCH is set on Gentoo. Qt now falls back to generic on an unsupported |
503 | # ARCH is set on Gentoo. Qt now falls back to generic on an unsupported |
425 | # $(tc-arch). Therefore we convert it to supported values. |
504 | # $(tc-arch). Therefore we convert it to supported values. |
426 | case "$(tc-arch)" in |
505 | case "$(tc-arch)" in |
427 | amd64|x64-*) myconf+=" -arch x86_64" ;; |
506 | amd64|x64-*) myconf+=" -arch x86_64" ;; |
428 | ppc-macos) myconf+=" -arch ppc" ;; |
507 | ppc-macos) myconf+=" -arch ppc" ;; |
429 | ppc|ppc64|ppc-*) myconf+=" -arch powerpc" ;; |
508 | ppc|ppc64|ppc-*) myconf+=" -arch powerpc" ;; |
430 | sparc|sparc-*) myconf+=" -arch sparc" ;; |
509 | sparc|sparc-*|sparc64-*) myconf+=" -arch sparc" ;; |
431 | x86-macos) myconf+=" -arch x86" ;; |
510 | x86-macos) myconf+=" -arch x86" ;; |
432 | x86|x86-*) myconf+=" -arch i386" ;; |
511 | x86|x86-*) myconf+=" -arch i386" ;; |
433 | alpha|arm|ia64|mips|s390|sparc) myconf+=" -arch $(tc-arch)" ;; |
512 | alpha|arm|ia64|mips|s390) myconf+=" -arch $(tc-arch)" ;; |
434 | hppa|sh) myconf+=" -arch generic" ;; |
513 | hppa|sh) myconf+=" -arch generic" ;; |
435 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
514 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
436 | esac |
515 | esac |
437 | |
516 | |
438 | # 4.5: build everything but qt-xmlpatterns w/o exceptions |
|
|
439 | # 4.6: exceptions USE flag |
|
|
440 | local exceptions="-exceptions" |
|
|
441 | case "${PV}" in |
|
|
442 | 4.5.*) |
|
|
443 | [[ ${PN} == "qt-xmlpatterns" ]] || exceptions="-no-exceptions" |
|
|
444 | ;; |
|
|
445 | *) |
|
|
446 | has exceptions "${IUSE//+}" && exceptions="$(qt_use exceptions)" |
|
|
447 | ;; |
|
|
448 | esac |
|
|
449 | |
|
|
450 | # note about -reduce-relocations: |
|
|
451 | # That flag seems to introduce major breakage to applications, |
|
|
452 | # mostly to be seen as a core dump with the message "QPixmap: Must |
|
|
453 | # construct a QApplication before a QPaintDevice" on Solaris |
|
|
454 | # -- Daniel Vergien |
|
|
455 | [[ ${CHOST} != *-solaris* ]] && myconf+=" -reduce-relocations" |
|
|
456 | |
|
|
457 | myconf+=" -platform $(qt_mkspecs_dir) -stl -verbose -largefile -confirm-license |
|
|
458 | -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
|
|
459 | -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} |
|
|
460 | -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR} |
|
|
461 | -translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR} |
|
|
462 | -demosdir ${QTDEMOSDIR} -silent -fast -opensource |
|
|
463 | ${exceptions} |
|
|
464 | -nomake examples -nomake demos" |
|
|
465 | |
|
|
466 | echo "${myconf}" |
517 | echo "${myconf}" |
467 | } |
518 | } |
468 | |
519 | |
469 | # @FUNCTION: build_directories |
520 | # @FUNCTION: prepare_directories |
470 | # @USAGE: < directories > |
521 | # @USAGE: < directories > |
|
|
522 | # @INTERNAL |
471 | # @DESCRIPTION: |
523 | # @DESCRIPTION: |
472 | # Compiles the code in $QT4_TARGET_DIRECTORIES |
524 | # Generates Makefiles for the given list of directories. |
473 | build_directories() { |
525 | prepare_directories() { |
474 | for x in "$@"; do |
526 | for x in "$@"; do |
475 | pushd "${S}"/${x} >/dev/null |
527 | pushd "${S}"/${x} >/dev/null || die |
|
|
528 | einfo "Running qmake in: ${x}" |
476 | # avoid running over the maximum argument number, bug #299810 |
529 | # avoid running over the maximum argument number, bug #299810 |
477 | { |
530 | { |
478 | echo "${S}"/mkspecs/common/*.conf |
531 | echo "${S}"/mkspecs/common/*.conf |
479 | find "${S}" -name '*.pr[io]' |
532 | find "${S}" -name '*.pr[io]' |
480 | } | xargs sed -i -e "s:\$\$\[QT_INSTALL_LIBS\]:${EPREFIX}/usr/$(get_libdir)/qt4:g" || die |
533 | } | xargs sed -i \ |
|
|
534 | -e "s:\$\$\[QT_INSTALL_LIBS\]:${QTLIBDIR}:g" \ |
|
|
535 | -e "s:\$\$\[QT_INSTALL_PLUGINS\]:${QTPLUGINDIR}:g" \ |
|
|
536 | || die |
481 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
537 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
|
|
538 | popd >/dev/null || die |
|
|
539 | done |
|
|
540 | } |
|
|
541 | |
|
|
542 | |
|
|
543 | # @FUNCTION: build_directories |
|
|
544 | # @USAGE: < directories > |
|
|
545 | # @INTERNAL |
|
|
546 | # @DESCRIPTION: |
|
|
547 | # Compiles the code in the given list of directories. |
|
|
548 | build_directories() { |
|
|
549 | for x in "$@"; do |
|
|
550 | pushd "${S}"/${x} >/dev/null || die |
482 | emake CC="$(tc-getCC)" \ |
551 | emake CC="$(tc-getCC)" \ |
483 | CXX="$(tc-getCXX)" \ |
552 | CXX="$(tc-getCXX)" \ |
484 | LINK="$(tc-getCXX)" || die "emake failed" |
553 | LINK="$(tc-getCXX)" || die "emake failed" |
485 | popd >/dev/null |
554 | popd >/dev/null || die |
486 | done |
555 | done |
487 | } |
556 | } |
488 | |
557 | |
489 | # @FUNCTION: install_directories |
558 | # @FUNCTION: install_directories |
490 | # @USAGE: < directories > |
559 | # @USAGE: < directories > |
|
|
560 | # @INTERNAL |
491 | # @DESCRIPTION: |
561 | # @DESCRIPTION: |
492 | # run emake install in the given directories, which are separated by spaces |
562 | # Runs emake install in the given directories, which are separated by spaces. |
493 | install_directories() { |
563 | install_directories() { |
494 | for x in "$@"; do |
564 | for x in "$@"; do |
495 | pushd "${S}"/${x} >/dev/null || die "Can't pushd ${S}/${x}" |
565 | pushd "${S}"/${x} >/dev/null || die |
496 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
566 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
497 | popd >/dev/null || die "Can't popd from ${S}/${x}" |
567 | popd >/dev/null || die |
498 | done |
568 | done |
499 | } |
569 | } |
500 | |
570 | |
501 | # @ECLASS-VARIABLE: QCONFIG_ADD |
571 | # @ECLASS-VARIABLE: QCONFIG_ADD |
502 | # @DESCRIPTION: |
572 | # @DESCRIPTION: |
… | |
… | |
512 | # @DESCRIPTION: |
582 | # @DESCRIPTION: |
513 | # 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 |
514 | : ${QCONFIG_DEFINE:=} |
584 | : ${QCONFIG_DEFINE:=} |
515 | |
585 | |
516 | # @FUNCTION: install_qconfigs |
586 | # @FUNCTION: install_qconfigs |
|
|
587 | # @INTERNAL |
|
|
588 | # @DESCRIPTION: |
517 | # @DESCRIPTION: Install gentoo-specific mkspecs configurations |
589 | # Install gentoo-specific mkspecs configurations. |
518 | install_qconfigs() { |
590 | install_qconfigs() { |
519 | local x |
591 | local x |
520 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} ]]; then |
592 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} ]]; then |
521 | for x in QCONFIG_ADD QCONFIG_REMOVE; do |
593 | for x in QCONFIG_ADD QCONFIG_REMOVE; do |
522 | [[ -n ${!x} ]] && echo ${x}=${!x} >> "${T}"/${PN}-qconfig.pri |
594 | [[ -n ${!x} ]] && echo ${x}=${!x} >> "${T}"/${PN}-qconfig.pri |
… | |
… | |
533 | doins "${T}"/gentoo-${PN}-qconfig.h || die "installing ${PN}-qconfig.h failed" |
605 | doins "${T}"/gentoo-${PN}-qconfig.h || die "installing ${PN}-qconfig.h failed" |
534 | fi |
606 | fi |
535 | } |
607 | } |
536 | |
608 | |
537 | # @FUNCTION: generate_qconfigs |
609 | # @FUNCTION: generate_qconfigs |
538 | # @DESCRIPTION: Generates gentoo-specific configurations |
610 | # @INTERNAL |
|
|
611 | # @DESCRIPTION: |
|
|
612 | # Generates gentoo-specific qconfig.{h,pri}. |
539 | generate_qconfigs() { |
613 | generate_qconfigs() { |
540 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
614 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
541 | local x qconfig_add qconfig_remove qconfig_new |
615 | local x qconfig_add qconfig_remove qconfig_new |
542 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
616 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
543 | [[ -f ${x} ]] || continue |
617 | [[ -f ${x} ]] || continue |
… | |
… | |
557 | |
631 | |
558 | # generate list of QT_CONFIG entries from the existing list |
632 | # generate list of QT_CONFIG entries from the existing list |
559 | # including qconfig_add and excluding qconfig_remove |
633 | # including qconfig_add and excluding qconfig_remove |
560 | for x in $(sed -n 's/^QT_CONFIG +=//p' \ |
634 | for x in $(sed -n 's/^QT_CONFIG +=//p' \ |
561 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri) ${qconfig_add}; do |
635 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri) ${qconfig_add}; do |
562 | hasq ${x} ${qconfig_remove} || qconfig_new+=" ${x}" |
636 | has ${x} ${qconfig_remove} || qconfig_new+=" ${x}" |
563 | done |
637 | done |
564 | |
638 | |
565 | # replace the existing QT_CONFIG list with qconfig_new |
639 | # replace the existing QT_CONFIG list with qconfig_new |
566 | if ! sed -i -e "s/QT_CONFIG +=.*/QT_CONFIG += ${qconfig_new}/" \ |
640 | if ! sed -i -e "s/QT_CONFIG +=.*/QT_CONFIG += ${qconfig_new}/" \ |
567 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri; then |
641 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri; then |
… | |
… | |
591 | fi |
665 | fi |
592 | fi |
666 | fi |
593 | } |
667 | } |
594 | |
668 | |
595 | # @FUNCTION: qt4-build_pkg_postrm |
669 | # @FUNCTION: qt4-build_pkg_postrm |
|
|
670 | # @DESCRIPTION: |
596 | # @DESCRIPTION: Generate configurations when the package is completely removed |
671 | # Regenerate configuration when the package is completely removed. |
597 | qt4-build_pkg_postrm() { |
672 | qt4-build_pkg_postrm() { |
598 | generate_qconfigs |
673 | generate_qconfigs |
599 | } |
674 | } |
600 | |
675 | |
601 | # @FUNCTION: qt4-build_pkg_postinst |
676 | # @FUNCTION: qt4-build_pkg_postinst |
|
|
677 | # @DESCRIPTION: |
602 | # @DESCRIPTION: Generate configuration, plus throws a message about possible |
678 | # Regenerate configuration, plus throw a message about possible |
603 | # breakages and proposed solutions. |
679 | # breakages and proposed solutions. |
604 | qt4-build_pkg_postinst() { |
680 | qt4-build_pkg_postinst() { |
605 | generate_qconfigs |
681 | generate_qconfigs |
606 | } |
682 | } |
607 | |
683 | |
608 | # @FUNCTION: skip_qmake_build_patch |
684 | # @FUNCTION: skip_qmake_build |
|
|
685 | # @INTERNAL |
609 | # @DESCRIPTION: |
686 | # @DESCRIPTION: |
610 | # Don't need to build qmake, as it's already installed from qt-core |
687 | # Patches configure to skip qmake compilation, as it's already installed by qt-core. |
611 | skip_qmake_build_patch() { |
688 | skip_qmake_build() { |
612 | # Don't need to build qmake, as it's already installed from qt-core |
|
|
613 | sed -i -e "s:if true:if false:g" "${S}"/configure || die "Sed failed" |
689 | sed -i -e "s:if true:if false:g" "${S}"/configure || die |
614 | } |
690 | } |
615 | |
691 | |
616 | # @FUNCTION: skip_project_generation_patch |
692 | # @FUNCTION: skip_project_generation |
|
|
693 | # @INTERNAL |
617 | # @DESCRIPTION: |
694 | # @DESCRIPTION: |
618 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
695 | # Exit the script early by throwing in an exit before all of the .pro files are scanned. |
619 | skip_project_generation_patch() { |
696 | skip_project_generation() { |
620 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
|
|
621 | sed -e "s:echo \"Finding:exit 0\n\necho \"Finding:g" \ |
697 | sed -i -e "s:echo \"Finding:exit 0\n\necho \"Finding:g" "${S}"/configure || die |
622 | -i "${S}"/configure || die "Sed failed" |
|
|
623 | } |
698 | } |
624 | |
699 | |
625 | # @FUNCTION: symlink_binaries_to_buildtree |
700 | # @FUNCTION: symlink_binaries_to_buildtree |
|
|
701 | # @INTERNAL |
626 | # @DESCRIPTION: |
702 | # @DESCRIPTION: |
627 | # Symlink generated binaries to buildtree so they can be used during compilation |
703 | # Symlinks generated binaries to buildtree, so they can be used during compilation time. |
628 | # time |
|
|
629 | symlink_binaries_to_buildtree() { |
704 | symlink_binaries_to_buildtree() { |
630 | for bin in qmake moc uic rcc; do |
705 | for bin in qmake moc uic rcc; do |
631 | ln -s ${QTBINDIR}/${bin} "${S}"/bin/ || die "Symlinking ${bin} to ${S}/bin failed." |
706 | ln -s "${QTBINDIR}"/${bin} "${S}"/bin/ || die "symlinking ${bin} to ${S}/bin failed" |
632 | done |
707 | done |
633 | } |
708 | } |
634 | |
709 | |
635 | # @FUNCTION: fix_library_files |
710 | # @FUNCTION: fix_library_files |
|
|
711 | # @INTERNAL |
636 | # @DESCRIPTION: |
712 | # @DESCRIPTION: |
637 | # Fixes the pathes in *.la, *.prl, *.pc, as they are wrong due to sandbox and |
713 | # Fixes the paths in *.la, *.prl, *.pc, as they are wrong due to sandbox and |
638 | # moves the *.pc-files into the pkgconfig directory |
714 | # moves the *.pc files into the pkgconfig directory. |
639 | fix_library_files() { |
715 | fix_library_files() { |
|
|
716 | local libfile |
640 | for libfile in "${D}"/${QTLIBDIR}/{*.la,*.prl,pkgconfig/*.pc}; do |
717 | for libfile in "${D}"/${QTLIBDIR}/{*.la,*.prl,pkgconfig/*.pc}; do |
641 | if [[ -e ${libfile} ]]; then |
718 | if [[ -e ${libfile} ]]; then |
642 | sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${libfile} || die "Sed on ${libfile} failed." |
719 | sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${libfile} || die "sed on ${libfile} failed" |
643 | fi |
720 | fi |
644 | done |
721 | done |
645 | |
722 | |
646 | # pkgconfig files refer to WORKDIR/bin as the moc and uic locations. Fix: |
723 | # pkgconfig files refer to WORKDIR/bin as the moc and uic locations |
647 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
724 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
648 | if [[ -e ${libfile} ]]; then |
725 | if [[ -e ${libfile} ]]; then |
649 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "Sed failed" |
726 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "sed on ${libfile} failed" |
650 | |
727 | |
651 | # Move .pc files into the pkgconfig directory |
728 | # Move .pc files into the pkgconfig directory |
652 | dodir ${QTPCDIR#${EPREFIX}} |
729 | dodir ${QTPCDIR#${EPREFIX}} |
653 | mv ${libfile} "${D}"/${QTPCDIR}/ \ |
730 | mv ${libfile} "${D}"/${QTPCDIR}/ || die "moving ${libfile} to ${D}/${QTPCDIR}/ failed" |
654 | || die "Moving ${libfile} to ${D}/${QTPCDIR}/ failed." |
|
|
655 | fi |
731 | fi |
656 | done |
732 | done |
657 | |
733 | |
658 | # Don't install an empty directory |
734 | # Don't install an empty directory |
659 | rmdir "${D}"/${QTLIBDIR}/pkgconfig |
735 | rmdir "${D}"/${QTLIBDIR}/pkgconfig |
660 | } |
736 | } |
661 | |
737 | |
662 | # @FUNCTION: qt_use |
738 | # @FUNCTION: qt_use |
663 | # @USAGE: < flag > [ feature ] [ enableval ] |
739 | # @USAGE: < flag > [ feature ] [ enableval ] |
664 | # @DESCRIPTION: |
740 | # @DESCRIPTION: |
665 | # This will echo "${enableval}-${feature}" if <flag> is enabled, or |
741 | # This will echo "-${enableval}-${feature}" if <flag> is enabled, or |
666 | # "-no-${feature} if the flag is disabled. If [feature] is not specified <flag> |
742 | # "-no-${feature}" if it's disabled. If [feature] is not specified, <flag> |
667 | # will be used for that. If [enableval] is not specified, it omits the |
743 | # will be used for that. If [enableval] is not specified, it omits the |
668 | # assignment-part |
744 | # "-${enableval}" part. |
669 | qt_use() { |
745 | qt_use() { |
670 | local flag=$1 |
746 | use "$1" && echo "${3:+-$3}-${2:-$1}" || echo "-no-${2:-$1}" |
671 | local feature=$1 |
|
|
672 | local enableval= |
|
|
673 | |
|
|
674 | [[ -n $2 ]] && feature=$2 |
|
|
675 | [[ -n $3 ]] && enableval=-$3 |
|
|
676 | |
|
|
677 | if use ${flag}; then |
|
|
678 | echo "${enableval}-${feature}" |
|
|
679 | else |
|
|
680 | echo "-no-${feature}" |
|
|
681 | fi |
|
|
682 | } |
747 | } |
683 | |
748 | |
684 | # @FUNCTION: qt_mkspecs_dir |
749 | # @FUNCTION: qt_mkspecs_dir |
685 | # @RETURN: the specs-directory w/o path |
750 | # @RETURN: the specs-directory w/o path |
686 | # @DESCRIPTION: |
751 | # @DESCRIPTION: |
687 | # Allows us to define which mkspecs dir we want to use. |
752 | # Allows us to define which mkspecs dir we want to use. |
688 | qt_mkspecs_dir() { |
753 | qt_mkspecs_dir() { |
689 | # Allows us to define which mkspecs dir we want to use. |
|
|
690 | local spec |
754 | local spec= |
691 | |
|
|
692 | case ${CHOST} in |
755 | case ${CHOST} in |
693 | *-freebsd*|*-dragonfly*) |
756 | *-freebsd*|*-dragonfly*) |
694 | spec=freebsd ;; |
757 | spec=freebsd ;; |
695 | *-openbsd*) |
758 | *-openbsd*) |
696 | spec=openbsd ;; |
759 | spec=openbsd ;; |
… | |
… | |
708 | *-solaris*) |
771 | *-solaris*) |
709 | spec=solaris ;; |
772 | spec=solaris ;; |
710 | *-linux-*|*-linux) |
773 | *-linux-*|*-linux) |
711 | spec=linux ;; |
774 | spec=linux ;; |
712 | *) |
775 | *) |
713 | die "Unknown CHOST, no platform choosen." |
776 | die "Unknown CHOST, no platform chosen" |
714 | esac |
777 | esac |
715 | |
778 | |
716 | CXX=$(tc-getCXX) |
779 | CXX=$(tc-getCXX) |
717 | if [[ ${CXX} == *g++* ]]; then |
780 | if [[ ${CXX} == *g++* ]]; then |
718 | spec+=-g++ |
781 | spec+=-g++ |
719 | elif [[ ${CXX} == *icpc* ]]; then |
782 | elif [[ ${CXX} == *icpc* ]]; then |
720 | spec+=-icc |
783 | spec+=-icc |
721 | else |
784 | else |
722 | die "Unknown compiler ${CXX}." |
785 | die "Unknown compiler '${CXX}'" |
723 | fi |
|
|
724 | if [[ -n ${LIBDIR/lib} ]]; then |
|
|
725 | spec+=-${LIBDIR/lib} |
|
|
726 | fi |
786 | fi |
727 | |
787 | |
728 | # Add -64 for 64bit profiles |
788 | # Add -64 for 64bit profiles |
729 | if use x64-freebsd || |
789 | if use x64-freebsd || |
730 | use amd64-linux || |
790 | use amd64-linux || |
… | |
… | |
736 | fi |
796 | fi |
737 | |
797 | |
738 | echo "${spec}" |
798 | echo "${spec}" |
739 | } |
799 | } |
740 | |
800 | |
|
|
801 | # @FUNCTION: qt_assistant_cleanup |
|
|
802 | # @INTERNAL |
|
|
803 | # @DESCRIPTION: |
|
|
804 | # Tries to clean up tools.pro for qt-assistant ebuilds. |
|
|
805 | # Meant to be called in src_prepare(). |
|
|
806 | # Since Qt 4.7.4 this function is a no-op. |
|
|
807 | qt_assistant_cleanup() { |
|
|
808 | # apply patching to qt-assistant ebuilds only |
|
|
809 | [[ ${PN} != "qt-assistant" ]] && return |
|
|
810 | |
|
|
811 | # no longer needed for 4.7.4 and later |
|
|
812 | version_is_at_least "4.7.4" && return |
|
|
813 | |
|
|
814 | # different versions (and branches...) may need different handling, |
|
|
815 | # add a case if you need special handling |
|
|
816 | case "${MY_PV_EXTRA}" in |
|
|
817 | *kde-qt*) |
|
|
818 | sed -e "/^[ \t]*porting/,/^[ \t]*win32.*activeqt$/d" \ |
|
|
819 | -e "/mac/,/^embedded.*makeqpf$/d" \ |
|
|
820 | -i tools/tools.pro || die "patching tools.pro failed" |
|
|
821 | ;; |
|
|
822 | *) |
|
|
823 | sed -e "/^[ \t]*porting/,/^[ \t]*win32.*activeqt$/d" \ |
|
|
824 | -e "/mac/,/^embedded.*makeqpf$/d" \ |
|
|
825 | -e "s/^\([ \t]*pixeltool\) /\1 qdoc3 /" \ |
|
|
826 | -i tools/tools.pro || die "patching tools.pro failed" |
|
|
827 | ;; |
|
|
828 | esac |
|
|
829 | } |
|
|
830 | |
|
|
831 | # @FUNCTION: qt_nolibx11 |
|
|
832 | # @INTERNAL |
|
|
833 | # @DESCRIPTION: |
|
|
834 | # Ignore X11 tests for packages that don't need X libraries installed. |
|
|
835 | qt_nolibx11() { |
|
|
836 | sed -i "/unixtests\/compile.test.*config.tests\/x11\/xlib/,/fi$/d" "${S}"/configure || |
|
|
837 | die "x11 check sed failed" |
|
|
838 | } |
|
|
839 | |
741 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install pkg_postrm pkg_postinst |
840 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install src_test pkg_postrm pkg_postinst |