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