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 EABDE1582EF for ; Tue, 11 Mar 2025 09:04:27 +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 CF4FD34315C for ; Tue, 11 Mar 2025 09:04:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1C9AD110470; Tue, 11 Mar 2025 09:04:09 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0C28611046F for ; Tue, 11 Mar 2025 09:04:09 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7ACC34312C for ; Tue, 11 Mar 2025 09:04:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F19928E4 for ; Tue, 11 Mar 2025 09:04:06 +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: <1741683800.2e9d956dc38a1223561e4f84166a871f2f09c43f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/avidemux-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/avidemux-core/avidemux-core-2.8.1-r1.ebuild X-VCS-Directories: media-libs/avidemux-core/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 2e9d956dc38a1223561e4f84166a871f2f09c43f X-VCS-Branch: master Date: Tue, 11 Mar 2025 09:04:06 +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: c0010346-cb7d-45db-baaf-de069402266d X-Archives-Hash: 1b49d76cc7279589ab1361fffe50b09f commit: 2e9d956dc38a1223561e4f84166a871f2f09c43f Author: Ionen Wolkens gentoo org> AuthorDate: Mon Mar 10 06:02:28 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Mar 11 09:03:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9d956d media-libs/avidemux-core: update ffmpeg usedeps ...for what it's worth anyway, this depended on an unexisting >=ffmpeg-9 (USE is masked). Rather than do the || ( lame mp3 ) dance just depend on lame directly and drop the bogus >=9. Odds are that when this is unmasked (if ever), ffmpeg[lame] will have taken over. Signed-off-by: Ionen Wolkens gentoo.org> media-libs/avidemux-core/avidemux-core-2.8.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/avidemux-core/avidemux-core-2.8.1-r1.ebuild b/media-libs/avidemux-core/avidemux-core-2.8.1-r1.ebuild index 617721f52e31..e7d80e19f8ac 100644 --- a/media-libs/avidemux-core/avidemux-core-2.8.1-r1.ebuild +++ b/media-libs/avidemux-core/avidemux-core-2.8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ DEPEND=" sys-libs/zlib nvenc? ( amd64? ( media-libs/nv-codec-headers ) ) sdl? ( media-libs/libsdl ) - system-ffmpeg? ( >=media-video/ffmpeg-9:0[mp3,theora] ) + system-ffmpeg? ( media-video/ffmpeg:=[lame(-),theora] ) vaapi? ( media-libs/libva:= ) vdpau? ( x11-libs/libvdpau ) xv? ( x11-libs/libXv )