commit:     e173a6bfd5c7542506412b59449a1da87c879e9e
Author:     Christian Tietz <christian.tietz <AT> mailbox <DOT> org>
AuthorDate: Thu Mar  6 16:04:19 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <christian.tietz <AT> mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/40930
Signed-off-by: Sam James <sam <AT> 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)

Reply via email to