commit: a92fcea6de532741bad029621a800c6356248b96 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 1 22:32:52 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 1 22:32:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92fcea6
media-gfx/xv: drop filter-lto Fixed upstream in >=6.0.0. Bug: https://bugs.gentoo.org/859823 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/xv/xv-6.0.1.ebuild | 9 ++------- media-gfx/xv/xv-6.0.2.ebuild | 7 +------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/media-gfx/xv/xv-6.0.1.ebuild b/media-gfx/xv/xv-6.0.1.ebuild index 765763141e26..fc607176495b 100644 --- a/media-gfx/xv/xv-6.0.1.ebuild +++ b/media-gfx/xv/xv-6.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake desktop flag-o-matic xdg-utils +inherit cmake desktop xdg-utils JUMBOV=20070520 DESCRIPTION="Interactive image manipulation program supporting a wide variety of formats" @@ -33,11 +33,6 @@ PATCHES=( ) src_configure() { - # -Werror=lto-type-mismatch - # https://bugs.gentoo.org/859823 - # https://github.com/jasper-software/xv/issues/25 - filter-lto - local mycmakeargs=( -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc" -DXV_ENABLE_JPEG=$(usex jpeg) diff --git a/media-gfx/xv/xv-6.0.2.ebuild b/media-gfx/xv/xv-6.0.2.ebuild index 7a8d85997a69..afcd0734d7d7 100644 --- a/media-gfx/xv/xv-6.0.2.ebuild +++ b/media-gfx/xv/xv-6.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake desktop flag-o-matic xdg-utils +inherit cmake desktop xdg-utils JUMBOV=20070520 DESCRIPTION="Interactive image manipulation program supporting a wide variety of formats" @@ -33,11 +33,6 @@ PATCHES=( ) src_configure() { - # -Werror=lto-type-mismatch - # https://bugs.gentoo.org/859823 - # https://github.com/jasper-software/xv/issues/25 - filter-lto - local mycmakeargs=( -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc" -DXV_ENABLE_JPEG=$(usex jpeg)
