From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4E8A1584AD for ; Thu, 08 May 2025 06:17:03 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 988833430D5 for ; Thu, 08 May 2025 06:17:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9BEE11103C1; Thu, 08 May 2025 06:17:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 904AB1103C0 for ; Thu, 08 May 2025 06:17:00 +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 44E9D343030 for ; Thu, 08 May 2025 06:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA6392668 for ; Thu, 08 May 2025 06:16:58 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1746684898.6aa4f09b7e3eade0eed2a071ece5cd876a40296b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.21_p20250217-r1.ebuild media-video/vlc/vlc-3.0.21_p20250217-r2.ebuild media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 6aa4f09b7e3eade0eed2a071ece5cd876a40296b X-VCS-Branch: master Date: Thu, 08 May 2025 06:16:58 +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: 5bd3421c-a697-48bd-a4b7-01c83fee705b X-Archives-Hash: e5551fffb380cce7fe2bf558a8789ce4 commit: 6aa4f09b7e3eade0eed2a071ece5cd876a40296b Author: Ionen Wolkens gentoo org> AuthorDate: Thu May 8 06:09:11 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu May 8 06:14:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa4f09b media-video/vlc: update for ffmpeg usedep changes Haven't verified it it really needs libpostproc, but if it does then will likely need to be further updated when ffmpeg-8 is released (either drop support or depend on a separately packaged libpostproc which is not at the moment). Signed-off-by: Ionen Wolkens gentoo.org> .../{vlc-3.0.21_p20250217-r1.ebuild => vlc-3.0.21_p20250217-r2.ebuild} | 2 +- media-video/vlc/vlc-3.0.9999.ebuild | 2 +- media-video/vlc/vlc-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/vlc/vlc-3.0.21_p20250217-r1.ebuild b/media-video/vlc/vlc-3.0.21_p20250217-r2.ebuild similarity index 99% rename from media-video/vlc/vlc-3.0.21_p20250217-r1.ebuild rename to media-video/vlc/vlc-3.0.21_p20250217-r2.ebuild index 3bca95c16ded..b3a8d6ab2959 100644 --- a/media-video/vlc/vlc-3.0.21_p20250217-r1.ebuild +++ b/media-video/vlc/vlc-3.0.21_p20250217-r2.ebuild @@ -89,7 +89,7 @@ RDEPEND=" ) faad? ( media-libs/faad2 ) fdk? ( media-libs/fdk-aac:= ) - ffmpeg? ( >=media-video/ffmpeg-3.1.3:=[postproc,vaapi?,vdpau?] ) + ffmpeg? ( >=media-video/ffmpeg-3.1.3:=[postproc(-),vaapi?,vdpau?] ) flac? ( media-libs/flac:= media-libs/libogg diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index fa5b9fcac7bc..782736190a53 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -101,7 +101,7 @@ RDEPEND=" ) faad? ( media-libs/faad2 ) fdk? ( media-libs/fdk-aac:= ) - ffmpeg? ( >=media-video/ffmpeg-3.1.3:=[postproc,vaapi?,vdpau?] ) + ffmpeg? ( >=media-video/ffmpeg-3.1.3:=[postproc(-),vaapi?,vdpau?] ) flac? ( media-libs/flac:= media-libs/libogg diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index cfaf27d3e988..90bc20aec8f9 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -103,7 +103,7 @@ RDEPEND=" ) faad? ( media-libs/faad2 ) fdk? ( media-libs/fdk-aac:= ) - ffmpeg? ( >=media-video/ffmpeg-3.1.3:=[postproc,vaapi?,vdpau?] ) + ffmpeg? ( >=media-video/ffmpeg-3.1.3:=[postproc(-),vaapi?,vdpau?] ) flac? ( media-libs/flac:= media-libs/libogg