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 42BDA1582EF for ; Mon, 10 Mar 2025 02:18:57 +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 2D763343124 for ; Mon, 10 Mar 2025 02:18:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2307611046F; Mon, 10 Mar 2025 02:18:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1CBE811046F for ; Mon, 10 Mar 2025 02:18: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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF569343149 for ; Mon, 10 Mar 2025 02:18:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76D1C28C8 for ; Mon, 10 Mar 2025 02:18:36 +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: <1741572637.e173a6bfd5c7542506412b59449a1da87c879e9e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gerbera/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gerbera/gerbera-9999.ebuild X-VCS-Directories: net-misc/gerbera/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e173a6bfd5c7542506412b59449a1da87c879e9e X-VCS-Branch: master Date: Mon, 10 Mar 2025 02:18:36 +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: dafddfc5-b637-42de-a574-376d8b0d266d X-Archives-Hash: 3a063faca0dcaeb3fee6aaf0f6b97ccc commit: e173a6bfd5c7542506412b59449a1da87c879e9e Author: Christian Tietz mailbox org> AuthorDate: Thu Mar 6 16:04:19 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 10 02:10:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e173a6bf net-misc/gerbera: Sync live ebuild Signed-off-by: Christian Tietz mailbox.org> Closes: https://github.com/gentoo/gentoo/pull/40930 Signed-off-by: Sam James gentoo.org> net-misc/gerbera/gerbera-9999.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/net-misc/gerbera/gerbera-9999.ebuild b/net-misc/gerbera/gerbera-9999.ebuild index 9df56fb6b3d4..83378d9240b8 100644 --- a/net-misc/gerbera/gerbera-9999.ebuild +++ b/net-misc/gerbera/gerbera-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 @@ -10,7 +10,7 @@ DOCS_AUTODOC=0 PYTHON_COMPAT=( python3_{10..13} ) # python-any-r1 is inherited first because docs.eclass sources it, and cmake.eclass exports phases. -inherit python-any-r1 cmake docs linux-info +inherit python-any-r1 cmake docs flag-o-matic linux-info DESCRIPTION="UPnP Media Server" HOMEPAGE="https://gerbera.io" @@ -65,8 +65,12 @@ BDEPEND="doc? ( CONFIG_CHECK="~INOTIFY_USER" src_configure() { + # bug #941944 + filter-lto + local mycmakeargs=( - -DBUILD_DOC=off + -DBUILD_DOC=OFF + -DINSTALL_DOC=OFF -DWITH_AVCODEC=$(usex ffmpeg) -DWITH_CURL=$(usex curl) -DWITH_DEBUG=$(usex debug)