| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.123 2012/03/08 14:24:40 pesa Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.134 2012/07/10 21:43:19 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 | case ${EAPI} in |
12 | case ${EAPI} in |
| 13 | 2|3|4) : ;; |
13 | 2|3|4) : ;; |
| 14 | *) die "qt4-build.eclass requires EAPI 2, 3 or 4." ;; |
14 | *) die "qt4-build.eclass requires EAPI 2, 3 or 4." ;; |
| 15 | esac |
15 | esac |
| 16 | |
16 | |
| 17 | inherit base eutils multilib toolchain-funcs flag-o-matic versionator |
17 | inherit eutils flag-o-matic multilib toolchain-funcs versionator |
|
|
18 | |
|
|
19 | if [[ ${PV} == *9999* ]]; then |
|
|
20 | QT4_BUILD_TYPE="live" |
|
|
21 | inherit git-2 |
|
|
22 | else |
|
|
23 | QT4_BUILD_TYPE="release" |
|
|
24 | fi |
|
|
25 | |
|
|
26 | HOMEPAGE="http://qt-project.org/ http://qt.nokia.com/" |
|
|
27 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
| 18 | |
28 | |
| 19 | MY_PV=${PV/_/-} |
29 | MY_PV=${PV/_/-} |
| 20 | MY_P=qt-everywhere-opensource-src-${MY_PV} |
30 | MY_P=qt-everywhere-opensource-src-${MY_PV} |
| 21 | |
31 | |
| 22 | HOMEPAGE="http://qt.nokia.com/ http://qt-project.org/" |
32 | case ${QT4_BUILD_TYPE} in |
|
|
33 | live) |
|
|
34 | EGIT_REPO_URI="git://gitorious.org/qt/qt.git |
|
|
35 | https://git.gitorious.org/qt/qt.git" |
|
|
36 | EGIT_BRANCH=${PV%.9999} |
|
|
37 | ;; |
|
|
38 | release) |
|
|
39 | if version_is_at_least 4.8.1; then |
|
|
40 | SRC_URI="http://releases.qt-project.org/qt4/source/${MY_P}.tar.gz" |
|
|
41 | else |
| 23 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
42 | SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" |
| 24 | LICENSE="|| ( LGPL-2.1 GPL-3 )" |
43 | fi |
|
|
44 | ;; |
|
|
45 | esac |
| 25 | |
46 | |
| 26 | IUSE="aqua debug pch" |
47 | IUSE="aqua debug pch" |
| 27 | |
|
|
| 28 | [[ ${CATEGORY}/${PN} != x11-libs/qt-xmlpatterns ]] && |
48 | [[ ${CATEGORY}/${PN} != x11-libs/qt-xmlpatterns ]] && IUSE+=" +exceptions" |
| 29 | [[ ${CATEGORY}/${PN} != x11-themes/qgtkstyle ]] && |
|
|
| 30 | IUSE+=" +exceptions" |
|
|
| 31 | |
|
|
| 32 | if version_is_at_least 4.7.99999999; then |
49 | if version_is_at_least 4.8; then |
| 33 | IUSE+=" c++0x qpa" |
50 | [[ ${CATEGORY}/${PN} != x11-libs/qt-webkit ]] && IUSE+=" c++0x" |
|
|
51 | version_is_at_least 4.8.3 || IUSE+=" qpa" |
| 34 | fi |
52 | fi |
| 35 | |
53 | |
| 36 | DEPEND="dev-util/pkgconfig" |
54 | DEPEND="virtual/pkgconfig" |
|
|
55 | if [[ ${QT4_BUILD_TYPE} == live ]]; then |
|
|
56 | DEPEND+=" dev-lang/perl" |
|
|
57 | fi |
|
|
58 | |
| 37 | RDEPEND=" |
59 | RDEPEND=" |
| 38 | !<x11-libs/qt-assistant-${PV} |
60 | !<x11-libs/qt-assistant-${PV}:4 |
| 39 | !>x11-libs/qt-assistant-${PV}-r9999 |
61 | !>x11-libs/qt-assistant-${PV}-r9999:4 |
|
|
62 | !<x11-libs/qt-bearer-${PV}:4 |
|
|
63 | !>x11-libs/qt-bearer-${PV}-r9999:4 |
| 40 | !<x11-libs/qt-core-${PV} |
64 | !<x11-libs/qt-core-${PV}:4 |
| 41 | !>x11-libs/qt-core-${PV}-r9999 |
65 | !>x11-libs/qt-core-${PV}-r9999:4 |
| 42 | !<x11-libs/qt-dbus-${PV} |
66 | !<x11-libs/qt-dbus-${PV}:4 |
| 43 | !>x11-libs/qt-dbus-${PV}-r9999 |
67 | !>x11-libs/qt-dbus-${PV}-r9999:4 |
| 44 | !<x11-libs/qt-declarative-${PV} |
68 | !<x11-libs/qt-declarative-${PV}:4 |
| 45 | !>x11-libs/qt-declarative-${PV}-r9999 |
69 | !>x11-libs/qt-declarative-${PV}-r9999:4 |
| 46 | !<x11-libs/qt-demo-${PV} |
70 | !<x11-libs/qt-demo-${PV}:4 |
| 47 | !>x11-libs/qt-demo-${PV}-r9999 |
71 | !>x11-libs/qt-demo-${PV}-r9999:4 |
| 48 | !<x11-libs/qt-gui-${PV} |
72 | !<x11-libs/qt-gui-${PV}:4 |
| 49 | !>x11-libs/qt-gui-${PV}-r9999 |
73 | !>x11-libs/qt-gui-${PV}-r9999:4 |
| 50 | !<x11-libs/qt-multimedia-${PV} |
74 | !<x11-libs/qt-multimedia-${PV}:4 |
| 51 | !>x11-libs/qt-multimedia-${PV}-r9999 |
75 | !>x11-libs/qt-multimedia-${PV}-r9999:4 |
| 52 | !<x11-libs/qt-opengl-${PV} |
76 | !<x11-libs/qt-opengl-${PV}:4 |
| 53 | !>x11-libs/qt-opengl-${PV}-r9999 |
77 | !>x11-libs/qt-opengl-${PV}-r9999:4 |
| 54 | !<x11-libs/qt-openvg-${PV} |
78 | !<x11-libs/qt-openvg-${PV}:4 |
| 55 | !>x11-libs/qt-openvg-${PV}-r9999 |
79 | !>x11-libs/qt-openvg-${PV}-r9999:4 |
| 56 | !<x11-libs/qt-phonon-${PV} |
80 | !<x11-libs/qt-phonon-${PV}:4 |
| 57 | !>x11-libs/qt-phonon-${PV}-r9999 |
81 | !>x11-libs/qt-phonon-${PV}-r9999:4 |
| 58 | !<x11-libs/qt-qt3support-${PV} |
82 | !<x11-libs/qt-qt3support-${PV}:4 |
| 59 | !>x11-libs/qt-qt3support-${PV}-r9999 |
83 | !>x11-libs/qt-qt3support-${PV}-r9999:4 |
| 60 | !<x11-libs/qt-script-${PV} |
84 | !<x11-libs/qt-script-${PV}:4 |
| 61 | !>x11-libs/qt-script-${PV}-r9999 |
85 | !>x11-libs/qt-script-${PV}-r9999:4 |
| 62 | !<x11-libs/qt-sql-${PV} |
86 | !<x11-libs/qt-sql-${PV}:4 |
| 63 | !>x11-libs/qt-sql-${PV}-r9999 |
87 | !>x11-libs/qt-sql-${PV}-r9999:4 |
| 64 | !<x11-libs/qt-svg-${PV} |
88 | !<x11-libs/qt-svg-${PV}:4 |
| 65 | !>x11-libs/qt-svg-${PV}-r9999 |
89 | !>x11-libs/qt-svg-${PV}-r9999:4 |
| 66 | !<x11-libs/qt-test-${PV} |
90 | !<x11-libs/qt-test-${PV}:4 |
| 67 | !>x11-libs/qt-test-${PV}-r9999 |
91 | !>x11-libs/qt-test-${PV}-r9999:4 |
| 68 | !<x11-libs/qt-webkit-${PV} |
92 | !<x11-libs/qt-webkit-${PV}:4 |
| 69 | !>x11-libs/qt-webkit-${PV}-r9999 |
93 | !>x11-libs/qt-webkit-${PV}-r9999:4 |
| 70 | !<x11-libs/qt-xmlpatterns-${PV} |
94 | !<x11-libs/qt-xmlpatterns-${PV}:4 |
| 71 | !>x11-libs/qt-xmlpatterns-${PV}-r9999 |
95 | !>x11-libs/qt-xmlpatterns-${PV}-r9999:4 |
| 72 | " |
96 | " |
| 73 | |
97 | |
| 74 | S=${WORKDIR}/${MY_P} |
98 | S=${WORKDIR}/${MY_P} |
| 75 | |
99 | |
| 76 | # @FUNCTION: qt4-build_pkg_setup |
100 | # @FUNCTION: qt4-build_pkg_setup |
| 77 | # @DESCRIPTION: |
101 | # @DESCRIPTION: |
| 78 | # Sets up PATH and LD_LIBRARY_PATH. |
102 | # Sets up PATH and LD_LIBRARY_PATH. |
| 79 | qt4-build_pkg_setup() { |
103 | qt4-build_pkg_setup() { |
| 80 | [[ ${EAPI} == 2 ]] && use !prefix && EPREFIX= |
104 | [[ ${EAPI} == 2 ]] && use !prefix && EPREFIX= |
| 81 | |
105 | |
| 82 | # Protect users by not allowing downgrades between releases |
106 | # Protect users by not allowing downgrades between releases. |
| 83 | # Downgrading revisions within the same release should be allowed |
107 | # Downgrading revisions within the same release should be allowed. |
| 84 | if has_version '>'${CATEGORY}/${P}-r9999; then |
108 | if has_version ">${CATEGORY}/${P}-r9999:4"; then |
| 85 | if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then |
109 | if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then |
| 86 | eerror "Sanity check to keep you from breaking your system:" |
110 | eerror " *** Sanity check to keep you from breaking your system ***" |
| 87 | eerror " Downgrading Qt is completely unsupported and will break your system!" |
111 | eerror "Downgrading Qt is completely unsupported and will break your system!" |
| 88 | die "aborting to save your system" |
112 | die "aborting to save your system" |
| 89 | else |
113 | else |
| 90 | ewarn "Downgrading Qt is completely unsupported and will break your system!" |
114 | ewarn "Downgrading Qt is completely unsupported and will break your system!" |
| 91 | fi |
115 | fi |
| 92 | fi |
|
|
| 93 | |
|
|
| 94 | if [[ ${PN} == qt-webkit ]]; then |
|
|
| 95 | eshopts_push -s extglob |
|
|
| 96 | if is-flagq '-g?(gdb)?([1-9])'; then |
|
|
| 97 | echo |
|
|
| 98 | ewarn "You have enabled debug info (probably have -g or -ggdb in your CFLAGS/CXXFLAGS)." |
|
|
| 99 | ewarn "You may experience really long compilation times and/or increased memory usage." |
|
|
| 100 | ewarn "If compilation fails, please try removing -g/-ggdb before reporting a bug." |
|
|
| 101 | ewarn "For more info check out bug #307861" |
|
|
| 102 | echo |
|
|
| 103 | fi |
|
|
| 104 | eshopts_pop |
|
|
| 105 | fi |
116 | fi |
| 106 | |
117 | |
| 107 | PATH="${S}/bin${PATH:+:}${PATH}" |
118 | PATH="${S}/bin${PATH:+:}${PATH}" |
| 108 | if [[ ${CHOST} != *-darwin* ]]; then |
119 | if [[ ${CHOST} != *-darwin* ]]; then |
| 109 | LD_LIBRARY_PATH="${S}/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}" |
120 | LD_LIBRARY_PATH="${S}/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}" |
| … | |
… | |
| 114 | # avoid extract failure. |
125 | # avoid extract failure. |
| 115 | [[ ${CHOST} == *-apple-darwin* ]] && \ |
126 | [[ ${CHOST} == *-apple-darwin* ]] && \ |
| 116 | QT4_EXTRACT_DIRECTORIES="src/gui/kernel/qapplication_mac.mm |
127 | QT4_EXTRACT_DIRECTORIES="src/gui/kernel/qapplication_mac.mm |
| 117 | ${QT4_EXTRACT_DIRECTORIES}" |
128 | ${QT4_EXTRACT_DIRECTORIES}" |
| 118 | fi |
129 | fi |
| 119 | |
|
|
| 120 | if ! version_is_at_least 4.1 $(gcc-version); then |
|
|
| 121 | ewarn "Using a GCC version lower than 4.1 is not supported." |
|
|
| 122 | fi |
|
|
| 123 | } |
130 | } |
|
|
131 | |
|
|
132 | # @ECLASS-VARIABLE: QT4_EXTRACT_DIRECTORIES |
|
|
133 | # @DEFAULT_UNSET |
|
|
134 | # @DESCRIPTION: |
|
|
135 | # Space-separated list including the directories that will be extracted from |
|
|
136 | # Qt tarball. |
| 124 | |
137 | |
| 125 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
138 | # @ECLASS-VARIABLE: QT4_TARGET_DIRECTORIES |
|
|
139 | # @DEFAULT_UNSET |
| 126 | # @DESCRIPTION: |
140 | # @DESCRIPTION: |
| 127 | # Arguments for build_target_directories. Takes the directories in which the |
141 | # Arguments for build_target_directories. Takes the directories in which the |
| 128 | # code should be compiled. This is a space-separated list. |
142 | # code should be compiled. This is a space-separated list. |
| 129 | |
|
|
| 130 | # @ECLASS-VARIABLE: QT4_EXTRACT_DIRECTORIES |
|
|
| 131 | # @DESCRIPTION: |
|
|
| 132 | # Space-separated list including the directories that will be extracted from |
|
|
| 133 | # Qt tarball. |
|
|
| 134 | |
143 | |
| 135 | # @FUNCTION: qt4-build_src_unpack |
144 | # @FUNCTION: qt4-build_src_unpack |
| 136 | # @DESCRIPTION: |
145 | # @DESCRIPTION: |
| 137 | # Unpacks the sources. |
146 | # Unpacks the sources. |
| 138 | qt4-build_src_unpack() { |
147 | qt4-build_src_unpack() { |
| 139 | setqtenv |
148 | setqtenv |
| 140 | |
149 | |
|
|
150 | if ! version_is_at_least 4.1 $(gcc-version); then |
|
|
151 | ewarn "Using a GCC version lower than 4.1 is not supported." |
|
|
152 | fi |
|
|
153 | |
|
|
154 | if [[ ${PN} == qt-webkit ]]; then |
|
|
155 | eshopts_push -s extglob |
|
|
156 | if is-flagq '-g?(gdb)?([1-9])'; then |
|
|
157 | echo |
|
|
158 | ewarn "You have enabled debug info (probably have -g or -ggdb in your CFLAGS/CXXFLAGS)." |
|
|
159 | ewarn "You may experience really long compilation times and/or increased memory usage." |
|
|
160 | ewarn "If compilation fails, please try removing -g/-ggdb before reporting a bug." |
|
|
161 | ewarn "For more info check out https://bugs.gentoo.org/307861" |
|
|
162 | echo |
|
|
163 | fi |
|
|
164 | eshopts_pop |
|
|
165 | fi |
|
|
166 | |
|
|
167 | case ${QT4_BUILD_TYPE} in |
|
|
168 | live) |
|
|
169 | git-2_src_unpack |
|
|
170 | ;; |
|
|
171 | release) |
| 141 | local tarball="${MY_P}.tar.gz" target= targets= |
172 | local tarball="${MY_P}.tar.gz" target= targets= |
| 142 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
173 | for target in configure LICENSE.GPL3 LICENSE.LGPL projects.pro \ |
| 143 | src/{qbase,qt_targets,qt_install}.pri bin config.tests \ |
174 | src/{qbase,qt_targets,qt_install}.pri bin config.tests \ |
| 144 | mkspecs qmake ${QT4_EXTRACT_DIRECTORIES} |
175 | mkspecs qmake ${QT4_EXTRACT_DIRECTORIES} |
| 145 | do |
176 | do |
| 146 | targets+="${MY_P}/${target} " |
177 | targets+="${MY_P}/${target} " |
| 147 | done |
178 | done |
| 148 | |
179 | |
| 149 | ebegin "Unpacking parts of ${tarball}:" ${targets//${MY_P}\/} |
180 | ebegin "Unpacking parts of ${tarball}:" ${targets//${MY_P}\/} |
| 150 | tar -xzf "${DISTDIR}/${tarball}" ${targets} |
181 | tar -xzf "${DISTDIR}/${tarball}" ${targets} |
| 151 | eend $? || die "failed to unpack" |
182 | eend $? || die "failed to unpack" |
|
|
183 | ;; |
|
|
184 | esac |
| 152 | } |
185 | } |
| 153 | |
186 | |
| 154 | # @ECLASS-VARIABLE: PATCHES |
187 | # @ECLASS-VARIABLE: PATCHES |
| 155 | # @DEFAULT_UNSET |
188 | # @DEFAULT_UNSET |
| 156 | # @DESCRIPTION: |
189 | # @DESCRIPTION: |
| … | |
… | |
| 168 | # @DESCRIPTION: |
201 | # @DESCRIPTION: |
| 169 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
202 | # Prepare the sources before the configure phase. Strip CFLAGS if necessary, and fix |
| 170 | # the build system in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified in /etc/make.conf. |
203 | # the build system in order to respect CFLAGS/CXXFLAGS/LDFLAGS specified in /etc/make.conf. |
| 171 | qt4-build_src_prepare() { |
204 | qt4-build_src_prepare() { |
| 172 | setqtenv |
205 | setqtenv |
| 173 | cd "${S}" |
206 | |
|
|
207 | if [[ ${QT4_BUILD_TYPE} == live ]]; then |
|
|
208 | QTDIR="." ./bin/syncqt || die "syncqt failed" |
|
|
209 | fi |
| 174 | |
210 | |
| 175 | if version_is_at_least 4.7; then |
211 | if version_is_at_least 4.7; then |
| 176 | # fix libX11 dependency on non X packages |
212 | # avoid X11 dependency in non-gui packages |
| 177 | local nolibx11_pkgs="qt-core qt-dbus qt-script qt-sql qt-test qt-xmlpatterns" |
213 | local nolibx11_pkgs="qt-core qt-dbus qt-script qt-sql qt-test qt-xmlpatterns" |
| 178 | has ${PN} ${nolibx11_pkgs} && qt_nolibx11 |
214 | has ${PN} ${nolibx11_pkgs} && qt_nolibx11 |
| 179 | |
|
|
| 180 | qt_assistant_cleanup |
|
|
| 181 | fi |
215 | fi |
| 182 | |
216 | |
| 183 | if use aqua; then |
217 | if use aqua; then |
| 184 | # provide a proper macx-g++-64 |
218 | # provide a proper macx-g++-64 |
| 185 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
219 | use x64-macos && ln -s macx-g++ mkspecs/$(qt_mkspecs_dir) |
| … | |
… | |
| 194 | skip_project_generation |
228 | skip_project_generation |
| 195 | symlink_binaries_to_buildtree |
229 | symlink_binaries_to_buildtree |
| 196 | fi |
230 | fi |
| 197 | |
231 | |
| 198 | if [[ ${CHOST} == *86*-apple-darwin* ]]; then |
232 | if [[ ${CHOST} == *86*-apple-darwin* ]]; then |
| 199 | # qmake bus errors with -O2 but -O3 works |
233 | # qmake bus errors with -O2 or -O3 but -O1 works |
|
|
234 | # Bug 373061 |
| 200 | replace-flags -O2 -O3 |
235 | replace-flags -O[23] -O1 |
| 201 | fi |
236 | fi |
| 202 | |
237 | |
| 203 | # Bug 178652 |
238 | # Bug 178652 |
| 204 | if [[ $(gcc-major-version) == 3 ]] && use amd64; then |
239 | if [[ $(gcc-major-version) == 3 ]] && use amd64; then |
| 205 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
240 | ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |
| 206 | append-flags -fno-gcse |
241 | append-flags -fno-gcse |
| 207 | fi |
242 | fi |
| 208 | |
243 | |
| 209 | if use_if_iuse c++0x; then |
244 | if use_if_iuse c++0x; then |
| 210 | echo |
|
|
| 211 | ewarn "You are about to build Qt4 using the C++11 standard. Even though" |
|
|
| 212 | ewarn "this is an official standard, some of the reverse dependencies" |
|
|
| 213 | ewarn "may fail to compile or link againt the Qt4 libraries. Before" |
|
|
| 214 | ewarn "reporting a bug, make sure your bug is reproducible with c++0x" |
|
|
| 215 | ewarn "disabled." |
|
|
| 216 | echo |
|
|
| 217 | append-flags -std=c++0x |
245 | append-cxxflags -std=c++0x |
| 218 | fi |
246 | fi |
| 219 | |
247 | |
| 220 | # Unsupported old gcc versions - hardened needs this :( |
248 | # Unsupported old gcc versions - hardened needs this :( |
| 221 | if [[ $(gcc-major-version) -lt 4 ]]; then |
249 | if [[ $(gcc-major-version) -lt 4 ]]; then |
| 222 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
250 | ewarn "Appending -fno-stack-protector to CXXFLAGS" |
| … | |
… | |
| 247 | sed -i -e "/bin\/qmake/ s: \"QT_BUILD_TREE=: \ |
275 | sed -i -e "/bin\/qmake/ s: \"QT_BUILD_TREE=: \ |
| 248 | 'QMAKE_CC=$(tc-getCC)' 'QMAKE_CXX=$(tc-getCXX)' 'QMAKE_LINK=$(tc-getCXX)' \ |
276 | 'QMAKE_CC=$(tc-getCC)' 'QMAKE_CXX=$(tc-getCXX)' 'QMAKE_LINK=$(tc-getCXX)' \ |
| 249 | 'QMAKE_CFLAGS+=${CFLAGS}' 'QMAKE_CXXFLAGS+=${CXXFLAGS}' 'QMAKE_LFLAGS+=${LDFLAGS}'&:" \ |
277 | 'QMAKE_CFLAGS+=${CFLAGS}' 'QMAKE_CXXFLAGS+=${CXXFLAGS}' 'QMAKE_LFLAGS+=${LDFLAGS}'&:" \ |
| 250 | || die "sed config.tests failed" |
278 | || die "sed config.tests failed" |
| 251 | |
279 | |
|
|
280 | if ! version_is_at_least 4.8; then |
| 252 | # Strip predefined CFLAGS from mkspecs (bug 312689) |
281 | # Strip predefined CFLAGS from mkspecs (bugs 312689 and 352778) |
| 253 | sed -i -e '/^QMAKE_CFLAGS_RELEASE/s:+=.*:+=:' mkspecs/common/g++.conf || die |
282 | sed -i -e '/^QMAKE_CFLAGS_RELEASE/s:+=.*:+=:' mkspecs/common/g++.conf || die |
|
|
283 | fi |
| 254 | |
284 | |
| 255 | # Bug 172219 |
285 | # Bug 172219 |
| 256 | sed -e 's:/X11R6/:/:' -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
286 | sed -e 's:/X11R6/:/:' -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
| 257 | |
287 | |
| 258 | if [[ ${CHOST} == *-darwin* ]]; then |
288 | if [[ ${CHOST} == *-darwin* ]]; then |
| 259 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
289 | # Set FLAGS *and* remove -arch, since our gcc-apple is multilib |
| 260 | # crippled (by design) :/ |
290 | # crippled (by design) :/ |
|
|
291 | local mac_gpp_conf= |
|
|
292 | if [[ -f mkspecs/common/mac-g++.conf ]]; then |
|
|
293 | # qt < 4.8 has mac-g++.conf |
|
|
294 | mac_gpp_conf="mkspecs/common/mac-g++.conf" |
|
|
295 | elif [[ -f mkspecs/common/g++-macx.conf ]]; then |
|
|
296 | # qt >= 4.8 has g++-macx.conf |
|
|
297 | mac_gpp_conf="mkspecs/common/g++-macx.conf" |
|
|
298 | else |
|
|
299 | die "no known conf file for mac found" |
|
|
300 | fi |
| 261 | sed \ |
301 | sed \ |
| 262 | -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
302 | -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ |
| 263 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
303 | -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ |
| 264 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=-headerpad_max_install_names ${LDFLAGS}:" \ |
304 | -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=-headerpad_max_install_names ${LDFLAGS}:" \ |
| 265 | -e "s:-arch\s\w*::g" \ |
305 | -e "s:-arch\s\w*::g" \ |
| 266 | -i mkspecs/common/mac-g++.conf \ |
306 | -i ${mac_gpp_conf} \ |
| 267 | || die "sed mkspecs/common/mac-g++.conf failed" |
307 | || die "sed ${mac_gpp_conf} failed" |
| 268 | |
308 | |
| 269 | # Fix configure's -arch settings that appear in qmake/Makefile and also |
309 | # Fix configure's -arch settings that appear in qmake/Makefile and also |
| 270 | # fix arch handling (automagically duplicates our -arch arg and breaks |
310 | # fix arch handling (automagically duplicates our -arch arg and breaks |
| 271 | # pch). Additionally disable Xarch support. |
311 | # pch). Additionally disable Xarch support. |
|
|
312 | local mac_gcc_confs="${mac_gpp_conf}" |
|
|
313 | if [[ -f mkspecs/common/gcc-base-macx.conf ]]; then |
|
|
314 | mac_gcc_confs+=" mkspecs/common/gcc-base-macx.conf" |
|
|
315 | fi |
| 272 | sed \ |
316 | sed \ |
| 273 | -e "s:-arch i386::" \ |
317 | -e "s:-arch i386::" \ |
| 274 | -e "s:-arch ppc::" \ |
318 | -e "s:-arch ppc::" \ |
| 275 | -e "s:-arch x86_64::" \ |
319 | -e "s:-arch x86_64::" \ |
| 276 | -e "s:-arch ppc64::" \ |
320 | -e "s:-arch ppc64::" \ |
| 277 | -e "s:-arch \$i::" \ |
321 | -e "s:-arch \$i::" \ |
| 278 | -e "/if \[ ! -z \"\$NATIVE_64_ARCH\" \]; then/,/fi/ d" \ |
322 | -e "/if \[ ! -z \"\$NATIVE_64_ARCH\" \]; then/,/fi/ d" \ |
| 279 | -e "s:CFG_MAC_XARCH=yes:CFG_MAC_XARCH=no:g" \ |
323 | -e "s:CFG_MAC_XARCH=yes:CFG_MAC_XARCH=no:g" \ |
| 280 | -e "s:-Xarch_x86_64::g" \ |
324 | -e "s:-Xarch_x86_64::g" \ |
| 281 | -e "s:-Xarch_ppc64::g" \ |
325 | -e "s:-Xarch_ppc64::g" \ |
| 282 | -i configure mkspecs/common/mac-g++.conf \ |
326 | -i configure ${mac_gcc_confs} \ |
| 283 | || die "sed -arch/-Xarch failed" |
327 | || die "sed -arch/-Xarch failed" |
| 284 | |
328 | |
| 285 | # On Snow Leopard don't fall back to 10.5 deployment target. |
329 | # On Snow Leopard don't fall back to 10.5 deployment target. |
| 286 | if [[ ${CHOST} == *-apple-darwin10 ]]; then |
330 | if [[ ${CHOST} == *-apple-darwin10 ]]; then |
| 287 | sed -e "s:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET.*:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET 10.6:g" \ |
331 | sed -e "s:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET.*:QMakeVar set QMAKE_MACOSX_DEPLOYMENT_TARGET 10.6:g" \ |
| 288 | -e "s:-mmacosx-version-min=10.[0-9]:-mmacosx-version-min=10.6:g" \ |
332 | -e "s:-mmacosx-version-min=10.[0-9]:-mmacosx-version-min=10.6:g" \ |
| 289 | -i configure mkspecs/common/mac-g++.conf \ |
333 | -i configure ${mac_gpp_conf} \ |
| 290 | || die "sed deployment target failed" |
334 | || die "sed deployment target failed" |
| 291 | fi |
335 | fi |
| 292 | fi |
336 | fi |
| 293 | |
337 | |
| 294 | # this one is needed for all systems with a separate -liconv, apart from |
338 | # this one is needed for all systems with a separate -liconv, apart from |
| … | |
… | |
| 306 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
350 | sed -i -e '/PLATFORM=solaris-cc/s/cc/g++/' configure || die |
| 307 | # do not flirt with non-Prefix stuff, we're quite possessive |
351 | # do not flirt with non-Prefix stuff, we're quite possessive |
| 308 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
352 | sed -i -e '/^QMAKE_\(LIB\|INC\)DIR\(_X11\|_OPENGL\|\)\t/s/=.*$/=/' \ |
| 309 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
353 | mkspecs/$(qt_mkspecs_dir)/qmake.conf || die |
| 310 | |
354 | |
| 311 | base_src_prepare |
355 | # apply patches |
|
|
356 | [[ -n ${PATCHES[@]} ]] && epatch "${PATCHES[@]}" |
|
|
357 | epatch_user |
| 312 | } |
358 | } |
| 313 | |
359 | |
| 314 | # @FUNCTION: qt4-build_src_configure |
360 | # @FUNCTION: qt4-build_src_configure |
| 315 | # @DESCRIPTION: |
361 | # @DESCRIPTION: |
| 316 | # Default configure phase |
362 | # Default configure phase |
| … | |
… | |
| 361 | conf+=" -no-separate-debug-info" |
407 | conf+=" -no-separate-debug-info" |
| 362 | |
408 | |
| 363 | # exceptions USE flag |
409 | # exceptions USE flag |
| 364 | conf+=" $(in_iuse exceptions && qt_use exceptions || echo -exceptions)" |
410 | conf+=" $(in_iuse exceptions && qt_use exceptions || echo -exceptions)" |
| 365 | |
411 | |
| 366 | # disable RPATH on Qt >= 4.8 (bug 380415) |
412 | # disable rpath on Qt >= 4.8 (bug 380415) |
|
|
413 | # but leave it enabled on prefix (bug 417169) |
| 367 | version_is_at_least 4.8 && conf+=" -no-rpath" |
414 | version_is_at_least 4.8 && use !prefix && conf+=" -no-rpath" |
| 368 | |
415 | |
| 369 | # precompiled headers don't work on hardened, where the flag is masked |
416 | # precompiled headers don't work on hardened, where the flag is masked |
| 370 | conf+=" $(qt_use pch)" |
417 | conf+=" $(qt_use pch)" |
| 371 | |
418 | |
| 372 | # -reduce-relocations |
419 | # -reduce-relocations |
| … | |
… | |
| 454 | # @DESCRIPTION: |
501 | # @DESCRIPTION: |
| 455 | # For MacOS X we need to add some symlinks when frameworks are |
502 | # For MacOS X we need to add some symlinks when frameworks are |
| 456 | # being used, to avoid complications with some more or less stupid packages. |
503 | # being used, to avoid complications with some more or less stupid packages. |
| 457 | fix_includes() { |
504 | fix_includes() { |
| 458 | if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]]; then |
505 | if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]]; then |
|
|
506 | local frw dest f h rdir |
| 459 | # Some packages tend to include <Qt/...> |
507 | # Some packages tend to include <Qt/...> |
| 460 | dodir "${QTHEADERDIR#${EPREFIX}}"/Qt |
508 | dodir "${QTHEADERDIR#${EPREFIX}}"/Qt |
| 461 | |
509 | |
| 462 | # Fake normal headers when frameworks are installed... eases life later on |
510 | # Fake normal headers when frameworks are installed... eases life later |
| 463 | local dest f h |
511 | # on, make sure we use relative links though, as some ebuilds assume |
|
|
512 | # these dirs exist in src_install to add additional files |
|
|
513 | f=${QTHEADERDIR} |
|
|
514 | h=${QTLIBDIR} |
|
|
515 | while [[ -n ${f} && ${f%%/*} == ${h%%/*} ]] ; do |
|
|
516 | f=${f#*/} |
|
|
517 | h=${h#*/} |
|
|
518 | done |
|
|
519 | rdir=${h} |
|
|
520 | f="../" |
|
|
521 | while [[ ${h} == */* ]] ; do |
|
|
522 | f="${f}../" |
|
|
523 | h=${h#*/} |
|
|
524 | done |
|
|
525 | rdir="${f}${rdir}" |
|
|
526 | |
| 464 | for frw in "${D}${QTLIBDIR}"/*.framework; do |
527 | for frw in "${D}${QTLIBDIR}"/*.framework; do |
| 465 | [[ -e "${frw}"/Headers ]] || continue |
528 | [[ -e "${frw}"/Headers ]] || continue |
| 466 | f=$(basename ${frw}) |
529 | f=$(basename ${frw}) |
| 467 | dest="${QTHEADERDIR#${EPREFIX}}"/${f%.framework} |
530 | dest="${QTHEADERDIR#${EPREFIX}}"/${f%.framework} |
| 468 | dosym "${QTLIBDIR#${EPREFIX}}"/${f}/Headers "${dest}" |
531 | dosym "${rdir}"/${f}/Headers "${dest}" |
| 469 | |
532 | |
| 470 | # Link normal headers as well. |
533 | # Link normal headers as well. |
| 471 | for hdr in "${D}/${QTLIBDIR}/${f}"/Headers/*; do |
534 | for hdr in "${D}/${QTLIBDIR}/${f}"/Headers/*; do |
| 472 | h=$(basename ${hdr}) |
535 | h=$(basename ${hdr}) |
| 473 | dosym "${QTLIBDIR#${EPREFIX}}"/${f}/Headers/${h} "${QTHEADERDIR#${EPREFIX}}"/Qt/${h} |
536 | dosym "../${rdir}"/${f}/Headers/${h} \ |
|
|
537 | "${QTHEADERDIR#${EPREFIX}}"/Qt/${h} |
| 474 | done |
538 | done |
| 475 | done |
539 | done |
| 476 | fi |
540 | fi |
| 477 | } |
541 | } |
| 478 | |
542 | |
| … | |
… | |
| 511 | QTDEMOSDIR=${QTDATADIR}/demos |
575 | QTDEMOSDIR=${QTDATADIR}/demos |
| 512 | QMAKE_LIBDIR_QT=${QTLIBDIR} |
576 | QMAKE_LIBDIR_QT=${QTLIBDIR} |
| 513 | QT_INSTALL_PREFIX=${EPREFIX}/usr/$(get_libdir)/qt4 |
577 | QT_INSTALL_PREFIX=${EPREFIX}/usr/$(get_libdir)/qt4 |
| 514 | |
578 | |
| 515 | PLATFORM=$(qt_mkspecs_dir) |
579 | PLATFORM=$(qt_mkspecs_dir) |
| 516 | |
|
|
| 517 | unset QMAKESPEC |
580 | unset QMAKESPEC |
|
|
581 | |
|
|
582 | export XDG_CONFIG_HOME="${T}" |
| 518 | } |
583 | } |
| 519 | |
584 | |
| 520 | # @FUNCTION: prepare_directories |
585 | # @FUNCTION: prepare_directories |
| 521 | # @USAGE: < directories > |
586 | # @USAGE: < directories > |
| 522 | # @INTERNAL |
587 | # @INTERNAL |
| … | |
… | |
| 797 | fi |
862 | fi |
| 798 | |
863 | |
| 799 | echo "${spec}" |
864 | echo "${spec}" |
| 800 | } |
865 | } |
| 801 | |
866 | |
| 802 | # @FUNCTION: qt_assistant_cleanup |
|
|
| 803 | # @INTERNAL |
|
|
| 804 | # @DESCRIPTION: |
|
|
| 805 | # Tries to clean up tools.pro for qt-assistant ebuilds. |
|
|
| 806 | # Meant to be called in src_prepare(). |
|
|
| 807 | # Since Qt 4.7.4 this function is a no-op. |
|
|
| 808 | qt_assistant_cleanup() { |
|
|
| 809 | # apply patching to qt-assistant ebuilds only |
|
|
| 810 | [[ ${PN} != qt-assistant ]] && return |
|
|
| 811 | |
|
|
| 812 | # no longer needed for 4.7.4 and later |
|
|
| 813 | version_is_at_least 4.7.4 && return |
|
|
| 814 | |
|
|
| 815 | # different versions (and branches...) may need different handling, |
|
|
| 816 | # add a case if you need special handling |
|
|
| 817 | case "${MY_PV_EXTRA}" in |
|
|
| 818 | *kde-qt*) |
|
|
| 819 | sed -e "/^[ \t]*porting/,/^[ \t]*win32.*activeqt$/d" \ |
|
|
| 820 | -e "/mac/,/^embedded.*makeqpf$/d" \ |
|
|
| 821 | -i tools/tools.pro || die "patching tools.pro failed" |
|
|
| 822 | ;; |
|
|
| 823 | *) |
|
|
| 824 | sed -e "/^[ \t]*porting/,/^[ \t]*win32.*activeqt$/d" \ |
|
|
| 825 | -e "/mac/,/^embedded.*makeqpf$/d" \ |
|
|
| 826 | -e "s/^\([ \t]*pixeltool\) /\1 qdoc3 /" \ |
|
|
| 827 | -i tools/tools.pro || die "patching tools.pro failed" |
|
|
| 828 | ;; |
|
|
| 829 | esac |
|
|
| 830 | } |
|
|
| 831 | |
|
|
| 832 | # @FUNCTION: qt_nolibx11 |
867 | # @FUNCTION: qt_nolibx11 |
| 833 | # @INTERNAL |
868 | # @INTERNAL |
| 834 | # @DESCRIPTION: |
869 | # @DESCRIPTION: |
| 835 | # Ignore X11 tests for packages that don't need X libraries installed. |
870 | # Ignore X11 tests for packages that don't need X libraries installed. |
| 836 | qt_nolibx11() { |
871 | qt_nolibx11() { |