Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pipewire: update to 0.3.82
@ 2023-10-13 15:17 cinerea0
  2023-10-14 16:13 ` [PR PATCH] [Merged]: pipewire: update to 0.3.82; wireplumber: update to 0.4.15 classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2023-10-13 15:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages pipewire
https://github.com/void-linux/void-packages/pull/46657

pipewire: update to 0.3.82
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 4681d840b798f368e6cdb2725133b881123f1391 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 13 Oct 2023 11:16:56 -0400
Subject: [PATCH 1/2] pipewire: update to 0.3.82

---
 srcpkgs/pipewire/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index 64a25b43761d5..f21d9321f60c9 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -1,6 +1,6 @@
 # Template file for 'pipewire'
 pkgname=pipewire
-version=0.3.81
+version=0.3.82
 revision=1
 build_style=meson
 configure_args="
@@ -17,6 +17,7 @@ configure_args="
  -Dsession-managers=[]
  -Drlimits-match=@_pipewire
  $(vopt_feature ffado libffado)
+ $(vopt_feature selinux selinux)
 "
 hostmakedepends="doxygen graphviz pkg-config python3-docutils gettext glib-devel"
 makedepends="$(vopt_if sdl2 SDL2-devel) gst-plugins-base1-devel jack-devel
@@ -24,7 +25,8 @@ makedepends="$(vopt_if sdl2 SDL2-devel) gst-plugins-base1-devel jack-devel
  libfreeaptx-devel libusb-devel fdk-aac-devel libsndfile-devel Vulkan-Headers
  vulkan-loader pulseaudio-devel avahi-libs-devel webrtc-audio-processing-devel
  readline-devel openssl-devel lilv-devel libcanberra-devel dbus-devel
- libmysofa-devel opus-devel $(vopt_if ffado libffado-devel) liblc3-devel"
+ libmysofa-devel opus-devel $(vopt_if ffado libffado-devel) liblc3-devel
+ $(vopt_if selinux libselinux-devel)"
 depends="libspa-alsa>=${version}_${revision} libspa-audioconvert>=${version}_${revision}
  libspa-audiomixer>=${version}_${revision} libspa-control>=${version}_${revision}
  libspa-v4l2>=${version}_${revision} pulseaudio-utils virtual?pipewire-session-manager"
@@ -35,12 +37,13 @@ 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=241bd06703e41e30d26e096301337547ef5be1201919996c10045758673e691d
+checksum=180283e33ebb4fbcfefa25f1f1c23df1c0f084ea890c9394fa0a7ba7d13d789a
 make_dirs="/var/lib/pipewire 0755 _pipewire _pipewire"
 system_accounts="_pipewire"
 
-build_options="ffado sdl2"
+build_options="ffado sdl2 selinux"
 desc_option_ffado="Enable support for FireWire based audio devices"
+desc_option_selinux="Enable SELinux integration"
 
 replaces="libpulseaudio-pipewire>=0"
 

From cefa501d1bba43e308e3508a3bf17a88844ff8bd Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 13 Oct 2023 11:17:08 -0400
Subject: [PATCH 2/2] wireplumber: update to 0.4.15

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

diff --git a/srcpkgs/wireplumber/template b/srcpkgs/wireplumber/template
index bb0c9f8d785fc..fe8e739dbe47b 100644
--- a/srcpkgs/wireplumber/template
+++ b/srcpkgs/wireplumber/template
@@ -1,7 +1,7 @@
 # Template file for 'wireplumber'
 pkgname=wireplumber
-version=0.4.14
-revision=7
+version=0.4.15
+revision=1
 build_style=meson
 build_helper=gir
 configure_args="-Dintrospection=enabled -Dsystem-lua=true"
@@ -14,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=b160424ce7c3eeeccba388726f6a448f53501d25085e5fa1bf6c690c1bcd85ea
+checksum=389f5ebce1193419900f5dbc6647df8e3176731a0514ab33ae2afab1cdd8a415
 provides="pipewire-session-manager-0_1"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: pipewire: update to 0.3.82; wireplumber: update to 0.4.15
  2023-10-13 15:17 [PR PATCH] pipewire: update to 0.3.82 cinerea0
@ 2023-10-14 16:13 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-10-14 16:13 UTC (permalink / raw)
  To: ml

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

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

pipewire: update to 0.3.82; wireplumber: update to 0.4.15
https://github.com/void-linux/void-packages/pull/46657

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


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

end of thread, other threads:[~2023-10-14 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-13 15:17 [PR PATCH] pipewire: update to 0.3.82 cinerea0
2023-10-14 16:13 ` [PR PATCH] [Merged]: pipewire: update to 0.3.82; wireplumber: update to 0.4.15 classabbyamp

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