Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wireplumber: update to 0.4.5
@ 2021-11-12 15:31 st3r4g
  2021-11-12 16:00 ` [PR PATCH] [Updated] " st3r4g
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: st3r4g @ 2021-11-12 15:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/st3r4g/void-packages wireplumber-0.4.5
https://github.com/void-linux/void-packages/pull/34047

wireplumber: update to 0.4.5
<!-- 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 [skip CI](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, x86_64


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

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

From a5e31fedac4e7e973860b8d862438cee62ee72d1 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <stefano.ragni@outlook.com>
Date: Fri, 12 Nov 2021 16:29:52 +0100
Subject: [PATCH] wireplumber: update to 0.4.5

---
 srcpkgs/wireplumber/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wireplumber/template b/srcpkgs/wireplumber/template
index b5ed09736967..9f8fa25dd27c 100644
--- a/srcpkgs/wireplumber/template
+++ b/srcpkgs/wireplumber/template
@@ -1,6 +1,6 @@
 # Template file for 'wireplumber'
 pkgname=wireplumber
-version=0.4.4
+version=0.4.5
 revision=1
 build_style=meson
 build_helper=gir
@@ -16,7 +16,7 @@ license="MIT"
 homepage="https://pipewire.pages.freedesktop.org/wireplumber"
 changelog="https://gitlab.freedesktop.org/pipewire/wireplumber/-/raw/master/NEWS.rst"
 distfiles="https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/$version/wireplumber-$version.tar.gz"
-checksum=a09ef574990a39db134506079cc9abe76ab5931ea2bdbee8ac01023a9e6f3185
+checksum=73c76c8cd60d3f96e586122a13257586396d7e34b2f9ffad39d27015a1fa0a13
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] wireplumber: update to 0.4.5
  2021-11-12 15:31 [PR PATCH] wireplumber: update to 0.4.5 st3r4g
@ 2021-11-12 16:00 ` st3r4g
  2021-11-12 16:03 ` st3r4g
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: st3r4g @ 2021-11-12 16:00 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by st3r4g against master on the void-packages repository

https://github.com/st3r4g/void-packages wireplumber-0.4.5
https://github.com/void-linux/void-packages/pull/34047

wireplumber: update to 0.4.5
<!-- 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 [skip CI](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, x86_64


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

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

From 2f36c80739222869084a31269c013c2f5d42a1af Mon Sep 17 00:00:00 2001
From: Stefano Ragni <stefano.ragni@outlook.com>
Date: Fri, 12 Nov 2021 16:29:52 +0100
Subject: [PATCH] wireplumber: update to 0.4.5

---
 srcpkgs/wireplumber/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/wireplumber/template b/srcpkgs/wireplumber/template
index b5ed09736967..1e23c93f33d9 100644
--- a/srcpkgs/wireplumber/template
+++ b/srcpkgs/wireplumber/template
@@ -1,14 +1,12 @@
 # Template file for 'wireplumber'
 pkgname=wireplumber
-version=0.4.4
+version=0.4.5
 revision=1
 build_style=meson
 build_helper=gir
 configure_args="-Dintrospection=enabled -Dsystem-lua=true -Dwpipc=enabled"
 hostmakedepends="pkg-config glib-devel python3-lxml doxygen"
 makedepends="libglib-devel pipewire-devel lua54-devel"
-# FIXME: required for it to launch at all, might be a config bug
-depends="libspa-v4l2"
 checkdepends="pipewire dbus"
 short_desc="Session and policy manager implementation for PipeWire"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
@@ -16,7 +14,7 @@ license="MIT"
 homepage="https://pipewire.pages.freedesktop.org/wireplumber"
 changelog="https://gitlab.freedesktop.org/pipewire/wireplumber/-/raw/master/NEWS.rst"
 distfiles="https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/$version/wireplumber-$version.tar.gz"
-checksum=a09ef574990a39db134506079cc9abe76ab5931ea2bdbee8ac01023a9e6f3185
+checksum=73c76c8cd60d3f96e586122a13257586396d7e34b2f9ffad39d27015a1fa0a13
 
 post_install() {
 	vlicense LICENSE

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

* Re: wireplumber: update to 0.4.5
  2021-11-12 15:31 [PR PATCH] wireplumber: update to 0.4.5 st3r4g
  2021-11-12 16:00 ` [PR PATCH] [Updated] " st3r4g
@ 2021-11-12 16:03 ` st3r4g
  2021-11-12 16:11 ` ericonr
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: st3r4g @ 2021-11-12 16:03 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/34047#issuecomment-967228473

Comment:
this version runs also without `libspa-v4l2` so I'm removing the `depends=`

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

* Re: wireplumber: update to 0.4.5
  2021-11-12 15:31 [PR PATCH] wireplumber: update to 0.4.5 st3r4g
  2021-11-12 16:00 ` [PR PATCH] [Updated] " st3r4g
  2021-11-12 16:03 ` st3r4g
@ 2021-11-12 16:11 ` ericonr
  2021-11-12 18:27 ` [PR REVIEW] " paper42
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-11-12 16:11 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34047#issuecomment-967234681

Comment:
Feel free to adopt it, if you want to track it together with main pipewire. I am currently using it, so keeping maintainer as me is also fine.

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

* Re: [PR REVIEW] wireplumber: update to 0.4.5
  2021-11-12 15:31 [PR PATCH] wireplumber: update to 0.4.5 st3r4g
                   ` (2 preceding siblings ...)
  2021-11-12 16:11 ` ericonr
@ 2021-11-12 18:27 ` paper42
  2021-11-12 19:30 ` ericonr
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2021-11-12 18:27 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34047#discussion_r748501444

Comment:
according to the changelog of 0.4.2

> - wpipc has been removed and split out to a separate project, https://git.automotivelinux.org/src/pipewire-ic-ipc/

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

* Re: [PR REVIEW] wireplumber: update to 0.4.5
  2021-11-12 15:31 [PR PATCH] wireplumber: update to 0.4.5 st3r4g
                   ` (3 preceding siblings ...)
  2021-11-12 18:27 ` [PR REVIEW] " paper42
@ 2021-11-12 19:30 ` ericonr
  2021-11-12 21:14 ` paper42
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-11-12 19:30 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34047#discussion_r748537470

Comment:
Was it ever part of the package? I remember that changelog entry, don't think there was anything to act on.

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

* Re: [PR REVIEW] wireplumber: update to 0.4.5
  2021-11-12 15:31 [PR PATCH] wireplumber: update to 0.4.5 st3r4g
                   ` (4 preceding siblings ...)
  2021-11-12 19:30 ` ericonr
@ 2021-11-12 21:14 ` paper42
  2021-11-12 21:25 ` ericonr
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2021-11-12 21:14 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34047#discussion_r748589484

Comment:
We should at least remove this option, meson 0.60 will make unknown options like this fatal errors

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

* Re: [PR REVIEW] wireplumber: update to 0.4.5
  2021-11-12 15:31 [PR PATCH] wireplumber: update to 0.4.5 st3r4g
                   ` (5 preceding siblings ...)
  2021-11-12 21:14 ` paper42
@ 2021-11-12 21:25 ` ericonr
  2021-11-12 22:48 ` [PR PATCH] [Updated] " st3r4g
  2021-11-13  2:10 ` [PR PATCH] [Merged]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-11-12 21:25 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34047#discussion_r748594345

Comment:
I forgot to actually scroll, sorry. Hadn't seen the option.

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

* Re: [PR PATCH] [Updated] wireplumber: update to 0.4.5
  2021-11-12 15:31 [PR PATCH] wireplumber: update to 0.4.5 st3r4g
                   ` (6 preceding siblings ...)
  2021-11-12 21:25 ` ericonr
@ 2021-11-12 22:48 ` st3r4g
  2021-11-13  2:10 ` [PR PATCH] [Merged]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: st3r4g @ 2021-11-12 22:48 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by st3r4g against master on the void-packages repository

https://github.com/st3r4g/void-packages wireplumber-0.4.5
https://github.com/void-linux/void-packages/pull/34047

wireplumber: update to 0.4.5
<!-- 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 [skip CI](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, x86_64


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

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

From c1a8373fad8e0fae459bef5ef85299cfbaab6dc1 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <stefano.ragni@outlook.com>
Date: Fri, 12 Nov 2021 16:29:52 +0100
Subject: [PATCH] wireplumber: update to 0.4.5

---
 srcpkgs/wireplumber/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/wireplumber/template b/srcpkgs/wireplumber/template
index b5ed09736967..5b11a41482f3 100644
--- a/srcpkgs/wireplumber/template
+++ b/srcpkgs/wireplumber/template
@@ -1,14 +1,12 @@
 # Template file for 'wireplumber'
 pkgname=wireplumber
-version=0.4.4
+version=0.4.5
 revision=1
 build_style=meson
 build_helper=gir
-configure_args="-Dintrospection=enabled -Dsystem-lua=true -Dwpipc=enabled"
+configure_args="-Dintrospection=enabled -Dsystem-lua=true"
 hostmakedepends="pkg-config glib-devel python3-lxml doxygen"
 makedepends="libglib-devel pipewire-devel lua54-devel"
-# FIXME: required for it to launch at all, might be a config bug
-depends="libspa-v4l2"
 checkdepends="pipewire dbus"
 short_desc="Session and policy manager implementation for PipeWire"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
@@ -16,7 +14,7 @@ license="MIT"
 homepage="https://pipewire.pages.freedesktop.org/wireplumber"
 changelog="https://gitlab.freedesktop.org/pipewire/wireplumber/-/raw/master/NEWS.rst"
 distfiles="https://gitlab.freedesktop.org/pipewire/wireplumber/-/archive/$version/wireplumber-$version.tar.gz"
-checksum=a09ef574990a39db134506079cc9abe76ab5931ea2bdbee8ac01023a9e6f3185
+checksum=73c76c8cd60d3f96e586122a13257586396d7e34b2f9ffad39d27015a1fa0a13
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: wireplumber: update to 0.4.5
  2021-11-12 15:31 [PR PATCH] wireplumber: update to 0.4.5 st3r4g
                   ` (7 preceding siblings ...)
  2021-11-12 22:48 ` [PR PATCH] [Updated] " st3r4g
@ 2021-11-13  2:10 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-11-13  2:10 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

wireplumber: update to 0.4.5
https://github.com/void-linux/void-packages/pull/34047

Description:
<!-- 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 [skip CI](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, x86_64


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

end of thread, other threads:[~2021-11-13  2:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12 15:31 [PR PATCH] wireplumber: update to 0.4.5 st3r4g
2021-11-12 16:00 ` [PR PATCH] [Updated] " st3r4g
2021-11-12 16:03 ` st3r4g
2021-11-12 16:11 ` ericonr
2021-11-12 18:27 ` [PR REVIEW] " paper42
2021-11-12 19:30 ` ericonr
2021-11-12 21:14 ` paper42
2021-11-12 21:25 ` ericonr
2021-11-12 22:48 ` [PR PATCH] [Updated] " st3r4g
2021-11-13  2:10 ` [PR PATCH] [Merged]: " ericonr

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