commit:     4ad6a4da19d2f7af8492de75104e4ad9c344667d
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 21:58:37 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Feb 13 21:11:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad6a4da

profiles: Enable soc USE flag for more packages on arm, arm64, riscv

Enabling it on media-video/ffmpeg alone will not prevent users from
accidentally upgrading to a version that lacks the additional patches,
so the flag has also been added to kodi and mpv, where these patches are
most beneficial. ffmpeg[libdrm] has also been enabled to satisfy
REQUIRED_USE by default.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/arch/arm/package.use   | 6 ++++--
 profiles/arch/arm64/package.use | 6 ++++--
 profiles/arch/riscv/package.use | 6 ++++--
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/profiles/arch/arm/package.use b/profiles/arch/arm/package.use
index 25811a117e1b..9790384c5079 100644
--- a/profiles/arch/arm/package.use
+++ b/profiles/arch/arm/package.use
@@ -2,8 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # James Le Cuirot <ch...@gentoo.org> (2023-12-16)
-# Apply additional patches for efficient playback on some SoCs.
-media-video/ffmpeg soc
+# Apply additional FFmpeg patches for efficient playback on some SoCs.
+media-tv/kodi soc
+media-video/ffmpeg libdrm soc
+media-video/mpv soc
 
 # Ionen Wolkens <io...@gentoo.org> (2023-10-09)
 # media-libs/shaderc is not keyworded here, so enable glslang fallback.

diff --git a/profiles/arch/arm64/package.use b/profiles/arch/arm64/package.use
index 8a25010af8f4..3d30a34a0dba 100644
--- a/profiles/arch/arm64/package.use
+++ b/profiles/arch/arm64/package.use
@@ -2,8 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # James Le Cuirot <ch...@gentoo.org> (2023-12-16)
-# Apply additional patches for efficient playback on some SoCs.
-media-video/ffmpeg soc
+# Apply additional FFmpeg patches for efficient playback on some SoCs.
+media-tv/kodi soc
+media-video/ffmpeg libdrm soc
+media-video/mpv soc
 
 # Ionen Wolkens <io...@gentoo.org> (2023-10-09)
 # media-libs/shaderc is not keyworded here, so enable glslang fallback.

diff --git a/profiles/arch/riscv/package.use b/profiles/arch/riscv/package.use
index 6b4f7615caf3..3b760c2c75ac 100644
--- a/profiles/arch/riscv/package.use
+++ b/profiles/arch/riscv/package.use
@@ -2,8 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # James Le Cuirot <ch...@gentoo.org> (2023-12-16)
-# Apply additional patches for efficient playback on some SoCs.
-media-video/ffmpeg soc
+# Apply additional FFmpeg patches for efficient playback on some SoCs.
+media-tv/kodi soc
+media-video/ffmpeg libdrm soc
+media-video/mpv soc
 
 # Yixun Lan <d...@gentoo.org> (2021-07-20)
 # Enable the GPU targets matching the default VIDEO_CARDS

Reply via email to