From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6ADD139085 for ; Fri, 13 Jan 2017 17:40:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5F19234038; Fri, 13 Jan 2017 17:40:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E820234038 for ; Fri, 13 Jan 2017 17:40:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D5C43417B7 for ; Fri, 13 Jan 2017 17:40:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 744E42629 for ; Fri, 13 Jan 2017 17:40:51 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1484329141.684ed7c4886aa9ebbd5630bac71221bf4bbe9676.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-45.6.0.ebuild www-client/firefox/firefox-51.0_beta14.ebuild www-client/firefox/metadata.xml X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 684ed7c4886aa9ebbd5630bac71221bf4bbe9676 X-VCS-Branch: master Date: Fri, 13 Jan 2017 17:40:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f89f56b2-f71f-4b67-8195-4a5b43aa9ce8 X-Archives-Hash: e114dff8eb9fe5dde87c51d8ae406b86 commit: 684ed7c4886aa9ebbd5630bac71221bf4bbe9676 Author: Jory A. Pratt gentoo org> AuthorDate: Fri Jan 13 17:39:01 2017 +0000 Commit: Jory Pratt gentoo 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 @@ Disable official Firefox branding (icons, name) which are not binary-redistributable according to upstream. - Fine-tune custom compiler - optimizations (-Os, -O0, -O1, -O2, -O3) - Use the cairo-gtk2 rendering engine + Build with user-specified compiler optimizations + (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported) + Use the cairo-gtk2 rendering engine Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles Use gstreamer:0.10 instead of gstreamer:1 for media support - Use the cairo-gtk3 rendering engine - Use hardware-accelerated rendering + Force-enable hardware-accelerated rendering (Mozilla bug 594876) + Enable or disable jemalloc Enable or disable jemalloc3 (forced-on when supported prior to 38.0) Add support for profile-guided optimization using gcc-4.5, for faster binaries. This option will double the compile time. + Enable the SKIA engine for 2D rendering as an alternative to cairo Use the system-wide x11-libs/cairo instead of bundled. Use the system-wide media-libs/harfbuzz @@ -33,6 +34,5 @@ instead of bundled. Use the system-wide dev-db/sqlite installation with secure-delete enabled - Enable EGL provider