Github messages for voidlinux
 help / color / mirror / Atom feed
From: st3r4g <st3r4g@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] pipewire: update to 0.3.18
Date: Sat, 19 Dec 2020 19:32:21 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27279@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 615 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.18
https://github.com/void-linux/void-packages/pull/27279

pipewire: update to 0.3.18
* Add deps on core plugins (so that it works without having to manually install a bunch of non-obvious `libspa-`)
we may want to directly include them in the main `pipewire` package, but we can do it later
* Remove libpulseaudio-pipewire (deprecated)

Tested pulse and jack backends on `x86_64`

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

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

From 39ccd766d237bdf68122c4c968e48dc591c1fbe9 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Sat, 19 Dec 2020 19:24:15 +0100
Subject: [PATCH] pipewire: update to 0.3.18

* Add deps on core plugins
* Remove libpulseaudio-pipewire
---
 srcpkgs/libpulseaudio-pipewire |  1 -
 srcpkgs/pipewire/template      | 16 ++++------------
 2 files changed, 4 insertions(+), 13 deletions(-)
 delete mode 120000 srcpkgs/libpulseaudio-pipewire

diff --git a/srcpkgs/libpulseaudio-pipewire b/srcpkgs/libpulseaudio-pipewire
deleted file mode 120000
index c9c97cf6707..00000000000
--- a/srcpkgs/libpulseaudio-pipewire
+++ /dev/null
@@ -1 +0,0 @@
-pipewire
\ No newline at end of file
diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index 0469af7990e..781cfc0fe70 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -1,21 +1,22 @@
 # Template file for 'pipewire'
 pkgname=pipewire
-version=0.3.17
+version=0.3.18
 revision=1
 build_style=meson
 configure_args="-Dman=true -Dgstreamer=true -Ddocs=true -Dsystemd=false
  -Dbluez5=true -Dffmpeg=true -Dpipewire-alsa=true -Dpipewire-jack=true
- -Dpipewire-pulseaudio=true -Dudevrulesdir=/usr/lib/udev/rules.d"
+ -Dudevrulesdir=/usr/lib/udev/rules.d"
 hostmakedepends="doxygen graphviz pkg-config xmltoman"
 makedepends="SDL2-devel ffmpeg-devel gst-plugins-base1-devel jack-devel
  sbc-devel v4l-utils-devel libva-devel libbluetooth-devel"
+depends="libspa-alsa libspa-audioconvert libspa-audiomixer libspa-control"
 short_desc="Server and user space API to deal with multimedia pipelines"
 maintainer="Kridsada Thanabulpong <sirn@ogsite.net>"
 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=46d2f597506ef56b0be54498ab26b58bacdd7cae30f87f47836f1f717a0d05ac
+checksum=a7317de8e54f57190a2e2fe5f469ed332b9a12151fade03bf984765a55e5e24b
 conf_files="/etc/pipewire/pipewire.conf"
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
@@ -124,15 +125,6 @@ gstreamer1-pipewire_package() {
 	}
 }
 
-libpulseaudio-pipewire_package() {
-	depends="libpipewire-${version}_${revision}"
-	short_desc+=" - PulseAudio client library"
-	pkg_install() {
-		vmove usr/lib/pipewire-0.3/pulse
-		vmove usr/bin/pw-pulse
-	}
-}
-
 alsa-pipewire_package() {
 	depends="libpipewire-${version}_${revision}"
 	short_desc+=" - ALSA client library"

             reply	other threads:[~2020-12-19 18:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-19 18:32 st3r4g [this message]
2020-12-19 18:43 ` st3r4g
2020-12-19 18:47 ` st3r4g
2020-12-20  1:12 ` ericonr
2020-12-20 12:37 ` [PR PATCH] [Updated] " st3r4g
2020-12-20 12:37 ` st3r4g
2020-12-26  6:17 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27279@inbox.vuxu.org \
    --to=st3r4g@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).