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 7151E158088 for ; Wed, 22 Oct 2025 11:37:26 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5E05D340FDE for ; Wed, 22 Oct 2025 11:37:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 79949110583; Wed, 22 Oct 2025 11:36:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6EF80110584 for ; Wed, 22 Oct 2025 11:36: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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29616340ED4 for ; Wed, 22 Oct 2025 11:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E819D3B47 for ; Wed, 22 Oct 2025 11:36:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1761132889.c4aaeabdba31e979ee9eb315ce326345be6bbb9e.sam@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-r3.ebuild media-video/vlc/vlc-3.0.21_p20250217-r4.ebuild media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c4aaeabdba31e979ee9eb315ce326345be6bbb9e X-VCS-Branch: master Date: Wed, 22 Oct 2025 11:36:35 +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: 2f03fa4b-bd19-487f-8f10-0c5de9cff0fb X-Archives-Hash: 2e56c121e80173ac21473573bb1b58f8 commit: c4aaeabdba31e979ee9eb315ce326345be6bbb9e Author: Paul Zander gmail com> AuthorDate: Sun Aug 24 07:39:34 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 22 11:34:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4aaeabd media-video/vlc: add abseil-cpp dependency Signed-off-by: Paul Zander gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44225 Signed-off-by: Sam James gentoo.org> .../{vlc-3.0.21_p20250217-r3.ebuild => vlc-3.0.21_p20250217-r4.ebuild} | 2 ++ media-video/vlc/vlc-3.0.9999.ebuild | 3 +++ media-video/vlc/vlc-9999.ebuild | 2 ++ 3 files changed, 7 insertions(+) diff --git a/media-video/vlc/vlc-3.0.21_p20250217-r3.ebuild b/media-video/vlc/vlc-3.0.21_p20250217-r4.ebuild similarity index 99% rename from media-video/vlc/vlc-3.0.21_p20250217-r3.ebuild rename to media-video/vlc/vlc-3.0.21_p20250217-r4.ebuild index 7e8b18a15ffc..7054383b3469 100644 --- a/media-video/vlc/vlc-3.0.21_p20250217-r3.ebuild +++ b/media-video/vlc/vlc-3.0.21_p20250217-r4.ebuild @@ -51,6 +51,7 @@ BDEPEND=" x86? ( dev-lang/yasm ) " # =dev-libs/protobuf-2.5.0:= >=net-libs/libmicrodns-0.1.2:= ) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 2ff9f31ba1ea..1fcf322b0ae7 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -70,6 +70,8 @@ BDEPEND=" wayland? ( dev-util/wayland-scanner ) x86? ( dev-lang/yasm ) " +# =dev-libs/protobuf-2.5.0:= >=net-libs/libmicrodns-0.1.2:= ) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index a0be3860d866..94b118942f03 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -71,6 +71,7 @@ BDEPEND=" wayland? ( dev-util/wayland-scanner ) x86? ( dev-lang/yasm ) " +# depends on abseil-cpp via protobuf targets RDEPEND=" media-libs/libvorbis net-dns/libidn:= @@ -92,6 +93,7 @@ RDEPEND=" cddb? ( media-libs/libcddb ) chromaprint? ( media-libs/chromaprint:= ) chromecast? ( + dev-cpp/abseil-cpp:= >=dev-libs/protobuf-2.5.0:= >=net-libs/libmicrodns-0.1.2:= )