public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/libheif] epel10: Remove patch already in 1.23.5
Date: Tue, 22 Sep 2026 22:25:43 GMT [thread overview]
Message-ID: <179011594348.1.422978435814465211.rpms-libheif-c92dcf342007@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libheif
Branch : epel10
Commit : c92dcf342007e918791edaa06bdcd42540264e61
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-09-22T22:06:18+01:00
Stats : +1/-27 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/libheif/c/c92dcf342007e918791edaa06bdcd42540264e61?branch=epel10
Log:
Remove patch already in 1.23.5
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/libheif-no-hevc-tests.patch b/libheif-no-hevc-tests.patch
deleted file mode 100644
index 254b00f..0000000
--- a/libheif-no-hevc-tests.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -up libheif-1.23.3/tests/encode.cc.orig libheif-1.23.3/tests/encode.cc
---- libheif-1.23.3/tests/encode.cc.orig 2026-09-01 22:05:35.000000000 +0200
-+++ libheif-1.23.3/tests/encode.cc 2026-09-02 11:57:20.281362078 +0200
-@@ -143,12 +143,21 @@ static void test_ispe_size(heif_compress
-
-
- TEST_CASE( "ispe odd size", "[heif_context]" ) {
-+ if (!heif_have_encoder_for_format(heif_compression_HEVC)) {
-+ SKIP("HEVC encoder not available, skipping test");
-+ }
-
- // HEVC encoders typically encode with even dimensions only
- test_ispe_size(heif_compression_HEVC, heif_orientation_normal, 121,99, 122,100);
- test_ispe_size(heif_compression_HEVC, heif_orientation_rotate_180, 121,99, 122,100);
- test_ispe_size(heif_compression_HEVC, heif_orientation_rotate_90_cw, 121,99, 122,100);
- test_ispe_size(heif_compression_HEVC, heif_orientation_rotate_90_cw, 120,100, 120,100);
-+}
-+
-+TEST_CASE( "AVIF ispe odd size", "[heif_context]" ) {
-+ if (!heif_have_encoder_for_format(heif_compression_AV1)) {
-+ SKIP("AV1 encoder not available, skipping test");
-+ }
-
- // AVIF encoders typically encode with odd dimensions
- test_ispe_size(heif_compression_AV1, heif_orientation_normal, 121,99, 121,99);
diff --git a/libheif.spec b/libheif.spec
index 1d6f028..e72bb23 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -20,12 +20,11 @@ Summary: HEIF and AVIF file format decoder and encoder
License: LGPL-3.0-or-later and MIT
URL: https://github.com/strukturag/libheif
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
-Patch0: libheif-no-hevc-tests.patch
# Fix multilib issues: PLUGIN_DIRECTORY is derived from CMAKE_INSTALL_LIBDIR, the
# macro has exactly one user, get_plugin_paths() in libheif/init.cc, which is internal
# to the library, so pass it as a private compile definition instead of exporting it in
# a public header.
-Patch1: libheif-multilib-plugin-dir.patch
+Patch0: libheif-multilib-plugin-dir.patch
BuildRequires: cmake
BuildRequires: gcc-c++
reply other threads:[~2026-09-22 22:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179011594348.1.422978435814465211.rpms-libheif-c92dcf342007@fedoraproject.org \
--to=salimma@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox