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