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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EF691581FB for ; Wed, 28 Aug 2024 18:36:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDC68E2A05; Wed, 28 Aug 2024 18:36:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0A75E2A05 for ; Wed, 28 Aug 2024 18:36:37 +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 B0BA1340C42 for ; Wed, 28 Aug 2024 18:36:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 290C811CF for ; Wed, 28 Aug 2024 18:36:35 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1724870184.f93627d13f15f7e1e18870611563d2fa19618160.chiitoo@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-9999.ebuild X-VCS-Directories: media-video/obs-studio/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: f93627d13f15f7e1e18870611563d2fa19618160 X-VCS-Branch: master Date: Wed, 28 Aug 2024 18: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: d52b55ef-c621-49c0-bf90-3723cd5140a0 X-Archives-Hash: 05321d32cad71de2691a63c2ab0359a3 commit: f93627d13f15f7e1e18870611563d2fa19618160 Author: Jimi Huotari gentoo org> AuthorDate: Wed Aug 28 18:28:18 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Aug 28 18:36:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93627d1 media-video/obs-studio: remove failing 'sed' from live 9999 The "legacy CMake code path" has been removed [1], so the 'sed' for removing '-Werror' is now failing, and is not required any longer at this time. Additionally, the 'OBS_CMAKE_VERSION' option doesn't seem to be required at this time any longer either. 1. https://github.com/obsproject/obs-studio/commit/72428ccd97a Signed-off-by: Jimi Huotari gentoo.org> media-video/obs-studio/obs-studio-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/media-video/obs-studio/obs-studio-9999.ebuild b/media-video/obs-studio/obs-studio-9999.ebuild index f2a746c3d815..78f140d81c76 100644 --- a/media-video/obs-studio/obs-studio-9999.ebuild +++ b/media-video/obs-studio/obs-studio-9999.ebuild @@ -177,8 +177,6 @@ src_unpack() { src_prepare() { default - sed -i '/-Werror$/d' "${WORKDIR}"/${P}/cmake/Modules/CompilerConfig.cmake || die - # -Werror=lto-type-mismatch # https://bugs.gentoo.org/867250 # https://github.com/obsproject/obs-studio/issues/8988 @@ -219,7 +217,6 @@ src_configure() { -DENABLE_WAYLAND=$(usex wayland) -DENABLE_WEBRTC=OFF # Requires libdatachannel. -DENABLE_WEBSOCKET=$(usex websocket) - -DOBS_CMAKE_VERSION=3 ) if [[ ${PV} != 9999 ]]; then