summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-07-27 10:18:49 +0100
committerSam James <sam@gentoo.org>2023-07-27 10:18:49 +0100
commitc2351b1123866a33d58d60c4313464bb5bd1a6ba (patch)
tree17ad88e8d31c3f1edbb76e19b6280c897d808bb2 /media-video/pipewire/files
parentnet-misc/zerotier: fix metadata indentation (diff)
downloadgentoo-c2351b1123866a33d58d60c4313464bb5bd1a6ba.tar.gz
gentoo-c2351b1123866a33d58d60c4313464bb5bd1a6ba.tar.bz2
gentoo-c2351b1123866a33d58d60c4313464bb5bd1a6ba.zip
media-video/pipewire: backport version.h include fix for 0.3.75
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/pipewire/files')
-rw-r--r--media-video/pipewire/files/0.3.75/0003-missing-include-version.h.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-video/pipewire/files/0.3.75/0003-missing-include-version.h.patch b/media-video/pipewire/files/0.3.75/0003-missing-include-version.h.patch
new file mode 100644
index 000000000000..b1c688bba343
--- /dev/null
+++ b/media-video/pipewire/files/0.3.75/0003-missing-include-version.h.patch
@@ -0,0 +1,21 @@
+https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/193384b26aba3917d086ac3f009aa2cab9d197d2
+
+From 193384b26aba3917d086ac3f009aa2cab9d197d2 Mon Sep 17 00:00:00 2001
+From: "Tom A. Wagner" <tom.a.wagner@protonmail.com>
+Date: Mon, 24 Jul 2023 12:48:33 +0200
+Subject: [PATCH] pipewire: add missing stdbool.h include to version.h.in
+
+The header file only works when included in a file where stdbool.h was already included otherwise.
+--- a/src/pipewire/version.h.in
++++ b/src/pipewire/version.h.in
+@@ -11,6 +11,8 @@
+ extern "C" {
+ #endif
+
++#include <stdbool.h>
++
+ /** Return the version of the header files. Keep in mind that this is
+ a macro and not a function, so it is impossible to get the pointer of
+ it. */
+--
+GitLab