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