| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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.100 2011/11/19 20:31:12 pesa Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.113 2011/12/31 00:46:04 pesa Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: qt4-build.eclass |
5 | # @ECLASS: qt4-build.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Qt herd <qt@gentoo.org> |
7 | # Qt herd <qt@gentoo.org> |
| 8 | # @BLURB: Eclass for Qt4 split ebuilds. |
8 | # @BLURB: Eclass for Qt4 split ebuilds. |
| … | |
… | |
| 12 | inherit base eutils multilib toolchain-funcs flag-o-matic versionator |
12 | inherit base eutils multilib toolchain-funcs flag-o-matic versionator |
| 13 | |
13 | |
| 14 | MY_PV=${PV/_/-} |
14 | MY_PV=${PV/_/-} |
| 15 | MY_P=qt-everywhere-opensource-src-${MY_PV} |
15 | MY_P=qt-everywhere-opensource-src-${MY_PV} |
| 16 | |
16 | |
| 17 | HOMEPAGE="http://qt.nokia.com/" |
17 | HOMEPAGE="http://qt.nokia.com/ http://qt-project.org/" |
| 18 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
18 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
| 19 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
19 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
| 20 | |
20 | |
| 21 | IUSE="aqua debug pch" |
21 | IUSE="aqua debug pch" |
| 22 | |
22 | |
| … | |
… | |
| 26 | |
26 | |
| 27 | if version_is_at_least 4.7.99999999; then |
27 | if version_is_at_least 4.7.99999999; then |
| 28 | IUSE+=" c++0x qpa" |
28 | IUSE+=" c++0x qpa" |
| 29 | fi |
29 | fi |
| 30 | |
30 | |
|
|
31 | DEPEND="dev-util/pkgconfig" |
| 31 | RDEPEND=" |
32 | RDEPEND=" |
| 32 | !<x11-libs/qt-assistant-${PV} |
33 | !<x11-libs/qt-assistant-${PV} |
| 33 | !>x11-libs/qt-assistant-${PV}-r9999 |
34 | !>x11-libs/qt-assistant-${PV}-r9999 |
| 34 | !<x11-libs/qt-core-${PV} |
35 | !<x11-libs/qt-core-${PV} |
| 35 | !>x11-libs/qt-core-${PV}-r9999 |
36 | !>x11-libs/qt-core-${PV}-r9999 |
| … | |
… | |
| 65 | |
66 | |
| 66 | S=${WORKDIR}/${MY_P} |
67 | S=${WORKDIR}/${MY_P} |
| 67 | |
68 | |
| 68 | # @FUNCTION: qt4-build_pkg_setup |
69 | # @FUNCTION: qt4-build_pkg_setup |
| 69 | # @DESCRIPTION: |
70 | # @DESCRIPTION: |
| 70 | # Sets up S, MY_P, PATH, and LD_LIBRARY_PATH |
71 | # Sets up PATH and LD_LIBRARY_PATH. |
| 71 | qt4-build_pkg_setup() { |
72 | qt4-build_pkg_setup() { |
| 72 | [[ ${EAPI} == 2 ]] && use !prefix && EPREFIX= |
73 | [[ ${EAPI} == 2 ]] && use !prefix && EPREFIX= |
| 73 | |
74 | |
| 74 | # Protect users by not allowing downgrades between releases |
75 | # Protect users by not allowing downgrades between releases |
| 75 | # Downgrading revisions within the same release should be allowed |
76 | # Downgrading revisions within the same release should be allowed |
| … | |
… | |
| 122 | fi |
123 | fi |
| 123 | } |
124 | } |
| 124 | |
125 | |
| 125 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
126 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
| 126 | # @DESCRIPTION: |
127 | # @DESCRIPTION: |
| 127 | # Arguments for build_target_directories. Takes the directories, in which the |
128 | # Arguments for build_target_directories. Takes the directories in which the |
| 128 | # code should be compiled. This is a space-separated list |
129 | # code should be compiled. This is a space-separated list. |
| 129 | |
130 | |
| 130 | # @ECLASS-VARIABLE: QT4_EXTRACT_DIRECTORIES |
131 | # @ECLASS-VARIABLE: QT4_EXTRACT_DIRECTORIES |
| 131 | # @DESCRIPTION: |
132 | # @DESCRIPTION: |
| 132 | # Space separated list including the directories that will be extracted from Qt |
133 | # Space-separated list including the directories that will be extracted from |
| 133 | # tarball |
134 | # Qt tarball. |
| 134 | |
135 | |
| 135 | # @FUNCTION: qt4-build_src_unpack |
136 | # @FUNCTION: qt4-build_src_unpack |
| 136 | # @DESCRIPTION: |
137 | # @DESCRIPTION: |
| 137 | # Unpacks the sources |
138 | # Unpacks the sources. |
| 138 | qt4-build_src_unpack() { |
139 | qt4-build_src_unpack() { |
| 139 | setqtenv |
140 | setqtenv |
| 140 | local unpack_p="${MY_P}" |
141 | |
| 141 | case "${PV}" in |
142 | local tarball="${MY_P}.tar.gz" target= targets= |
| 142 | 4.8.0_*) |
|
|
| 143 | unpack_p="qt-everywhere-opensource-src-${PV/_*}" |
|
|
| 144 | ;; |
|
|
| 145 | esac |
|
|
| 146 | local target targets= |
|
|
| 147 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
143 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
| 148 | src/{qbase,qt_targets,qt_install}.pri bin config.tests mkspecs qmake \ |
144 | src/{qbase,qt_targets,qt_install}.pri bin config.tests \ |
| 149 | ${QT4_EXTRACT_DIRECTORIES}; do |
145 | mkspecs qmake ${QT4_EXTRACT_DIRECTORIES} |
|
|
146 | do |
| 150 | targets+=" ${unpack_p}/${target}" |
147 | targets+="${MY_P}/${target} " |
| 151 | done |
148 | done |
| 152 | |
149 | |
|
|
150 | ebegin "Unpacking parts of ${tarball}:" ${targets//${MY_P}\/} |
| 153 | echo tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets} |
151 | tar -xzf "${DISTDIR}/${tarball}" ${targets} |
| 154 | tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets} || die |
152 | eend $? || die "failed to unpack" |
| 155 | case "${PV}" in |
|
|
| 156 | 4.8.0_*) |
|
|
| 157 | mv ${WORKDIR}/qt-everywhere-opensource-src-${PV/_*} \ |
|
|
| 158 | ${WORKDIR}/qt-everywhere-opensource-src-${MY_PV} |
|
|
| 159 | ;; |
|
|
| 160 | esac |
|
|
| 161 | } |
153 | } |
| 162 | |
154 | |
| 163 | # @ECLASS-VARIABLE: PATCHES |
155 | # @ECLASS-VARIABLE: PATCHES |
|
|
156 | # @DEFAULT_UNSET |
| 164 | # @DESCRIPTION: |
157 | # @DESCRIPTION: |
| 165 | # In case you have patches to apply, specify them in PATCHES variable. Make sure |
158 | # PATCHES array variable containing all various patches to be applied. |
| 166 | # to specify the full path. This variable is necessary for src_prepare phase. |
159 | # This variable is expected to be defined in global scope of ebuild. |
| 167 | # example: |
160 | # Make sure to specify the full path. This variable is utilised in |
| 168 | # PATCHES="${FILESDIR}"/mypatch.patch |
161 | # src_unpack/src_prepare phase, based on EAPI. |
| 169 | # ${FILESDIR}"/mypatch2.patch" |
|
|
| 170 | # |
162 | # |
|
|
163 | # @CODE |
|
|
164 | # PATCHES=( "${FILESDIR}/mypatch.patch" |
|
|
165 | # "${FILESDIR}/patches_folder/" ) |
|
|
166 | # @CODE |
| 171 | |
167 | |
| 172 | # @FUNCTION: qt4-build_src_prepare |
168 | # @FUNCTION: qt4-build_src_prepare |
| 173 | # @DESCRIPTION: |
169 | # @DESCRIPTION: |
| 174 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
170 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
| 175 | # source files in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified on /etc/make.conf. |
171 | # the build system in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified in /etc/make.conf. |
| 176 | qt4-build_src_prepare() { |
172 | qt4-build_src_prepare() { |
| 177 | setqtenv |
173 | setqtenv |
| 178 | cd "${S}" |
174 | cd "${S}" |
| 179 | |
|
|
| 180 | # fix qt 4.7 regression that skips -fvisibility=hidden |
|
|
| 181 | if version_is_at_least "4.7.0_beta1"; then |
|
|
| 182 | sed -e "s/^gcc|g++)/*gcc|*g++)/" \ |
|
|
| 183 | -i config.tests/unix/fvisibility.test || |
|
|
| 184 | die "visibility fixing sed failed" |
|
|
| 185 | fi |
|
|
| 186 | |
175 | |
| 187 | if version_is_at_least "4.7"; then |
176 | if version_is_at_least "4.7"; then |
| 188 | # fix libX11 dependency on non X packages |
177 | # fix libX11 dependency on non X packages |
| 189 | local nolibx11_pkgs="qt-core qt-dbus qt-script qt-sql qt-test qt-xmlpatterns" |
178 | local nolibx11_pkgs="qt-core qt-dbus qt-script qt-sql qt-test qt-xmlpatterns" |
| 190 | has ${PN} ${nolibx11_pkgs} && qt_nolibx11 |
179 | has ${PN} ${nolibx11_pkgs} && qt_nolibx11 |
| … | |
… | |
| 196 | # provide a proper macx-g++-64 |
185 | # provide a proper macx-g++-64 |
| 197 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
186 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
| 198 | |
187 | |
| 199 | sed -e '/^CONFIG/s:app_bundle::' \ |
188 | sed -e '/^CONFIG/s:app_bundle::' \ |
| 200 | -e '/^CONFIG/s:plugin_no_soname:plugin_with_soname absolute_library_soname:' \ |
189 | -e '/^CONFIG/s:plugin_no_soname:plugin_with_soname absolute_library_soname:' \ |
| 201 | -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed failed" |
190 | -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
| 202 | fi |
191 | fi |
| 203 | |
192 | |
| 204 | if [[ ${PN} != qt-core ]]; then |
193 | if [[ ${PN} != qt-core ]]; then |
| 205 | skip_qmake_build |
194 | skip_qmake_build |
| 206 | skip_project_generation |
195 | skip_project_generation |
| … | |
… | |
| 231 | if [[ $(gcc-major-version) -lt 4 ]] ; then |
220 | if [[ $(gcc-major-version) -lt 4 ]] ; then |
| 232 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
221 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
| 233 | append-cxxflags -fno-stack-protector |
222 | append-cxxflags -fno-stack-protector |
| 234 | # Bug 253127 |
223 | # Bug 253127 |
| 235 | sed -e "/^QMAKE_CFLAGS\t/ s:$: -fno-stack-protector-all:" \ |
224 | sed -e "/^QMAKE_CFLAGS\t/ s:$: -fno-stack-protector-all:" \ |
| 236 | -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.conf failed" |
225 | -i mkspecs/common/g++.conf || die |
| 237 | fi |
226 | fi |
| 238 | |
227 | |
| 239 | # Bug 261632 |
228 | # Bug 261632 |
| 240 | if use ppc64; then |
229 | if use ppc64; then |
| 241 | ewarn "Appending -mminimal-toc to CFLAGS/CXXFLAGS" |
230 | ewarn "Appending -mminimal-toc to CFLAGS/CXXFLAGS" |
| 242 | append-flags -mminimal-toc |
231 | append-flags -mminimal-toc |
| 243 | fi |
232 | fi |
| 244 | |
233 | |
| 245 | # Bug 282984 && Bug 295530 |
234 | # Respect CC, CXX, {C,CXX,LD}FLAGS in .qmake.cache |
| 246 | sed -e "s:\(^SYSTEM_VARIABLES\):CC=\"$(tc-getCC)\"\nCXX=\"$(tc-getCXX)\"\nCFLAGS=\"${CFLAGS}\"\nCXXFLAGS=\"${CXXFLAGS}\"\nLDFLAGS=\"${LDFLAGS}\"\n\1:" \ |
235 | sed -e "/^SYSTEM_VARIABLES=/i \ |
| 247 | -i configure || die "sed qmake compilers failed" |
236 | CC='$(tc-getCC)'\n\ |
|
|
237 | CXX='$(tc-getCXX)'\n\ |
|
|
238 | CFLAGS='${CFLAGS}'\n\ |
|
|
239 | CXXFLAGS='${CXXFLAGS}'\n\ |
|
|
240 | LDFLAGS='${LDFLAGS}'\n" \ |
|
|
241 | -i configure || die "sed SYSTEM_VARIABLES failed" |
| 248 | |
242 | |
| 249 | # Bug 321335 |
243 | # Respect CC, CXX, LINK and *FLAGS in config.tests |
| 250 | if version_is_at_least 4.6; then |
244 | find config.tests/unix -name '*.test' -type f -print0 | xargs -0 \ |
| 251 | find ./config.tests/unix -name "*.test" -type f -exec grep -lZ \$MAKE '{}' \; | \ |
245 | sed -i -e "/bin\/qmake/ s: \"QT_BUILD_TREE=: \ |
| 252 | xargs -0 \ |
246 | 'QMAKE_CC=$(tc-getCC)' 'QMAKE_CXX=$(tc-getCXX)' 'QMAKE_LINK=$(tc-getCXX)' \ |
| 253 | sed -e "s:\(\$MAKE\):\1 CC=\"$(tc-getCC)\" CXX=\"$(tc-getCXX)\" LD=\"$(tc-getCXX)\" LINK=\"$(tc-getCXX)\":g" \ |
247 | 'QMAKE_CFLAGS+=${CFLAGS}' 'QMAKE_CXXFLAGS+=${CXXFLAGS}' 'QMAKE_LFLAGS+=${LDFLAGS}'&:" \ |
| 254 | -i || die "sed test compilers failed" |
248 | || die "sed config.tests failed" |
| 255 | fi |
|
|
| 256 | |
249 | |
| 257 | # Bug 172219 |
250 | # Bug 172219 |
| 258 | sed -e "s:X11R6/::" \ |
251 | sed -e 's:/X11R6/:/:' -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
| 259 | -i "${S}"/mkspecs/$(qt_mkspecs_dir)/qmake.conf || die "sed ${S}/mkspecs/$(qt_mkspecs_dir)/qmake.conf failed" |
|
|
| 260 | |
252 | |
| 261 | if [[ ${CHOST} == *-darwin* ]]; then |
253 | if [[ ${CHOST} == *-darwin* ]]; then |
| 262 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
254 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
| 263 | # crippled (by design) :/ |
255 | # crippled (by design) :/ |
| 264 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
256 | sed -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
| … | |
… | |
| 278 | -e "s:-arch \$i::" \ |
270 | -e "s:-arch \$i::" \ |
| 279 | -e "/if \[ ! -z \"\$NATIVE_64_ARCH\" \]; then/,/fi/ d" \ |
271 | -e "/if \[ ! -z \"\$NATIVE_64_ARCH\" \]; then/,/fi/ d" \ |
| 280 | -e "s:CFG_MAC_XARCH=yes:CFG_MAC_XARCH=no:g" \ |
272 | -e "s:CFG_MAC_XARCH=yes:CFG_MAC_XARCH=no:g" \ |
| 281 | -e "s:-Xarch_x86_64::g" \ |
273 | -e "s:-Xarch_x86_64::g" \ |
| 282 | -e "s:-Xarch_ppc64::g" \ |
274 | -e "s:-Xarch_ppc64::g" \ |
| 283 | -i configure mkspecs/common/mac-g++.conf || die "sed configure failed" |
275 | -i configure mkspecs/common/mac-g++.conf || die "sed -arch/-Xarch failed" |
| 284 | |
276 | |
| 285 | # On Snow Leopard don't fall back to 10.5 deployment target. |
277 | # On Snow Leopard don't fall back to 10.5 deployment target. |
| 286 | if [[ ${CHOST} == *-apple-darwin10 ]] ; then |
278 | if [[ ${CHOST} == *-apple-darwin10 ]] ; then |
| 287 | sed -e "s:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET.*:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET 10.6:g" \ |
279 | sed -e "s:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET.*:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET 10.6:g" \ |
| 288 | -e "s:-mmacosx-version-min=10.[0-9]:-mmacosx-version-min=10.6:g" \ |
280 | -e "s:-mmacosx-version-min=10.[0-9]:-mmacosx-version-min=10.6:g" \ |
| 289 | -i configure mkspecs/common/mac-g++.conf || die "sed configure failed" |
281 | -i configure mkspecs/common/mac-g++.conf || die "sed deployment target failed" |
| 290 | fi |
282 | fi |
| 291 | fi |
283 | fi |
| 292 | |
284 | |
| 293 | # this one is needed for all systems with a separate -liconv, apart from |
285 | # this one is needed for all systems with a separate -liconv, apart from |
| 294 | # Darwin, for which the sources already cater for -liconv |
286 | # Darwin, for which the sources already cater for -liconv |
| … | |
… | |
| 306 | # use GCC over SunStudio |
298 | # use GCC over SunStudio |
| 307 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
299 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
| 308 | # don't flirt with non-Prefix stuff, we're quite possessive |
300 | # don't flirt with non-Prefix stuff, we're quite possessive |
| 309 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
301 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
| 310 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
302 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
|
|
303 | |
| 311 | # strip predefined CFLAGS from qmake ( bug #312689 ) |
304 | # strip predefined CFLAGS from mkspecs (bug 312689) |
| 312 | sed -i '/^QMAKE_CFLAGS_RELEASE/s:+=.*:+=:' mkspecs/common/g++.conf |
305 | sed -i -e '/^QMAKE_CFLAGS_RELEASE/s:+=.*:+=:' mkspecs/common/g++.conf |
| 313 | |
306 | |
| 314 | base_src_prepare |
307 | base_src_prepare |
| 315 | } |
308 | } |
| 316 | |
309 | |
| 317 | # @FUNCTION: qt4-build_src_configure |
310 | # @FUNCTION: qt4-build_src_configure |
| … | |
… | |
| 364 | # freetype2 include dir is non-standard, thus include it on configure |
357 | # freetype2 include dir is non-standard, thus include it on configure |
| 365 | # use -I from configure |
358 | # use -I from configure |
| 366 | myconf+=" $(pkg-config --cflags freetype2)" |
359 | myconf+=" $(pkg-config --cflags freetype2)" |
| 367 | fi |
360 | fi |
| 368 | |
361 | |
| 369 | # Disable SSE4.x, since auto-detection is currently broken |
|
|
| 370 | # Upstream bug http://bugreports.qt.nokia.com/browse/QTBUG-13623 |
|
|
| 371 | [[ ${PV} == "4.7.1" ]] && myconf+=" -no-sse4.1 -no-sse4.2" |
|
|
| 372 | |
|
|
| 373 | echo ./configure ${myconf} |
362 | echo ./configure ${myconf} |
| 374 | ./configure ${myconf} || die "./configure failed" |
363 | ./configure ${myconf} || die "./configure failed" |
| 375 | myconf="" |
364 | myconf="" |
| 376 | |
365 | |
| 377 | prepare_directories ${QT4_TARGET_DIRECTORIES} |
366 | prepare_directories ${QT4_TARGET_DIRECTORIES} |
| … | |
… | |
| 395 | done |
384 | done |
| 396 | } |
385 | } |
| 397 | |
386 | |
| 398 | # @FUNCTION: fix_includes |
387 | # @FUNCTION: fix_includes |
| 399 | # @DESCRIPTION: |
388 | # @DESCRIPTION: |
| 400 | # For MacOSX we need to add some symlinks when frameworks are |
389 | # For MacOS X we need to add some symlinks when frameworks are |
| 401 | # being used, to avoid complications with some more or less stupid packages. |
390 | # being used, to avoid complications with some more or less stupid packages. |
| 402 | fix_includes() { |
391 | fix_includes() { |
| 403 | if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
392 | if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]] ; then |
| 404 | # Some packages tend to include <Qt/...> |
393 | # Some packages tend to include <Qt/...> |
| 405 | dodir "${QTHEADERDIR#${EPREFIX}}"/Qt |
394 | dodir "${QTHEADERDIR#${EPREFIX}}"/Qt |
| … | |
… | |
| 436 | # remove .la files since we are building only shared Qt libraries |
425 | # remove .la files since we are building only shared Qt libraries |
| 437 | find "${D}"${QTLIBDIR} -name "*.la" -print0 | xargs -0 rm |
426 | find "${D}"${QTLIBDIR} -name "*.la" -print0 | xargs -0 rm |
| 438 | } |
427 | } |
| 439 | |
428 | |
| 440 | # @FUNCTION: setqtenv |
429 | # @FUNCTION: setqtenv |
|
|
430 | # @INTERNAL |
| 441 | setqtenv() { |
431 | setqtenv() { |
| 442 | # Set up installation directories |
432 | # Set up installation directories |
| 443 | QTBASEDIR=${EPREFIX}/usr/$(get_libdir)/qt4 |
|
|
| 444 | QTPREFIXDIR=${EPREFIX}/usr |
433 | QTPREFIXDIR=${EPREFIX}/usr |
| 445 | QTBINDIR=${EPREFIX}/usr/bin |
434 | QTBINDIR=${EPREFIX}/usr/bin |
| 446 | QTLIBDIR=${EPREFIX}/usr/$(get_libdir)/qt4 |
435 | QTLIBDIR=${EPREFIX}/usr/$(get_libdir)/qt4 |
| 447 | QMAKE_LIBDIR_QT=${QTLIBDIR} |
|
|
| 448 | QTPCDIR=${EPREFIX}/usr/$(get_libdir)/pkgconfig |
436 | QTPCDIR=${EPREFIX}/usr/$(get_libdir)/pkgconfig |
| 449 | QTDATADIR=${EPREFIX}/usr/share/qt4 |
|
|
| 450 | QTDOCDIR=${EPREFIX}/usr/share/doc/qt-${PV} |
437 | QTDOCDIR=${EPREFIX}/usr/share/doc/qt-${PV} |
| 451 | QTHEADERDIR=${EPREFIX}/usr/include/qt4 |
438 | QTHEADERDIR=${EPREFIX}/usr/include/qt4 |
| 452 | QTPLUGINDIR=${QTLIBDIR}/plugins |
439 | QTPLUGINDIR=${QTLIBDIR}/plugins |
|
|
440 | QTIMPORTDIR=${QTLIBDIR}/imports |
|
|
441 | QTDATADIR=${EPREFIX}/usr/share/qt4 |
|
|
442 | QTTRANSDIR=${QTDATADIR}/translations |
| 453 | QTSYSCONFDIR=${EPREFIX}/etc/qt4 |
443 | QTSYSCONFDIR=${EPREFIX}/etc/qt4 |
| 454 | QTTRANSDIR=${QTDATADIR}/translations |
|
|
| 455 | QTEXAMPLESDIR=${QTDATADIR}/examples |
444 | QTEXAMPLESDIR=${QTDATADIR}/examples |
| 456 | QTDEMOSDIR=${QTDATADIR}/demos |
445 | QTDEMOSDIR=${QTDATADIR}/demos |
|
|
446 | QMAKE_LIBDIR_QT=${QTLIBDIR} |
| 457 | QT_INSTALL_PREFIX=${EPREFIX}/usr/$(get_libdir)/qt4 |
447 | QT_INSTALL_PREFIX=${EPREFIX}/usr/$(get_libdir)/qt4 |
|
|
448 | |
| 458 | PLATFORM=$(qt_mkspecs_dir) |
449 | PLATFORM=$(qt_mkspecs_dir) |
| 459 | |
450 | |
| 460 | unset QMAKESPEC |
451 | unset QMAKESPEC |
| 461 | } |
452 | } |
| 462 | |
453 | |
| 463 | # @FUNCTION: standard_configure_options |
454 | # @FUNCTION: standard_configure_options |
|
|
455 | # @INTERNAL |
| 464 | # @DESCRIPTION: |
456 | # @DESCRIPTION: |
| 465 | # Sets up some standard configure options, like libdir (if necessary), whether |
457 | # Sets up some standard configure options, like libdir (if necessary), whether |
| 466 | # debug info is wanted or not. |
458 | # debug info is wanted or not. |
| 467 | standard_configure_options() { |
459 | standard_configure_options() { |
| 468 | local myconf= |
460 | local myconf="-prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
|
|
461 | -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} -plugindir ${QTPLUGINDIR} |
|
|
462 | -importdir ${QTIMPORTDIR} -datadir ${QTDATADIR} -translationdir ${QTTRANSDIR} |
|
|
463 | -sysconfdir ${QTSYSCONFDIR} -examplesdir ${QTEXAMPLESDIR} -demosdir ${QTDEMOSDIR} |
|
|
464 | -opensource -confirm-license -shared -fast -largefile -stl -verbose |
|
|
465 | -platform $(qt_mkspecs_dir) -nomake examples -nomake demos" |
| 469 | |
466 | |
| 470 | [[ $(get_libdir) != lib ]] && myconf+=" -L${EPREFIX}/usr/$(get_libdir)" |
467 | [[ $(get_libdir) != lib ]] && myconf+=" -L${EPREFIX}/usr/$(get_libdir)" |
| 471 | |
468 | |
| 472 | # Disable visibility explicitly if gcc version isn't 4 |
469 | # debug/release |
| 473 | if [[ $(gcc-major-version) -lt 4 ]]; then |
|
|
| 474 | myconf+=" -no-reduce-exports" |
|
|
| 475 | fi |
|
|
| 476 | |
|
|
| 477 | # precompiled headers doesn't work on hardened, where the flag is masked. |
|
|
| 478 | myconf+=" $(qt_use pch)" |
|
|
| 479 | |
|
|
| 480 | if use debug; then |
470 | if use debug; then |
| 481 | myconf+=" -debug" |
471 | myconf+=" -debug" |
| 482 | else |
472 | else |
| 483 | myconf+=" -release" |
473 | myconf+=" -release" |
| 484 | fi |
474 | fi |
| 485 | myconf+=" -no-separate-debug-info" |
475 | myconf+=" -no-separate-debug-info" |
| 486 | |
476 | |
|
|
477 | # exceptions USE flag |
|
|
478 | local exceptions="-exceptions" |
|
|
479 | in_iuse exceptions && exceptions="$(qt_use exceptions)" |
|
|
480 | myconf+=" ${exceptions}" |
|
|
481 | |
|
|
482 | # disable RPATH on Qt >= 4.8 (bug 380415) |
|
|
483 | version_is_at_least 4.8 && myconf+=" -no-rpath" |
|
|
484 | |
|
|
485 | # precompiled headers don't work on hardened, where the flag is masked |
|
|
486 | myconf+=" $(qt_use pch)" |
|
|
487 | |
|
|
488 | # -reduce-relocations |
|
|
489 | # This flag seems to introduce major breakage to applications, |
|
|
490 | # mostly to be seen as a core dump with the message "QPixmap: Must |
|
|
491 | # construct a QApplication before a QPaintDevice" on Solaris. |
|
|
492 | # -- Daniel Vergien |
|
|
493 | [[ ${CHOST} != *-solaris* ]] && myconf+=" -reduce-relocations" |
|
|
494 | |
| 487 | use aqua && myconf+=" -no-framework" |
495 | use aqua && myconf+=" -no-framework" |
| 488 | |
496 | |
| 489 | # ARCH is set on Gentoo. Qt now falls back to generic on an unsupported |
497 | # ARCH is set on Gentoo. Qt now falls back to generic on an unsupported |
| 490 | # $(tc-arch). Therefore we convert it to supported values. |
498 | # $(tc-arch). Therefore we convert it to supported values. |
| 491 | case "$(tc-arch)" in |
499 | case "$(tc-arch)" in |
| 492 | amd64|x64-*) myconf+=" -arch x86_64" ;; |
500 | amd64|x64-*) myconf+=" -arch x86_64" ;; |
| 493 | ppc-macos) myconf+=" -arch ppc" ;; |
501 | ppc-macos) myconf+=" -arch ppc" ;; |
| 494 | ppc|ppc64|ppc-*) myconf+=" -arch powerpc" ;; |
502 | ppc|ppc64|ppc-*) myconf+=" -arch powerpc" ;; |
| 495 | sparc|sparc-*) myconf+=" -arch sparc" ;; |
503 | sparc|sparc-*|sparc64-*) myconf+=" -arch sparc" ;; |
| 496 | x86-macos) myconf+=" -arch x86" ;; |
504 | x86-macos) myconf+=" -arch x86" ;; |
| 497 | x86|x86-*) myconf+=" -arch i386" ;; |
505 | x86|x86-*) myconf+=" -arch i386" ;; |
| 498 | alpha|arm|ia64|mips|s390|sparc) myconf+=" -arch $(tc-arch)" ;; |
506 | alpha|arm|ia64|mips|s390) myconf+=" -arch $(tc-arch)" ;; |
| 499 | hppa|sh) myconf+=" -arch generic" ;; |
507 | hppa|sh) myconf+=" -arch generic" ;; |
| 500 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
508 | *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; |
| 501 | esac |
509 | esac |
| 502 | |
510 | |
| 503 | # exceptions USE flag |
|
|
| 504 | local exceptions="-exceptions" |
|
|
| 505 | in_iuse exceptions && exceptions="$(qt_use exceptions)" |
|
|
| 506 | |
|
|
| 507 | # note about -reduce-relocations: |
|
|
| 508 | # That flag seems to introduce major breakage to applications, |
|
|
| 509 | # mostly to be seen as a core dump with the message "QPixmap: Must |
|
|
| 510 | # construct a QApplication before a QPaintDevice" on Solaris |
|
|
| 511 | # -- Daniel Vergien |
|
|
| 512 | [[ ${CHOST} != *-solaris* ]] && myconf+=" -reduce-relocations" |
|
|
| 513 | |
|
|
| 514 | myconf+=" -platform $(qt_mkspecs_dir) -stl -verbose -largefile -confirm-license |
|
|
| 515 | -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} |
|
|
| 516 | -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} |
|
|
| 517 | -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR} |
|
|
| 518 | -translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR} |
|
|
| 519 | -demosdir ${QTDEMOSDIR} -silent -fast -opensource |
|
|
| 520 | ${exceptions} |
|
|
| 521 | -nomake examples -nomake demos" |
|
|
| 522 | |
|
|
| 523 | echo "${myconf}" |
511 | echo "${myconf}" |
| 524 | } |
512 | } |
| 525 | |
513 | |
| 526 | # @FUNCTION: prepare_directories |
514 | # @FUNCTION: prepare_directories |
| 527 | # @USAGE: < directories > |
515 | # @USAGE: < directories > |
|
|
516 | # @INTERNAL |
| 528 | # @DESCRIPTION: |
517 | # @DESCRIPTION: |
| 529 | # Generates makefiles for the directories set in $QT4_TARGET_DIRECTORIES |
518 | # Generates Makefiles for the given list of directories. |
| 530 | prepare_directories() { |
519 | prepare_directories() { |
| 531 | for x in "$@"; do |
520 | for x in "$@"; do |
| 532 | pushd "${S}"/${x} >/dev/null |
521 | pushd "${S}"/${x} >/dev/null || die |
| 533 | einfo "Running qmake in: ${x}" |
522 | einfo "Running qmake in: ${x}" |
| 534 | # avoid running over the maximum argument number, bug #299810 |
523 | # avoid running over the maximum argument number, bug #299810 |
| 535 | { |
524 | { |
| 536 | echo "${S}"/mkspecs/common/*.conf |
525 | echo "${S}"/mkspecs/common/*.conf |
| 537 | find "${S}" -name '*.pr[io]' |
526 | find "${S}" -name '*.pr[io]' |
| 538 | } | xargs sed -i -e "s:\$\$\[QT_INSTALL_LIBS\]:${EPREFIX}/usr/$(get_libdir)/qt4:g" || die |
527 | } | xargs sed -i \ |
|
|
528 | -e "s:\$\$\[QT_INSTALL_LIBS\]:${QTLIBDIR}:g" \ |
|
|
529 | -e "s:\$\$\[QT_INSTALL_PLUGINS\]:${QTPLUGINDIR}:g" \ |
|
|
530 | || die |
| 539 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
531 | "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" || die "qmake failed" |
| 540 | popd >/dev/null |
532 | popd >/dev/null || die |
| 541 | done |
533 | done |
| 542 | } |
534 | } |
| 543 | |
535 | |
| 544 | |
536 | |
| 545 | # @FUNCTION: build_directories |
537 | # @FUNCTION: build_directories |
| 546 | # @USAGE: < directories > |
538 | # @USAGE: < directories > |
|
|
539 | # @INTERNAL |
| 547 | # @DESCRIPTION: |
540 | # @DESCRIPTION: |
| 548 | # Compiles the code in $QT4_TARGET_DIRECTORIES |
541 | # Compiles the code in the given list of directories. |
| 549 | build_directories() { |
542 | build_directories() { |
| 550 | for x in "$@"; do |
543 | for x in "$@"; do |
| 551 | pushd "${S}"/${x} >/dev/null |
544 | pushd "${S}"/${x} >/dev/null || die |
| 552 | emake CC="$(tc-getCC)" \ |
545 | emake CC="$(tc-getCC)" \ |
| 553 | CXX="$(tc-getCXX)" \ |
546 | CXX="$(tc-getCXX)" \ |
| 554 | LINK="$(tc-getCXX)" || die "emake failed" |
547 | LINK="$(tc-getCXX)" || die "emake failed" |
| 555 | popd >/dev/null |
548 | popd >/dev/null || die |
| 556 | done |
549 | done |
| 557 | } |
550 | } |
| 558 | |
551 | |
| 559 | # @FUNCTION: install_directories |
552 | # @FUNCTION: install_directories |
| 560 | # @USAGE: < directories > |
553 | # @USAGE: < directories > |
|
|
554 | # @INTERNAL |
| 561 | # @DESCRIPTION: |
555 | # @DESCRIPTION: |
| 562 | # run emake install in the given directories, which are separated by spaces |
556 | # Runs emake install in the given directories, which are separated by spaces. |
| 563 | install_directories() { |
557 | install_directories() { |
| 564 | for x in "$@"; do |
558 | for x in "$@"; do |
| 565 | pushd "${S}"/${x} >/dev/null || die "Can't pushd ${S}/${x}" |
559 | pushd "${S}"/${x} >/dev/null || die |
| 566 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
560 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
| 567 | popd >/dev/null || die "Can't popd from ${S}/${x}" |
561 | popd >/dev/null || die |
| 568 | done |
562 | done |
| 569 | } |
563 | } |
| 570 | |
564 | |
| 571 | # @ECLASS-VARIABLE: QCONFIG_ADD |
565 | # @ECLASS-VARIABLE: QCONFIG_ADD |
| 572 | # @DESCRIPTION: |
566 | # @DESCRIPTION: |
| … | |
… | |
| 582 | # @DESCRIPTION: |
576 | # @DESCRIPTION: |
| 583 | # List variables that should be defined at the top of QtCore/qconfig.h |
577 | # List variables that should be defined at the top of QtCore/qconfig.h |
| 584 | : ${QCONFIG_DEFINE:=} |
578 | : ${QCONFIG_DEFINE:=} |
| 585 | |
579 | |
| 586 | # @FUNCTION: install_qconfigs |
580 | # @FUNCTION: install_qconfigs |
|
|
581 | # @INTERNAL |
| 587 | # @DESCRIPTION: |
582 | # @DESCRIPTION: |
| 588 | # Install gentoo-specific mkspecs configurations |
583 | # Install gentoo-specific mkspecs configurations. |
| 589 | install_qconfigs() { |
584 | install_qconfigs() { |
| 590 | local x |
585 | local x |
| 591 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} ]]; then |
586 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} ]]; then |
| 592 | for x in QCONFIG_ADD QCONFIG_REMOVE; do |
587 | for x in QCONFIG_ADD QCONFIG_REMOVE; do |
| 593 | [[ -n ${!x} ]] && echo ${x}=${!x} >> "${T}"/${PN}-qconfig.pri |
588 | [[ -n ${!x} ]] && echo ${x}=${!x} >> "${T}"/${PN}-qconfig.pri |
| … | |
… | |
| 604 | doins "${T}"/gentoo-${PN}-qconfig.h || die "installing ${PN}-qconfig.h failed" |
599 | doins "${T}"/gentoo-${PN}-qconfig.h || die "installing ${PN}-qconfig.h failed" |
| 605 | fi |
600 | fi |
| 606 | } |
601 | } |
| 607 | |
602 | |
| 608 | # @FUNCTION: generate_qconfigs |
603 | # @FUNCTION: generate_qconfigs |
|
|
604 | # @INTERNAL |
| 609 | # @DESCRIPTION: |
605 | # @DESCRIPTION: |
| 610 | # Generates gentoo-specific configurations |
606 | # Generates gentoo-specific qconfig.{h,pri}. |
| 611 | generate_qconfigs() { |
607 | generate_qconfigs() { |
| 612 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
608 | if [[ -n ${QCONFIG_ADD} || -n ${QCONFIG_REMOVE} || -n ${QCONFIG_DEFINE} || ${CATEGORY}/${PN} == x11-libs/qt-core ]]; then |
| 613 | local x qconfig_add qconfig_remove qconfig_new |
609 | local x qconfig_add qconfig_remove qconfig_new |
| 614 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
610 | for x in "${ROOT}${QTDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do |
| 615 | [[ -f ${x} ]] || continue |
611 | [[ -f ${x} ]] || continue |
| … | |
… | |
| 664 | fi |
660 | fi |
| 665 | } |
661 | } |
| 666 | |
662 | |
| 667 | # @FUNCTION: qt4-build_pkg_postrm |
663 | # @FUNCTION: qt4-build_pkg_postrm |
| 668 | # @DESCRIPTION: |
664 | # @DESCRIPTION: |
| 669 | # Generate configurations when the package is completely removed |
665 | # Regenerate configuration when the package is completely removed. |
| 670 | qt4-build_pkg_postrm() { |
666 | qt4-build_pkg_postrm() { |
| 671 | generate_qconfigs |
667 | generate_qconfigs |
| 672 | } |
668 | } |
| 673 | |
669 | |
| 674 | # @FUNCTION: qt4-build_pkg_postinst |
670 | # @FUNCTION: qt4-build_pkg_postinst |
| 675 | # @DESCRIPTION: |
671 | # @DESCRIPTION: |
| 676 | # Generate configuration, plus throws a message about possible |
672 | # Regenerate configuration, plus throw a message about possible |
| 677 | # breakages and proposed solutions. |
673 | # breakages and proposed solutions. |
| 678 | qt4-build_pkg_postinst() { |
674 | qt4-build_pkg_postinst() { |
| 679 | generate_qconfigs |
675 | generate_qconfigs |
| 680 | } |
676 | } |
| 681 | |
677 | |
| 682 | # @FUNCTION: skip_qmake_build |
678 | # @FUNCTION: skip_qmake_build |
|
|
679 | # @INTERNAL |
| 683 | # @DESCRIPTION: |
680 | # @DESCRIPTION: |
| 684 | # Don't need to build qmake, as it's already installed from qt-core |
681 | # Patches configure to skip qmake compilation, as it's already installed by qt-core. |
| 685 | skip_qmake_build() { |
682 | skip_qmake_build() { |
| 686 | # Don't need to build qmake, as it's already installed from qt-core |
|
|
| 687 | sed -i -e "s:if true:if false:g" "${S}"/configure || die "sed failed" |
683 | sed -i -e "s:if true:if false:g" "${S}"/configure || die |
| 688 | } |
684 | } |
| 689 | |
685 | |
| 690 | # @FUNCTION: skip_project_generation |
686 | # @FUNCTION: skip_project_generation |
|
|
687 | # @INTERNAL |
| 691 | # @DESCRIPTION: |
688 | # @DESCRIPTION: |
| 692 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
689 | # Exit the script early by throwing in an exit before all of the .pro files are scanned. |
| 693 | skip_project_generation() { |
690 | skip_project_generation() { |
| 694 | # Exit the script early by throwing in an exit before all of the .pro files are scanned |
|
|
| 695 | sed -e "s:echo \"Finding:exit 0\n\necho \"Finding:g" \ |
691 | sed -i -e "s:echo \"Finding:exit 0\n\necho \"Finding:g" "${S}"/configure || die |
| 696 | -i "${S}"/configure || die "sed failed" |
|
|
| 697 | } |
692 | } |
| 698 | |
693 | |
| 699 | # @FUNCTION: symlink_binaries_to_buildtree |
694 | # @FUNCTION: symlink_binaries_to_buildtree |
|
|
695 | # @INTERNAL |
| 700 | # @DESCRIPTION: |
696 | # @DESCRIPTION: |
| 701 | # Symlink generated binaries to buildtree so they can be used during compilation |
697 | # Symlinks generated binaries to buildtree, so they can be used during compilation time. |
| 702 | # time |
|
|
| 703 | symlink_binaries_to_buildtree() { |
698 | symlink_binaries_to_buildtree() { |
| 704 | for bin in qmake moc uic rcc; do |
699 | for bin in qmake moc uic rcc; do |
| 705 | ln -s "${QTBINDIR}"/${bin} "${S}"/bin/ || die "symlinking ${bin} to ${S}/bin failed" |
700 | ln -s "${QTBINDIR}"/${bin} "${S}"/bin/ || die "symlinking ${bin} to ${S}/bin failed" |
| 706 | done |
701 | done |
| 707 | } |
702 | } |
| 708 | |
703 | |
| 709 | # @FUNCTION: fix_library_files |
704 | # @FUNCTION: fix_library_files |
|
|
705 | # @INTERNAL |
| 710 | # @DESCRIPTION: |
706 | # @DESCRIPTION: |
| 711 | # Fixes the pathes in *.la, *.prl, *.pc, as they are wrong due to sandbox and |
707 | # Fixes the paths in *.la, *.prl, *.pc, as they are wrong due to sandbox and |
| 712 | # moves the *.pc-files into the pkgconfig directory |
708 | # moves the *.pc files into the pkgconfig directory. |
| 713 | fix_library_files() { |
709 | fix_library_files() { |
|
|
710 | local libfile |
| 714 | for libfile in "${D}"/${QTLIBDIR}/{*.la,*.prl,pkgconfig/*.pc}; do |
711 | for libfile in "${D}"/${QTLIBDIR}/{*.la,*.prl,pkgconfig/*.pc}; do |
| 715 | if [[ -e ${libfile} ]]; then |
712 | if [[ -e ${libfile} ]]; then |
| 716 | sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${libfile} || die "sed on ${libfile} failed" |
713 | sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${libfile} || die "sed on ${libfile} failed" |
| 717 | fi |
714 | fi |
| 718 | done |
715 | done |
| 719 | |
716 | |
| 720 | # pkgconfig files refer to WORKDIR/bin as the moc and uic locations. Fix: |
717 | # pkgconfig files refer to WORKDIR/bin as the moc and uic locations |
| 721 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
718 | for libfile in "${D}"/${QTLIBDIR}/pkgconfig/*.pc; do |
| 722 | if [[ -e ${libfile} ]]; then |
719 | if [[ -e ${libfile} ]]; then |
| 723 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "sed failed" |
720 | sed -i -e "s:${S}/bin:${QTBINDIR}:g" ${libfile} || die "sed on ${libfile} failed" |
| 724 | |
721 | |
| 725 | # Move .pc files into the pkgconfig directory |
722 | # Move .pc files into the pkgconfig directory |
| 726 | dodir ${QTPCDIR#${EPREFIX}} |
723 | dodir ${QTPCDIR#${EPREFIX}} |
| 727 | mv ${libfile} "${D}"/${QTPCDIR}/ \ |
724 | mv ${libfile} "${D}"/${QTPCDIR}/ || die "moving ${libfile} to ${D}/${QTPCDIR}/ failed" |
| 728 | || die "moving ${libfile} to ${D}/${QTPCDIR}/ failed" |
|
|
| 729 | fi |
725 | fi |
| 730 | done |
726 | done |
| 731 | |
727 | |
| 732 | # Don't install an empty directory |
728 | # Don't install an empty directory |
| 733 | rmdir "${D}"/${QTLIBDIR}/pkgconfig |
729 | rmdir "${D}"/${QTLIBDIR}/pkgconfig |
| 734 | } |
730 | } |
| 735 | |
731 | |
| 736 | # @FUNCTION: qt_use |
732 | # @FUNCTION: qt_use |
| 737 | # @USAGE: < flag > [ feature ] [ enableval ] |
733 | # @USAGE: < flag > [ feature ] [ enableval ] |
| 738 | # @DESCRIPTION: |
734 | # @DESCRIPTION: |
| 739 | # This will echo "${enableval}-${feature}" if <flag> is enabled, or |
735 | # This will echo "-${enableval}-${feature}" if <flag> is enabled, or |
| 740 | # "-no-${feature} if the flag is disabled. If [feature] is not specified <flag> |
736 | # "-no-${feature}" if it's disabled. If [feature] is not specified, <flag> |
| 741 | # will be used for that. If [enableval] is not specified, it omits the |
737 | # will be used for that. If [enableval] is not specified, it omits the |
| 742 | # assignment-part |
738 | # "-${enableval}" part. |
| 743 | qt_use() { |
739 | qt_use() { |
| 744 | local flag=$1 |
740 | use "$1" && echo "${3:+-$3}-${2:-$1}" || echo "-no-${2:-$1}" |
| 745 | local feature=$1 |
|
|
| 746 | local enableval= |
|
|
| 747 | |
|
|
| 748 | [[ -n $2 ]] && feature=$2 |
|
|
| 749 | [[ -n $3 ]] && enableval=-$3 |
|
|
| 750 | |
|
|
| 751 | if use ${flag}; then |
|
|
| 752 | echo "${enableval}-${feature}" |
|
|
| 753 | else |
|
|
| 754 | echo "-no-${feature}" |
|
|
| 755 | fi |
|
|
| 756 | } |
741 | } |
| 757 | |
742 | |
| 758 | # @FUNCTION: qt_mkspecs_dir |
743 | # @FUNCTION: qt_mkspecs_dir |
| 759 | # @RETURN: the specs-directory w/o path |
744 | # @RETURN: the specs-directory w/o path |
| 760 | # @DESCRIPTION: |
745 | # @DESCRIPTION: |
| 761 | # Allows us to define which mkspecs dir we want to use. |
746 | # Allows us to define which mkspecs dir we want to use. |
| 762 | qt_mkspecs_dir() { |
747 | qt_mkspecs_dir() { |
| 763 | # Allows us to define which mkspecs dir we want to use. |
|
|
| 764 | local spec |
748 | local spec= |
| 765 | |
|
|
| 766 | case ${CHOST} in |
749 | case ${CHOST} in |
| 767 | *-freebsd*|*-dragonfly*) |
750 | *-freebsd*|*-dragonfly*) |
| 768 | spec=freebsd ;; |
751 | spec=freebsd ;; |
| 769 | *-openbsd*) |
752 | *-openbsd*) |
| 770 | spec=openbsd ;; |
753 | spec=openbsd ;; |
| … | |
… | |
| 811 | |
794 | |
| 812 | echo "${spec}" |
795 | echo "${spec}" |
| 813 | } |
796 | } |
| 814 | |
797 | |
| 815 | # @FUNCTION: qt_assistant_cleanup |
798 | # @FUNCTION: qt_assistant_cleanup |
| 816 | # @RETURN: nothing |
799 | # @INTERNAL |
| 817 | # @DESCRIPTION: |
800 | # @DESCRIPTION: |
| 818 | # Tries to clean up tools.pro for qt-assistant ebuilds. |
801 | # Tries to clean up tools.pro for qt-assistant ebuilds. |
| 819 | # Meant to be called in src_prepare(). |
802 | # Meant to be called in src_prepare(). |
| 820 | # Since Qt 4.7.4 this function is a no-op. |
803 | # Since Qt 4.7.4 this function is a no-op. |
| 821 | qt_assistant_cleanup() { |
804 | qt_assistant_cleanup() { |
| … | |
… | |
| 841 | ;; |
824 | ;; |
| 842 | esac |
825 | esac |
| 843 | } |
826 | } |
| 844 | |
827 | |
| 845 | # @FUNCTION: qt_nolibx11 |
828 | # @FUNCTION: qt_nolibx11 |
| 846 | # @RETURN: nothing |
829 | # @INTERNAL |
| 847 | # @DESCRIPTION: |
830 | # @DESCRIPTION: |
| 848 | # Ignore X11 tests for packages that don't need X libraries installed |
831 | # Ignore X11 tests for packages that don't need X libraries installed. |
| 849 | qt_nolibx11() { |
832 | qt_nolibx11() { |
| 850 | einfo "Removing X11 check to allow X-less compilation" |
|
|
| 851 | sed -i "/unixtests\/compile.test.*config.tests\/x11\/xlib/,/fi$/d" "${S}"/configure || |
833 | sed -i "/unixtests\/compile.test.*config.tests\/x11\/xlib/,/fi$/d" "${S}"/configure || |
| 852 | die "x11 check sed failed" |
834 | die "x11 check sed failed" |
| 853 | } |
835 | } |
| 854 | |
836 | |
| 855 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install src_test pkg_postrm pkg_postinst |
837 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_install src_test pkg_postrm pkg_postinst |