Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipewire: update to 0.3.23 #29228

Merged
merged 1 commit into from
Mar 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions srcpkgs/pipewire/patches/autostart-media-session.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- src/daemon/pipewire.conf.in.orig 2021-03-04 16:54:52.950015583 +0100
+++ src/daemon/pipewire.conf.in 2021-03-04 16:55:13.766016281 +0100
@@ -203,7 +203,7 @@
# but it is better to start it as a systemd service.
# Run the session manager with -h for options.
#
- @comment@"@media_session_path@" = { args = "" }
+ "@media_session_path@" = { args = "" }
#
# You can optionally start the pulseaudio-server here as well
# but it is better to start it as a systemd service.
4 changes: 2 additions & 2 deletions srcpkgs/pipewire/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'pipewire'
pkgname=pipewire
version=0.3.22
version=0.3.23
revision=1
build_style=meson
configure_args="-Dman=true -Dgstreamer=true -Ddocs=true -Dsystemd=false
Expand All @@ -18,7 +18,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=5db2caf41af79cd9e343d07a3804c63b8b243c1d74e926181058e29771d4b691
checksum=e9a9030032ba8f3b6f9e300dbf755ab439340cd4cbeb3e1bba6f1a18d2c9da92
conf_files="/etc/pipewire/pipewire.conf"

replaces="libpulseaudio-pipewire>=0"
Expand Down