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 B24A715800A for ; Thu, 24 Aug 2023 05:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEA652BC01B; Thu, 24 Aug 2023 05:43:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B0C9F2BC01B for ; Thu, 24 Aug 2023 05:43:39 +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 9C64A335C7E for ; Thu, 24 Aug 2023 05:43:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF1B11069 for ; Thu, 24 Aug 2023 05:43:36 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1692855511.92e27dd24da400a4dca74fb7a10c277b6ae3e2f0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-115.1.0.ebuild www-client/firefox/firefox-116.0.3.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 92e27dd24da400a4dca74fb7a10c277b6ae3e2f0 X-VCS-Branch: master Date: Thu, 24 Aug 2023 05:43:36 +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: 2e4d7f6e-bd4f-48e5-a13b-11c283329e99 X-Archives-Hash: 6b33048aa681f48c9465742dbfdd924d commit: 92e27dd24da400a4dca74fb7a10c277b6ae3e2f0 Author: Joonas Niilola gentoo org> AuthorDate: Thu Aug 24 05:38:31 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Aug 24 05:38:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e27dd2 www-client/firefox: add +hwaccel vaapi-related dependencies Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox/firefox-115.1.0.ebuild | 4 ++++ www-client/firefox/firefox-116.0.3.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/www-client/firefox/firefox-115.1.0.ebuild b/www-client/firefox/firefox-115.1.0.ebuild index 3f50109261df..81cd62403999 100644 --- a/www-client/firefox/firefox-115.1.0.ebuild +++ b/www-client/firefox/firefox-115.1.0.ebuild @@ -200,6 +200,10 @@ COMMON_DEPEND="${FF_ONLY_DEPEND} x11-libs/libxcb:= )" RDEPEND="${COMMON_DEPEND} + hwaccel? ( + media-video/libva-utils + sys-apps/pciutils + ) jack? ( virtual/jack ) openh264? ( media-libs/openh264:*[plugin] )" DEPEND="${COMMON_DEPEND} diff --git a/www-client/firefox/firefox-116.0.3.ebuild b/www-client/firefox/firefox-116.0.3.ebuild index f52f139abc84..0de94f202e49 100644 --- a/www-client/firefox/firefox-116.0.3.ebuild +++ b/www-client/firefox/firefox-116.0.3.ebuild @@ -202,6 +202,10 @@ COMMON_DEPEND="${FF_ONLY_DEPEND} x11-libs/libxcb:= )" RDEPEND="${COMMON_DEPEND} + hwaccel? ( + media-video/libva-utils + sys-apps/pciutils + ) jack? ( virtual/jack ) openh264? ( media-libs/openh264:*[plugin] )" DEPEND="${COMMON_DEPEND}