public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libheif] epel10: Remove patch already in 1.23.5
@ 2026-09-22 22:25 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-09-22 22:25 UTC (permalink / raw)
To: git-commits
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++
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-22 22:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 22:25 [rpms/libheif] epel10: Remove patch already in 1.23.5 Michel Lind
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox