pipewire: update to 0.3.36
This commit is contained in:
parent
41435a1bb0
commit
bde3014409
3 changed files with 49 additions and 2 deletions
srcpkgs/pipewire
23
srcpkgs/pipewire/patches/10abcd92d7.patch
Normal file
23
srcpkgs/pipewire/patches/10abcd92d7.patch
Normal file
|
@ -0,0 +1,23 @@
|
|||
From 10abcd92d76ddd02b690ff06d67c013bfc5fa5c2 Mon Sep 17 00:00:00 2001
|
||||
From: Wim Taymans <wtaymans@redhat.com>
|
||||
Date: Thu, 16 Sep 2021 17:57:47 +0200
|
||||
Subject: [PATCH] update version number as well
|
||||
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index c9b98c8ba..ea35ac674 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -1,5 +1,5 @@
|
||||
project('pipewire', ['c' ],
|
||||
- version : '0.3.35',
|
||||
+ version : '0.3.36',
|
||||
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
|
||||
meson_version : '>= 0.54.0',
|
||||
default_options : [ 'warning_level=3',
|
||||
--
|
||||
GitLab
|
||||
|
24
srcpkgs/pipewire/patches/935.patch
Normal file
24
srcpkgs/pipewire/patches/935.patch
Normal file
|
@ -0,0 +1,24 @@
|
|||
From 6168067cb2a45ffa3c92aff1135659feaf9c1240 Mon Sep 17 00:00:00 2001
|
||||
From: Leonardo Neumann <leonardo@neumann.dev.br>
|
||||
Date: Sat, 18 Sep 2021 04:36:20 -0300
|
||||
Subject: [PATCH] fix missing limits.h include
|
||||
|
||||
---
|
||||
src/pipewire/impl-module.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/pipewire/impl-module.c b/src/pipewire/impl-module.c
|
||||
index abf95b60e..8fdc69175 100644
|
||||
--- a/src/pipewire/impl-module.c
|
||||
+++ b/src/pipewire/impl-module.c
|
||||
@@ -28,6 +28,7 @@
|
||||
#include <stdio.h>
|
||||
#include <dlfcn.h>
|
||||
#include <dirent.h>
|
||||
+#include <limits.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
--
|
||||
GitLab
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pipewire'
|
||||
pkgname=pipewire
|
||||
version=0.3.35
|
||||
version=0.3.36
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="
|
||||
|
@ -27,7 +27,7 @@ license="MIT"
|
|||
homepage="https://pipewire.org/"
|
||||
changelog="https://gitlab.freedesktop.org/pipewire/pipewire/-/raw/master/NEWS"
|
||||
distfiles="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${version}/pipewire-${version}.tar.gz"
|
||||
checksum=390ac706e2e3edf8c95ffeeb8e1115dc5a2dd89d5275dce923bba75f944bea7e
|
||||
checksum=a95e47ee87cd7fce8dae74b911a3060c9f8421b4372e1c8417ff36d42afac797
|
||||
make_dirs="/var/lib/pipewire 0755 _pipewire _pipewire"
|
||||
system_accounts="_pipewire"
|
||||
|
||||
|
|
Loading…
Reference in a new issue