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