Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pipewire: update to 0.3.26
@ 2021-04-22 17:14 st3r4g
  2021-04-22 22:01 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: st3r4g @ 2021-04-22 17:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/st3r4g/void-packages pipewire-0.3.26
https://github.com/void-linux/void-packages/pull/30427

pipewire: update to 0.3.26
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/30427.patch is attached

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

From 7cd0ed5298754d4fd33cfbe2b385ad02f5285bc2 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <stefano.ragni@outlook.com>
Date: Thu, 22 Apr 2021 19:10:02 +0200
Subject: [PATCH] pipewire: update to 0.3.26

---
 ...07864d3a1739b8dc1a5355057f29b9a37f78.patch | 52 -------------------
 srcpkgs/pipewire/template                     |  4 +-
 2 files changed, 2 insertions(+), 54 deletions(-)
 delete mode 100644 srcpkgs/pipewire/patches/59ed07864d3a1739b8dc1a5355057f29b9a37f78.patch

diff --git a/srcpkgs/pipewire/patches/59ed07864d3a1739b8dc1a5355057f29b9a37f78.patch b/srcpkgs/pipewire/patches/59ed07864d3a1739b8dc1a5355057f29b9a37f78.patch
deleted file mode 100644
index a033bb5fee7f..000000000000
--- a/srcpkgs/pipewire/patches/59ed07864d3a1739b8dc1a5355057f29b9a37f78.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From 59ed07864d3a1739b8dc1a5355057f29b9a37f78 Mon Sep 17 00:00:00 2001
-From: Wim Taymans <wtaymans@redhat.com>
-Date: Fri, 9 Apr 2021 11:55:55 +0200
-Subject: [PATCH] media-session: log info when loading monitor fails
-
-Log info in all monitor plugins instead of an error.
----
- src/examples/media-session/alsa-monitor.c  | 1 +
- src/examples/media-session/bluez-monitor.c | 2 +-
- src/examples/media-session/v4l2-monitor.c  | 1 +
- 3 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/src/examples/media-session/alsa-monitor.c b/src/examples/media-session/alsa-monitor.c
-index d97a45a66..72696b772 100644
---- src/examples/media-session/alsa-monitor.c
-+++ src/examples/media-session/alsa-monitor.c
-@@ -1061,6 +1061,7 @@ int sm_alsa_monitor_start(struct sm_media_session *session)
- 	impl->handle = pw_context_load_spa_handle(context, SPA_NAME_API_ALSA_ENUM_UDEV, NULL);
- 	if (impl->handle == NULL) {
- 		res = -errno;
-+		pw_log_info("can't load %s: %m", SPA_NAME_API_ALSA_ENUM_UDEV);
- 		goto out_free;
- 	}
- 
-diff --git a/src/examples/media-session/bluez-monitor.c b/src/examples/media-session/bluez-monitor.c
-index 9481d4472..5a4f30d48 100644
---- src/examples/media-session/bluez-monitor.c
-+++ src/examples/media-session/bluez-monitor.c
-@@ -586,7 +586,7 @@ int sm_bluez5_monitor_start(struct sm_media_session *session)
- 	impl->handle = pw_context_load_spa_handle(context, SPA_NAME_API_BLUEZ5_ENUM_DBUS, &impl->props->dict);
- 	if (impl->handle == NULL) {
- 		res = -errno;
--		pw_log_error("can't load %s: %m", SPA_NAME_API_BLUEZ5_ENUM_DBUS);
-+		pw_log_info("can't load %s: %m", SPA_NAME_API_BLUEZ5_ENUM_DBUS);
- 		goto out_free;
- 	}
- 	if ((res = spa_handle_get_interface(impl->handle, SPA_TYPE_INTERFACE_Device, &iface)) < 0) {
-diff --git a/src/examples/media-session/v4l2-monitor.c b/src/examples/media-session/v4l2-monitor.c
-index ecb75d085..2b2a92ef3 100644
---- src/examples/media-session/v4l2-monitor.c
-+++ src/examples/media-session/v4l2-monitor.c
-@@ -550,6 +550,7 @@ int sm_v4l2_monitor_start(struct sm_media_session *sess)
- 	impl->handle = pw_context_load_spa_handle(context, SPA_NAME_API_V4L2_ENUM_UDEV, NULL);
- 	if (impl->handle == NULL) {
- 		res = -errno;
-+		pw_log_info("can't load %s: %m", SPA_NAME_API_V4L2_ENUM_UDEV);
- 		goto out_free;
- 	}
- 
--- 
-GitLab
-
diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index 3536c294cb35..7ed96573fbb9 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -1,6 +1,6 @@
 # Template file for 'pipewire'
 pkgname=pipewire
-version=0.3.25
+version=0.3.26
 revision=1
 build_style=meson
 configure_args="-Dman=enabled -Dgstreamer=enabled -Ddocs=enabled -Dsystemd=disabled
@@ -17,7 +17,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=fb6d5a0cbde621659ffd67622f19744dd6c8da8745b060cb1951c3d2045e5166
+checksum=05cc9d25de45290c025da5da1b94fc705bddacd93cf3690d0b2988c1ac501ee1
 conf_files="/etc/pipewire/*.conf /etc/pipewire/media-session.d/*.conf"
 
 build_options="sdl2"

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

* Re: [PR PATCH] [Merged]: pipewire: update to 0.3.26
  2021-04-22 17:14 [PR PATCH] pipewire: update to 0.3.26 st3r4g
@ 2021-04-22 22:01 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2021-04-22 22:01 UTC (permalink / raw)
  To: ml

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

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

pipewire: update to 0.3.26
https://github.com/void-linux/void-packages/pull/30427

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

end of thread, other threads:[~2021-04-22 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 17:14 [PR PATCH] pipewire: update to 0.3.26 st3r4g
2021-04-22 22:01 ` [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).