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