[packages/libArcus] Rel 6
arekm
arekm at pld-linux.org
Tue Mar 10 00:56:58 CET 2026
commit cf3d1da4e0d8eadca2e27d510f9bb31241f9e57c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Mar 10 00:56:52 2026 +0100
Rel 6
libArcus.spec | 4 +++-
stdint-include.patch | 20 ++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/libArcus.spec b/libArcus.spec
index 0b4f25c..4a49bac 100644
--- a/libArcus.spec
+++ b/libArcus.spec
@@ -3,13 +3,14 @@ Summary(pl.UTF-8): Biblioteka komunikacji między wewnętrznymi komponentami opr
Name: libArcus
# keep in sync with CuraEngine, cura, libSavitar, python3-Uranium
Version: 4.13.2
-Release: 5
+Release: 6
License: AGPL v3+
Group: Libraries
#Source0Download: https://github.com/Ultimaker/libArcus/tags
Source0: https://github.com/Ultimaker/libArcus/archive/%{version}/%{name}-%{version}.tar.gz
# Source0-md5: a946cea7e2ca1de0f3f3c5d634220829
Patch0: %{name}-protobuf.patch
+Patch1: stdint-include.patch
URL: https://github.com/Ultimaker/libArcus
BuildRequires: cmake >= 3.8
BuildRequires: libstdc++-devel >= 6:7
@@ -67,6 +68,7 @@ backendem i podobnym kodem.
%prep
%setup -q
%patch -P 0 -p1
+%patch -P 1 -p1
%build
mkdir build
diff --git a/stdint-include.patch b/stdint-include.patch
new file mode 100644
index 0000000..8237508
--- /dev/null
+++ b/stdint-include.patch
@@ -0,0 +1,20 @@
+--- libArcus-4.13.2/src/Types.h.orig 2022-07-06 14:04:43.000000000 +0200
++++ libArcus-4.13.2/src/Types.h 2026-03-10 13:46:00.000000000 +0100
+@@ -20,6 +20,7 @@
+ #define ARCUS_TYPES_H
+
+ #include <string>
++#include <cstdint>
+ #include <memory>
+
+ namespace google
+--- libArcus-4.13.2/src/PlatformSocket_p.h.orig 2022-07-06 14:04:43.000000000 +0200
++++ libArcus-4.13.2/src/PlatformSocket_p.h 2026-03-10 13:52:00.000000000 +0100
+@@ -20,6 +20,7 @@
+ #define ARCUS_PLATFORM_SOCKET_P_H
+
+ #include <memory>
++#include <cstdint>
+ #include <string>
+
+ namespace Arcus
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libArcus.git/commitdiff/cf3d1da4e0d8eadca2e27d510f9bb31241f9e57c
More information about the pld-cvs-commit
mailing list