[packages/libultrahdr] - patch with missing include
qboosh
qboosh at pld-linux.org
Wed Dec 3 21:18:16 CET 2025
commit c036aa27dded0187959ef1f6bbbe9c8ad2d8895b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Dec 3 21:18:24 2025 +0100
- patch with missing include
libultrahdr-includes.patch | 10 ++++++++++
libultrahdr.spec | 2 ++
2 files changed, 12 insertions(+)
---
diff --git a/libultrahdr.spec b/libultrahdr.spec
index 2a62165..f832f7a 100644
--- a/libultrahdr.spec
+++ b/libultrahdr.spec
@@ -14,6 +14,7 @@ Group: Libraries
Source0: https://github.com/google/libultrahdr/archive/v%{version}/%{name}-%{version}.tar.gz
# Source0-md5: ddfbb3e6ff777d62f2d696d644c90a72
Patch0: %{name}-opt.patch
+Patch1: %{name}-includes.patch
URL: https://github.com/google/libultrahdr
BuildRequires: cmake >= 3.15
%{?with_java:BuildRequires: jdk}
@@ -74,6 +75,7 @@ Statyczna biblioteka libuhdr.
%prep
%setup -q
%patch -P0 -p1
+%patch -P1 -p1
%build
# .pc file generation expects relative INCLUDEDIR/LIBDIR
diff --git a/libultrahdr-includes.patch b/libultrahdr-includes.patch
new file mode 100644
index 0000000..7657229
--- /dev/null
+++ b/libultrahdr-includes.patch
@@ -0,0 +1,10 @@
+--- libultrahdr-1.4.0/lib/include/ultrahdr/ultrahdrcommon.h.orig 2025-01-10 20:31:48.000000000 +0100
++++ libultrahdr-1.4.0/lib/include/ultrahdr/ultrahdrcommon.h 2025-12-03 21:13:11.016446229 +0100
+@@ -24,6 +24,7 @@
+ #include <GLES3/gl3.h>
+ #endif
+
++#include <cstdint>
+ #include <deque>
+ #include <map>
+ #include <memory>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libultrahdr.git/commitdiff/c036aa27dded0187959ef1f6bbbe9c8ad2d8895b
More information about the pld-cvs-commit
mailing list