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 34DCD1580EB for ; Fri, 30 May 2025 19:17:56 +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 176773430D7 for ; Fri, 30 May 2025 19:17:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 12F6D11047D; Fri, 30 May 2025 19:17:55 +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 0914911047D for ; Fri, 30 May 2025 19:17:55 +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 AE9DE343099 for ; Fri, 30 May 2025 19:17:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AD0628E3 for ; Fri, 30 May 2025 19:17:53 +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: <1748632554.8009f09d4a3bcf0848e389a6f1c56c15bf8aad44.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/srt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/srt/srt-1.5.4-r1.ebuild X-VCS-Directories: net-libs/srt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8009f09d4a3bcf0848e389a6f1c56c15bf8aad44 X-VCS-Branch: master Date: Fri, 30 May 2025 19:17:53 +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: 6cdfa2aa-c5fc-437d-8c4e-575c04c47255 X-Archives-Hash: ade8ae4e1adbbe087be3eb441ded65b6 commit: 8009f09d4a3bcf0848e389a6f1c56c15bf8aad44 Author: Kostadin Shishmanov protonmail com> AuthorDate: Fri May 30 15:57:27 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 30 19:15:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8009f09d net-libs/srt: allow LTO The ODR violations were fixed with https://github.com/Haivision/srt/pull/3002 which is included in 1.5.4. Bug: https://bugs.gentoo.org/861584 Signed-off-by: Kostadin Shishmanov protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42355 Closes: https://github.com/gentoo/gentoo/pull/42355 Signed-off-by: Sam James gentoo.org> net-libs/srt/srt-1.5.4-r1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/net-libs/srt/srt-1.5.4-r1.ebuild b/net-libs/srt/srt-1.5.4-r1.ebuild index 6e35d6f9f6e7..36305b044af9 100644 --- a/net-libs/srt/srt-1.5.4-r1.ebuild +++ b/net-libs/srt/srt-1.5.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib flag-o-matic +inherit cmake-multilib DESCRIPTION="Secure Reliable Transport (SRT) library and tools" HOMEPAGE="https://github.com/Haivision/srt" @@ -39,10 +39,6 @@ PATCHES=( ) src_configure() { - # ODR violations - # https://github.com/Haivision/srt/issues/2145 (bug #861584) - filter-lto - local mycmakeargs=( -DUSE_CXX_STD=c++14 # Required for gtest -DENABLE_STATIC=OFF