pipewire: update to 0.3.38
This commit is contained in:
parent
874b3ad7ba
commit
2f99273e93
2 changed files with 29 additions and 3 deletions
25
srcpkgs/pipewire/patches/f8817b4.patch
Normal file
25
srcpkgs/pipewire/patches/f8817b4.patch
Normal file
|
@ -0,0 +1,25 @@
|
|||
From f8817b439433798bd7217dc4ae72197887b0fc96 Mon Sep 17 00:00:00 2001
|
||||
From: Wim Taymans <wtaymans@redhat.com>
|
||||
Date: Thu, 30 Sep 2021 11:12:27 +0200
|
||||
Subject: [PATCH] cpu: fix compilation on ARM
|
||||
|
||||
---
|
||||
spa/plugins/support/cpu-arm.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/spa/plugins/support/cpu-arm.c b/spa/plugins/support/cpu-arm.c
|
||||
index d80b8ad87..de07ebf41 100644
|
||||
--- a/spa/plugins/support/cpu-arm.c
|
||||
+++ b/spa/plugins/support/cpu-arm.c
|
||||
@@ -80,7 +80,7 @@ arm_init(struct impl *impl)
|
||||
int arch;
|
||||
|
||||
if (!(cpuinfo = get_cpuinfo())) {
|
||||
- spa_log_warn(impl->log, NAME " %p: Can't read cpuinfo", impl);
|
||||
+ spa_log_warn(impl->log, "%p: Can't read cpuinfo", impl);
|
||||
return 1;
|
||||
}
|
||||
|
||||
--
|
||||
GitLab
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pipewire'
|
||||
pkgname=pipewire
|
||||
version=0.3.37
|
||||
version=0.3.38
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="
|
||||
|
@ -18,7 +18,8 @@ hostmakedepends="doxygen graphviz pkg-config python3-docutils gettext"
|
|||
makedepends="$(vopt_if sdl2 SDL2-devel) gst-plugins-base1-devel jack-devel
|
||||
sbc-devel v4l-utils-devel libva-devel libbluetooth-devel ncurses-devel
|
||||
libfreeaptx-devel libusb-devel fdk-aac-devel libsndfile-devel Vulkan-Headers
|
||||
vulkan-loader pulseaudio-devel avahi-libs-devel webrtc-audio-processing-devel"
|
||||
vulkan-loader pulseaudio-devel avahi-libs-devel webrtc-audio-processing-devel
|
||||
readline-devel"
|
||||
depends="libspa-alsa>=${version}_${revision} libspa-audioconvert>=${version}_${revision}
|
||||
libspa-audiomixer>=${version}_${revision} libspa-control>=${version}_${revision}"
|
||||
short_desc="Server and user space API to deal with multimedia pipelines"
|
||||
|
@ -27,7 +28,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=28b7c7e015a5a56b67d96782bffc8e69502897c75fee647892b17f052b9c4158
|
||||
checksum=2a2424cea5bfdca88503fd8616fff891aa8355e850cab19e875050fe60c35ce7
|
||||
make_dirs="/var/lib/pipewire 0755 _pipewire _pipewire"
|
||||
system_accounts="_pipewire"
|
||||
|
||||
|
|
Loading…
Reference in a new issue