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 277E41584AD for ; Tue, 29 Apr 2025 19:26:22 +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 0F7ED3409C8 for ; Tue, 29 Apr 2025 19:26:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 06DB3110328; Tue, 29 Apr 2025 19:26:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F0D2B110328 for ; Tue, 29 Apr 2025 19:26:20 +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 A15DA3409C8 for ; Tue, 29 Apr 2025 19:26:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08C501F6A for ; Tue, 29 Apr 2025 19:26:19 +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: <1745954273.101dc62ca87ccba1d80a5bd1dd24aa34c69fc272.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libheif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libheif/libheif-1.19.8.ebuild media-libs/libheif/libheif-9999.ebuild X-VCS-Directories: media-libs/libheif/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 101dc62ca87ccba1d80a5bd1dd24aa34c69fc272 X-VCS-Branch: master Date: Tue, 29 Apr 2025 19:26:19 +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: 8875e138-5725-408e-949f-28d626e48eca X-Archives-Hash: 191a919c2aeff8f275c77c64987e8e48 commit: 101dc62ca87ccba1d80a5bd1dd24aa34c69fc272 Author: Sam James gentoo org> AuthorDate: Tue Apr 29 19:17:53 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 29 19:17:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101dc62c media-libs/libheif: drop -fno-strict-aliasing I made an error in 1520094cb6d418ff676863058c05688363251916, see upstream bug. Signed-off-by: Sam James gentoo.org> media-libs/libheif/libheif-1.19.8.ebuild | 9 +-------- media-libs/libheif/libheif-9999.ebuild | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/media-libs/libheif/libheif-1.19.8.ebuild b/media-libs/libheif/libheif-1.19.8.ebuild index 922b00c4743a..aed8f916f649 100644 --- a/media-libs/libheif/libheif-1.19.8.ebuild +++ b/media-libs/libheif/libheif-1.19.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib flag-o-matic gnome2-utils xdg +inherit cmake-multilib gnome2-utils xdg DESCRIPTION="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder" HOMEPAGE="https://github.com/strukturag/libheif" @@ -45,13 +45,6 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/libheif/heif_version.h ) -src_configure() { - # https://github.com/strukturag/libheif/issues/1436#issuecomment-2833800946 - append-flags -fno-strict-aliasing - - multilib-minimal_src_configure -} - multilib_src_configure() { local mycmakeargs=( $(cmake_use_find_package doc Doxygen) diff --git a/media-libs/libheif/libheif-9999.ebuild b/media-libs/libheif/libheif-9999.ebuild index 922b00c4743a..aed8f916f649 100644 --- a/media-libs/libheif/libheif-9999.ebuild +++ b/media-libs/libheif/libheif-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib flag-o-matic gnome2-utils xdg +inherit cmake-multilib gnome2-utils xdg DESCRIPTION="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder" HOMEPAGE="https://github.com/strukturag/libheif" @@ -45,13 +45,6 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/libheif/heif_version.h ) -src_configure() { - # https://github.com/strukturag/libheif/issues/1436#issuecomment-2833800946 - append-flags -fno-strict-aliasing - - multilib-minimal_src_configure -} - multilib_src_configure() { local mycmakeargs=( $(cmake_use_find_package doc Doxygen)