| 1 | # Copyright 2007-2009 Gentoo Foundation |
1 | # Copyright 1999-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.40 2009/06/27 18:55:02 yngwin Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.55 2009/12/22 16:04:13 abcd 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 base eutils multilib toolchain-funcs flag-o-matic versionator |
15 | inherit base eutils multilib toolchain-funcs flag-o-matic versionator |
| 15 | |
16 | |
| 16 | IUSE="${IUSE} debug pch" |
17 | IUSE="debug pch" |
| 17 | RDEPEND=" |
18 | RDEPEND=" |
| 18 | !<x11-libs/qt-assistant-${PV} |
19 | !<x11-libs/qt-assistant-${PV} |
| 19 | !>x11-libs/qt-assistant-${PV}-r9999 |
20 | !>x11-libs/qt-assistant-${PV}-r9999 |
| 20 | !<x11-libs/qt-core-${PV} |
21 | !<x11-libs/qt-core-${PV} |
| 21 | !>x11-libs/qt-core-${PV}-r9999 |
22 | !>x11-libs/qt-core-${PV}-r9999 |
| … | |
… | |
| 42 | !<x11-libs/qt-webkit-${PV} |
43 | !<x11-libs/qt-webkit-${PV} |
| 43 | !>x11-libs/qt-webkit-${PV}-r9999 |
44 | !>x11-libs/qt-webkit-${PV}-r9999 |
| 44 | !<x11-libs/qt-xmlpatterns-${PV} |
45 | !<x11-libs/qt-xmlpatterns-${PV} |
| 45 | !>x11-libs/qt-xmlpatterns-${PV}-r9999 |
46 | !>x11-libs/qt-xmlpatterns-${PV}-r9999 |
| 46 | " |
47 | " |
| 47 | case "${PV}" in |
48 | |
| 48 | 4.?.?_rc*) |
|
|
| 49 | SRCTYPE="${SRCTYPE:-opensource-src}" |
|
|
| 50 | MY_PV="${PV/_rc/-rc}" |
49 | MY_PV=${PV/_/-} |
| 51 | ;; |
50 | |
| 52 | *) |
51 | if version_is_at_least 4.5.99999999 ${PV} ; then |
| 53 | SRCTYPE="${SRCTYPE:-opensource-src}" |
52 | MY_P=qt-everywhere-opensource-src-${MY_PV} |
| 54 | MY_PV="${PV}" |
53 | else |
| 55 | ;; |
54 | MY_P=qt-x11-opensource-src-${MY_PV} |
| 56 | esac |
55 | fi |
| 57 | MY_P=qt-x11-${SRCTYPE}-${MY_PV} |
56 | |
| 58 | S=${WORKDIR}/${MY_P} |
57 | S=${WORKDIR}/${MY_P} |
| 59 | |
58 | |
| 60 | HOMEPAGE="http://www.qtsoftware.com/" |
59 | HOMEPAGE="http://qt.nokia.com/" |
| 61 | SRC_URI="http://get.qtsoftware.com/qt/source/${MY_P}.tar.bz2" |
60 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
| 62 | |
61 | |
| 63 | case "${PV}" in |
|
|
| 64 | 4.4.?) SRC_URI="${SRC_URI} mirror://gentoo/${MY_P}-headers.tar.bz2" ;; |
|
|
| 65 | *) ;; |
|
|
| 66 | esac |
|
|
| 67 | |
|
|
| 68 | if version_is_at_least 4.5 ${PV} ; then |
|
|
| 69 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
62 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
| 70 | fi |
|
|
| 71 | |
63 | |
| 72 | # @FUNCTION: qt4-build_pkg_setup |
64 | # @FUNCTION: qt4-build_pkg_setup |
| 73 | # @DESCRIPTION: |
65 | # @DESCRIPTION: |
| 74 | # Sets up installation directories, PLATFORM, PATH, and LD_LIBRARY_PATH |
66 | # Sets up PATH and LD_LIBRARY_PATH |
| 75 | qt4-build_pkg_setup() { |
67 | qt4-build_pkg_setup() { |
| 76 | # EAPI=2 ebuilds set use-deps, others need this: |
68 | PATH="${S}/bin${PATH:+:}${PATH}" |
|
|
69 | LD_LIBRARY_PATH="${S}/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}" |
|
|
70 | |
|
|
71 | # Make sure ebuilds use the required EAPI |
| 77 | if [[ $EAPI != 2 ]]; then |
72 | if [[ ${EAPI} != 2 ]]; then |
| 78 | # Make sure debug setting corresponds with qt-core (bug 258512) |
73 | eerror "The qt4-build eclass requires EAPI=2, but this ebuild does not" |
|
|
74 | eerror "have EAPI=2 set. The ebuild author or editor failed. This ebuild needs" |
|
|
75 | eerror "to be fixed. Using qt4-build-edge eclass without EAPI=2 will fail." |
|
|
76 | die "qt4-build-edge eclass requires EAPI=2" |
|
|
77 | fi |
|
|
78 | |
|
|
79 | if ! version_is_at_least 4.1 $(gcc-version); then |
|
|
80 | ewarn "Using a GCC version lower than 4.1 is not supported!" |
|
|
81 | echo |
|
|
82 | ebeep 3 |
|
|
83 | fi |
|
|
84 | |
|
|
85 | if [[ ${P} == qt-core-4.6.0_rc1 ]]; then |
|
|
86 | ewarn |
|
|
87 | ewarn "Binary compatibility broke between 4.6.0_beta1 and 4.6.0_rc1." |
|
|
88 | ewarn "If you are upgrading from 4.6.0_beta1, you'll have to" |
|
|
89 | ewarn "re-emerge everything that depends on Qt." |
|
|
90 | ewarn "Use the following command:" |
|
|
91 | ewarn |
|
|
92 | ewarn " emerge -av1 \$(for i in \$(qlist -IC x11-libs/qt-);" |
|
|
93 | ewarn " do equery -q d \$i | grep -v 'x11-libs/qt-' |" |
|
|
94 | ewarn " sed \"s/^/=/\"; done)" |
|
|
95 | ewarn |
|
|
96 | ewarn "YOU'VE BEEN WARNED" |
|
|
97 | ewarn |
|
|
98 | ebeep 3 |
|
|
99 | fi |
|
|
100 | |
|
|
101 | } |
|
|
102 | |
|
|
103 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
|
|
104 | # @DESCRIPTION: |
|
|
105 | # Arguments for build_target_directories. Takes the directories, in which the |
|
|
106 | # code should be compiled. This is a space-separated list |
|
|
107 | |
|
|
108 | # @ECLASS-VARIABLE: QT4_EXTRACT_DIRECTORIES |
|
|
109 | # @DESCRIPTION: |
|
|
110 | # Space separated list including the directories that will be extracted from Qt |
|
|
111 | # tarball |
|
|
112 | |
|
|
113 | # @FUNCTION: qt4-build_src_unpack |
|
|
114 | # @DESCRIPTION: |
|
|
115 | # Unpacks the sources |
|
|
116 | qt4-build_src_unpack() { |
|
|
117 | setqtenv |
|
|
118 | local target targets= |
|
|
119 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
|
|
120 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
|
|
121 | ${QT4_EXTRACT_DIRECTORIES}; do |
|
|
122 | targets+=" ${MY_P}/${target}" |
|
|
123 | done |
|
|
124 | |
|
|
125 | echo tar xzpf "${DISTDIR}"/${MY_P}.tar.gz ${targets} |
|
|
126 | tar xzpf "${DISTDIR}"/${MY_P}.tar.gz ${targets} |
|
|
127 | } |
|
|
128 | |
|
|
129 | # @ECLASS-VARIABLE: PATCHES |
|
|
130 | # @DESCRIPTION: |
|
|
131 | # In case you have patches to apply, specify them in PATCHES variable. Make sure |
|
|
132 | # to specify the full path. This variable is necessary for src_prepare phase. |
|
|
133 | # example: |
|
|
134 | # PATCHES="${FILESDIR}"/mypatch.patch |
|
|
135 | # ${FILESDIR}"/mypatch2.patch" |
|
|
136 | # |
|
|
137 | |
|
|
138 | # @FUNCTION: qt4-build_src_prepare |
|
|
139 | # @DESCRIPTION: |
|
|
140 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
|
|
141 | # source files in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified on /etc/make.conf. |
|
|
142 | qt4-build_src_prepare() { |
|
|
143 | setqtenv |
|
|
144 | cd "${S}" |
|
|
145 | |
| 79 | if [[ $PN != "qt-core" ]]; then |
146 | if [[ ${PN} != qt-core ]]; then |
| 80 | use debug && QT4_BUILT_WITH_USE_CHECK="${QT4_BUILT_WITH_USE_CHECK} |
147 | skip_qmake_build_patch |
| 81 | ~x11-libs/qt-core-${PV} debug" |
148 | skip_project_generation_patch |
|
|
149 | symlink_binaries_to_buildtree |
| 82 | fi |
150 | fi |
| 83 | |
151 | |
| 84 | # Check USE requirements |
152 | # Bug 282984 && Bug 295530 |
| 85 | qt4-build_check_use |
153 | sed -e "s:\(^SYSTEM_VARIABLES\):CC=$(tc-getCC)\nCXX=$(tc-getCXX)\n\1:" \ |
|
|
154 | -i configure || die "sed qmake compilers failed" |
|
|
155 | sed -e "s:\(\$MAKE\):\1 CC=$(tc-getCC) CXX=$(tc-getCXX) LD=$(tc-getCXX):" \ |
|
|
156 | -i config.tests/unix/compile.test || die "sed test compilers failed" |
|
|
157 | |
|
|
158 | # Bug 178652 |
|
|
159 | if [[ $(gcc-major-version) == 3 ]] && use amd64; then |
|
|
160 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
|
|
161 | append-flags -fno-gcse |
| 86 | fi |
162 | fi |
|
|
163 | |
|
|
164 | # Unsupported old gcc versions - hardened needs this :( |
|
|
165 | if [[ $(gcc-major-version) -lt 4 ]] ; then |
|
|
166 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
|
|
167 | append-cxxflags -fno-stack-protector |
|
|
168 | # Bug 253127 |
|
|
169 | sed -e "/^QMAKE_CFLAGS\t/ s:$: -fno-stack-protector-all:" \ |
|
|
170 | -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.conf failed" |
|
|
171 | fi |
|
|
172 | |
|
|
173 | # Bug 261632 |
|
|
174 | if use ppc64; then |
|
|
175 | ewarn "Appending -mminimal-toc to CFLAGS/CXXFLAGS" |
|
|
176 | append-flags -mminimal-toc |
|
|
177 | fi |
|
|
178 | |
|
|
179 | # Bug 172219 |
|
|
180 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
|
|
181 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
182 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
183 | -e "s:X11R6/::" \ |
|
|
184 | -i "${S}"/mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed ${S}/mkspecs/$(qt_mkspecs_dir)/qmake.conf failed" |
|
|
185 | |
|
|
186 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
|
|
187 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
188 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
189 | -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.conf failed" |
|
|
190 | |
|
|
191 | base_src_prepare |
|
|
192 | } |
|
|
193 | |
|
|
194 | # @FUNCTION: qt4-build_src_configure |
|
|
195 | # @DESCRIPTION: |
|
|
196 | # Default configure phase |
|
|
197 | qt4-build_src_configure() { |
|
|
198 | setqtenv |
|
|
199 | myconf="$(standard_configure_options) ${myconf}" |
|
|
200 | |
|
|
201 | echo ./configure ${myconf} |
|
|
202 | ./configure ${myconf} || die "./configure failed" |
|
|
203 | myconf="" |
|
|
204 | } |
|
|
205 | |
|
|
206 | # @FUNCTION: qt4-build_src_compile |
|
|
207 | # @DESCRIPTION: Actual compile phase |
|
|
208 | qt4-build_src_compile() { |
|
|
209 | setqtenv |
|
|
210 | |
|
|
211 | build_directories ${QT4_TARGET_DIRECTORIES} |
|
|
212 | } |
|
|
213 | |
|
|
214 | # @FUNCTION: qt4-build_src_install |
|
|
215 | # @DESCRIPTION: |
|
|
216 | # Perform the actual installation including some library fixes. |
|
|
217 | qt4-build_src_install() { |
|
|
218 | setqtenv |
|
|
219 | install_directories ${QT4_TARGET_DIRECTORIES} |
|
|
220 | install_qconfigs |
|
|
221 | fix_library_files |
|
|
222 | } |
|
|
223 | |
|
|
224 | # @FUNCTION: setqtenv |
|
|
225 | setqtenv() { |
| 87 | # Set up installation directories |
226 | # Set up installation directories |
| 88 | QTBASEDIR=/usr/$(get_libdir)/qt4 |
227 | QTBASEDIR=/usr/$(get_libdir)/qt4 |
| 89 | QTPREFIXDIR=/usr |
228 | QTPREFIXDIR=/usr |
| 90 | QTBINDIR=/usr/bin |
229 | QTBINDIR=/usr/bin |
| 91 | QTLIBDIR=/usr/$(get_libdir)/qt4 |
230 | QTLIBDIR=/usr/$(get_libdir)/qt4 |
|
|
231 | QMAKE_LIBDIR_QT=${QTLIBDIR} |
| 92 | QTPCDIR=/usr/$(get_libdir)/pkgconfig |
232 | QTPCDIR=/usr/$(get_libdir)/pkgconfig |
| 93 | QTDATADIR=/usr/share/qt4 |
233 | QTDATADIR=/usr/share/qt4 |
| 94 | QTDOCDIR=/usr/share/doc/qt-${PV} |
234 | QTDOCDIR=/usr/share/doc/qt-${PV} |
| 95 | QTHEADERDIR=/usr/include/qt4 |
235 | QTHEADERDIR=/usr/include/qt4 |
| 96 | QTPLUGINDIR=${QTLIBDIR}/plugins |
236 | QTPLUGINDIR=${QTLIBDIR}/plugins |
| 97 | QTSYSCONFDIR=/etc/qt4 |
237 | QTSYSCONFDIR=/etc/qt4 |
| 98 | QTTRANSDIR=${QTDATADIR}/translations |
238 | QTTRANSDIR=${QTDATADIR}/translations |
| 99 | QTEXAMPLESDIR=${QTDATADIR}/examples |
239 | QTEXAMPLESDIR=${QTDATADIR}/examples |
| 100 | QTDEMOSDIR=${QTDATADIR}/demos |
240 | QTDEMOSDIR=${QTDATADIR}/demos |
| 101 | |
241 | QT_INSTALL_PREFIX=/usr/$(get_libdir)/qt4 |
| 102 | PLATFORM=$(qt_mkspecs_dir) |
242 | PLATFORM=$(qt_mkspecs_dir) |
| 103 | |
243 | |
| 104 | PATH="${S}/bin:${PATH}" |
244 | unset QMAKESPEC |
| 105 | LD_LIBRARY_PATH="${S}/lib:${LD_LIBRARY_PATH}" |
|
|
| 106 | |
|
|
| 107 | if ! version_is_at_least 4.1 $(gcc-version) ; then |
|
|
| 108 | ewarn "Using a GCC version lower than 4.1 is not supported!" |
|
|
| 109 | echo |
|
|
| 110 | ebeep 3 |
|
|
| 111 | fi |
|
|
| 112 | } |
|
|
| 113 | |
|
|
| 114 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
|
|
| 115 | # @DESCRIPTION: |
|
|
| 116 | # Arguments for build_target_directories. Takes the directories, in which the |
|
|
| 117 | # code should be compiled. This is a space-separated list |
|
|
| 118 | |
|
|
| 119 | # @ECLASS-VARIABLE: QT4_EXTRACT_DIRECTORIES |
|
|
| 120 | # @DESCRIPTION: |
|
|
| 121 | # Space separated list including the directories that will be extracted from Qt |
|
|
| 122 | # tarball |
|
|
| 123 | |
|
|
| 124 | # @FUNCTION: qt4-build_src_unpack |
|
|
| 125 | # @DESCRIPTION: |
|
|
| 126 | # Unpacks the sources |
|
|
| 127 | qt4-build_src_unpack() { |
|
|
| 128 | local target targets licenses |
|
|
| 129 | if version_is_at_least 4.5 ${PV} ; then |
|
|
| 130 | licenses="LICENSE.GPL3 LICENSE.LGPL" |
|
|
| 131 | else |
|
|
| 132 | licenses="LICENSE.GPL2 LICENSE.GPL3" |
|
|
| 133 | fi |
|
|
| 134 | for target in configure ${licenses} projects.pro \ |
|
|
| 135 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
|
|
| 136 | ${QT4_EXTRACT_DIRECTORIES}; do |
|
|
| 137 | targets="${targets} ${MY_P}/${target}" |
|
|
| 138 | done |
|
|
| 139 | |
|
|
| 140 | echo tar xjpf "${DISTDIR}"/${MY_P}.tar.bz2 ${targets} |
|
|
| 141 | tar xjpf "${DISTDIR}"/${MY_P}.tar.bz2 ${targets} |
|
|
| 142 | |
|
|
| 143 | case "${PV}" in |
|
|
| 144 | 4.4.?) |
|
|
| 145 | echo tar xjpf "${DISTDIR}"/${MY_P}-headers.tar.bz2 |
|
|
| 146 | tar xjpf "${DISTDIR}"/${MY_P}-headers.tar.bz2 |
|
|
| 147 | ;; |
|
|
| 148 | esac |
|
|
| 149 | |
|
|
| 150 | # Be backwards compatible for now |
|
|
| 151 | if [[ $EAPI != 2 ]]; then |
|
|
| 152 | qt4-build_src_prepare |
|
|
| 153 | fi |
|
|
| 154 | } |
|
|
| 155 | |
|
|
| 156 | # @ECLASS-VARIABLE: PATCHES |
|
|
| 157 | # @DESCRIPTION: |
|
|
| 158 | # In case you have patches to apply, specify them in PATCHES variable. Make sure |
|
|
| 159 | # to specify the full path. This variable is necessary for src_prepare phase. |
|
|
| 160 | # example: |
|
|
| 161 | # PATCHES="${FILESDIR}"/mypatch.patch |
|
|
| 162 | # ${FILESDIR}"/mypatch2.patch" |
|
|
| 163 | # |
|
|
| 164 | |
|
|
| 165 | # @FUNCTION: qt4-build_src_prepare |
|
|
| 166 | # @DESCRIPTION: |
|
|
| 167 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
|
|
| 168 | # source files in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified on /etc/make.conf. |
|
|
| 169 | qt4-build_src_prepare() { |
|
|
| 170 | cd "${S}" |
|
|
| 171 | |
|
|
| 172 | if [[ ${PN} != qt-core ]]; then |
|
|
| 173 | skip_qmake_build_patch |
|
|
| 174 | skip_project_generation_patch |
|
|
| 175 | symlink_binaries_to_buildtree |
|
|
| 176 | fi |
|
|
| 177 | |
|
|
| 178 | # Bug 178652 |
|
|
| 179 | if [[ "$(gcc-major-version)" == "3" ]] && use amd64; then |
|
|
| 180 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
|
|
| 181 | append-flags -fno-gcse |
|
|
| 182 | fi |
|
|
| 183 | |
|
|
| 184 | # Unsupported old gcc versions - hardened needs this :( |
|
|
| 185 | if [[ $(gcc-major-version) -lt "4" ]] ; then |
|
|
| 186 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
|
|
| 187 | append-cxxflags -fno-stack-protector |
|
|
| 188 | # Bug 253127 |
|
|
| 189 | sed -e "/^QMAKE_CFLAGS\t/ s:$: -fno-stack-protector-all:" \ |
|
|
| 190 | -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.conf failed" |
|
|
| 191 | fi |
|
|
| 192 | |
|
|
| 193 | # Bug 172219 |
|
|
| 194 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
|
|
| 195 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
| 196 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
| 197 | -e "s:X11R6/::" \ |
|
|
| 198 | -i "${S}"/mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed ${S}/mkspecs/$(qt_mkspecs_dir)/qmake.conf failed" |
|
|
| 199 | |
|
|
| 200 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
|
|
| 201 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
|
|
| 202 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ |
|
|
| 203 | -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.conf failed" |
|
|
| 204 | |
|
|
| 205 | base_src_prepare |
|
|
| 206 | } |
|
|
| 207 | |
|
|
| 208 | # @FUNCTION: qt4-build_src_configure |
|
|
| 209 | # @DESCRIPTION: |
|
|
| 210 | # Default configure phase |
|
|
| 211 | qt4-build_src_configure() { |
|
|
| 212 | |
|
|
| 213 | myconf="$(standard_configure_options) ${myconf}" |
|
|
| 214 | |
|
|
| 215 | echo ./configure ${myconf} |
|
|
| 216 | ./configure ${myconf} || die "./configure failed" |
|
|
| 217 | } |
|
|
| 218 | |
|
|
| 219 | # @FUNCTION: qt4-build_src_compile |
|
|
| 220 | # @DESCRIPTION: Actual compile phase |
|
|
| 221 | qt4-build_src_compile() { |
|
|
| 222 | # Be backwards compatible for now |
|
|
| 223 | if [[ $EAPI != 2 ]]; then |
|
|
| 224 | qt4-build_src_configure |
|
|
| 225 | fi |
|
|
| 226 | |
|
|
| 227 | build_directories "${QT4_TARGET_DIRECTORIES}" |
|
|
| 228 | } |
|
|
| 229 | |
|
|
| 230 | # @FUNCTION: qt4-build_src_install |
|
|
| 231 | # @DESCRIPTION: |
|
|
| 232 | # Perform the actual installation including some library fixes. |
|
|
| 233 | qt4-build_src_install() { |
|
|
| 234 | install_directories "${QT4_TARGET_DIRECTORIES}" |
|
|
| 235 | install_qconfigs |
|
|
| 236 | fix_library_files |
|
|
| 237 | } |
245 | } |
| 238 | |
246 | |
| 239 | # @FUNCTION: standard_configure_options |
247 | # @FUNCTION: standard_configure_options |
| 240 | # @DESCRIPTION: |
248 | # @DESCRIPTION: |
| 241 | # Sets up some standard configure options, like libdir (if necessary), whether |
249 | # Sets up some standard configure options, like libdir (if necessary), whether |
| 242 | # debug info is wanted or not. |
250 | # debug info is wanted or not. |
| 243 | standard_configure_options() { |
251 | standard_configure_options() { |
| 244 | local myconf="" |
252 | local myconf= |
| 245 | |
253 | |
| 246 | [[ $(get_libdir) != "lib" ]] && myconf="${myconf} -L/usr/$(get_libdir)" |
254 | [[ $(get_libdir) != lib ]] && myconf+=" -L/usr/$(get_libdir)" |
| 247 | |
255 | |
| 248 | # Disable visibility explicitly if gcc version isn't 4 |
256 | # Disable visibility explicitly if gcc version isn't 4 |
| 249 | if [[ "$(gcc-major-version)" -lt "4" ]]; then |
257 | if [[ $(gcc-major-version) -lt 4 ]]; then |
| 250 | myconf="${myconf} -no-reduce-exports" |
258 | myconf+=" -no-reduce-exports" |
| 251 | fi |
259 | fi |
| 252 | |
260 | |
| 253 | # precompiled headers doesn't work on hardened, where the flag is masked. |
261 | # precompiled headers doesn't work on hardened, where the flag is masked. |
|
|
262 | myconf+=" $(qt_use pch)" |
|
|
263 | |
| 254 | if use pch; then |
264 | if use debug; then |
| 255 | myconf="${myconf} -pch" |
265 | myconf+=" -debug" |
| 256 | else |
266 | else |
| 257 | myconf="${myconf} -no-pch" |
267 | myconf+=" -release" |
| 258 | fi |
268 | fi |
| 259 | |
|
|
| 260 | if use debug; then |
|
|
| 261 | myconf="${myconf} -debug -no-separate-debug-info" |
269 | myconf+=" -no-separate-debug-info" |
| 262 | else |
|
|
| 263 | myconf="${myconf} -release -no-separate-debug-info" |
|
|
| 264 | fi |
|
|
| 265 | |
270 | |
| 266 | # ARCH is set on Gentoo. Qt now falls back to generic on an unsupported |
271 | # ARCH is set on Gentoo. Qt now falls back to generic on an unsupported |
| 267 | # $(tc-arch). Therefore we convert it to supported values. |
272 | # $(tc-arch). Therefore we convert it to supported values. |
| 268 | case "$(tc-arch)" in |
273 | case "$(tc-arch)" in |
| 269 | amd64) myconf="${myconf} -arch x86_64" ;; |
274 | amd64) myconf+=" -arch x86_64" ;; |
| 270 | ppc|ppc64) myconf="${myconf} -arch powerpc" ;; |
275 | ppc|ppc64) myconf+=" -arch powerpc" ;; |
| 271 | x86|x86-*) myconf="${myconf} -arch i386" ;; |
276 | x86|x86-*) myconf+=" -arch i386" ;; |
| 272 | alpha|arm|ia64|mips|s390|sparc) myconf="${myconf} -arch $(tc-arch)" ;; |
277 | alpha|arm|ia64|mips|s390|sparc) myconf+=" -arch $(tc-arch)" ;; |
| 273 | hppa|sh) myconf="${myconf} -arch generic" ;; |
278 | hppa|sh) myconf+=" -arch generic" ;; |
| 274 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
279 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
| 275 | esac |
280 | esac |
| 276 | |
281 | |
|
|
282 | # 4.6: build qt-core with exceptions or qt-xmlpatterns won't build |
|
|
283 | local exceptions= |
|
|
284 | case "${PV}" in |
|
|
285 | 4.6.*) |
|
|
286 | if [[ ${PN} != "qt-core" ]] && [[ ${PN} != "qt-xmlpatterns" ]]; then |
|
|
287 | exceptions="-no-exceptions" |
|
|
288 | fi |
|
|
289 | ;; |
|
|
290 | *) |
|
|
291 | [[ ${PN} == "qt-xmlpatterns" ]] || exceptions="-no-exceptions" |
|
|
292 | ;; |
|
|
293 | esac |
|
|
294 | |
| 277 | myconf="${myconf} -platform $(qt_mkspecs_dir) -stl -verbose -largefile -confirm-license -no-rpath |
295 | myconf+=" -platform $(qt_mkspecs_dir) -stl -verbose -largefile -confirm-license |
| 278 | -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
296 | -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
| 279 | -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} |
297 | -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} |
| 280 | -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR} |
298 | -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR} |
| 281 | -translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR} |
299 | -translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR} |
| 282 | -demosdir ${QTDEMOSDIR} -silent -fast |
300 | -demosdir ${QTDEMOSDIR} -silent -fast -opensource |
| 283 | $([[ ${PN} == qt-xmlpatterns ]] || echo -no-exceptions) |
301 | ${exceptions} |
| 284 | -reduce-relocations -nomake examples -nomake demos" |
302 | -reduce-relocations -nomake examples -nomake demos" |
| 285 | |
|
|
| 286 | # Make eclass 4.5.{1,2} ready |
|
|
| 287 | case "${MY_PV}" in |
|
|
| 288 | 4.5.1 | 4.5.2) |
|
|
| 289 | myconf="${myconf} -opensource" |
|
|
| 290 | ;; |
|
|
| 291 | esac |
|
|
| 292 | |
303 | |
| 293 | echo "${myconf}" |
304 | echo "${myconf}" |
| 294 | } |
305 | } |
| 295 | |
306 | |
| 296 | # @FUNCTION: build_directories |
307 | # @FUNCTION: build_directories |
| 297 | # @USAGE: < directories > |
308 | # @USAGE: < directories > |
| 298 | # @DESCRIPTION: |
309 | # @DESCRIPTION: |
| 299 | # Compiles the code in $QT4_TARGET_DIRECTORIES |
310 | # Compiles the code in $QT4_TARGET_DIRECTORIES |
| 300 | build_directories() { |
311 | build_directories() { |
| 301 | local dirs="$@" |
|
|
| 302 | for x in ${dirs}; do |
312 | for x in "$@"; do |
| 303 | cd "${S}"/${x} |
313 | cd "${S}"/${x} |
|
|
314 | sed -i -e "s:\$\$\[QT_INSTALL_LIBS\]:/usr/$(get_libdir)/qt4:g" $(find "${S}" -name '*.pr[io]') "${S}"/mkspecs/common/linux.conf || die |
| 304 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
315 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
| 305 | emake || die "emake failed" |
316 | emake CC="@echo compiling \$< && $(tc-getCC)" \ |
|
|
317 | CXX="@echo compiling \$< && $(tc-getCXX)" \ |
|
|
318 | LINK="@echo linking \$@ && $(tc-getCXX)" || die "emake failed" |
| 306 | done |
319 | done |
| 307 | } |
320 | } |
| 308 | |
321 | |
| 309 | # @FUNCTION: install_directories |
322 | # @FUNCTION: install_directories |
| 310 | # @USAGE: < directories > |
323 | # @USAGE: < directories > |
| 311 | # @DESCRIPTION: |
324 | # @DESCRIPTION: |
| 312 | # run emake install in the given directories, which are separated by spaces |
325 | # run emake install in the given directories, which are separated by spaces |
| 313 | install_directories() { |
326 | install_directories() { |
| 314 | local dirs="$@" |
|
|
| 315 | for x in ${dirs}; do |
327 | for x in "$@"; do |
| 316 | pushd "${S}"/${x} >/dev/null || die "Can't pushd ${S}/${x}" |
328 | pushd "${S}"/${x} >/dev/null || die "Can't pushd ${S}/${x}" |
| 317 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
329 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
| 318 | popd >/dev/null || die "Can't popd from ${S}/${x}" |
330 | popd >/dev/null || die "Can't popd from ${S}/${x}" |
| 319 | done |
331 | done |
| 320 | } |
332 | } |
| 321 | |
333 | |
| 322 | # @ECLASS-VARIABLE: QCONFIG_ADD |
334 | # @ECLASS-VARIABLE: QCONFIG_ADD |
| 323 | # @DESCRIPTION: |
335 | # @DESCRIPTION: |
| 324 | # List options that need to be added to QT_CONFIG in qconfig.pri |
336 | # List options that need to be added to QT_CONFIG in qconfig.pri |
| 325 | QCONFIG_ADD="${QCONFIG_ADD:-}" |
337 | : ${QCONFIG_ADD:=} |
| 326 | |
338 | |
| 327 | # @ECLASS-VARIABLE: QCONFIG_REMOVE |
339 | # @ECLASS-VARIABLE: QCONFIG_REMOVE |
| 328 | # @DESCRIPTION: |
340 | # @DESCRIPTION: |
| 329 | # List options that need to be removed from QT_CONFIG in qconfig.pri |
341 | # List options that need to be removed from QT_CONFIG in qconfig.pri |
| 330 | QCONFIG_REMOVE="${QCONFIG_REMOVE:-}" |
342 | : ${QCONFIG_REMOVE:=} |
| 331 | |
343 | |
| 332 | # @ECLASS-VARIABLE: QCONFIG_DEFINE |
344 | # @ECLASS-VARIABLE: QCONFIG_DEFINE |
| 333 | # @DESCRIPTION: |
345 | # @DESCRIPTION: |
| 334 | # List variables that should be defined at the top of QtCore/qconfig.h |
346 | # List variables that should be defined at the top of QtCore/qconfig.h |
| 335 | QCONFIG_DEFINE="${QCONFIG_DEFINE:-}" |
347 | : ${QCONFIG_DEFINE:=} |
| 336 | |
348 | |
| 337 | # @FUNCTION: install_qconfigs |
349 | # @FUNCTION: install_qconfigs |
| 338 | # @DESCRIPTION: Install gentoo-specific mkspecs configurations |
350 | # @DESCRIPTION: Install gentoo-specific mkspecs configurations |
| 339 | install_qconfigs() { |
351 | install_qconfigs() { |
| 340 | local x |
352 | local x |
| … | |
… | |
| 360 | generate_qconfigs() { |
372 | generate_qconfigs() { |
| 361 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
373 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
| 362 | local x qconfig_add qconfig_remove qconfig_new |
374 | local x qconfig_add qconfig_remove qconfig_new |
| 363 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
375 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
| 364 | [[ -f ${x} ]] || continue |
376 | [[ -f ${x} ]] || continue |
| 365 | qconfig_add="${qconfig_add} $(sed -n 's/^QCONFIG_ADD=//p' "${x}")" |
377 | qconfig_add+=" $(sed -n 's/^QCONFIG_ADD=//p' "${x}")" |
| 366 | qconfig_remove="${qconfig_remove} $(sed -n 's/^QCONFIG_REMOVE=//p' "${x}")" |
378 | qconfig_remove+=" $(sed -n 's/^QCONFIG_REMOVE=//p' "${x}")" |
| 367 | done |
379 | done |
| 368 | |
380 | |
| 369 | # these error checks do not use die because dying in pkg_post{inst,rm} |
381 | # these error checks do not use die because dying in pkg_post{inst,rm} |
| 370 | # just makes things worse. |
382 | # just makes things worse. |
| 371 | if [[ -e "${ROOT}${QTDATADIR}"/mkspecs/gentoo/qconfig.pri ]]; then |
383 | if [[ -e "${ROOT}${QTDATADIR}"/mkspecs/gentoo/qconfig.pri ]]; then |
| … | |
… | |
| 378 | |
390 | |
| 379 | # generate list of QT_CONFIG entries from the existing list |
391 | # generate list of QT_CONFIG entries from the existing list |
| 380 | # including qconfig_add and excluding qconfig_remove |
392 | # including qconfig_add and excluding qconfig_remove |
| 381 | for x in $(sed -n 's/^QT_CONFIG +=//p' \ |
393 | for x in $(sed -n 's/^QT_CONFIG +=//p' \ |
| 382 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri) ${qconfig_add}; do |
394 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri) ${qconfig_add}; do |
| 383 | hasq ${x} ${qconfig_remove} || qconfig_new="${qconfig_new} ${x}" |
395 | hasq ${x} ${qconfig_remove} || qconfig_new+=" ${x}" |
| 384 | done |
396 | done |
| 385 | |
397 | |
| 386 | # replace the existing QT_CONFIG list with qconfig_new |
398 | # replace the existing QT_CONFIG list with qconfig_new |
| 387 | if ! sed -i -e "s/QT_CONFIG +=.*/QT_CONFIG += ${qconfig_new}/" \ |
399 | if ! sed -i -e "s/QT_CONFIG +=.*/QT_CONFIG += ${qconfig_new}/" \ |
| 388 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri; then |
400 | "${ROOT}${QTDATADIR}"/mkspecs/qconfig.pri; then |
| … | |
… | |
| 422 | # @FUNCTION: qt4-build_pkg_postinst |
434 | # @FUNCTION: qt4-build_pkg_postinst |
| 423 | # @DESCRIPTION: Generate configuration, plus throws a message about possible |
435 | # @DESCRIPTION: Generate configuration, plus throws a message about possible |
| 424 | # breakages and proposed solutions. |
436 | # breakages and proposed solutions. |
| 425 | qt4-build_pkg_postinst() { |
437 | qt4-build_pkg_postinst() { |
| 426 | generate_qconfigs |
438 | generate_qconfigs |
|
|
439 | |
|
|
440 | if [[ "${PN}" == "qt-core" ]]; then |
| 427 | echo |
441 | echo |
| 428 | ewarn "After a rebuild or upgrade of Qt, it can happen that Qt plugins (such as Qt" |
442 | ewarn "After a rebuild or upgrade of Qt, it can happen that Qt plugins (such as Qt" |
| 429 | ewarn "and KDE styles and widgets) can no longer be loaded. In this situation you" |
443 | ewarn "and KDE styles and widgets) can no longer be loaded. In this situation you" |
| 430 | ewarn "should recompile the packages providing these plugins. Also, make sure you" |
444 | ewarn "should recompile the packages providing these plugins. Also, make sure you" |
| 431 | ewarn "compile the Qt packages, and the packages that depend on it, with the same" |
445 | ewarn "compile the Qt packages, and the packages that depend on it, with the same" |
| 432 | ewarn "GCC version and the same USE flag settings (especially the debug flag)." |
446 | ewarn "GCC version and the same USE flag settings (especially the debug flag)." |
| 433 | ewarn |
447 | ewarn |
| 434 | ewarn "Packages that typically need to be recompiled are kdelibs from KDE4, any" |
448 | ewarn "Packages that typically need to be recompiled are kdelibs from KDE4, any" |
| 435 | ewarn "additional KDE4/Qt4 styles, qscintilla and PyQt4. Before filing a bug report," |
449 | ewarn "additional KDE4/Qt4 styles, qscintilla and PyQt4. Before filing a bug report," |
| 436 | ewarn "make sure all your Qt4 packages are up-to-date and built with the same" |
450 | ewarn "make sure all your Qt4 packages are up-to-date and built with the same" |
| 437 | ewarn "configuration." |
451 | ewarn "configuration." |
| 438 | ewarn |
452 | ewarn |
| 439 | ewarn "For more information, see http://doc.trolltech.com/4.4/plugins-howto.html" |
453 | ewarn "For more information, see http://doc.trolltech.com/${PV%.*}/plugins-howto.html" |
| 440 | echo |
454 | echo |
|
|
455 | fi |
| 441 | } |
456 | } |
| 442 | |
457 | |
| 443 | # @FUNCTION: skip_qmake_build_patch |
458 | # @FUNCTION: skip_qmake_build_patch |
| 444 | # @DESCRIPTION: |
459 | # @DESCRIPTION: |
| 445 | # Don't need to build qmake, as it's already installed from qt-core |
460 | # Don't need to build qmake, as it's already installed from qt-core |
| … | |
… | |
| 481 | # pkgconfig files refer to WORKDIR/bin as the moc and uic locations. Fix: |
496 | # pkgconfig files refer to WORKDIR/bin as the moc and uic locations. Fix: |
| 482 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
497 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
| 483 | if [[ -e ${libfile} ]]; then |
498 | if [[ -e ${libfile} ]]; then |
| 484 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "Sed failed" |
499 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "Sed failed" |
| 485 | |
500 | |
| 486 | # Move .pc files into the pkgconfig directory |
501 | # Move .pc files into the pkgconfig directory |
| 487 | dodir ${QTPCDIR} |
502 | dodir ${QTPCDIR} |
| 488 | mv ${libfile} "${D}"/${QTPCDIR}/ \ |
503 | mv ${libfile} "${D}"/${QTPCDIR}/ \ |
| 489 | || die "Moving ${libfile} to ${D}/${QTPCDIR}/ failed." |
504 | || die "Moving ${libfile} to ${D}/${QTPCDIR}/ failed." |
| 490 | fi |
505 | fi |
| 491 | done |
506 | done |
| … | |
… | |
| 500 | # This will echo "${enableval}-${feature}" if <flag> is enabled, or |
515 | # This will echo "${enableval}-${feature}" if <flag> is enabled, or |
| 501 | # "-no-${feature} if the flag is disabled. If [feature] is not specified <flag> |
516 | # "-no-${feature} if the flag is disabled. If [feature] is not specified <flag> |
| 502 | # will be used for that. If [enableval] is not specified, it omits the |
517 | # will be used for that. If [enableval] is not specified, it omits the |
| 503 | # assignment-part |
518 | # assignment-part |
| 504 | qt_use() { |
519 | qt_use() { |
| 505 | local flag="${1}" |
520 | local flag=$1 |
| 506 | local feature="${1}" |
521 | local feature=$1 |
| 507 | local enableval= |
522 | local enableval= |
| 508 | |
523 | |
| 509 | [[ -n ${2} ]] && feature=${2} |
524 | [[ -n $2 ]] && feature=$2 |
| 510 | [[ -n ${3} ]] && enableval="-${3}" |
525 | [[ -n $3 ]] && enableval=-$3 |
| 511 | |
526 | |
| 512 | if use ${flag}; then |
527 | if use ${flag}; then |
| 513 | echo "${enableval}-${feature}" |
528 | echo "${enableval}-${feature}" |
| 514 | else |
529 | else |
| 515 | echo "-no-${feature}" |
530 | echo "-no-${feature}" |
| 516 | fi |
531 | fi |
| 517 | } |
532 | } |
| 518 | |
533 | |
| 519 | # @ECLASS-VARIABLE: QT4_BUILT_WITH_USE_CHECK |
|
|
| 520 | # @DESCRIPTION: |
|
|
| 521 | # The contents of $QT4_BUILT_WITH_USE_CHECK gets fed to built_with_use |
|
|
| 522 | # (eutils.eclass), line per line. |
|
|
| 523 | # |
|
|
| 524 | # Example: |
|
|
| 525 | # @CODE |
|
|
| 526 | # pkg_setup() { |
|
|
| 527 | # use qt3support && QT4_BUILT_WITH_USE_CHECK="${QT4_BUILT_WITH_USE_CHECK} |
|
|
| 528 | # ~x11-libs/qt-gui-${PV} qt3support" |
|
|
| 529 | # qt4-build_check_use |
|
|
| 530 | # } |
|
|
| 531 | # @CODE |
|
|
| 532 | |
|
|
| 533 | # Run built_with_use on each flag and print appropriate error messages if any |
|
|
| 534 | # flags are missing |
|
|
| 535 | |
|
|
| 536 | _qt_built_with_use() { |
|
|
| 537 | local missing opt pkg flag flags |
|
|
| 538 | |
|
|
| 539 | if [[ ${1} = "--missing" ]]; then |
|
|
| 540 | missing="${1} ${2}" && shift 2 |
|
|
| 541 | fi |
|
|
| 542 | if [[ ${1:0:1} = "-" ]]; then |
|
|
| 543 | opt=${1} && shift |
|
|
| 544 | fi |
|
|
| 545 | |
|
|
| 546 | pkg=${1} && shift |
|
|
| 547 | |
|
|
| 548 | for flag in "${@}"; do |
|
|
| 549 | flags="${flags} ${flag}" |
|
|
| 550 | if ! built_with_use ${missing} ${opt} ${pkg} ${flag}; then |
|
|
| 551 | flags="${flags}*" |
|
|
| 552 | else |
|
|
| 553 | [[ ${opt} = "-o" ]] && return 0 |
|
|
| 554 | fi |
|
|
| 555 | done |
|
|
| 556 | if [[ "${flags# }" = "${@}" ]]; then |
|
|
| 557 | return 0 |
|
|
| 558 | fi |
|
|
| 559 | if [[ ${opt} = "-o" ]]; then |
|
|
| 560 | eerror "This package requires '${pkg}' to be built with any of the following USE flags: '$*'." |
|
|
| 561 | else |
|
|
| 562 | eerror "This package requires '${pkg}' to be built with the following USE flags: '${flags# }'." |
|
|
| 563 | fi |
|
|
| 564 | return 1 |
|
|
| 565 | } |
|
|
| 566 | |
|
|
| 567 | # @FUNCTION: qt4-build_check_use |
|
|
| 568 | # @DESCRIPTION: |
|
|
| 569 | # Check if the listed packages in $QT4_BUILT_WITH_USE_CHECK are built with the |
|
|
| 570 | # USE flags listed. |
|
|
| 571 | # |
|
|
| 572 | # If any of the required USE flags are missing, an eerror will be printed for |
|
|
| 573 | # each package with missing USE flags. |
|
|
| 574 | qt4-build_check_use() { |
|
|
| 575 | local line missing |
|
|
| 576 | while read line; do |
|
|
| 577 | [[ -z ${line} ]] && continue |
|
|
| 578 | if ! _qt_built_with_use ${line}; then |
|
|
| 579 | missing=true |
|
|
| 580 | fi |
|
|
| 581 | done <<< "${QT4_BUILT_WITH_USE_CHECK}" |
|
|
| 582 | if [[ -n ${missing} ]]; then |
|
|
| 583 | echo |
|
|
| 584 | eerror "Flags marked with an * are missing." |
|
|
| 585 | die "Missing USE flags found" |
|
|
| 586 | fi |
|
|
| 587 | } |
|
|
| 588 | |
|
|
| 589 | # @FUNCTION: qt_mkspecs_dir |
534 | # @FUNCTION: qt_mkspecs_dir |
| 590 | # @RETURN: the specs-directory w/o path |
535 | # @RETURN: the specs-directory w/o path |
| 591 | # @DESCRIPTION: |
536 | # @DESCRIPTION: |
| 592 | # Allows us to define which mkspecs dir we want to use. |
537 | # Allows us to define which mkspecs dir we want to use. |
| 593 | qt_mkspecs_dir() { |
538 | qt_mkspecs_dir() { |
| 594 | # Allows us to define which mkspecs dir we want to use. |
539 | # Allows us to define which mkspecs dir we want to use. |
| 595 | local spec |
540 | local spec |
| 596 | |
541 | |
| 597 | case ${CHOST} in |
542 | case ${CHOST} in |
| 598 | *-freebsd*|*-dragonfly*) |
543 | *-freebsd*|*-dragonfly*) |
| 599 | spec="freebsd" ;; |
544 | spec=freebsd ;; |
| 600 | *-openbsd*) |
545 | *-openbsd*) |
| 601 | spec="openbsd" ;; |
546 | spec=openbsd ;; |
| 602 | *-netbsd*) |
547 | *-netbsd*) |
| 603 | spec="netbsd" ;; |
548 | spec=netbsd ;; |
| 604 | *-darwin*) |
549 | *-darwin*) |
| 605 | spec="darwin" ;; |
550 | spec=darwin ;; |
| 606 | *-linux-*|*-linux) |
551 | *-linux-*|*-linux) |
| 607 | spec="linux" ;; |
552 | spec=linux ;; |
| 608 | *) |
553 | *) |
| 609 | die "Unknown CHOST, no platform choosen." |
554 | die "Unknown CHOST, no platform choosen." |
| 610 | esac |
555 | esac |
| 611 | |
556 | |
| 612 | CXX=$(tc-getCXX) |
557 | CXX=$(tc-getCXX) |
| 613 | if [[ ${CXX/g++/} != ${CXX} ]]; then |
558 | if [[ ${CXX} == *g++* ]]; then |
| 614 | spec="${spec}-g++" |
559 | spec+=-g++ |
| 615 | elif [[ ${CXX/icpc/} != ${CXX} ]]; then |
560 | elif [[ ${CXX} == *icpc* ]]; then |
| 616 | spec="${spec}-icc" |
561 | spec+=-icc |
| 617 | else |
562 | else |
| 618 | die "Unknown compiler ${CXX}." |
563 | die "Unknown compiler ${CXX}." |
| 619 | fi |
564 | fi |
|
|
565 | if [[ -n ${LIBDIR/lib} ]]; then |
|
|
566 | spec+=-${LIBDIR/lib} |
|
|
567 | fi |
| 620 | |
568 | |
| 621 | echo "${spec}" |
569 | echo "${spec}" |
| 622 | } |
570 | } |
| 623 | |
571 | |
| 624 | case ${EAPI:-0} in |
|
|
| 625 | 0|1) EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postrm pkg_postinst ;; |
|
|
| 626 | 2) EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install pkg_postrm pkg_postinst ;; |
572 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install pkg_postrm pkg_postinst |
| 627 | esac |
|
|