From 05694e0851300e49e854b9a9c5f80ffc9fdb46f2 Mon Sep 17 00:00:00 2001 From: demize Date: Fri, 28 Mar 2025 09:11:49 -0400 Subject: [PATCH] */*: update ffmpeg USE flags See https://github.com/gentoo/gentoo/commit/00eddc65d7bd9ecaa9973fd46e544bbbfe5c9479. ffmpeg's USE flags were updated significantly, and in a more recent commit support for the old USE flags was dropped entirely, breaking a handful of packages. This also adds `lame` to the flags required by `media-sound/lms`. Signed-off-by: demize --- app-misc/mat2/mat2-0.13.4.ebuild | 4 ++-- app-misc/mat2/mat2-0.13.5.ebuild | 2 +- dev-python/pydub/pydub-0.25.1.ebuild | 4 ++-- media-libs/alvr/alvr-16.0.0.ebuild | 6 +++--- media-sound/lms/lms-3.64.0-r1.ebuild | 4 ++-- media-sound/lms/lms-3.65.0.ebuild | 4 ++-- media-video/stremio/stremio-4.4.168.ebuild | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app-misc/mat2/mat2-0.13.4.ebuild b/app-misc/mat2/mat2-0.13.4.ebuild index 29b7eb51b2..124d9b4756 100644 --- a/app-misc/mat2/mat2-0.13.4.ebuild +++ b/app-misc/mat2/mat2-0.13.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,7 +37,7 @@ BDEPEND=" verify-sig? ( >sec-keys/openpgp-keys-jvoisin-20200714 ) test? ( media-libs/exiftool:* - media-video/ffmpeg[mp3,vorbis] + media-video/ffmpeg[lame,vorbis] ) " diff --git a/app-misc/mat2/mat2-0.13.5.ebuild b/app-misc/mat2/mat2-0.13.5.ebuild index 57d3d9cc12..2912fae91a 100644 --- a/app-misc/mat2/mat2-0.13.5.ebuild +++ b/app-misc/mat2/mat2-0.13.5.ebuild @@ -34,7 +34,7 @@ BDEPEND=" verify-sig? ( >sec-keys/openpgp-keys-jvoisin-20200714 ) test? ( media-libs/exiftool:* - media-video/ffmpeg[mp3,vorbis] + media-video/ffmpeg[lame,vorbis] ) " diff --git a/dev-python/pydub/pydub-0.25.1.ebuild b/dev-python/pydub/pydub-0.25.1.ebuild index 1701d6cd81..2c33428265 100644 --- a/dev-python/pydub/pydub-0.25.1.ebuild +++ b/dev-python/pydub/pydub-0.25.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ KEYWORDS="~amd64" BDEPEND=" test? ( - media-video/ffmpeg[mp3,vorbis] + media-video/ffmpeg[lame,vorbis] ) " diff --git a/media-libs/alvr/alvr-16.0.0.ebuild b/media-libs/alvr/alvr-16.0.0.ebuild index 41a52cd833..0d20385c33 100644 --- a/media-libs/alvr/alvr-16.0.0.ebuild +++ b/media-libs/alvr/alvr-16.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # You will need games-util/steam-client-meta from the steam-overlay for this to work @@ -530,8 +530,8 @@ KEYWORDS="~amd64" IUSE="+client +server vaapi vulkan x264 x265" RDEPEND=" - >=media-video/ffmpeg-4.3[encode,vulkan?,x264?,x265?] - vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) + >=media-video/ffmpeg-4.3[vulkan?,x264?,x265?] + vaapi? ( media-video/ffmpeg[drm,vaapi] ) sys-libs/libunwind www-client/chromium " diff --git a/media-sound/lms/lms-3.64.0-r1.ebuild b/media-sound/lms/lms-3.64.0-r1.ebuild index 3120b460bc..43bd513fe7 100644 --- a/media-sound/lms/lms-3.64.0-r1.ebuild +++ b/media-sound/lms/lms-3.64.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ RDEPEND=" dev-libs/boost:= dev-libs/libconfig[cxx] media-libs/taglib - media-video/ffmpeg[opus] + media-video/ffmpeg[lame,opus] sys-libs/pam !stb? ( media-gfx/graphicsmagick ) diff --git a/media-sound/lms/lms-3.65.0.ebuild b/media-sound/lms/lms-3.65.0.ebuild index c7471aed1c..19ed2a079c 100644 --- a/media-sound/lms/lms-3.65.0.ebuild +++ b/media-sound/lms/lms-3.65.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ RDEPEND=" dev-libs/boost:= dev-libs/libconfig[cxx] media-libs/taglib:= - media-video/ffmpeg[opus] + media-video/ffmpeg[lame,opus] sys-libs/pam !stb? ( media-gfx/graphicsmagick ) diff --git a/media-video/stremio/stremio-4.4.168.ebuild b/media-video/stremio/stremio-4.4.168.ebuild index 4c0e5da4a9..b031643e9d 100644 --- a/media-video/stremio/stremio-4.4.168.ebuild +++ b/media-video/stremio/stremio-4.4.168.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" - media-video/ffmpeg[network] + media-video/ffmpeg " DEPEND="