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