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