From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 17AA91581F0 for ; Tue, 07 Jan 2025 19:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87F98E0825; Tue, 07 Jan 2025 19:54:17 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 5D262E0825 for ; Tue, 07 Jan 2025 19:54:17 +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 13B98342F9A for ; Tue, 07 Jan 2025 19:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98AC21DD4 for ; Tue, 07 Jan 2025 19:54:13 +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: <1736279566.a239af7bade4ef01e655e8b01850b3675bfb8f6d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/obs-studio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/obs-studio/obs-studio-30.2.3-r1.ebuild media-video/obs-studio/obs-studio-30.2.3.ebuild media-video/obs-studio/obs-studio-31.0.0-r2.ebuild media-video/obs-studio/obs-studio-31.0.0-r3.ebuild media-video/obs-studio/obs-studio-9999.ebuild X-VCS-Directories: media-video/obs-studio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a239af7bade4ef01e655e8b01850b3675bfb8f6d X-VCS-Branch: master Date: Tue, 07 Jan 2025 19:54:13 +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: 6d12b68d-5990-4f89-acd8-12c229e1aaeb X-Archives-Hash: df67ac31e6a115c74d06391b3e184329 commit: a239af7bade4ef01e655e8b01850b3675bfb8f6d Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Jan 6 15:35:50 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 7 19:52:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a239af7b media-video/obs-studio: slotting net-libs/mbedtls:0 net-libs/mbedtls:0 is remain for mbedtls-2 as safe fallback for all dependent packages. Signed-off-by: Azamat H. Hackimov gmail.com> Signed-off-by: Sam James gentoo.org> .../{obs-studio-30.2.3.ebuild => obs-studio-30.2.3-r1.ebuild} | 4 ++-- .../{obs-studio-31.0.0-r2.ebuild => obs-studio-31.0.0-r3.ebuild} | 4 ++-- media-video/obs-studio/obs-studio-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-video/obs-studio/obs-studio-30.2.3.ebuild b/media-video/obs-studio/obs-studio-30.2.3-r1.ebuild similarity index 99% rename from media-video/obs-studio/obs-studio-30.2.3.ebuild rename to media-video/obs-studio/obs-studio-30.2.3-r1.ebuild index 043f43465d42..81b7effe5cfc 100644 --- a/media-video/obs-studio/obs-studio-30.2.3.ebuild +++ b/media-video/obs-studio/obs-studio-30.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -117,7 +117,7 @@ DEPEND=" python? ( ${PYTHON_DEPS} ) qsv? ( media-libs/libvpl ) speex? ( media-libs/speexdsp ) - ssl? ( net-libs/mbedtls:= ) + ssl? ( net-libs/mbedtls:0= ) test? ( dev-util/cmocka ) truetype? ( media-libs/fontconfig diff --git a/media-video/obs-studio/obs-studio-31.0.0-r2.ebuild b/media-video/obs-studio/obs-studio-31.0.0-r3.ebuild similarity index 99% rename from media-video/obs-studio/obs-studio-31.0.0-r2.ebuild rename to media-video/obs-studio/obs-studio-31.0.0-r3.ebuild index 79bc62763bf4..7f7837436298 100644 --- a/media-video/obs-studio/obs-studio-31.0.0-r2.ebuild +++ b/media-video/obs-studio/obs-studio-31.0.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -69,7 +69,7 @@ DEPEND=" media-libs/x264:= >=media-video/ffmpeg-6.1:=[nvenc?,opus,x264] net-misc/curl - net-libs/mbedtls:= + net-libs/mbedtls:0= sys-apps/dbus sys-apps/pciutils sys-apps/util-linux diff --git a/media-video/obs-studio/obs-studio-9999.ebuild b/media-video/obs-studio/obs-studio-9999.ebuild index a7536b82f747..f190a7c6135c 100644 --- a/media-video/obs-studio/obs-studio-9999.ebuild +++ b/media-video/obs-studio/obs-studio-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -69,7 +69,7 @@ DEPEND=" media-libs/x264:= >=media-video/ffmpeg-6.1:=[nvenc?,opus,x264] net-misc/curl - net-libs/mbedtls:= + net-libs/mbedtls:0= sys-apps/dbus sys-apps/pciutils sys-apps/util-linux