mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-08 06:09:43 +02:00
- sync all relevant changes from firefox update. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
41 lines
2.3 KiB
XML
41 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>mozilla@gentoo.org</email>
|
|
<name>Gentoo Mozilla Team</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="clang">Use Clang compiler instead of GCC</flag>
|
|
<flag name="eme-free">Disable EME (DRM plugin) capability at build time</flag>
|
|
<flag name="hwaccel">Force-enable hardware-accelerated rendering (Mozilla bug 594876)</flag>
|
|
<flag name="libproxy">Enable libproxy support</flag>
|
|
<flag name="pgo">Add support for profile-guided optimization using gcc-4.5,
|
|
for faster binaries. This option will double the compile time.</flag>
|
|
<flag name="pulseaudio">Add sound server support via media-libs/libpulse (may be PulseAudio or
|
|
Pipewire, or apulse if installed)</flag>
|
|
<flag name="rust-extensions">Compile and install experimental rust extensions, that may become
|
|
part of Thunderbird some day.</flag>
|
|
<flag name="sndio">Enable support for the <pkg>media-sound/sndio</pkg> backend</flag>
|
|
<flag name="system-av1">Use the system-wide <pkg>media-libs/dav1d</pkg>
|
|
and <pkg>media-libs/libaom</pkg> library instead of bundled.</flag>
|
|
<flag name="system-harfbuzz">Use the system-wide <pkg>media-libs/harfbuzz</pkg>
|
|
and <pkg>media-gfx/graphite2</pkg> instead of bundled.</flag>
|
|
<flag name="system-icu">Use the system-wide <pkg>dev-libs/icu</pkg>
|
|
instead of bundled.</flag>
|
|
<flag name="system-jpeg">Use the system-wide <pkg>media-libs/libjpeg-turbo</pkg>
|
|
instead of bundled.</flag>
|
|
<flag name="system-libevent">Use the system-wide <pkg>dev-libs/libevent</pkg>
|
|
instead of bundled.</flag>
|
|
<flag name="system-librnp">Use system-wide <pkg>dev-util/librnp</pkg> instead of bundled one.</flag>
|
|
<flag name="system-libvpx">Use the system-wide <pkg>media-libs/libvpx</pkg>
|
|
instead of bundled.</flag>
|
|
<flag name="system-pipewire">Use system <pkg>media-video/pipewire</pkg> for WebRTC and screencast instead of bundled one</flag>
|
|
<flag name="system-png">Use the system-wide <pkg>media-libs/libpng</pkg>
|
|
instead of bundled (requires APNG patches)</flag>
|
|
<flag name="system-webp">Use the system-wide <pkg>media-libs/libwebp</pkg>
|
|
instead of bundled.</flag>
|
|
<flag name="wifi">Enable necko-wifi for NetworkManager integration, and access point MAC
|
|
address scanning for better precision with opt-in geolocation services</flag>
|
|
</use>
|
|
</pkgmetadata>
|