| 1 | # Copyright 2007-2009 Gentoo Foundation |
1 | # Copyright 2007-2009 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.27 2009/03/11 23:58:31 flameeyes Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.48 2009/10/16 15:02:15 wired 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 | # Ben de Groot <yngwin@gentoo.org>, |
| 8 | # Markos Chandras <hwoarang@gentoo.org>, |
8 | # Markos Chandras <hwoarang@gentoo.org>, |
| 9 | # Caleb Tennis <caleb@gentoo.org> |
9 | # Caleb Tennis <caleb@gentoo.org> |
|
|
10 | # Alex Alexander <wired@gentoo.org> |
| 10 | # @BLURB: Eclass for Qt4 split ebuilds. |
11 | # @BLURB: Eclass for Qt4 split ebuilds. |
| 11 | # @DESCRIPTION: |
12 | # @DESCRIPTION: |
| 12 | # This eclass contains various functions that are used when building Qt4 |
13 | # This eclass contains various functions that are used when building Qt4 |
| 13 | |
14 | |
| 14 | inherit eutils multilib toolchain-funcs flag-o-matic versionator |
15 | inherit base eutils multilib toolchain-funcs flag-o-matic versionator |
| 15 | |
16 | |
| 16 | IUSE="${IUSE} custom-cxxflags debug pch" |
17 | IUSE="${IUSE} debug pch" |
| 17 | |
18 | RDEPEND=" |
|
|
19 | !<x11-libs/qt-assistant-${PV} |
|
|
20 | !>x11-libs/qt-assistant-${PV}-r9999 |
|
|
21 | !<x11-libs/qt-core-${PV} |
|
|
22 | !>x11-libs/qt-core-${PV}-r9999 |
|
|
23 | !<x11-libs/qt-dbus-${PV} |
|
|
24 | !>x11-libs/qt-dbus-${PV}-r9999 |
|
|
25 | !<x11-libs/qt-demo-${PV} |
|
|
26 | !>x11-libs/qt-demo-${PV}-r9999 |
|
|
27 | !<x11-libs/qt-gui-${PV} |
|
|
28 | !>x11-libs/qt-gui-${PV}-r9999 |
|
|
29 | !<x11-libs/qt-opengl-${PV} |
|
|
30 | !>x11-libs/qt-opengl-${PV}-r9999 |
|
|
31 | !<x11-libs/qt-phonon-${PV} |
|
|
32 | !>x11-libs/qt-phonon-${PV}-r9999 |
|
|
33 | !<x11-libs/qt-qt3support-${PV} |
|
|
34 | !>x11-libs/qt-qt3support-${PV}-r9999 |
|
|
35 | !<x11-libs/qt-script-${PV} |
|
|
36 | !>x11-libs/qt-script-${PV}-r9999 |
|
|
37 | !<x11-libs/qt-sql-${PV} |
|
|
38 | !>x11-libs/qt-sql-${PV}-r9999 |
|
|
39 | !<x11-libs/qt-svg-${PV} |
|
|
40 | !>x11-libs/qt-svg-${PV}-r9999 |
|
|
41 | !<x11-libs/qt-test-${PV} |
|
|
42 | !>x11-libs/qt-test-${PV}-r9999 |
|
|
43 | !<x11-libs/qt-webkit-${PV} |
|
|
44 | !>x11-libs/qt-webkit-${PV}-r9999 |
|
|
45 | !<x11-libs/qt-xmlpatterns-${PV} |
|
|
46 | !>x11-libs/qt-xmlpatterns-${PV}-r9999 |
|
|
47 | " |
| 18 | case "${PV}" in |
48 | case "${PV}" in |
| 19 | 4.?.?_rc*) |
49 | 4.?.?_rc* | 4.?.?_beta* ) |
| 20 | SRCTYPE="${SRCTYPE:-opensource-src}" |
50 | SRCTYPE="${SRCTYPE:-opensource-src}" |
| 21 | MY_PV="${PV/_rc/-rc}" |
51 | MY_PV="${PV/_/-}" |
| 22 | ;; |
52 | ;; |
| 23 | *) |
53 | *) |
| 24 | SRCTYPE="${SRCTYPE:-opensource-src}" |
54 | SRCTYPE="${SRCTYPE:-opensource-src}" |
| 25 | MY_PV="${PV}" |
55 | MY_PV="${PV}" |
| 26 | ;; |
56 | ;; |
| 27 | esac |
57 | esac |
|
|
58 | |
|
|
59 | if version_is_at_least 4.5.99999999 ${PV} ; then |
|
|
60 | MY_P="qt-everywhere-${SRCTYPE}-${MY_PV}" |
|
|
61 | else |
| 28 | MY_P=qt-x11-${SRCTYPE}-${MY_PV} |
62 | MY_P="qt-x11-${SRCTYPE}-${MY_PV}" |
|
|
63 | fi |
| 29 | S=${WORKDIR}/${MY_P} |
64 | S=${WORKDIR}/${MY_P} |
| 30 | |
65 | |
| 31 | HOMEPAGE="http://www.qtsoftware.com/" |
66 | HOMEPAGE="http://qt.nokia.com/" |
|
|
67 | if version_is_at_least 4.5.3 ${PV} ; then |
|
|
68 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
|
|
69 | else |
| 32 | SRC_URI="http://download.qtsoftware.com/qt/source/${MY_P}.tar.bz2" |
70 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.bz2" |
|
|
71 | fi |
| 33 | |
72 | |
| 34 | case "${PV}" in |
73 | case "${PV}" in |
| 35 | 4.4.?) SRC_URI="${SRC_URI} mirror://gentoo/${MY_P}-headers.tar.bz2" ;; |
74 | 4.4.?) SRC_URI="${SRC_URI} mirror://gentoo/${MY_P}-headers.tar.bz2" ;; |
| 36 | *) ;; |
75 | *) ;; |
| 37 | esac |
76 | esac |
| 38 | |
77 | |
| 39 | if version_is_at_least 4.5 ${PV} ; then |
78 | if version_is_at_least 4.5 ${PV} ; then |
| 40 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
79 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
| 41 | fi |
80 | fi |
| 42 | |
81 | |
|
|
82 | # @FUNCTION: qt4-build_pkg_setup |
|
|
83 | # @DESCRIPTION: |
|
|
84 | # Sets up installation directories, PLATFORM, PATH, and LD_LIBRARY_PATH |
| 43 | qt4-build_pkg_setup() { |
85 | qt4-build_pkg_setup() { |
| 44 | # EAPI=2 ebuilds set use-deps, others need this: |
86 | # EAPI=2 ebuilds set use-deps, others need this: |
| 45 | if [[ $EAPI != 2 ]]; then |
87 | if [[ $EAPI != 2 ]]; then |
| 46 | # Make sure debug setting corresponds with qt-core (bug 258512) |
88 | # Make sure debug setting corresponds with qt-core (bug 258512) |
| 47 | if [[ $PN != "qt-core" ]]; then |
89 | if [[ $PN != "qt-core" ]]; then |
| … | |
… | |
| 51 | |
93 | |
| 52 | # Check USE requirements |
94 | # Check USE requirements |
| 53 | qt4-build_check_use |
95 | qt4-build_check_use |
| 54 | fi |
96 | fi |
| 55 | |
97 | |
|
|
98 | PATH="${S}/bin:${PATH}" |
|
|
99 | LD_LIBRARY_PATH="${S}/lib:${LD_LIBRARY_PATH}" |
|
|
100 | |
|
|
101 | if ! version_is_at_least 4.1 $(gcc-version) ; then |
|
|
102 | ewarn "Using a GCC version lower than 4.1 is not supported!" |
|
|
103 | echo |
|
|
104 | ebeep 3 |
|
|
105 | fi |
|
|
106 | } |
|
|
107 | |
|
|
108 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
|
|
109 | # @DESCRIPTION: |
|
|
110 | # Arguments for build_target_directories. Takes the directories, in which the |
|
|
111 | # code should be compiled. This is a space-separated list |
|
|
112 | |
|
|
113 | # @ECLASS-VARIABLE: QT4_EXTRACT_DIRECTORIES |
|
|
114 | # @DESCRIPTION: |
|
|
115 | # Space separated list including the directories that will be extracted from Qt |
|
|
116 | # tarball |
|
|
117 | |
|
|
118 | # @FUNCTION: qt4-build_src_unpack |
|
|
119 | # @DESCRIPTION: |
|
|
120 | # Unpacks the sources |
|
|
121 | qt4-build_src_unpack() { |
|
|
122 | setqtenv |
|
|
123 | local target targets licenses tar_pkg tar_args |
|
|
124 | if version_is_at_least 4.5 ${PV} ; then |
|
|
125 | licenses="LICENSE.GPL3 LICENSE.LGPL" |
|
|
126 | else |
|
|
127 | licenses="LICENSE.GPL2 LICENSE.GPL3" |
|
|
128 | fi |
|
|
129 | for target in configure ${licenses} projects.pro \ |
|
|
130 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
|
|
131 | ${QT4_EXTRACT_DIRECTORIES}; do |
|
|
132 | targets="${targets} ${MY_P}/${target}" |
|
|
133 | done |
|
|
134 | |
|
|
135 | tar_pkg=${MY_P}.tar.bz2 |
|
|
136 | tar_args="xjpf" |
|
|
137 | if version_is_at_least 4.5.3 ${PV} ; then |
|
|
138 | tar_pkg=${tar_pkg/bz2/gz} |
|
|
139 | tar_args="xzpf" |
|
|
140 | fi |
|
|
141 | |
|
|
142 | echo tar ${tar_args} "${DISTDIR}"/${tar_pkg} ${targets} |
|
|
143 | tar ${tar_args} "${DISTDIR}"/${tar_pkg} ${targets} |
|
|
144 | |
|
|
145 | case "${PV}" in |
|
|
146 | 4.4.?) |
|
|
147 | echo tar xjpf "${DISTDIR}"/${MY_P}-headers.tar.bz2 |
|
|
148 | tar xjpf "${DISTDIR}"/${MY_P}-headers.tar.bz2 |
|
|
149 | ;; |
|
|
150 | esac |
|
|
151 | |
|
|
152 | # Be backwards compatible for now |
|
|
153 | if [[ $EAPI != 2 ]]; then |
|
|
154 | qt4-build_src_prepare |
|
|
155 | fi |
|
|
156 | } |
|
|
157 | |
|
|
158 | # @ECLASS-VARIABLE: PATCHES |
|
|
159 | # @DESCRIPTION: |
|
|
160 | # In case you have patches to apply, specify them in PATCHES variable. Make sure |
|
|
161 | # to specify the full path. This variable is necessary for src_prepare phase. |
|
|
162 | # example: |
|
|
163 | # PATCHES="${FILESDIR}"/mypatch.patch |
|
|
164 | # ${FILESDIR}"/mypatch2.patch" |
|
|
165 | # |
|
|
166 | |
|
|
167 | # @FUNCTION: qt4-build_src_prepare |
|
|
168 | # @DESCRIPTION: |
|
|
169 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
|
|
170 | # source files in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified on /etc/make.conf. |
|
|
171 | qt4-build_src_prepare() { |
|
|
172 | setqtenv |
|
|
173 | cd "${S}" |
|
|
174 | |
|
|
175 | if [[ ${PN} != qt-core ]]; then |
|
|
176 | skip_qmake_build_patch |
|
|
177 | skip_project_generation_patch |
|
|
178 | symlink_binaries_to_buildtree |
|
|
179 | fi |
|
|
180 | |
|
|
181 | # Bug 178652 |
|
|
182 | if [[ "$(gcc-major-version)" == "3" ]] && use amd64; then |
|
|
183 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
|
|
184 | append-flags -fno-gcse |
|
|
185 | fi |
|
|
186 | |
|
|
187 | # Unsupported old gcc versions - hardened needs this :( |
|
|
188 | if [[ $(gcc-major-version) -lt "4" ]] ; then |
|
|
189 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
|
|
190 | append-cxxflags -fno-stack-protector |
|
|
191 | # Bug 253127 |
|
|
192 | sed -e "/^QMAKE_CFLAGS\t/ s:$: -fno-stack-protector-all:" \ |
|
|
193 | -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.conf failed" |
|
|
194 | fi |
|
|
195 | |
|
|
196 | # Bug 172219 |
|
|
197 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
|
|
198 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
199 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
200 | -e "s:X11R6/::" \ |
|
|
201 | -i "${S}"/mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed ${S}/mkspecs/$(qt_mkspecs_dir)/qmake.conf failed" |
|
|
202 | |
|
|
203 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
|
|
204 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
205 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
206 | -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.conf failed" |
|
|
207 | |
|
|
208 | base_src_prepare |
|
|
209 | } |
|
|
210 | |
|
|
211 | # @FUNCTION: qt4-build_src_configure |
|
|
212 | # @DESCRIPTION: |
|
|
213 | # Default configure phase |
|
|
214 | qt4-build_src_configure() { |
|
|
215 | setqtenv |
|
|
216 | myconf="$(standard_configure_options) ${myconf}" |
|
|
217 | |
|
|
218 | echo ./configure ${myconf} |
|
|
219 | ./configure ${myconf} || die "./configure failed" |
|
|
220 | myconf="" |
|
|
221 | } |
|
|
222 | |
|
|
223 | # @FUNCTION: qt4-build_src_compile |
|
|
224 | # @DESCRIPTION: Actual compile phase |
|
|
225 | qt4-build_src_compile() { |
|
|
226 | setqtenv |
|
|
227 | # Be backwards compatible for now |
|
|
228 | if [[ $EAPI != 2 ]]; then |
|
|
229 | qt4-build_src_configure |
|
|
230 | fi |
|
|
231 | |
|
|
232 | build_directories "${QT4_TARGET_DIRECTORIES}" |
|
|
233 | } |
|
|
234 | |
|
|
235 | # @FUNCTION: qt4-build_src_install |
|
|
236 | # @DESCRIPTION: |
|
|
237 | # Perform the actual installation including some library fixes. |
|
|
238 | qt4-build_src_install() { |
|
|
239 | setqtenv |
|
|
240 | install_directories "${QT4_TARGET_DIRECTORIES}" |
|
|
241 | install_qconfigs |
|
|
242 | fix_library_files |
|
|
243 | } |
|
|
244 | |
|
|
245 | # @FUNCTION: setqtenv |
|
|
246 | setqtenv() { |
| 56 | # Set up installation directories |
247 | # Set up installation directories |
| 57 | QTBASEDIR=/usr/$(get_libdir)/qt4 |
248 | QTBASEDIR=/usr/$(get_libdir)/qt4 |
| 58 | QTPREFIXDIR=/usr |
249 | QTPREFIXDIR=/usr |
| 59 | QTBINDIR=/usr/bin |
250 | QTBINDIR=/usr/bin |
| 60 | QTLIBDIR=/usr/$(get_libdir)/qt4 |
251 | QTLIBDIR=/usr/$(get_libdir)/qt4 |
|
|
252 | QMAKE_LIBDIR_QT=${QTLIBDIR} |
| 61 | QTPCDIR=/usr/$(get_libdir)/pkgconfig |
253 | QTPCDIR=/usr/$(get_libdir)/pkgconfig |
| 62 | QTDATADIR=/usr/share/qt4 |
254 | QTDATADIR=/usr/share/qt4 |
| 63 | QTDOCDIR=/usr/share/doc/qt-${PV} |
255 | QTDOCDIR=/usr/share/doc/qt-${PV} |
| 64 | QTHEADERDIR=/usr/include/qt4 |
256 | QTHEADERDIR=/usr/include/qt4 |
| 65 | QTPLUGINDIR=${QTLIBDIR}/plugins |
257 | QTPLUGINDIR=${QTLIBDIR}/plugins |
| 66 | QTSYSCONFDIR=/etc/qt4 |
258 | QTSYSCONFDIR=/etc/qt4 |
| 67 | QTTRANSDIR=${QTDATADIR}/translations |
259 | QTTRANSDIR=${QTDATADIR}/translations |
| 68 | QTEXAMPLESDIR=${QTDATADIR}/examples |
260 | QTEXAMPLESDIR=${QTDATADIR}/examples |
| 69 | QTDEMOSDIR=${QTDATADIR}/demos |
261 | QTDEMOSDIR=${QTDATADIR}/demos |
| 70 | |
262 | QT_INSTALL_PREFIX=/usr/$(get_libdir)/qt4 |
| 71 | PLATFORM=$(qt_mkspecs_dir) |
263 | PLATFORM=$(qt_mkspecs_dir) |
| 72 | |
264 | |
| 73 | PATH="${S}/bin:${PATH}" |
265 | unset QMAKESPEC |
| 74 | LD_LIBRARY_PATH="${S}/lib:${LD_LIBRARY_PATH}" |
|
|
| 75 | |
|
|
| 76 | if ! version_is_at_least 4.1 $(gcc-version) ; then |
|
|
| 77 | ewarn "Using a GCC version lower than 4.1 is not supported!" |
|
|
| 78 | echo |
|
|
| 79 | ebeep 5 |
|
|
| 80 | fi |
|
|
| 81 | |
|
|
| 82 | if use custom-cxxflags; then |
|
|
| 83 | echo |
|
|
| 84 | ewarn "You have set USE=custom-cxxflags, which means Qt will be built with the" |
|
|
| 85 | ewarn "CXXFLAGS you have set in /etc/make.conf. This is not supported, and we" |
|
|
| 86 | ewarn "recommend to unset this useflag. But you are free to experiment with it." |
|
|
| 87 | ewarn "Just do not start crying if it breaks your system, or eats your kitten" |
|
|
| 88 | ewarn "for breakfast. ;-) " |
|
|
| 89 | echo |
|
|
| 90 | fi |
|
|
| 91 | |
|
|
| 92 | } |
266 | } |
| 93 | |
267 | |
| 94 | qt4-build_src_unpack() { |
268 | # @FUNCTION: standard_configure_options |
| 95 | local target targets licenses |
269 | # @DESCRIPTION: |
| 96 | if version_is_at_least 4.5 ${PV} ; then |
270 | # Sets up some standard configure options, like libdir (if necessary), whether |
| 97 | licenses="LICENSE.GPL3 LICENSE.LGPL" |
271 | # debug info is wanted or not. |
| 98 | else |
|
|
| 99 | licenses="LICENSE.GPL2 LICENSE.GPL3" |
|
|
| 100 | fi |
|
|
| 101 | for target in configure ${licenses} projects.pro \ |
|
|
| 102 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
|
|
| 103 | ${QT4_EXTRACT_DIRECTORIES}; do |
|
|
| 104 | targets="${targets} ${MY_P}/${target}" |
|
|
| 105 | done |
|
|
| 106 | |
|
|
| 107 | echo tar xjpf "${DISTDIR}"/${MY_P}.tar.bz2 ${targets} |
|
|
| 108 | tar xjpf "${DISTDIR}"/${MY_P}.tar.bz2 ${targets} |
|
|
| 109 | |
|
|
| 110 | case "${PV}" in |
|
|
| 111 | 4.4.?) |
|
|
| 112 | echo tar xjpf "${DISTDIR}"/${MY_P}-headers.tar.bz2 |
|
|
| 113 | tar xjpf "${DISTDIR}"/${MY_P}-headers.tar.bz2 |
|
|
| 114 | ;; |
|
|
| 115 | esac |
|
|
| 116 | |
|
|
| 117 | # Be backwards compatible for now |
|
|
| 118 | if [[ $EAPI != 2 ]]; then |
|
|
| 119 | qt4-build_src_prepare |
|
|
| 120 | fi |
|
|
| 121 | } |
|
|
| 122 | |
|
|
| 123 | qt4-build_src_prepare() { |
|
|
| 124 | cd "${S}" |
|
|
| 125 | |
|
|
| 126 | if [[ ${PN} != qt-core ]]; then |
|
|
| 127 | skip_qmake_build_patch |
|
|
| 128 | skip_project_generation_patch |
|
|
| 129 | symlink_binaries_to_buildtree |
|
|
| 130 | fi |
|
|
| 131 | |
|
|
| 132 | if ! use custom-cxxflags;then |
|
|
| 133 | # Don't let the user go too overboard with flags. |
|
|
| 134 | strip-flags |
|
|
| 135 | replace-flags -O3 -O2 |
|
|
| 136 | fi |
|
|
| 137 | |
|
|
| 138 | # Bug 253127 |
|
|
| 139 | # Unsupported old gcc versions - hardened needs this :( |
|
|
| 140 | if [[ $(gcc-major-version) -lt "4" ]] ; then |
|
|
| 141 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
|
|
| 142 | append-cxxflags -fno-stack-protector |
|
|
| 143 | fi |
|
|
| 144 | |
|
|
| 145 | # Bug 178652 |
|
|
| 146 | if [[ "$(gcc-major-version)" == "3" ]] && use amd64; then |
|
|
| 147 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
|
|
| 148 | append-flags -fno-gcse |
|
|
| 149 | fi |
|
|
| 150 | |
|
|
| 151 | # Bug 172219 |
|
|
| 152 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
|
|
| 153 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
| 154 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
| 155 | -e "s:X11R6/::" \ |
|
|
| 156 | -i "${S}"/mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed ${S}/mkspecs/$(qt_mkspecs_dir)/qmake.conf failed" |
|
|
| 157 | |
|
|
| 158 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
|
|
| 159 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
| 160 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
| 161 | -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.conf failed" |
|
|
| 162 | |
|
|
| 163 | } |
|
|
| 164 | |
|
|
| 165 | qt4-build_src_configure() { |
|
|
| 166 | |
|
|
| 167 | myconf="$(standard_configure_options) ${myconf}" |
|
|
| 168 | |
|
|
| 169 | echo ./configure ${myconf} |
|
|
| 170 | ./configure ${myconf} || die "./configure failed" |
|
|
| 171 | } |
|
|
| 172 | |
|
|
| 173 | qt4-build_src_compile() { |
|
|
| 174 | # Be backwards compatible for now |
|
|
| 175 | if [[ $EAPI != 2 ]]; then |
|
|
| 176 | qt4-build_src_configure |
|
|
| 177 | fi |
|
|
| 178 | |
|
|
| 179 | build_directories "${QT4_TARGET_DIRECTORIES}" |
|
|
| 180 | } |
|
|
| 181 | |
|
|
| 182 | qt4-build_src_install() { |
|
|
| 183 | install_directories "${QT4_TARGET_DIRECTORIES}" |
|
|
| 184 | install_qconfigs |
|
|
| 185 | fix_library_files |
|
|
| 186 | } |
|
|
| 187 | |
|
|
| 188 | standard_configure_options() { |
272 | standard_configure_options() { |
| 189 | local myconf="" |
273 | local myconf="" |
| 190 | |
274 | |
| 191 | [[ $(get_libdir) != "lib" ]] && myconf="${myconf} -L/usr/$(get_libdir)" |
275 | [[ $(get_libdir) != "lib" ]] && myconf="${myconf} -L/usr/$(get_libdir)" |
| 192 | |
276 | |
| … | |
… | |
| 217 | alpha|arm|ia64|mips|s390|sparc) myconf="${myconf} -arch $(tc-arch)" ;; |
301 | alpha|arm|ia64|mips|s390|sparc) myconf="${myconf} -arch $(tc-arch)" ;; |
| 218 | hppa|sh) myconf="${myconf} -arch generic" ;; |
302 | hppa|sh) myconf="${myconf} -arch generic" ;; |
| 219 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
303 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
| 220 | esac |
304 | esac |
| 221 | |
305 | |
|
|
306 | # 4.6: build qt-core with exceptions or qt-xmlpatterns won't build |
|
|
307 | local exceptions= |
|
|
308 | case "${PV}" in |
|
|
309 | 4.6.*) |
|
|
310 | if [[ ${PN} != "qt-core" ]] && [[ ${PN} != "qt-xmlpatterns" ]]; then |
|
|
311 | exceptions="-no-exceptions" |
|
|
312 | fi |
|
|
313 | ;; |
|
|
314 | *) |
|
|
315 | [[ ${PN} == "qt-xmlpatterns" ]] || exceptions="-no-exceptions" |
|
|
316 | ;; |
|
|
317 | esac |
|
|
318 | |
| 222 | myconf="${myconf} -stl -verbose -largefile -confirm-license -no-rpath |
319 | myconf="${myconf} -platform $(qt_mkspecs_dir) -stl -verbose -largefile -confirm-license -no-rpath |
| 223 | -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
320 | -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
| 224 | -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} |
321 | -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} |
| 225 | -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR} |
322 | -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR} |
| 226 | -translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR} |
323 | -translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR} |
| 227 | -demosdir ${QTDEMOSDIR} -silent -fast |
324 | -demosdir ${QTDEMOSDIR} -silent -fast |
| 228 | $([[ ${PN} == qt-xmlpatterns ]] || echo -no-exceptions) |
325 | ${exceptions} |
| 229 | $(use x86-fbsd || echo -reduce-relocations) |
|
|
| 230 | -nomake examples -nomake demos" |
326 | -reduce-relocations -nomake examples -nomake demos" |
|
|
327 | |
|
|
328 | # Make eclass >= 4.5.x ready |
|
|
329 | case "${MY_PV}" in |
|
|
330 | 4.5.* | 4.6.* ) |
|
|
331 | myconf="${myconf} -opensource" |
|
|
332 | ;; |
|
|
333 | esac |
| 231 | |
334 | |
| 232 | echo "${myconf}" |
335 | echo "${myconf}" |
| 233 | } |
336 | } |
| 234 | |
337 | |
|
|
338 | # @FUNCTION: build_directories |
|
|
339 | # @USAGE: < directories > |
|
|
340 | # @DESCRIPTION: |
|
|
341 | # Compiles the code in $QT4_TARGET_DIRECTORIES |
| 235 | build_directories() { |
342 | build_directories() { |
| 236 | local dirs="$@" |
343 | local dirs="$@" |
| 237 | for x in ${dirs}; do |
344 | for x in ${dirs}; do |
| 238 | cd "${S}"/${x} |
345 | cd "${S}"/${x} |
|
|
346 | sed -i -e "s:\$\$\[QT_INSTALL_LIBS\]:/usr/$(get_libdir)/qt4:g" $(find "${S}" -name '*.pr[io]') "${S}"/mkspecs/common/linux.conf || die |
| 239 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
347 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
| 240 | emake || die "emake failed" |
348 | emake CC="@echo compiling \$< && $(tc-getCC)" \ |
|
|
349 | CXX="@echo compiling \$< && $(tc-getCXX)" \ |
|
|
350 | LINK="@echo linking \$@ && $(tc-getCXX)" || die "emake failed" |
| 241 | done |
351 | done |
| 242 | } |
352 | } |
| 243 | |
353 | |
|
|
354 | # @FUNCTION: install_directories |
|
|
355 | # @USAGE: < directories > |
|
|
356 | # @DESCRIPTION: |
|
|
357 | # run emake install in the given directories, which are separated by spaces |
| 244 | install_directories() { |
358 | install_directories() { |
| 245 | local dirs="$@" |
359 | local dirs="$@" |
| 246 | for x in ${dirs}; do |
360 | for x in ${dirs}; do |
| 247 | pushd "${S}"/${x} >/dev/null || die "Can't pushd ${S}/${x}" |
361 | pushd "${S}"/${x} >/dev/null || die "Can't pushd ${S}/${x}" |
| 248 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
362 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
| … | |
… | |
| 263 | # @ECLASS-VARIABLE: QCONFIG_DEFINE |
377 | # @ECLASS-VARIABLE: QCONFIG_DEFINE |
| 264 | # @DESCRIPTION: |
378 | # @DESCRIPTION: |
| 265 | # List variables that should be defined at the top of QtCore/qconfig.h |
379 | # List variables that should be defined at the top of QtCore/qconfig.h |
| 266 | QCONFIG_DEFINE="${QCONFIG_DEFINE:-}" |
380 | QCONFIG_DEFINE="${QCONFIG_DEFINE:-}" |
| 267 | |
381 | |
|
|
382 | # @FUNCTION: install_qconfigs |
|
|
383 | # @DESCRIPTION: Install gentoo-specific mkspecs configurations |
| 268 | install_qconfigs() { |
384 | install_qconfigs() { |
| 269 | local x |
385 | local x |
| 270 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} ]]; then |
386 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} ]]; then |
| 271 | for x in QCONFIG_ADD QCONFIG_REMOVE; do |
387 | for x in QCONFIG_ADD QCONFIG_REMOVE; do |
| 272 | [[ -n ${!x} ]] && echo ${x}=${!x} >> "${T}"/${PN}-qconfig.pri |
388 | [[ -n ${!x} ]] && echo ${x}=${!x} >> "${T}"/${PN}-qconfig.pri |
| … | |
… | |
| 282 | insinto ${QTHEADERDIR}/Gentoo |
398 | insinto ${QTHEADERDIR}/Gentoo |
| 283 | doins "${T}"/gentoo-${PN}-qconfig.h || die "installing ${PN}-qconfig.h failed" |
399 | doins "${T}"/gentoo-${PN}-qconfig.h || die "installing ${PN}-qconfig.h failed" |
| 284 | fi |
400 | fi |
| 285 | } |
401 | } |
| 286 | |
402 | |
|
|
403 | # @FUNCTION: generate_qconfigs |
|
|
404 | # @DESCRIPTION: Generates gentoo-specific configurations |
| 287 | generate_qconfigs() { |
405 | generate_qconfigs() { |
| 288 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
406 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
| 289 | local x qconfig_add qconfig_remove qconfig_new |
407 | local x qconfig_add qconfig_remove qconfig_new |
| 290 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
408 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
| 291 | [[ -f ${x} ]] || continue |
409 | [[ -f ${x} ]] || continue |
| … | |
… | |
| 338 | "${ROOT}${QTHEADERDIR}" 2>/dev/null |
456 | "${ROOT}${QTHEADERDIR}" 2>/dev/null |
| 339 | fi |
457 | fi |
| 340 | fi |
458 | fi |
| 341 | } |
459 | } |
| 342 | |
460 | |
|
|
461 | # @FUNCTION: qt4-build_pkg_postrm |
|
|
462 | # @DESCRIPTION: Generate configurations when the package is completely removed |
| 343 | qt4-build_pkg_postrm() { |
463 | qt4-build_pkg_postrm() { |
| 344 | generate_qconfigs |
464 | generate_qconfigs |
| 345 | } |
465 | } |
| 346 | |
466 | |
|
|
467 | # @FUNCTION: qt4-build_pkg_postinst |
|
|
468 | # @DESCRIPTION: Generate configuration, plus throws a message about possible |
|
|
469 | # breakages and proposed solutions. |
| 347 | qt4-build_pkg_postinst() { |
470 | qt4-build_pkg_postinst() { |
| 348 | generate_qconfigs |
471 | generate_qconfigs |
| 349 | echo |
472 | echo |
| 350 | ewarn "After a rebuild or upgrade of Qt, it can happen that Qt plugins (such as Qt" |
473 | ewarn "After a rebuild or upgrade of Qt, it can happen that Qt plugins (such as Qt" |
| 351 | ewarn "and KDE styles and widgets) can no longer be loaded. In this situation you" |
474 | ewarn "and KDE styles and widgets) can no longer be loaded. In this situation you" |
| … | |
… | |
| 356 | ewarn "Packages that typically need to be recompiled are kdelibs from KDE4, any" |
479 | ewarn "Packages that typically need to be recompiled are kdelibs from KDE4, any" |
| 357 | ewarn "additional KDE4/Qt4 styles, qscintilla and PyQt4. Before filing a bug report," |
480 | ewarn "additional KDE4/Qt4 styles, qscintilla and PyQt4. Before filing a bug report," |
| 358 | ewarn "make sure all your Qt4 packages are up-to-date and built with the same" |
481 | ewarn "make sure all your Qt4 packages are up-to-date and built with the same" |
| 359 | ewarn "configuration." |
482 | ewarn "configuration." |
| 360 | ewarn |
483 | ewarn |
| 361 | ewarn "For more information, see http://doc.trolltech.com/4.4/plugins-howto.html" |
484 | ewarn "For more information, see http://doc.trolltech.com/${PV%.*}/plugins-howto.html" |
| 362 | echo |
485 | echo |
| 363 | } |
486 | } |
| 364 | |
487 | |
|
|
488 | # @FUNCTION: skip_qmake_build_patch |
|
|
489 | # @DESCRIPTION: |
|
|
490 | # Don't need to build qmake, as it's already installed from qt-core |
| 365 | skip_qmake_build_patch() { |
491 | skip_qmake_build_patch() { |
| 366 | # Don't need to build qmake, as it's already installed from qt-core |
492 | # Don't need to build qmake, as it's already installed from qt-core |
| 367 | sed -i -e "s:if true:if false:g" "${S}"/configure || die "Sed failed" |
493 | sed -i -e "s:if true:if false:g" "${S}"/configure || die "Sed failed" |
| 368 | } |
494 | } |
| 369 | |
495 | |
|
|
496 | # @FUNCTION: skip_project_generation_patch |
|
|
497 | # @DESCRIPTION: |
|
|
498 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
| 370 | skip_project_generation_patch() { |
499 | skip_project_generation_patch() { |
| 371 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
500 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
| 372 | sed -e "s:echo \"Finding:exit 0\n\necho \"Finding:g" \ |
501 | sed -e "s:echo \"Finding:exit 0\n\necho \"Finding:g" \ |
| 373 | -i "${S}"/configure || die "Sed failed" |
502 | -i "${S}"/configure || die "Sed failed" |
| 374 | } |
503 | } |
| 375 | |
504 | |
|
|
505 | # @FUNCTION: symlink_binaries_to_buildtree |
|
|
506 | # @DESCRIPTION: |
|
|
507 | # Symlink generated binaries to buildtree so they can be used during compilation |
|
|
508 | # time |
| 376 | symlink_binaries_to_buildtree() { |
509 | symlink_binaries_to_buildtree() { |
| 377 | for bin in qmake moc uic rcc; do |
510 | for bin in qmake moc uic rcc; do |
| 378 | ln -s ${QTBINDIR}/${bin} "${S}"/bin/ || die "Symlinking ${bin} to ${S}/bin failed." |
511 | ln -s ${QTBINDIR}/${bin} "${S}"/bin/ || die "Symlinking ${bin} to ${S}/bin failed." |
| 379 | done |
512 | done |
| 380 | } |
513 | } |
| 381 | |
514 | |
|
|
515 | # @FUNCTION: fix_library_files |
|
|
516 | # @DESCRIPTION: |
|
|
517 | # Fixes the pathes in *.la, *.prl, *.pc, as they are wrong due to sandbox and |
|
|
518 | # moves the *.pc-files into the pkgconfig directory |
| 382 | fix_library_files() { |
519 | fix_library_files() { |
| 383 | for libfile in "${D}"/${QTLIBDIR}/{*.la,*.prl,pkgconfig/*.pc}; do |
520 | for libfile in "${D}"/${QTLIBDIR}/{*.la,*.prl,pkgconfig/*.pc}; do |
| 384 | if [[ -e ${libfile} ]]; then |
521 | if [[ -e ${libfile} ]]; then |
| 385 | sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${libfile} || die "Sed on ${libfile} failed." |
522 | sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${libfile} || die "Sed on ${libfile} failed." |
| 386 | fi |
523 | fi |
| … | |
… | |
| 390 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
527 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
| 391 | if [[ -e ${libfile} ]]; then |
528 | if [[ -e ${libfile} ]]; then |
| 392 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "Sed failed" |
529 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "Sed failed" |
| 393 | |
530 | |
| 394 | # Move .pc files into the pkgconfig directory |
531 | # Move .pc files into the pkgconfig directory |
| 395 | |
|
|
| 396 | dodir ${QTPCDIR} |
532 | dodir ${QTPCDIR} |
| 397 | mv ${libfile} "${D}"/${QTPCDIR}/ \ |
533 | mv ${libfile} "${D}"/${QTPCDIR}/ \ |
| 398 | || die "Moving ${libfile} to ${D}/${QTPCDIR}/ failed." |
534 | || die "Moving ${libfile} to ${D}/${QTPCDIR}/ failed." |
| 399 | fi |
535 | fi |
| 400 | done |
536 | done |
| 401 | |
537 | |
| 402 | # Don't install an empty directory |
538 | # Don't install an empty directory |
| 403 | rmdir "${D}"/${QTLIBDIR}/pkgconfig |
539 | rmdir "${D}"/${QTLIBDIR}/pkgconfig |
| 404 | } |
540 | } |
| 405 | |
541 | |
|
|
542 | # @FUNCTION: qt_use |
|
|
543 | # @USAGE: < flag > [ feature ] [ enableval ] |
|
|
544 | # @DESCRIPTION: |
|
|
545 | # This will echo "${enableval}-${feature}" if <flag> is enabled, or |
|
|
546 | # "-no-${feature} if the flag is disabled. If [feature] is not specified <flag> |
|
|
547 | # will be used for that. If [enableval] is not specified, it omits the |
|
|
548 | # assignment-part |
| 406 | qt_use() { |
549 | qt_use() { |
| 407 | local flag="${1}" |
550 | local flag="${1}" |
| 408 | local feature="${1}" |
551 | local feature="${1}" |
| 409 | local enableval= |
552 | local enableval= |
| 410 | |
553 | |
| … | |
… | |
| 432 | # } |
575 | # } |
| 433 | # @CODE |
576 | # @CODE |
| 434 | |
577 | |
| 435 | # Run built_with_use on each flag and print appropriate error messages if any |
578 | # Run built_with_use on each flag and print appropriate error messages if any |
| 436 | # flags are missing |
579 | # flags are missing |
|
|
580 | |
| 437 | _qt_built_with_use() { |
581 | _qt_built_with_use() { |
| 438 | local missing opt pkg flag flags |
582 | local missing opt pkg flag flags |
| 439 | |
583 | |
| 440 | if [[ ${1} = "--missing" ]]; then |
584 | if [[ ${1} = "--missing" ]]; then |
| 441 | missing="${1} ${2}" && shift 2 |
585 | missing="${1} ${2}" && shift 2 |
| … | |
… | |
| 485 | eerror "Flags marked with an * are missing." |
629 | eerror "Flags marked with an * are missing." |
| 486 | die "Missing USE flags found" |
630 | die "Missing USE flags found" |
| 487 | fi |
631 | fi |
| 488 | } |
632 | } |
| 489 | |
633 | |
|
|
634 | # @FUNCTION: qt_mkspecs_dir |
|
|
635 | # @RETURN: the specs-directory w/o path |
|
|
636 | # @DESCRIPTION: |
|
|
637 | # Allows us to define which mkspecs dir we want to use. |
| 490 | qt_mkspecs_dir() { |
638 | qt_mkspecs_dir() { |
| 491 | # Allows us to define which mkspecs dir we want to use. |
639 | # Allows us to define which mkspecs dir we want to use. |
| 492 | local spec |
640 | local spec |
| 493 | |
641 | |
| 494 | case ${CHOST} in |
642 | case ${CHOST} in |
| … | |
… | |
| 512 | elif [[ ${CXX/icpc/} != ${CXX} ]]; then |
660 | elif [[ ${CXX/icpc/} != ${CXX} ]]; then |
| 513 | spec="${spec}-icc" |
661 | spec="${spec}-icc" |
| 514 | else |
662 | else |
| 515 | die "Unknown compiler ${CXX}." |
663 | die "Unknown compiler ${CXX}." |
| 516 | fi |
664 | fi |
|
|
665 | if [[ -n "${LIBDIR/lib}" ]]; then |
|
|
666 | spec="${spec}-${LIBDIR/lib}" |
|
|
667 | fi |
| 517 | |
668 | |
| 518 | echo "${spec}" |
669 | echo "${spec}" |
| 519 | } |
670 | } |
| 520 | |
671 | |
| 521 | case ${EAPI:-0} in |
672 | case ${EAPI:-0} in |