Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pipewire: update to 0.3.56.
@ 2022-07-20 19:39 steinex
  2022-07-21 10:09 ` [PR PATCH] [Updated] " steinex
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: steinex @ 2022-07-20 19:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1234 bytes --]

There is a new pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages pipewire
https://github.com/void-linux/void-packages/pull/38157

pipewire: update to 0.3.56.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/38157.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pipewire-38157.patch --]
[-- Type: text/x-diff, Size: 2540 bytes --]

From 5fd62f1c0cd116368bfbf0bb4aa6283ec770cd4b Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Wed, 20 Jul 2022 21:21:22 +0200
Subject: [PATCH] pipewire: update to 0.3.56.

---
 .../pipewire/patches/0.3.55-jack-mix.patch    | 26 -------------------
 srcpkgs/pipewire/template                     |  4 +--
 2 files changed, 2 insertions(+), 28 deletions(-)
 delete mode 100644 srcpkgs/pipewire/patches/0.3.55-jack-mix.patch

diff --git a/srcpkgs/pipewire/patches/0.3.55-jack-mix.patch b/srcpkgs/pipewire/patches/0.3.55-jack-mix.patch
deleted file mode 100644
index 14cd4feb16fe..000000000000
--- a/srcpkgs/pipewire/patches/0.3.55-jack-mix.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 40552a0e914c3aef48ce59ce1bfb9d80516aa893 Mon Sep 17 00:00:00 2001
-From: Wim Taymans <wtaymans@redhat.com>
-Date: Tue, 12 Jul 2022 15:10:02 +0200
-Subject: [PATCH] jack: only mix when we have input to mix
-
-Avoids a crash when starting ardour6.
----
- pipewire-jack/src/pipewire-jack.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pipewire-jack/src/pipewire-jack.c b/pipewire-jack/src/pipewire-jack.c
-index 2a9ebc40d..04c63984d 100644
---- a/pipewire-jack/src/pipewire-jack.c
-+++ b/pipewire-jack/src/pipewire-jack.c
-@@ -4449,7 +4449,7 @@ static void *get_buffer_input_float(struct port *p, jack_nframes_t frames)
- 	}
- 	if (n_ptr == 1) {
- 		ptr = mix_ptr[0];
--	} else {
-+	} else if (n_ptr > 1) {
- 		ptr = p->emptyptr;
- 		mix_function(ptr, mix_ptr, n_ptr, ptr_aligned, frames);
- 		p->zeroed = false;
--- 
-GitLab
-
diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index e9ff4af833ab..ad10548308e1 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -1,6 +1,6 @@
 # Template file for 'pipewire'
 pkgname=pipewire
-version=0.3.55
+version=0.3.56
 revision=1
 _pms_version=0.4.1
 build_style=meson
@@ -34,7 +34,7 @@ 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
  https://gitlab.freedesktop.org/pipewire/media-session/-/archive/${_pms_version}/media-session-${_pms_version}.tar.gz"
-checksum="666260961a242239a940b7f6130e5e9cb51ad76f9ebf6b5403198ee5efa69344
+checksum="e73d8897daac8f9e61a23193ed71971682715a5997cb553d809bc61a349ef03c
  119c9216070b54018217552c7924f9888da270c3c4647c5e2b85ffa6b1574975"
 make_dirs="/var/lib/pipewire 0755 _pipewire _pipewire"
 system_accounts="_pipewire"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-21 10:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-20 19:39 [PR PATCH] pipewire: update to 0.3.56 steinex
2022-07-21 10:09 ` [PR PATCH] [Updated] " steinex
2022-07-21 10:11 ` steinex
2022-07-21 10:11 ` [PR PATCH] [Closed]: " steinex

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).