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