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