From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B9D815800A for ; Thu, 27 Jul 2023 09:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD92DE096A; Thu, 27 Jul 2023 09:19:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C725BE096A for ; Thu, 27 Jul 2023 09:19:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5C8D34135B for ; Thu, 27 Jul 2023 09:19:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 527CADC7 for ; Thu, 27 Jul 2023 09:19:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1690449529.c2351b1123866a33d58d60c4313464bb5bd1a6ba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/files/0.3.75/, media-video/pipewire/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/pipewire/files/0.3.75/0003-missing-include-version.h.patch media-video/pipewire/pipewire-0.3.75-r1.ebuild media-video/pipewire/pipewire-0.3.75-r2.ebuild X-VCS-Directories: media-video/pipewire/ media-video/pipewire/files/0.3.75/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c2351b1123866a33d58d60c4313464bb5bd1a6ba X-VCS-Branch: master Date: Thu, 27 Jul 2023 09:19:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 22e1e9ab-da21-4671-8f71-4ac1fe72efc7 X-Archives-Hash: be2c8155055f73a135b48a538313e5ee commit: c2351b1123866a33d58d60c4313464bb5bd1a6ba Author: Sam James gentoo org> AuthorDate: Thu Jul 27 09:18:49 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 27 09:18:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2351b11 media-video/pipewire: backport version.h include fix for 0.3.75 Signed-off-by: Sam James gentoo.org> .../0.3.75/0003-missing-include-version.h.patch | 21 +++++++++++++++++++++ ...e-0.3.75-r1.ebuild => pipewire-0.3.75-r2.ebuild} | 0 2 files changed, 21 insertions(+) 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" +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 ++ + /** 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 diff --git a/media-video/pipewire/pipewire-0.3.75-r1.ebuild b/media-video/pipewire/pipewire-0.3.75-r2.ebuild similarity index 100% rename from media-video/pipewire/pipewire-0.3.75-r1.ebuild rename to media-video/pipewire/pipewire-0.3.75-r2.ebuild