aboutsummaryrefslogtreecommitdiffstats
path: root/community/pipewire
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2022-05-02 08:47:23 +0200
committerBart Ribbers <bribbers@disroot.org>2022-05-02 08:47:23 +0200
commita5beb293f4dc60964ca7c2cb8bb9309826c0456b (patch)
treebe1922c31391a80c939e5d8be4ef5f085ae872e0 /community/pipewire
parent754e78145f8713a959bd1fd7a681927c2cae8e37 (diff)
community/pipewire: upgrade to 0.3.51
Diffstat (limited to 'community/pipewire')
-rw-r--r--community/pipewire/0001-Revert-pulse-tunnel-use-format-channels-and-rate-pro.patch (renamed from community/pipewire/0002-Revert-pulse-tunnel-use-format-channels-and-rate-pro.patch)0
-rw-r--r--community/pipewire/0001-spa-fix-c90-header-include.patch44
-rw-r--r--community/pipewire/APKBUILD12
3 files changed, 5 insertions, 51 deletions
diff --git a/community/pipewire/0002-Revert-pulse-tunnel-use-format-channels-and-rate-pro.patch b/community/pipewire/0001-Revert-pulse-tunnel-use-format-channels-and-rate-pro.patch
index 97d8e24b343..97d8e24b343 100644
--- a/community/pipewire/0002-Revert-pulse-tunnel-use-format-channels-and-rate-pro.patch
+++ b/community/pipewire/0001-Revert-pulse-tunnel-use-format-channels-and-rate-pro.patch
diff --git a/community/pipewire/0001-spa-fix-c90-header-include.patch b/community/pipewire/0001-spa-fix-c90-header-include.patch
deleted file mode 100644
index c6a22e77c1e..00000000000
--- a/community/pipewire/0001-spa-fix-c90-header-include.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Patch-Source: https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/1211
-From 4f31c35bcf66cddf7c8ac7e61b594517ac0752a6 Mon Sep 17 00:00:00 2001
-From: psykose <alice@ayaya.dev>
-Date: Wed, 13 Apr 2022 21:57:49 +0000
-Subject: [PATCH] spa: fix c90 header include
-
-placing declarations after code is invalid under ISO c90
----
- spa/include/spa/utils/string.h | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/spa/include/spa/utils/string.h b/spa/include/spa/utils/string.h
-index e80434537..43d19616c 100644
---- a/spa/include/spa/utils/string.h
-+++ b/spa/include/spa/utils/string.h
-@@ -276,10 +276,11 @@ static inline int spa_scnprintf(char *buffer, size_t size, const char *format, .
- static inline float spa_strtof(const char *str, char **endptr)
- {
- static locale_t locale = NULL;
-+ locale_t prev;
- float v;
- if (SPA_UNLIKELY(locale == NULL))
- locale = newlocale(LC_ALL_MASK, "C", NULL);
-- locale_t prev = uselocale(locale);
-+ prev = uselocale(locale);
- v = strtof(str, endptr);
- uselocale(prev);
- return v;
-@@ -319,10 +320,11 @@ static inline bool spa_atof(const char *str, float *val)
- static inline double spa_strtod(const char *str, char **endptr)
- {
- static locale_t locale = NULL;
-+ locale_t prev;
- double v;
- if (SPA_UNLIKELY(locale == NULL))
- locale = newlocale(LC_ALL_MASK, "C", NULL);
-- locale_t prev = uselocale(locale);
-+ prev = uselocale(locale);
- v = strtod(str, endptr);
- uselocale(prev);
- return v;
---
-2.35.2
-
diff --git a/community/pipewire/APKBUILD b/community/pipewire/APKBUILD
index 5f049aff322..0d917088da2 100644
--- a/community/pipewire/APKBUILD
+++ b/community/pipewire/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=pipewire
-pkgver=0.3.50
-pkgrel=2
+pkgver=0.3.51
+pkgrel=0
pkgdesc="Multimedia processing graphs"
url="https://pipewire.org/"
arch="all"
@@ -52,8 +52,7 @@ install="$pkgname.post-upgrade"
source="https://gitlab.freedesktop.org/PipeWire/pipewire/-/archive/$pkgver/pipewire-$pkgver.tar.gz
pipewire.desktop
pipewire-launcher.sh
- 0001-spa-fix-c90-header-include.patch
- 0002-Revert-pulse-tunnel-use-format-channels-and-rate-pro.patch
+ 0001-Revert-pulse-tunnel-use-format-channels-and-rate-pro.patch
"
case "$CARCH" in
@@ -197,9 +196,8 @@ spa_tools() {
}
sha512sums="
-e29a626258ab28d74e35e310037fac374fe009fb56e0fa41cef7abb1ec6abb26f828cff1b17500f92f1dd4c95c1e0e98f6af497d315dd463f81c2649d1e8ee23 pipewire-0.3.50.tar.gz
+a762fd260b4b14ad9ef142be11ab1c22268da6726e2179559ffb254f0ce7daf7a502779e33c64313a9c6a9fc1bd15150b76be04ec81aa27c35dbb4333cecdb4a pipewire-0.3.51.tar.gz
d5d8bc64e42715aa94296e3e26e740142bff7f638c7eb4fecc0301e46d55636d889bdc0c0399c1eb523271b20f7c48cc03f6ce3c072e0e8576c821ed1ea0e3dd pipewire.desktop
be2bd1520fae27ccca6af4c98e8ebe63541260af55eb085839235a8441a7bce434ba8bf23a5d1ca8b5f361229f5482d5b63504b9a5cbbe9d39bc051207cd7dac pipewire-launcher.sh
-49e24a20284202aba25c007b07345f6d8fce92491208064caada2355abfd09a1a6992eb1ea13a29ba69ab6ac9b9820bd887d035e5d5909350eeeb1323bff7941 0001-spa-fix-c90-header-include.patch
-5a84a255794cd260476f93b154a32a84efc925c1f6ecc64efe659d89eb81bb3090438e2b3c4000a8ab68d8c72bca453e13297719a95f1e4457f43e43acec8bfa 0002-Revert-pulse-tunnel-use-format-channels-and-rate-pro.patch
+5a84a255794cd260476f93b154a32a84efc925c1f6ecc64efe659d89eb81bb3090438e2b3c4000a8ab68d8c72bca453e13297719a95f1e4457f43e43acec8bfa 0001-Revert-pulse-tunnel-use-format-channels-and-rate-pro.patch
"