| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.66 2010/03/24 14:36:28 yngwin Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.110 2011/12/26 11:59:19 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}" |
| … | |
… | |
| 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 | local target targets= |
| 126 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
142 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
| 127 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
143 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
| 128 | ${QT4_EXTRACT_DIRECTORIES}; do |
144 | ${QT4_EXTRACT_DIRECTORIES}; do |
| 129 | targets+=" ${MY_P}/${target}" |
145 | targets+=" ${MY_P}/${target}" |
| 130 | done |
146 | done |
| 131 | |
147 | |
| 132 | echo tar xzpf "${DISTDIR}"/${MY_P}.tar.gz ${targets} |
148 | echo tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets} |
| 133 | tar xzpf "${DISTDIR}"/${MY_P}.tar.gz ${targets} || die |
149 | tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets} || die |
| 134 | } |
150 | } |
| 135 | |
151 | |
| 136 | # @ECLASS-VARIABLE: PATCHES |
152 | # @ECLASS-VARIABLE: PATCHES |
|
|
153 | # @DEFAULT_UNSET |
| 137 | # @DESCRIPTION: |
154 | # @DESCRIPTION: |
| 138 | # In case you have patches to apply, specify them in PATCHES variable. Make sure |
155 | # PATCHES array variable containing all various patches to be applied. |
| 139 | # to specify the full path. This variable is necessary for src_prepare phase. |
156 | # This variable is expected to be defined in global scope of ebuild. |
| 140 | # example: |
157 | # Make sure to specify the full path. This variable is utilised in |
| 141 | # PATCHES="${FILESDIR}"/mypatch.patch |
158 | # src_unpack/src_prepare phase, based on EAPI. |
| 142 | # ${FILESDIR}"/mypatch2.patch" |
|
|
| 143 | # |
159 | # |
|
|
160 | # @CODE |
|
|
161 | # PATCHES=( "${FILESDIR}/mypatch.patch" |
|
|
162 | # "${FILESDIR}/patches_folder/" ) |
|
|
163 | # @CODE |
| 144 | |
164 | |
| 145 | # @FUNCTION: qt4-build_src_prepare |
165 | # @FUNCTION: qt4-build_src_prepare |
| 146 | # @DESCRIPTION: |
166 | # @DESCRIPTION: |
| 147 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
167 | # 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. |
168 | # the build system in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified in /etc/make.conf. |
| 149 | qt4-build_src_prepare() { |
169 | qt4-build_src_prepare() { |
| 150 | setqtenv |
170 | setqtenv |
| 151 | cd "${S}" |
171 | cd "${S}" |
| 152 | |
172 | |
|
|
173 | if version_is_at_least "4.7"; then |
|
|
174 | # fix libX11 dependency on non X packages |
|
|
175 | local nolibx11_pkgs="qt-core qt-dbus qt-script qt-sql qt-test qt-xmlpatterns" |
|
|
176 | has ${PN} ${nolibx11_pkgs} && qt_nolibx11 |
|
|
177 | |
|
|
178 | qt_assistant_cleanup |
|
|
179 | fi |
|
|
180 | |
| 153 | if use aqua; then |
181 | if use aqua; then |
| 154 | # provide a proper macx-g++-64 |
182 | # provide a proper macx-g++-64 |
| 155 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
183 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
| 156 | |
184 | |
| 157 | sed -e '/^CONFIG/s:app_bundle::' \ |
185 | sed -e '/^CONFIG/s:app_bundle::' \ |
| 158 | -e '/^CONFIG/s:plugin_no_soname:plugin_with_soname absolute_library_soname:' \ |
186 | -e '/^CONFIG/s:plugin_no_soname:plugin_with_soname absolute_library_soname:' \ |
| 159 | -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed failed" |
187 | -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
| 160 | fi |
188 | fi |
| 161 | |
189 | |
| 162 | if [[ ${PN} != qt-core ]]; then |
190 | if [[ ${PN} != qt-core ]]; then |
| 163 | skip_qmake_build_patch |
191 | skip_qmake_build |
| 164 | skip_project_generation_patch |
192 | skip_project_generation |
| 165 | symlink_binaries_to_buildtree |
193 | symlink_binaries_to_buildtree |
| 166 | fi |
194 | fi |
| 167 | |
195 | |
| 168 | if [[ ${CHOST} == *86*-apple-darwin* ]] ; then |
196 | if [[ ${CHOST} == *86*-apple-darwin* ]] ; then |
| 169 | # qmake bus errors with -O2 but -O3 works |
197 | # qmake bus errors with -O2 but -O3 works |
| 170 | replace-flags -O2 -O3 |
198 | replace-flags -O2 -O3 |
| 171 | fi |
199 | fi |
| 172 | |
|
|
| 173 | # Bug 282984 && Bug 295530 |
|
|
| 174 | sed -e "s:\(^SYSTEM_VARIABLES\):CC=$(tc-getCC)\nCXX=$(tc-getCXX)\n\1:" \ |
|
|
| 175 | -i configure || die "sed qmake compilers failed" |
|
|
| 176 | sed -e "s:\(\$MAKE\):\1 CC=$(tc-getCC) CXX=$(tc-getCXX) LD=$(tc-getCXX):" \ |
|
|
| 177 | -i config.tests/unix/compile.test || die "sed test compilers failed" |
|
|
| 178 | |
200 | |
| 179 | # Bug 178652 |
201 | # Bug 178652 |
| 180 | if [[ $(gcc-major-version) == 3 ]] && use amd64; then |
202 | if [[ $(gcc-major-version) == 3 ]] && use amd64; then |
| 181 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
203 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
| 182 | append-flags -fno-gcse |
204 | append-flags -fno-gcse |
|
|
205 | fi |
|
|
206 | |
|
|
207 | if use_if_iuse c++0x; then |
|
|
208 | ewarn "You are about to build Qt4 using the C++11 standard. Even though" |
|
|
209 | ewarn "this is an official standard, some of the reverse dependencies" |
|
|
210 | ewarn "may fail to compile or link againt the Qt4 libraries. Before" |
|
|
211 | ewarn "reporting a bug, make sure your bug is reproducible with c++0x" |
|
|
212 | ewarn "disabled." |
|
|
213 | append-flags -std=c++0x |
| 183 | fi |
214 | fi |
| 184 | |
215 | |
| 185 | # Unsupported old gcc versions - hardened needs this :( |
216 | # Unsupported old gcc versions - hardened needs this :( |
| 186 | if [[ $(gcc-major-version) -lt 4 ]] ; then |
217 | if [[ $(gcc-major-version) -lt 4 ]] ; then |
| 187 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
218 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
| 188 | append-cxxflags -fno-stack-protector |
219 | append-cxxflags -fno-stack-protector |
| 189 | # Bug 253127 |
220 | # Bug 253127 |
| 190 | sed -e "/^QMAKE_CFLAGS\t/ s:$: -fno-stack-protector-all:" \ |
221 | sed -e "/^QMAKE_CFLAGS\t/ s:$: -fno-stack-protector-all:" \ |
| 191 | -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.conf failed" |
222 | -i mkspecs/common/g++.conf || die |
| 192 | fi |
223 | fi |
| 193 | |
224 | |
| 194 | # Bug 261632 |
225 | # Bug 261632 |
| 195 | if use ppc64; then |
226 | if use ppc64; then |
| 196 | ewarn "Appending -mminimal-toc to CFLAGS/CXXFLAGS" |
227 | ewarn "Appending -mminimal-toc to CFLAGS/CXXFLAGS" |
| 197 | append-flags -mminimal-toc |
228 | append-flags -mminimal-toc |
| 198 | fi |
229 | fi |
| 199 | |
230 | |
|
|
231 | # Respect CC, CXX, {C,CXX,LD}FLAGS in .qmake.cache |
|
|
232 | sed -e "/^SYSTEM_VARIABLES=/i \ |
|
|
233 | CC='$(tc-getCC)'\n\ |
|
|
234 | CXX='$(tc-getCXX)'\n\ |
|
|
235 | CFLAGS='${CFLAGS}'\n\ |
|
|
236 | CXXFLAGS='${CXXFLAGS}'\n\ |
|
|
237 | LDFLAGS='${LDFLAGS}'\n" \ |
|
|
238 | -i configure || die "sed SYSTEM_VARIABLES failed" |
|
|
239 | |
|
|
240 | # Bug 321335 |
|
|
241 | find config.tests/unix -name '*.test' -type f -exec grep -lZ \$MAKE '{}' \; | xargs -0 \ |
|
|
242 | sed -e "s:\(\$MAKE\):\1 CC='$(tc-getCC)' CXX='$(tc-getCXX)' LINK='$(tc-getCXX)':g" \ |
|
|
243 | -i || die "sed test compilers failed" |
|
|
244 | |
| 200 | # Bug 172219 |
245 | # Bug 172219 |
| 201 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
246 | sed -e "s:X11R6/::" -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
| 202 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
| 203 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
| 204 | -e "s:X11R6/::" \ |
|
|
| 205 | -i "${S}"/mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed ${S}/mkspecs/$(qt_mkspecs_dir)/qmake.conf failed" |
|
|
| 206 | |
247 | |
| 207 | if [[ ${CHOST} != *-darwin* ]]; then |
248 | if [[ ${CHOST} == *-darwin* ]]; then |
| 208 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
|
|
| 209 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
| 210 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
| 211 | -i mkspecs/common/g++.conf || die "sed mkspecs/common/g++.conf failed" |
|
|
| 212 | else |
|
|
| 213 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
249 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
| 214 | # crippled (by design) :/ |
250 | # crippled (by design) :/ |
| 215 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
251 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
| 216 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
252 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
| 217 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=-headerpad_max_install_names ${LDFLAGS}:" \ |
253 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=-headerpad_max_install_names ${LDFLAGS}:" \ |
| … | |
… | |
| 229 | -e "s:-arch \$i::" \ |
265 | -e "s:-arch \$i::" \ |
| 230 | -e "/if \[ ! -z \"\$NATIVE_64_ARCH\" \]; then/,/fi/ d" \ |
266 | -e "/if \[ ! -z \"\$NATIVE_64_ARCH\" \]; then/,/fi/ d" \ |
| 231 | -e "s:CFG_MAC_XARCH=yes:CFG_MAC_XARCH=no:g" \ |
267 | -e "s:CFG_MAC_XARCH=yes:CFG_MAC_XARCH=no:g" \ |
| 232 | -e "s:-Xarch_x86_64::g" \ |
268 | -e "s:-Xarch_x86_64::g" \ |
| 233 | -e "s:-Xarch_ppc64::g" \ |
269 | -e "s:-Xarch_ppc64::g" \ |
| 234 | -i configure mkspecs/common/mac-g++.conf || die "sed configure failed" |
270 | -i configure mkspecs/common/mac-g++.conf || die "sed -arch/-Xarch failed" |
| 235 | |
271 | |
| 236 | # On Snow Leopard don't fall back to 10.5 deployment target. |
272 | # On Snow Leopard don't fall back to 10.5 deployment target. |
| 237 | if [[ ${CHOST} == *-apple-darwin10 ]] ; then |
273 | if [[ ${CHOST} == *-apple-darwin10 ]] ; then |
| 238 | sed -e "s:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET.*:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET 10.6:g" \ |
274 | sed -e "s:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET.*:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET 10.6:g" \ |
| 239 | -e "s:-mmacosx-version-min=10.[0-9]:-mmacosx-version-min=10.6:g" \ |
275 | -e "s:-mmacosx-version-min=10.[0-9]:-mmacosx-version-min=10.6:g" \ |
| 240 | -i configure mkspecs/common/mac-g++.conf || die "sed configure failed" |
276 | -i configure mkspecs/common/mac-g++.conf || die "sed deployment target failed" |
| 241 | fi |
277 | fi |
| 242 | fi |
278 | fi |
| 243 | |
279 | |
| 244 | # this one is needed for all systems with a separate -liconv, apart from |
280 | # this one is needed for all systems with a separate -liconv, apart from |
| 245 | # Darwin, for which the sources already cater for -liconv |
281 | # Darwin, for which the sources already cater for -liconv |
| … | |
… | |
| 257 | # use GCC over SunStudio |
293 | # use GCC over SunStudio |
| 258 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
294 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
| 259 | # don't flirt with non-Prefix stuff, we're quite possessive |
295 | # don't flirt with non-Prefix stuff, we're quite possessive |
| 260 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
296 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
| 261 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
297 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
|
|
298 | # strip predefined CFLAGS from qmake ( bug #312689 ) |
|
|
299 | sed -i '/^QMAKE_CFLAGS_RELEASE/s:+=.*:+=:' mkspecs/common/g++.conf |
| 262 | |
300 | |
| 263 | base_src_prepare |
301 | base_src_prepare |
| 264 | } |
302 | } |
| 265 | |
303 | |
| 266 | # @FUNCTION: qt4-build_src_configure |
304 | # @FUNCTION: qt4-build_src_configure |
| … | |
… | |
| 273 | # this one is needed for all systems with a separate -liconv, apart from |
311 | # this one is needed for all systems with a separate -liconv, apart from |
| 274 | # Darwin, for which the sources already cater for -liconv |
312 | # Darwin, for which the sources already cater for -liconv |
| 275 | use !elibc_glibc && [[ ${CHOST} != *-darwin* ]] && \ |
313 | use !elibc_glibc && [[ ${CHOST} != *-darwin* ]] && \ |
| 276 | myconf+=" -liconv" |
314 | myconf+=" -liconv" |
| 277 | |
315 | |
| 278 | if has glib ${IUSE//+} && use glib; then |
316 | if use_if_iuse glib; then |
| 279 | # use -I, -L and -l from configure |
317 | # use -I, -L and -l from configure |
| 280 | local glibflags="$(pkg-config --cflags --libs glib-2.0 gthread-2.0)" |
318 | local glibflags="$(pkg-config --cflags --libs glib-2.0 gthread-2.0)" |
| 281 | # avoid the -pthread argument |
319 | # avoid the -pthread argument |
| 282 | myconf+=" ${glibflags//-pthread}" |
320 | myconf+=" ${glibflags//-pthread}" |
| 283 | unset glibflags |
321 | unset glibflags |
|
|
322 | fi |
|
|
323 | |
|
|
324 | if use_if_iuse qpa; then |
|
|
325 | ewarn |
|
|
326 | ewarn "The qpa useflag enables the Qt Platform Abstraction, formely" |
|
|
327 | ewarn "known as Qt Lighthouse. If you are not sure what that is, then" |
|
|
328 | ewarn "disable it before reporting any bugs related to this useflag." |
|
|
329 | ewarn |
|
|
330 | myconf+=" -qpa" |
| 284 | fi |
331 | fi |
| 285 | |
332 | |
| 286 | if use aqua ; then |
333 | if use aqua ; then |
| 287 | # On (snow) leopard use the new (frameworked) cocoa code. |
334 | # On (snow) leopard use the new (frameworked) cocoa code. |
| 288 | if [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
335 | if [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
| … | |
… | |
| 307 | fi |
354 | fi |
| 308 | |
355 | |
| 309 | echo ./configure ${myconf} |
356 | echo ./configure ${myconf} |
| 310 | ./configure ${myconf} || die "./configure failed" |
357 | ./configure ${myconf} || die "./configure failed" |
| 311 | myconf="" |
358 | myconf="" |
|
|
359 | |
|
|
360 | prepare_directories ${QT4_TARGET_DIRECTORIES} |
| 312 | } |
361 | } |
| 313 | |
362 | |
| 314 | # @FUNCTION: qt4-build_src_compile |
363 | # @FUNCTION: qt4-build_src_compile |
|
|
364 | # @DESCRIPTION: |
| 315 | # @DESCRIPTION: Actual compile phase |
365 | # Actual compile phase |
| 316 | qt4-build_src_compile() { |
366 | qt4-build_src_compile() { |
| 317 | setqtenv |
367 | setqtenv |
| 318 | |
368 | |
| 319 | build_directories ${QT4_TARGET_DIRECTORIES} |
369 | build_directories ${QT4_TARGET_DIRECTORIES} |
| 320 | } |
370 | } |
| 321 | |
371 | |
|
|
372 | # @FUNCTION: qt4-build_src_test |
|
|
373 | # @DESCRIPTION: |
|
|
374 | # Runs tests only in target directories. |
|
|
375 | qt4-build_src_test() { |
|
|
376 | for dir in ${QT4_TARGET_DIRECTORIES}; do |
|
|
377 | emake -j1 check -C ${dir} |
|
|
378 | done |
|
|
379 | } |
|
|
380 | |
| 322 | # @FUNCTION: fix_includes |
381 | # @FUNCTION: fix_includes |
| 323 | # @DESCRIPTION: |
382 | # @DESCRIPTION: |
| 324 | # For MacOSX we need to add some symlinks when frameworks are |
383 | # For MacOS X we need to add some symlinks when frameworks are |
| 325 | # being used, to avoid complications with some more or less stupid packages. |
384 | # being used, to avoid complications with some more or less stupid packages. |
| 326 | fix_includes() { |
385 | fix_includes() { |
| 327 | if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
386 | if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
| 328 | # Some packages tend to include <Qt/...> |
387 | # Some packages tend to include <Qt/...> |
| 329 | dodir "${QTHEADERDIR#${EPREFIX}}"/Qt |
388 | dodir "${QTHEADERDIR#${EPREFIX}}"/Qt |
| … | |
… | |
| 349 | # @DESCRIPTION: |
408 | # @DESCRIPTION: |
| 350 | # Perform the actual installation including some library fixes. |
409 | # Perform the actual installation including some library fixes. |
| 351 | qt4-build_src_install() { |
410 | qt4-build_src_install() { |
| 352 | [[ ${EAPI} == 2 ]] && use !prefix && ED=${D} |
411 | [[ ${EAPI} == 2 ]] && use !prefix && ED=${D} |
| 353 | setqtenv |
412 | setqtenv |
|
|
413 | |
| 354 | install_directories ${QT4_TARGET_DIRECTORIES} |
414 | install_directories ${QT4_TARGET_DIRECTORIES} |
| 355 | install_qconfigs |
415 | install_qconfigs |
| 356 | fix_library_files |
416 | fix_library_files |
| 357 | fix_includes |
417 | fix_includes |
|
|
418 | |
|
|
419 | # remove .la files since we are building only shared Qt libraries |
|
|
420 | find "${D}"${QTLIBDIR} -name "*.la" -print0 | xargs -0 rm |
| 358 | } |
421 | } |
| 359 | |
422 | |
| 360 | # @FUNCTION: setqtenv |
423 | # @FUNCTION: setqtenv |
|
|
424 | # @INTERNAL |
| 361 | setqtenv() { |
425 | setqtenv() { |
| 362 | # Set up installation directories |
426 | # Set up installation directories |
| 363 | QTBASEDIR=${EPREFIX}/usr/$(get_libdir)/qt4 |
|
|
| 364 | QTPREFIXDIR=${EPREFIX}/usr |
427 | QTPREFIXDIR=${EPREFIX}/usr |
| 365 | QTBINDIR=${EPREFIX}/usr/bin |
428 | QTBINDIR=${EPREFIX}/usr/bin |
| 366 | QTLIBDIR=${EPREFIX}/usr/$(get_libdir)/qt4 |
429 | QTLIBDIR=${EPREFIX}/usr/$(get_libdir)/qt4 |
| 367 | QMAKE_LIBDIR_QT=${QTLIBDIR} |
|
|
| 368 | QTPCDIR=${EPREFIX}/usr/$(get_libdir)/pkgconfig |
430 | QTPCDIR=${EPREFIX}/usr/$(get_libdir)/pkgconfig |
| 369 | QTDATADIR=${EPREFIX}/usr/share/qt4 |
|
|
| 370 | QTDOCDIR=${EPREFIX}/usr/share/doc/qt-${PV} |
431 | QTDOCDIR=${EPREFIX}/usr/share/doc/qt-${PV} |
| 371 | QTHEADERDIR=${EPREFIX}/usr/include/qt4 |
432 | QTHEADERDIR=${EPREFIX}/usr/include/qt4 |
| 372 | QTPLUGINDIR=${QTLIBDIR}/plugins |
433 | QTPLUGINDIR=${QTLIBDIR}/plugins |
|
|
434 | QTIMPORTDIR=${QTLIBDIR}/imports |
|
|
435 | QTDATADIR=${EPREFIX}/usr/share/qt4 |
|
|
436 | QTTRANSDIR=${QTDATADIR}/translations |
| 373 | QTSYSCONFDIR=${EPREFIX}/etc/qt4 |
437 | QTSYSCONFDIR=${EPREFIX}/etc/qt4 |
| 374 | QTTRANSDIR=${QTDATADIR}/translations |
|
|
| 375 | QTEXAMPLESDIR=${QTDATADIR}/examples |
438 | QTEXAMPLESDIR=${QTDATADIR}/examples |
| 376 | QTDEMOSDIR=${QTDATADIR}/demos |
439 | QTDEMOSDIR=${QTDATADIR}/demos |
|
|
440 | QMAKE_LIBDIR_QT=${QTLIBDIR} |
| 377 | QT_INSTALL_PREFIX=${EPREFIX}/usr/$(get_libdir)/qt4 |
441 | QT_INSTALL_PREFIX=${EPREFIX}/usr/$(get_libdir)/qt4 |
|
|
442 | |
| 378 | PLATFORM=$(qt_mkspecs_dir) |
443 | PLATFORM=$(qt_mkspecs_dir) |
| 379 | |
444 | |
| 380 | unset QMAKESPEC |
445 | unset QMAKESPEC |
| 381 | } |
446 | } |
| 382 | |
447 | |
| 383 | # @FUNCTION: standard_configure_options |
448 | # @FUNCTION: standard_configure_options |
|
|
449 | # @INTERNAL |
| 384 | # @DESCRIPTION: |
450 | # @DESCRIPTION: |
| 385 | # Sets up some standard configure options, like libdir (if necessary), whether |
451 | # Sets up some standard configure options, like libdir (if necessary), whether |
| 386 | # debug info is wanted or not. |
452 | # debug info is wanted or not. |
| 387 | standard_configure_options() { |
453 | standard_configure_options() { |
| 388 | local myconf= |
454 | local myconf="-prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
|
|
455 | -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} -plugindir ${QTPLUGINDIR} |
|
|
456 | -importdir ${QTIMPORTDIR} -datadir ${QTDATADIR} -translationdir ${QTTRANSDIR} |
|
|
457 | -sysconfdir ${QTSYSCONFDIR} -examplesdir ${QTEXAMPLESDIR} -demosdir ${QTDEMOSDIR} |
|
|
458 | -opensource -confirm-license -shared -fast -largefile -stl -verbose |
|
|
459 | -platform $(qt_mkspecs_dir) -nomake examples -nomake demos" |
| 389 | |
460 | |
| 390 | [[ $(get_libdir) != lib ]] && myconf+=" -L${EPREFIX}/usr/$(get_libdir)" |
461 | [[ $(get_libdir) != lib ]] && myconf+=" -L${EPREFIX}/usr/$(get_libdir)" |
| 391 | |
462 | |
| 392 | # Disable visibility explicitly if gcc version isn't 4 |
463 | # debug/release |
| 393 | if [[ $(gcc-major-version) -lt 4 ]]; then |
|
|
| 394 | myconf+=" -no-reduce-exports" |
|
|
| 395 | fi |
|
|
| 396 | |
|
|
| 397 | # precompiled headers doesn't work on hardened, where the flag is masked. |
|
|
| 398 | myconf+=" $(qt_use pch)" |
|
|
| 399 | |
|
|
| 400 | if use debug; then |
464 | if use debug; then |
| 401 | myconf+=" -debug" |
465 | myconf+=" -debug" |
| 402 | else |
466 | else |
| 403 | myconf+=" -release" |
467 | myconf+=" -release" |
| 404 | fi |
468 | fi |
| 405 | myconf+=" -no-separate-debug-info" |
469 | myconf+=" -no-separate-debug-info" |
| 406 | |
470 | |
|
|
471 | # exceptions USE flag |
|
|
472 | local exceptions="-exceptions" |
|
|
473 | in_iuse exceptions && exceptions="$(qt_use exceptions)" |
|
|
474 | myconf+=" ${exceptions}" |
|
|
475 | |
|
|
476 | # disable RPATH on Qt >= 4.8 (bug 380415) |
|
|
477 | version_is_at_least 4.8 && myconf+=" -no-rpath" |
|
|
478 | |
|
|
479 | # precompiled headers don't work on hardened, where the flag is masked |
|
|
480 | myconf+=" $(qt_use pch)" |
|
|
481 | |
|
|
482 | # -reduce-relocations |
|
|
483 | # This flag seems to introduce major breakage to applications, |
|
|
484 | # mostly to be seen as a core dump with the message "QPixmap: Must |
|
|
485 | # construct a QApplication before a QPaintDevice" on Solaris. |
|
|
486 | # -- Daniel Vergien |
|
|
487 | [[ ${CHOST} != *-solaris* ]] && myconf+=" -reduce-relocations" |
|
|
488 | |
| 407 | use aqua && myconf+=" -no-framework" |
489 | use aqua && myconf+=" -no-framework" |
| 408 | |
490 | |
| 409 | # ARCH is set on Gentoo. Qt now falls back to generic on an unsupported |
491 | # ARCH is set on Gentoo. Qt now falls back to generic on an unsupported |
| 410 | # $(tc-arch). Therefore we convert it to supported values. |
492 | # $(tc-arch). Therefore we convert it to supported values. |
| 411 | case "$(tc-arch)" in |
493 | case "$(tc-arch)" in |
| 412 | amd64|x64-*) myconf+=" -arch x86_64" ;; |
494 | amd64|x64-*) myconf+=" -arch x86_64" ;; |
| 413 | ppc-macos) myconf+=" -arch ppc" ;; |
495 | ppc-macos) myconf+=" -arch ppc" ;; |
| 414 | ppc|ppc64|ppc-*) myconf+=" -arch powerpc" ;; |
496 | ppc|ppc64|ppc-*) myconf+=" -arch powerpc" ;; |
| 415 | sparc|sparc-*) myconf+=" -arch sparc" ;; |
497 | sparc|sparc-*|sparc64-*) myconf+=" -arch sparc" ;; |
| 416 | x86-macos) myconf+=" -arch x86" ;; |
498 | x86-macos) myconf+=" -arch x86" ;; |
| 417 | x86|x86-*) myconf+=" -arch i386" ;; |
499 | x86|x86-*) myconf+=" -arch i386" ;; |
| 418 | alpha|arm|ia64|mips|s390|sparc) myconf+=" -arch $(tc-arch)" ;; |
500 | alpha|arm|ia64|mips|s390) myconf+=" -arch $(tc-arch)" ;; |
| 419 | hppa|sh) myconf+=" -arch generic" ;; |
501 | hppa|sh) myconf+=" -arch generic" ;; |
| 420 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
502 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
| 421 | esac |
503 | esac |
| 422 | |
504 | |
| 423 | # 4.5: build everything but qt-xmlpatterns w/o exceptions |
|
|
| 424 | # 4.6: exceptions USE flag |
|
|
| 425 | local exceptions="-exceptions" |
|
|
| 426 | case "${PV}" in |
|
|
| 427 | 4.5.*) |
|
|
| 428 | [[ ${PN} == "qt-xmlpatterns" ]] || exceptions="-no-exceptions" |
|
|
| 429 | ;; |
|
|
| 430 | *) |
|
|
| 431 | has exceptions "${IUSE//+}" && exceptions="$(qt_use exceptions)" |
|
|
| 432 | ;; |
|
|
| 433 | esac |
|
|
| 434 | |
|
|
| 435 | # note about -reduce-relocations: |
|
|
| 436 | # That flag seems to introduce major breakage to applications, |
|
|
| 437 | # mostly to be seen as a core dump with the message "QPixmap: Must |
|
|
| 438 | # construct a QApplication before a QPaintDevice" on Solaris |
|
|
| 439 | # -- Daniel Vergien |
|
|
| 440 | [[ ${CHOST} != *-solaris* ]] && myconf+=" -reduce-relocations" |
|
|
| 441 | |
|
|
| 442 | myconf+=" -platform $(qt_mkspecs_dir) -stl -verbose -largefile -confirm-license |
|
|
| 443 | -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
|
|
| 444 | -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} |
|
|
| 445 | -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR} |
|
|
| 446 | -translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR} |
|
|
| 447 | -demosdir ${QTDEMOSDIR} -silent -fast -opensource |
|
|
| 448 | ${exceptions} |
|
|
| 449 | -nomake examples -nomake demos" |
|
|
| 450 | |
|
|
| 451 | echo "${myconf}" |
505 | echo "${myconf}" |
| 452 | } |
506 | } |
| 453 | |
507 | |
| 454 | # @FUNCTION: build_directories |
508 | # @FUNCTION: prepare_directories |
| 455 | # @USAGE: < directories > |
509 | # @USAGE: < directories > |
|
|
510 | # @INTERNAL |
| 456 | # @DESCRIPTION: |
511 | # @DESCRIPTION: |
| 457 | # Compiles the code in $QT4_TARGET_DIRECTORIES |
512 | # Generates Makefiles for the given list of directories. |
| 458 | build_directories() { |
513 | prepare_directories() { |
| 459 | for x in "$@"; do |
514 | for x in "$@"; do |
| 460 | pushd "${S}"/${x} >/dev/null |
515 | pushd "${S}"/${x} >/dev/null || die |
|
|
516 | einfo "Running qmake in: ${x}" |
| 461 | # avoid running over the maximum argument number, bug #299810 |
517 | # avoid running over the maximum argument number, bug #299810 |
| 462 | { |
518 | { |
| 463 | echo "${S}"/mkspecs/common/*.conf |
519 | echo "${S}"/mkspecs/common/*.conf |
| 464 | find "${S}" -name '*.pr[io]' |
520 | find "${S}" -name '*.pr[io]' |
| 465 | } | xargs sed -i -e "s:\$\$\[QT_INSTALL_LIBS\]:${EPREFIX}/usr/$(get_libdir)/qt4:g" || die |
521 | } | xargs sed -i \ |
|
|
522 | -e "s:\$\$\[QT_INSTALL_LIBS\]:${QTLIBDIR}:g" \ |
|
|
523 | -e "s:\$\$\[QT_INSTALL_PLUGINS\]:${QTPLUGINDIR}:g" \ |
|
|
524 | || die |
| 466 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
525 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
| 467 | emake CC="@echo compiling \$< && $(tc-getCC)" \ |
|
|
| 468 | CXX="@echo compiling \$< && $(tc-getCXX)" \ |
|
|
| 469 | LINK="@echo linking \$@ && $(tc-getCXX)" || die "emake failed" |
|
|
| 470 | popd >/dev/null |
526 | popd >/dev/null || die |
|
|
527 | done |
|
|
528 | } |
|
|
529 | |
|
|
530 | |
|
|
531 | # @FUNCTION: build_directories |
|
|
532 | # @USAGE: < directories > |
|
|
533 | # @INTERNAL |
|
|
534 | # @DESCRIPTION: |
|
|
535 | # Compiles the code in the given list of directories. |
|
|
536 | build_directories() { |
|
|
537 | for x in "$@"; do |
|
|
538 | pushd "${S}"/${x} >/dev/null || die |
|
|
539 | emake CC="$(tc-getCC)" \ |
|
|
540 | CXX="$(tc-getCXX)" \ |
|
|
541 | LINK="$(tc-getCXX)" || die "emake failed" |
|
|
542 | popd >/dev/null || die |
| 471 | done |
543 | done |
| 472 | } |
544 | } |
| 473 | |
545 | |
| 474 | # @FUNCTION: install_directories |
546 | # @FUNCTION: install_directories |
| 475 | # @USAGE: < directories > |
547 | # @USAGE: < directories > |
|
|
548 | # @INTERNAL |
| 476 | # @DESCRIPTION: |
549 | # @DESCRIPTION: |
| 477 | # run emake install in the given directories, which are separated by spaces |
550 | # Runs emake install in the given directories, which are separated by spaces. |
| 478 | install_directories() { |
551 | install_directories() { |
| 479 | for x in "$@"; do |
552 | for x in "$@"; do |
| 480 | pushd "${S}"/${x} >/dev/null || die "Can't pushd ${S}/${x}" |
553 | pushd "${S}"/${x} >/dev/null || die |
| 481 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
554 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
| 482 | popd >/dev/null || die "Can't popd from ${S}/${x}" |
555 | popd >/dev/null || die |
| 483 | done |
556 | done |
| 484 | } |
557 | } |
| 485 | |
558 | |
| 486 | # @ECLASS-VARIABLE: QCONFIG_ADD |
559 | # @ECLASS-VARIABLE: QCONFIG_ADD |
| 487 | # @DESCRIPTION: |
560 | # @DESCRIPTION: |
| … | |
… | |
| 497 | # @DESCRIPTION: |
570 | # @DESCRIPTION: |
| 498 | # List variables that should be defined at the top of QtCore/qconfig.h |
571 | # List variables that should be defined at the top of QtCore/qconfig.h |
| 499 | : ${QCONFIG_DEFINE:=} |
572 | : ${QCONFIG_DEFINE:=} |
| 500 | |
573 | |
| 501 | # @FUNCTION: install_qconfigs |
574 | # @FUNCTION: install_qconfigs |
|
|
575 | # @INTERNAL |
|
|
576 | # @DESCRIPTION: |
| 502 | # @DESCRIPTION: Install gentoo-specific mkspecs configurations |
577 | # Install gentoo-specific mkspecs configurations. |
| 503 | install_qconfigs() { |
578 | install_qconfigs() { |
| 504 | local x |
579 | local x |
| 505 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} ]]; then |
580 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} ]]; then |
| 506 | for x in QCONFIG_ADD QCONFIG_REMOVE; do |
581 | for x in QCONFIG_ADD QCONFIG_REMOVE; do |
| 507 | [[ -n ${!x} ]] && echo ${x}=${!x} >> "${T}"/${PN}-qconfig.pri |
582 | [[ -n ${!x} ]] && echo ${x}=${!x} >> "${T}"/${PN}-qconfig.pri |
| … | |
… | |
| 518 | doins "${T}"/gentoo-${PN}-qconfig.h || die "installing ${PN}-qconfig.h failed" |
593 | doins "${T}"/gentoo-${PN}-qconfig.h || die "installing ${PN}-qconfig.h failed" |
| 519 | fi |
594 | fi |
| 520 | } |
595 | } |
| 521 | |
596 | |
| 522 | # @FUNCTION: generate_qconfigs |
597 | # @FUNCTION: generate_qconfigs |
| 523 | # @DESCRIPTION: Generates gentoo-specific configurations |
598 | # @INTERNAL |
|
|
599 | # @DESCRIPTION: |
|
|
600 | # Generates gentoo-specific qconfig.{h,pri}. |
| 524 | generate_qconfigs() { |
601 | generate_qconfigs() { |
| 525 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
602 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
| 526 | local x qconfig_add qconfig_remove qconfig_new |
603 | local x qconfig_add qconfig_remove qconfig_new |
| 527 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
604 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
| 528 | [[ -f ${x} ]] || continue |
605 | [[ -f ${x} ]] || continue |
| … | |
… | |
| 542 | |
619 | |
| 543 | # generate list of QT_CONFIG entries from the existing list |
620 | # generate list of QT_CONFIG entries from the existing list |
| 544 | # including qconfig_add and excluding qconfig_remove |
621 | # including qconfig_add and excluding qconfig_remove |
| 545 | for x in $(sed -n 's/^QT_CONFIG +=//p' \ |
622 | for x in $(sed -n 's/^QT_CONFIG +=//p' \ |
| 546 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri) ${qconfig_add}; do |
623 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri) ${qconfig_add}; do |
| 547 | hasq ${x} ${qconfig_remove} || qconfig_new+=" ${x}" |
624 | has ${x} ${qconfig_remove} || qconfig_new+=" ${x}" |
| 548 | done |
625 | done |
| 549 | |
626 | |
| 550 | # replace the existing QT_CONFIG list with qconfig_new |
627 | # replace the existing QT_CONFIG list with qconfig_new |
| 551 | if ! sed -i -e "s/QT_CONFIG +=.*/QT_CONFIG += ${qconfig_new}/" \ |
628 | if ! sed -i -e "s/QT_CONFIG +=.*/QT_CONFIG += ${qconfig_new}/" \ |
| 552 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri; then |
629 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri; then |
| … | |
… | |
| 576 | fi |
653 | fi |
| 577 | fi |
654 | fi |
| 578 | } |
655 | } |
| 579 | |
656 | |
| 580 | # @FUNCTION: qt4-build_pkg_postrm |
657 | # @FUNCTION: qt4-build_pkg_postrm |
|
|
658 | # @DESCRIPTION: |
| 581 | # @DESCRIPTION: Generate configurations when the package is completely removed |
659 | # Regenerate configuration when the package is completely removed. |
| 582 | qt4-build_pkg_postrm() { |
660 | qt4-build_pkg_postrm() { |
| 583 | generate_qconfigs |
661 | generate_qconfigs |
| 584 | } |
662 | } |
| 585 | |
663 | |
| 586 | # @FUNCTION: qt4-build_pkg_postinst |
664 | # @FUNCTION: qt4-build_pkg_postinst |
|
|
665 | # @DESCRIPTION: |
| 587 | # @DESCRIPTION: Generate configuration, plus throws a message about possible |
666 | # Regenerate configuration, plus throw a message about possible |
| 588 | # breakages and proposed solutions. |
667 | # breakages and proposed solutions. |
| 589 | qt4-build_pkg_postinst() { |
668 | qt4-build_pkg_postinst() { |
| 590 | generate_qconfigs |
669 | generate_qconfigs |
| 591 | } |
670 | } |
| 592 | |
671 | |
| 593 | # @FUNCTION: skip_qmake_build_patch |
672 | # @FUNCTION: skip_qmake_build |
|
|
673 | # @INTERNAL |
| 594 | # @DESCRIPTION: |
674 | # @DESCRIPTION: |
| 595 | # Don't need to build qmake, as it's already installed from qt-core |
675 | # Patches configure to skip qmake compilation, as it's already installed by qt-core. |
| 596 | skip_qmake_build_patch() { |
676 | skip_qmake_build() { |
| 597 | # Don't need to build qmake, as it's already installed from qt-core |
|
|
| 598 | sed -i -e "s:if true:if false:g" "${S}"/configure || die "Sed failed" |
677 | sed -i -e "s:if true:if false:g" "${S}"/configure || die |
| 599 | } |
678 | } |
| 600 | |
679 | |
| 601 | # @FUNCTION: skip_project_generation_patch |
680 | # @FUNCTION: skip_project_generation |
|
|
681 | # @INTERNAL |
| 602 | # @DESCRIPTION: |
682 | # @DESCRIPTION: |
| 603 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
683 | # Exit the script early by throwing in an exit before all of the .pro files are scanned. |
| 604 | skip_project_generation_patch() { |
684 | skip_project_generation() { |
| 605 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
|
|
| 606 | sed -e "s:echo \"Finding:exit 0\n\necho \"Finding:g" \ |
685 | sed -i -e "s:echo \"Finding:exit 0\n\necho \"Finding:g" "${S}"/configure || die |
| 607 | -i "${S}"/configure || die "Sed failed" |
|
|
| 608 | } |
686 | } |
| 609 | |
687 | |
| 610 | # @FUNCTION: symlink_binaries_to_buildtree |
688 | # @FUNCTION: symlink_binaries_to_buildtree |
|
|
689 | # @INTERNAL |
| 611 | # @DESCRIPTION: |
690 | # @DESCRIPTION: |
| 612 | # Symlink generated binaries to buildtree so they can be used during compilation |
691 | # Symlinks generated binaries to buildtree, so they can be used during compilation time. |
| 613 | # time |
|
|
| 614 | symlink_binaries_to_buildtree() { |
692 | symlink_binaries_to_buildtree() { |
| 615 | for bin in qmake moc uic rcc; do |
693 | for bin in qmake moc uic rcc; do |
| 616 | ln -s ${QTBINDIR}/${bin} "${S}"/bin/ || die "Symlinking ${bin} to ${S}/bin failed." |
694 | ln -s "${QTBINDIR}"/${bin} "${S}"/bin/ || die "symlinking ${bin} to ${S}/bin failed" |
| 617 | done |
695 | done |
| 618 | } |
696 | } |
| 619 | |
697 | |
| 620 | # @FUNCTION: fix_library_files |
698 | # @FUNCTION: fix_library_files |
|
|
699 | # @INTERNAL |
| 621 | # @DESCRIPTION: |
700 | # @DESCRIPTION: |
| 622 | # Fixes the pathes in *.la, *.prl, *.pc, as they are wrong due to sandbox and |
701 | # Fixes the paths in *.la, *.prl, *.pc, as they are wrong due to sandbox and |
| 623 | # moves the *.pc-files into the pkgconfig directory |
702 | # moves the *.pc files into the pkgconfig directory. |
| 624 | fix_library_files() { |
703 | fix_library_files() { |
|
|
704 | local libfile |
| 625 | for libfile in "${D}"/${QTLIBDIR}/{*.la,*.prl,pkgconfig/*.pc}; do |
705 | for libfile in "${D}"/${QTLIBDIR}/{*.la,*.prl,pkgconfig/*.pc}; do |
| 626 | if [[ -e ${libfile} ]]; then |
706 | if [[ -e ${libfile} ]]; then |
| 627 | sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${libfile} || die "Sed on ${libfile} failed." |
707 | sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${libfile} || die "sed on ${libfile} failed" |
| 628 | fi |
708 | fi |
| 629 | done |
709 | done |
| 630 | |
710 | |
| 631 | # pkgconfig files refer to WORKDIR/bin as the moc and uic locations. Fix: |
711 | # pkgconfig files refer to WORKDIR/bin as the moc and uic locations |
| 632 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
712 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
| 633 | if [[ -e ${libfile} ]]; then |
713 | if [[ -e ${libfile} ]]; then |
| 634 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "Sed failed" |
714 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "sed on ${libfile} failed" |
| 635 | |
715 | |
| 636 | # Move .pc files into the pkgconfig directory |
716 | # Move .pc files into the pkgconfig directory |
| 637 | dodir ${QTPCDIR#${EPREFIX}} |
717 | dodir ${QTPCDIR#${EPREFIX}} |
| 638 | mv ${libfile} "${D}"/${QTPCDIR}/ \ |
718 | mv ${libfile} "${D}"/${QTPCDIR}/ || die "moving ${libfile} to ${D}/${QTPCDIR}/ failed" |
| 639 | || die "Moving ${libfile} to ${D}/${QTPCDIR}/ failed." |
|
|
| 640 | fi |
719 | fi |
| 641 | done |
720 | done |
| 642 | |
721 | |
| 643 | # Don't install an empty directory |
722 | # Don't install an empty directory |
| 644 | rmdir "${D}"/${QTLIBDIR}/pkgconfig |
723 | rmdir "${D}"/${QTLIBDIR}/pkgconfig |
| … | |
… | |
| 648 | # @USAGE: < flag > [ feature ] [ enableval ] |
727 | # @USAGE: < flag > [ feature ] [ enableval ] |
| 649 | # @DESCRIPTION: |
728 | # @DESCRIPTION: |
| 650 | # This will echo "${enableval}-${feature}" if <flag> is enabled, or |
729 | # This will echo "${enableval}-${feature}" if <flag> is enabled, or |
| 651 | # "-no-${feature} if the flag is disabled. If [feature] is not specified <flag> |
730 | # "-no-${feature} if the flag is disabled. If [feature] is not specified <flag> |
| 652 | # will be used for that. If [enableval] is not specified, it omits the |
731 | # will be used for that. If [enableval] is not specified, it omits the |
| 653 | # assignment-part |
732 | # assignment part. |
| 654 | qt_use() { |
733 | qt_use() { |
| 655 | local flag=$1 |
734 | local flag=$1 |
| 656 | local feature=$1 |
735 | local feature=$1 |
| 657 | local enableval= |
736 | local enableval= |
| 658 | |
737 | |
| … | |
… | |
| 669 | # @FUNCTION: qt_mkspecs_dir |
748 | # @FUNCTION: qt_mkspecs_dir |
| 670 | # @RETURN: the specs-directory w/o path |
749 | # @RETURN: the specs-directory w/o path |
| 671 | # @DESCRIPTION: |
750 | # @DESCRIPTION: |
| 672 | # Allows us to define which mkspecs dir we want to use. |
751 | # Allows us to define which mkspecs dir we want to use. |
| 673 | qt_mkspecs_dir() { |
752 | qt_mkspecs_dir() { |
| 674 | # Allows us to define which mkspecs dir we want to use. |
|
|
| 675 | local spec |
753 | local spec= |
| 676 | |
|
|
| 677 | case ${CHOST} in |
754 | case ${CHOST} in |
| 678 | *-freebsd*|*-dragonfly*) |
755 | *-freebsd*|*-dragonfly*) |
| 679 | spec=freebsd ;; |
756 | spec=freebsd ;; |
| 680 | *-openbsd*) |
757 | *-openbsd*) |
| 681 | spec=openbsd ;; |
758 | spec=openbsd ;; |
| … | |
… | |
| 693 | *-solaris*) |
770 | *-solaris*) |
| 694 | spec=solaris ;; |
771 | spec=solaris ;; |
| 695 | *-linux-*|*-linux) |
772 | *-linux-*|*-linux) |
| 696 | spec=linux ;; |
773 | spec=linux ;; |
| 697 | *) |
774 | *) |
| 698 | die "Unknown CHOST, no platform choosen." |
775 | die "Unknown CHOST, no platform chosen" |
| 699 | esac |
776 | esac |
| 700 | |
777 | |
| 701 | CXX=$(tc-getCXX) |
778 | CXX=$(tc-getCXX) |
| 702 | if [[ ${CXX} == *g++* ]]; then |
779 | if [[ ${CXX} == *g++* ]]; then |
| 703 | spec+=-g++ |
780 | spec+=-g++ |
| 704 | elif [[ ${CXX} == *icpc* ]]; then |
781 | elif [[ ${CXX} == *icpc* ]]; then |
| 705 | spec+=-icc |
782 | spec+=-icc |
| 706 | else |
783 | else |
| 707 | die "Unknown compiler ${CXX}." |
784 | die "Unknown compiler '${CXX}'" |
| 708 | fi |
785 | fi |
| 709 | if [[ -n ${LIBDIR/lib} ]]; then |
786 | if [[ -n ${LIBDIR/lib} ]]; then |
| 710 | spec+=-${LIBDIR/lib} |
787 | spec+=-${LIBDIR/lib} |
| 711 | fi |
788 | fi |
| 712 | |
789 | |
| … | |
… | |
| 721 | fi |
798 | fi |
| 722 | |
799 | |
| 723 | echo "${spec}" |
800 | echo "${spec}" |
| 724 | } |
801 | } |
| 725 | |
802 | |
|
|
803 | # @FUNCTION: qt_assistant_cleanup |
|
|
804 | # @INTERNAL |
|
|
805 | # @DESCRIPTION: |
|
|
806 | # Tries to clean up tools.pro for qt-assistant ebuilds. |
|
|
807 | # Meant to be called in src_prepare(). |
|
|
808 | # Since Qt 4.7.4 this function is a no-op. |
|
|
809 | qt_assistant_cleanup() { |
|
|
810 | # apply patching to qt-assistant ebuilds only |
|
|
811 | [[ ${PN} != "qt-assistant" ]] && return |
|
|
812 | |
|
|
813 | # no longer needed for 4.7.4 and later |
|
|
814 | version_is_at_least "4.7.4" && return |
|
|
815 | |
|
|
816 | # different versions (and branches...) may need different handling, |
|
|
817 | # add a case if you need special handling |
|
|
818 | case "${MY_PV_EXTRA}" in |
|
|
819 | *kde-qt*) |
|
|
820 | sed -e "/^[ \t]*porting/,/^[ \t]*win32.*activeqt$/d" \ |
|
|
821 | -e "/mac/,/^embedded.*makeqpf$/d" \ |
|
|
822 | -i tools/tools.pro || die "patching tools.pro failed" |
|
|
823 | ;; |
|
|
824 | *) |
|
|
825 | sed -e "/^[ \t]*porting/,/^[ \t]*win32.*activeqt$/d" \ |
|
|
826 | -e "/mac/,/^embedded.*makeqpf$/d" \ |
|
|
827 | -e "s/^\([ \t]*pixeltool\) /\1 qdoc3 /" \ |
|
|
828 | -i tools/tools.pro || die "patching tools.pro failed" |
|
|
829 | ;; |
|
|
830 | esac |
|
|
831 | } |
|
|
832 | |
|
|
833 | # @FUNCTION: qt_nolibx11 |
|
|
834 | # @INTERNAL |
|
|
835 | # @DESCRIPTION: |
|
|
836 | # Ignore X11 tests for packages that don't need X libraries installed. |
|
|
837 | qt_nolibx11() { |
|
|
838 | sed -i "/unixtests\/compile.test.*config.tests\/x11\/xlib/,/fi$/d" "${S}"/configure || |
|
|
839 | die "x11 check sed failed" |
|
|
840 | } |
|
|
841 | |
| 726 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install pkg_postrm pkg_postinst |
842 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install src_test pkg_postrm pkg_postinst |