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; 5+ 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] 5+ messages in thread
* [PR PATCH] pipewire: update to 0.3.56.
@ 2022-07-23 19:09 motorto
  0 siblings, 0 replies; 5+ messages in thread
From: motorto @ 2022-07-23 19:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages pipewire-0.3.56
https://github.com/void-linux/void-packages/pull/38217

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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-{glibc,musl}


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

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

From 41efc4aee50f623c6ddd7f606ebada2646b1d364 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 23 Jul 2022 19:43:00 +0100
Subject: [PATCH] pipewire: update to 0.3.56.

---
 .../pipewire/patches/0.3.55-jack-mix.patch    | 26 -------------------
 srcpkgs/pipewire/template                     |  6 ++---
 2 files changed, 3 insertions(+), 29 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 ab461f99111e..220bf2f68b6b 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -1,7 +1,7 @@
 # Template file for 'pipewire'
 pkgname=pipewire
-version=0.3.55
-revision=2
+version=0.3.56
+revision=1
 _pms_version=0.4.1
 build_style=meson
 configure_args="
@@ -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] 5+ messages in thread

end of thread, other threads:[~2022-07-23 19:09 UTC | newest]

Thread overview: 5+ 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
2022-07-23 19:09 [PR PATCH] " motorto

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).