www-client/firefox-52: revbump to enable alsa support when USE=-pulseaudio
[gentoo.git] / eclass / mozconfig-v6.52.eclass
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 #
4 # @ECLASS: mozconfig-v6.52.eclass
5 # @MAINTAINER:
6 # mozilla team <mozilla@gentoo.org>
7 # @BLURB: the new mozilla common configuration eclass for FF33 and newer, v6
8 # @DESCRIPTION:
9 # This eclass is used in mozilla ebuilds (firefox, thunderbird, seamonkey)
10 # to provide a single common place for the common mozilla engine compoments.
11 #
12 # The eclass provides all common dependencies as well as common use flags.
13 #
14 # Some use flags which may be optional in particular mozilla packages can be
15 # supported through setting eclass variables.
16 #
17 # This eclass inherits mozconfig helper functions as defined in mozcoreconf-v3,
18 # and so ebuilds inheriting this eclass do not need to inherit that.
19
20 case ${EAPI} in
21         0|1|2|3|4)
22                 die "EAPI=${EAPI} not supported"
23                 ;;
24         5)
25                 inherit multilib
26                 ;;
27 esac
28
29 inherit flag-o-matic toolchain-funcs mozcoreconf-v4
30
31 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
32 # @DESCRIPTION:
33 # Set this variable before the inherit line, when an ebuild needs to provide
34 # optional necko-wifi support via IUSE="wifi".  Currently this would include
35 # ebuilds for firefox, and potentially seamonkey.
36 #
37 # Leave the variable UNSET if necko-wifi support should not be available.
38 # Set the variable to "enabled" if the use flag should be enabled by default.
39 # Set the variable to any value if the use flag should exist but not be default-enabled.
40
41 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
42 # @DESCRIPTION:
43 # Set this variable before the inherit line, when an ebuild needs to provide
44 # deterministic jit support via IUSE="jit".  The upstream default will be used
45 # otherwise, which is generally to enable jit unless support for the platform
46 # is missing.
47 #
48 # Set the variable to "enabled" if the use flag should be enabled by default.
49 # Set the variable to any value if the use flag should exist but not be default-enabled.
50
51 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
52 # @DESCRIPTION:
53 # Set this variable before the inherit line, when an ebuild can provide
54 # optional gtk3 support via IUSE="gtk3".  Currently this would include
55 # ebuilds for firefox, but thunderbird and seamonkey could follow in the future.
56 #
57 # Leave the variable UNSET if gtk3 support should not be available.
58 # Set the variable to "enabled" if the use flag should be enabled by default.
59 # Set the variable to any value if the use flag should exist but not be default-enabled.
60
61 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
62 # @DESCRIPTION:
63 # Set this variable before the inherit line, when an ebuild can provide
64 # optional gtk2-only support via IUSE="gtk2".
65 #
66 # Note that this option conflicts directly with MOZCONFIG_OPTIONAL_GTK3, both
67 # variables cannot be set at the same time and this variable will be ignored if
68 # MOZCONFIG_OPTIONAL_GTK3 is set.
69 #
70 # Leave the variable UNSET if gtk2-only support should not be available.
71 # Set the variable to "enabled" if the use flag should be enabled by default.
72 # Set the variable to any value if the use flag should exist but not be default-enabled.
73
74 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5
75 # @DESCRIPTION:
76 # Set this variable before the inherit line, when an ebuild can provide
77 # optional qt5 support via IUSE="qt5".  Currently this would include
78 # ebuilds for firefox, but thunderbird and seamonkey could follow in the future.
79 #
80 # Leave the variable UNSET if qt5 support should not be available.
81 # Set the variable to "enabled" if the use flag should be enabled by default.
82 # Set the variable to any value if the use flag should exist but not be default-enabled.
83
84 # use-flags common among all mozilla ebuilds
85 IUSE="${IUSE} dbus debug +jemalloc neon pulseaudio selinux startup-notification system-cairo
86         system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx"
87
88 # some notes on deps:
89 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
90 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
91
92 RDEPEND=">=app-text/hunspell-1.2:=
93         dev-libs/atk
94         dev-libs/expat
95         >=x11-libs/cairo-1.10[X]
96         x11-libs/gdk-pixbuf
97         >=x11-libs/pango-1.22.0
98         >=media-libs/libpng-1.6.25:0=[apng]
99         >=media-libs/mesa-10.2:*
100         media-libs/fontconfig
101         >=media-libs/freetype-2.4.10
102         kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) )
103         pulseaudio? ( media-sound/pulseaudio )
104         virtual/freedesktop-icon-theme
105         dbus? ( >=sys-apps/dbus-0.60
106                 >=dev-libs/dbus-glib-0.72 )
107         startup-notification? ( >=x11-libs/startup-notification-0.8 )
108         >=dev-libs/glib-2.26:2
109         >=sys-libs/zlib-1.2.3
110         >=virtual/libffi-3.0.10
111         virtual/ffmpeg
112         x11-libs/libX11
113         x11-libs/libXcomposite
114         x11-libs/libXdamage
115         x11-libs/libXext
116         x11-libs/libXfixes
117         x11-libs/libXrender
118         x11-libs/libXt
119         system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 )
120         system-icu? ( >=dev-libs/icu-58.1:= )
121         system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 )
122         system-libevent? ( >=dev-libs/libevent-2.0:0= )
123         system-sqlite? ( >=dev-db/sqlite-3.17.0:3[secure-delete,debug=] )
124         system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] )
125         system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0= >=media-gfx/graphite2-1.3.8 )
126 "
127
128 if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then
129         MOZCONFIG_OPTIONAL_GTK2ONLY=
130         if [[ ${MOZCONFIG_OPTIONAL_GTK3} = "enabled" ]]; then
131                 IUSE+=" +gtk3"
132         else
133                 IUSE+=" gtk3"
134         fi
135         RDEPEND+="
136         gtk3? ( >=x11-libs/gtk+-3.4.0:3 )
137         !gtk3? ( >=x11-libs/gtk+-2.18:2 )"
138 elif [[ -n ${MOZCONFIG_OPTIONAL_GTK2ONLY} ]]; then
139         if [[ ${MOZCONFIG_OPTIONAL_GTK2ONLY} = "enabled" ]]; then
140                 IUSE+=" +gtk2"
141         else
142                 IUSE+=" gtk2"
143         fi
144         RDEPEND+="
145         gtk2? ( >=x11-libs/gtk+-2.18:2 )
146         !gtk2? ( >=x11-libs/gtk+-3.4.0:3 )"
147 else
148         RDEPEND+="
149                 >=x11-libs/gtk+-2.18:2"
150 fi
151 if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then
152         if [[ ${MOZCONFIG_OPTIONAL_WIFI} = "enabled" ]]; then
153                 IUSE+=" +wifi"
154         else
155                 IUSE+=" wifi"
156         fi
157         RDEPEND+="
158         wifi? (
159                 kernel_linux? ( >=sys-apps/dbus-0.60
160                         >=dev-libs/dbus-glib-0.72
161                         net-misc/networkmanager )
162         )"
163 fi
164
165 DEPEND="app-arch/zip
166         app-arch/unzip
167         >=sys-devel/binutils-2.16.1
168         sys-apps/findutils
169         ${RDEPEND}"
170
171 RDEPEND+="
172         selinux? ( sec-policy/selinux-mozilla )"
173
174 # @FUNCTION: mozconfig_config
175 # @DESCRIPTION:
176 # Set common configure options for mozilla packages.
177 # Call this within src_configure() phase, after mozconfig_init
178 #
179 # Example:
180 #
181 # inherit mozconfig-v6.46
182 #
183 # src_configure() {
184 #       mozconfig_init
185 #       mozconfig_config
186 #       # ... misc ebuild-unique settings via calls to
187 #       # ... mozconfig_{annotate,use_with,use_enable}
188 #       mozconfig_final
189 # }
190
191 mozconfig_config() {
192         # Migrated from mozcoreconf-2
193         mozconfig_annotate 'system_libs' \
194                 --with-system-zlib \
195                 --with-system-bz2
196
197         if has bindist ${IUSE}; then
198                 mozconfig_use_enable !bindist official-branding
199                 if [[ ${PN} == firefox ]] && use bindist ; then
200                         mozconfig_annotate '' --with-branding=browser/branding/aurora
201                 fi
202         fi
203
204         # Enable position independent executables 
205         mozconfig_annotate 'enabled by Gentoo' --enable-pie
206         mozconfig_use_enable debug
207         mozconfig_use_enable debug tests
208
209         if ! use debug ; then
210                 mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols
211         else
212                 mozconfig_annotate 'enabled by Gentoo' --enable-debug-symbols
213         fi
214
215         mozconfig_use_enable startup-notification
216
217         if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]] ; then
218                 # wifi pulls in dbus so manage both here
219                 mozconfig_use_enable wifi necko-wifi
220                 if use kernel_linux && use wifi && ! use dbus; then
221                         echo "Enabling dbus support due to wifi request"
222                         mozconfig_annotate 'dbus required by necko-wifi on linux' --enable-dbus
223                 else
224                         mozconfig_use_enable dbus
225                 fi
226         else
227                 mozconfig_use_enable dbus
228                 mozconfig_annotate 'disabled' --disable-necko-wifi
229         fi
230
231         if [[ -n ${MOZCONFIG_OPTIONAL_JIT} ]]; then
232                 mozconfig_use_enable jit ion
233         fi
234
235         # These are enabled by default in all mozilla applications
236         mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${SYSROOT}${EPREFIX}"/usr
237         mozconfig_annotate '' --with-system-nss --with-nss-prefix="${SYSROOT}${EPREFIX}"/usr
238         mozconfig_annotate '' --x-includes="${SYSROOT}${EPREFIX}"/usr/include --x-libraries="${SYSROOT}${EPREFIX}"/usr/$(get_libdir)
239         if use system-libevent; then
240                 mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr
241         fi
242         mozconfig_annotate '' --prefix="${EPREFIX}"/usr
243         mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir)
244         mozconfig_annotate 'Gentoo default' --enable-system-hunspell
245         mozconfig_annotate '' --disable-gnomeui
246         mozconfig_annotate '' --enable-gio
247         mozconfig_annotate '' --disable-crashreporter
248         mozconfig_annotate 'Gentoo default' --with-system-png
249         mozconfig_annotate '' --enable-system-ffi
250         mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold
251         mozconfig_annotate '' --enable-skia
252         mozconfig_annotate '' --disable-gconf
253         mozconfig_annotate '' --with-intl-api
254
255         # default toolkit is cairo-gtk2, optional use flags can change this
256         local toolkit="cairo-gtk2"
257         local toolkit_comment=""
258         if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then
259                 if use gtk3; then
260                         toolkit="cairo-gtk3"
261                         toolkit_comment="gtk3 use flag"
262                 fi
263         fi
264         if [[ -n ${MOZCONFIG_OPTIONAL_GTK2ONLY} ]]; then
265                 if ! use gtk2 ; then
266                         toolkit="cairo-gtk3"
267                 else
268                         toolkit_comment="gtk2 use flag"
269                 fi
270         fi
271         if [[ -n ${MOZCONFIG_OPTIONAL_QT5} ]]; then
272                 if use qt5; then
273                         toolkit="cairo-qt"
274                         toolkit_comment="qt5 use flag"
275                         # need to specify these vars because the qt5 versions are not found otherwise,
276                         # and setting --with-qtdir overrides the pkg-config include dirs
277                         local i
278                         for i in qmake moc rcc; do
279                                 echo "export HOST_${i^^}=\"$(qt5_get_bindir)/${i}\"" \
280                                         >> "${S}"/.mozconfig || die
281                         done
282                         echo 'unset QTDIR' >> "${S}"/.mozconfig || die
283                         mozconfig_annotate '+qt5' --disable-gio
284                 fi
285         fi
286         mozconfig_annotate "${toolkit_comment}" --enable-default-toolkit=${toolkit}
287
288         # Use jemalloc unless libc is not glibc >= 2.4
289         # at this time the minimum glibc in the tree is 2.9 so we should be safe.
290         if use elibc_glibc && use jemalloc; then
291                 # We must force-enable jemalloc 4 via .mozconfig
292                 echo "export MOZ_JEMALLOC4=1" >> "${S}"/.mozconfig || die
293                 mozconfig_annotate '' --enable-replace-malloc
294         fi
295
296         # Instead of the standard --build= and --host=, mozilla uses --host instead
297         # of --build, and --target intstead of --host.
298         # Note, mozilla also has --build but it does not do what you think it does.
299         # Set both --target and --host as mozilla uses python to guess values otherwise
300         mozconfig_annotate '' --target="${CHOST}"
301         mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
302
303         mozconfig_use_enable pulseaudio
304         # force the deprecated alsa sound code if pulseaudio is disabled
305         if use kernel_linux && ! use pulseaudio ; then
306                 mozconfig_annotate '-pulseaudio' --enable-alsa
307         fi
308
309         mozconfig_use_enable system-cairo
310         mozconfig_use_enable system-sqlite
311         mozconfig_use_with system-jpeg
312         mozconfig_use_with system-icu
313         mozconfig_use_with system-libvpx
314         mozconfig_use_with system-harfbuzz
315         mozconfig_use_with system-harfbuzz system-graphite2
316
317         # Modifications to better support ARM, bug 553364
318         if use neon ; then
319                 mozconfig_annotate '' --with-fpu=neon
320                 mozconfig_annotate '' --with-thumb=yes
321                 mozconfig_annotate '' --with-thumb-interwork=no
322         fi
323         if [[ ${CHOST} == armv* ]] ; then
324                 mozconfig_annotate '' --with-float-abi=hard
325
326                 if ! use system-libvpx ; then
327                         sed -i -e "s|softfp|hard|" \
328                                 "${S}"/media/libvpx/moz.build
329                 fi
330         fi
331 }
332
333 # @FUNCTION: mozconfig_install_prefs
334 # @DESCRIPTION:
335 # Set preferences into the prefs.js file specified as a parameter to
336 # the function.  This sets both some common prefs to all mozilla
337 # packages, and any prefs that may relate to the use flags administered
338 # by mozconfig_config().
339 #
340 # Call this within src_install() phase, after copying the template
341 # prefs file (if any) from ${FILESDIR}
342 #
343 # Example:
344 #
345 # inherit mozconfig-v6.46
346 #
347 # src_install() {
348 #       cp "${FILESDIR}"/gentoo-default-prefs.js \
349 #       "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js"  \
350 #       || die
351 #
352 #       mozconfig_install_prefs \
353 #       "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js"
354 #
355 #       ...
356 # }
357
358 mozconfig_install_prefs() {
359         local prefs_file="${1}"
360
361         einfo "Adding prefs from mozconfig to ${prefs_file}"
362
363         # set dictionary path, to use system hunspell
364         echo "pref(\"spellchecker.dictionary_path\", \"${EPREFIX}/usr/share/myspell\");" \
365                 >>"${prefs_file}" || die
366
367         # force the graphite pref if system-harfbuzz is enabled, since the pref cant disable it
368         if use system-harfbuzz ; then
369                 echo "sticky_pref(\"gfx.font_rendering.graphite.enabled\",true);" \
370                         >>"${prefs_file}" || die
371         fi
372 }