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 9F47C1580E0 for ; Sun, 01 Jun 2025 22:34:02 +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 8A0F93430A5 for ; Sun, 01 Jun 2025 22:34:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CB98B1103C1; Sun, 01 Jun 2025 22:33:58 +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 C40721102CD for ; Sun, 01 Jun 2025 22:33:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71CCA343099 for ; Sun, 01 Jun 2025 22:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD60A1683 for ; Sun, 01 Jun 2025 22:33:56 +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: <1748817172.a92fcea6de532741bad029621a800c6356248b96.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/xv/xv-6.0.1.ebuild media-gfx/xv/xv-6.0.2.ebuild X-VCS-Directories: media-gfx/xv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a92fcea6de532741bad029621a800c6356248b96 X-VCS-Branch: master Date: Sun, 01 Jun 2025 22:33:56 +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: b1e7a888-273f-4dd4-8304-67cf90e1c5f6 X-Archives-Hash: 59d3b726914e5e94106e8854668f0da3 commit: a92fcea6de532741bad029621a800c6356248b96 Author: Sam James gentoo org> AuthorDate: Sun Jun 1 22:32:52 2025 +0000 Commit: Sam James gentoo 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 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)