forked from pool/python-pillow-heif
- add patch add-new-header.patch, as libheif split the header file OBS-URL: https://build.opensuse.org/request/show/1291609 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pillow-heif?expand=0&rev=16
12 lines
463 B
Diff
12 lines
463 B
Diff
diff -rub pillow_heif-1.0.0/pillow_heif/_pillow_heif.c pillow_heif-1.0.0-patched/pillow_heif/_pillow_heif.c
|
|
--- pillow_heif-1.0.0/pillow_heif/_pillow_heif.c 2025-06-29 08:10:31.000000000 +0200
|
|
+++ pillow_heif-1.0.0-patched/pillow_heif/_pillow_heif.c 2025-07-10 08:17:59.174582650 +0200
|
|
@@ -2,6 +2,7 @@
|
|
|
|
#include "Python.h"
|
|
#include "libheif/heif.h"
|
|
+#include "libheif/heif_properties.h"
|
|
#include "_ph_postprocess.h"
|
|
|
|
/* =========== Common stuff ======== */
|