commit: 684ed7c4886aa9ebbd5630bac71221bf4bbe9676 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org> AuthorDate: Fri Jan 13 17:39:01 2017 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Fri Jan 13 17:39:01 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=684ed7c4
www-client/firefox: Do not force-enable hwaccel, add missing metadata.xml www-client/firefox/firefox-45.6.0.ebuild | 2 +- www-client/firefox/firefox-51.0_beta14.ebuild | 2 +- www-client/firefox/metadata.xml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www-client/firefox/firefox-45.6.0.ebuild b/www-client/firefox/firefox-45.6.0.ebuild index 899f406..a841ceb 100644 --- a/www-client/firefox/firefox-45.6.0.ebuild +++ b/www-client/firefox/firefox-45.6.0.ebuild @@ -42,7 +42,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-lin SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="bindist hardened +hwaccel pgo selinux +gmp-autoupdate test" +IUSE="bindist hardened hwaccel pgo selinux +gmp-autoupdate test" RESTRICT="!bindist? ( bindist )" # More URIs appended below... diff --git a/www-client/firefox/firefox-51.0_beta14.ebuild b/www-client/firefox/firefox-51.0_beta14.ebuild index fa23eb0..911d52d 100644 --- a/www-client/firefox/firefox-51.0_beta14.ebuild +++ b/www-client/firefox/firefox-51.0_beta14.ebuild @@ -41,7 +41,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-lin SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="bindist hardened +hwaccel jack pgo selinux +gmp-autoupdate test" +IUSE="bindist hardened hwaccel jack pgo selinux +gmp-autoupdate test" RESTRICT="!bindist? ( bindist )" PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCH}.tar.xz ) diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml index 494d948..63e6523 100644 --- a/www-client/firefox/metadata.xml +++ b/www-client/firefox/metadata.xml @@ -8,17 +8,18 @@ <use> <flag name="bindist">Disable official Firefox branding (icons, name) which are not binary-redistributable according to upstream.</flag> - <flag name="custom-optimization">Fine-tune custom compiler - optimizations (-Os, -O0, -O1, -O2, -O3)</flag> - <flag name="force-gtk2">Use the cairo-gtk2 rendering engine</flag> + <flag name="custom-optimization">Build with user-specified compiler optimizations + (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag> + <flag name="gtk2">Use the cairo-gtk2 rendering engine</flag> <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles</flag> <flag name="gstreamer-0">Use gstreamer:0.10 instead of gstreamer:1 for media support</flag> - <flag name="gtk3">Use the cairo-gtk3 rendering engine</flag> - <flag name="hwaccel">Use hardware-accelerated rendering</flag> + <flag name="hwaccel">Force-enable hardware-accelerated rendering (Mozilla bug 594876)</flag> + <flag name="jemalloc">Enable or disable jemalloc</flag> <flag name="jemalloc3">Enable or disable jemalloc3 (forced-on when supported prior to 38.0)</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="skia">Enable the SKIA engine for 2D rendering as an alternative to cairo</flag> <flag name="system-cairo">Use the system-wide <pkg>x11-libs/cairo</pkg> instead of bundled.</flag> <flag name="system-harfbuzz">Use the system-wide <pkg>media-libs/harfbuzz</pkg> @@ -33,6 +34,5 @@ instead of bundled.</flag> <flag name="system-sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg> installation with secure-delete enabled</flag> - <flag name="egl">Enable EGL provider</flag> </use> </pkgmetadata>
