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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1624815800A for ; Thu, 10 Aug 2023 16:10:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EA872BC013; Thu, 10 Aug 2023 16:10:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 051762BC013 for ; Thu, 10 Aug 2023 16:10:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0A66335CB9 for ; Thu, 10 Aug 2023 16:10:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E957AB5B for ; Thu, 10 Aug 2023 16:10:04 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1691683730.462793d24cf60355164129949488d1287c2f1010.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-102.13.0.ebuild www-client/firefox/firefox-102.14.0.ebuild www-client/firefox/firefox-115.1.0.ebuild www-client/firefox/firefox-116.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 462793d24cf60355164129949488d1287c2f1010 X-VCS-Branch: master Date: Thu, 10 Aug 2023 16:10:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54485215-89d4-409f-b5fa-530466bdf14b X-Archives-Hash: 46e47eb97ce47194c2a68d4b5e177587 commit: 462793d24cf60355164129949488d1287c2f1010 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Aug 10 16:08:50 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Aug 10 16:08:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462793d2 www-client/firefox: disable openh264 useflag by default, bug 912033 Closes: https://bugs.gentoo.org/912033 Signed-off-by: Andreas K. Hüttel gentoo.org> www-client/firefox/firefox-102.13.0.ebuild | 2 +- www-client/firefox/firefox-102.14.0.ebuild | 2 +- www-client/firefox/firefox-115.1.0.ebuild | 2 +- www-client/firefox/firefox-116.0.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-client/firefox/firefox-102.13.0.ebuild b/www-client/firefox/firefox-102.13.0.ebuild index 91701dd569ba..c74041508fd8 100644 --- a/www-client/firefox/firefox-102.13.0.ebuild +++ b/www-client/firefox/firefox-102.13.0.ebuild @@ -63,7 +63,7 @@ SLOT="esr" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel" -IUSE+=" jack libproxy lto +openh264 pgo pulseaudio sndio selinux" +IUSE+=" jack libproxy lto openh264 pgo pulseaudio sndio selinux" IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp" IUSE+=" wayland wifi" diff --git a/www-client/firefox/firefox-102.14.0.ebuild b/www-client/firefox/firefox-102.14.0.ebuild index 9b9556e39e1d..dd6716fbbb18 100644 --- a/www-client/firefox/firefox-102.14.0.ebuild +++ b/www-client/firefox/firefox-102.14.0.ebuild @@ -63,7 +63,7 @@ SLOT="esr" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel" -IUSE+=" jack libproxy lto +openh264 pgo pulseaudio sndio selinux" +IUSE+=" jack libproxy lto openh264 pgo pulseaudio sndio selinux" IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp" IUSE+=" wayland wifi" diff --git a/www-client/firefox/firefox-115.1.0.ebuild b/www-client/firefox/firefox-115.1.0.ebuild index d5579dc7dea9..3f50109261df 100644 --- a/www-client/firefox/firefox-115.1.0.ebuild +++ b/www-client/firefox/firefox-115.1.0.ebuild @@ -63,7 +63,7 @@ SLOT="esr" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel" -IUSE+=" jack libproxy lto +openh264 pgo pulseaudio sndio selinux" +IUSE+=" jack libproxy lto openh264 pgo pulseaudio sndio selinux" IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp" IUSE+=" wayland wifi +X" diff --git a/www-client/firefox/firefox-116.0.ebuild b/www-client/firefox/firefox-116.0.ebuild index 09f712504e71..4251bee50d76 100644 --- a/www-client/firefox/firefox-116.0.ebuild +++ b/www-client/firefox/firefox-116.0.ebuild @@ -63,7 +63,7 @@ SLOT="rapid" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel" -IUSE+=" jack +jumbo-build libproxy lto +openh264 pgo pulseaudio sndio selinux" +IUSE+=" jack +jumbo-build libproxy lto openh264 pgo pulseaudio sndio selinux" IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp" IUSE+=" +telemetry valgrind wayland wifi +X"