Package Details: pipewire-docs-git 1.0.0.660.g37a8dd5cb-1

Git Clone URL: https://aur.archlinux.org/pipewire-git.git (read-only, click to copy)
Package Base: pipewire-git
Description: Low-latency audio/video router and processor (GIT version) - documentation
Upstream URL: https://pipewire.org
Licenses: MIT
Conflicts: pipewire-docs
Provides: pipewire-docs
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 15
Popularity: 0.075977
First Submitted: 2017-09-19 15:57 (UTC)
Last Updated: 2024-04-12 20:00 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 Next › Last »

tinywrkb commented on 2021-01-21 11:42 (UTC)

@sl1pkn07 More changes from extra/pipewire.
Now alsa-card-profile is being packaged/split-up from pipewire base package and not pulseaudio, and the latter is packaged with the card profiles.
Because pulseaudio doesn't depend anymore on alsa-card-profile, I think it safe and correct to have pipewire-git directly depend on alsa-card-profile-git.

diff --git a/PKGBUILD b/PKGBUILD
index e0831d8..2009b13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgname=('pipewire-git'
          'pipewire-alsa-git'
          'pipewire-pulse-git'
          'pipewire-ffmpeg-git'
+         'alsa-card-profiles-git'
          )
 pkgver=0.3.19.61.gfee0c267
 pkgrel=1
@@ -35,6 +36,7 @@ makedepends=('git'
              'libopenaptx'
              'libfdk-aac'
              )
+checkdepends=(desktop-file-utils)
 source=('git+https://gitlab.freedesktop.org/pipewire/pipewire.git')
 sha256sums=('SKIP')

@@ -82,7 +84,7 @@ _pick() {
 }

 package_pipewire-git() {
-  depends=('alsa-card-profiles'
+  depends=('alsa-card-profiles-git'
            'bluez-libs'
            'rtkit'
            'sbc'
@@ -134,9 +136,8 @@ package_pipewire-git() {

   _pick ffmpeg usr/lib/spa-0.2/ffmpeg/libspa-ffmpeg.so

-  # Use alsa-card-profiles built with Pulseaudio
-  rm -rv "$pkgdir"/usr/share/alsa-card-profile
-
+  _pick acp usr/lib/udev
+  _pick acp usr/share/alsa-card-profile
 }

 package_pipewire-docs-git() {
@@ -193,6 +194,14 @@ package_pipewire-alsa-git() {
   touch "$pkgdir/etc/pipewire/media-session.d/with-alsa"
 }

+package_alsa-card-profiles-git() {
+  pkgdesc="ALSA card profiles shared by PipeWire (GIT version)"
+  provides=('alsa-card-profiles')
+  conflicts=('alsa-card-profiles')
+
+  mv acp/* "$pkgdir"
+}
+
 package_pipewire-ffmpeg-git() {
   pkgdesc='Server and user space API to deal with multimedia pipelines. (FFmpeg SPA plugin)(GIT version)'
   depends=('pipewire'

tinywrkb commented on 2021-01-13 16:56 (UTC)

New config files

diff --git a/PKGBUILD b/PKGBUILD
index c4fcb1d..0f4fdc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -112,7 +112,9 @@ package_pipewire-git() {
   conflicts=('pipewire')
   backup=('etc/pipewire/pipewire.conf'
           'etc/pipewire/media-session.d/alsa-monitor.conf'
+          'etc/pipewire/media-session.d/bluez-monitor.conf'
           'etc/pipewire/media-session.d/media-session.conf'
+          'etc/pipewire/media-session.d/v4l2-monitor.conf'
           )
   install=pipewire-git.install

eh5 commented on 2021-01-10 09:08 (UTC) (edited on 2021-02-19 02:29 (UTC) by eh5)

Consider using https://aur.archlinux.org/pkgbase/pipewire-common-git/ if you are looking for GStreamer support.

65a commented on 2021-01-09 08:23 (UTC)

Having weird issues with this package vs the default version, and I'm not sure I trust the maintainer. Going back to default package until this namesquat is sorted.

tinywrkb commented on 2020-12-31 17:25 (UTC)

This makes the PKGBUILD a little more similar to extra/pipewire's one https://gist.github.com/tinywrkb/357c3a1a6d18e4219bb211b2a8d3de3f

tinywrkb commented on 2020-12-30 19:51 (UTC)

Note for users, you don't need to enable bluez5 in /etc/pipewire.conf anymore, it just works if you have the pipewire-pulse-git package installed because of the new config files.
In fact, the media-session -e option was removed completely, so I suggest to delete pipewire.conf and have the package deploy the default one when you upgrade.

To the maintainer, new config files in /etc that need to be backed up.

diff --git a/PKGBUILD b/PKGBUILD
index 7efd87a..66b7d77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -104,7 +104,9 @@ package_pipewire-git() {
             "libpipewire-${pkgver:0:3}.so"
             )
   conflicts=('pipewire')
-  backup=('etc/pipewire/pipewire.conf')
+  backup=('etc/pipewire/pipewire.conf'
+          'etc/pipewire/media-session.d/alsa-monitor.conf'
+          'etc/pipewire/media-session.d/media-session.conf')
   install=pipewire-git.install

   DESTDIR="${pkgdir}" meson install -C build

tinywrkb commented on 2020-12-23 21:16 (UTC)

libfdk-aac is a new makedepend and also a depend in the package function of the pipewire-git. It adds AAC encoder for the Bluetooth plugin.
I confirmed that after adding the dependency the meson buildsystem finds the lib.

polyzen commented on 2020-12-17 22:52 (UTC)

No, the orphan request is not eligible to be accepted.

The policy is to not accept orphan requests until after 2 weeks, and it has hit the 2 week mark, with no response.

See the discussion here: https://lists.archlinux.org/pipermail/aur-requests/2020-November/046657.html

I read that, see the default here: https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/91b0d3bb39bdb43d667ed156bdfb798afd0098e7/meson_options.txt#L21-24

Enabling the ffmpeg feature is fine, but disabling gstreamer without giving a reason, not so much.

sl1pkn07 commented on 2020-12-17 22:41 (UTC)

@tinywrkb, @polyzen is a TU, he can make a decisions about this theme

greetings

tinywrkb commented on 2020-12-17 22:34 (UTC) (edited on 2020-12-17 22:45 (UTC) by tinywrkb)

@polyzen No, the orphan request is not eligible to be accepted. The maintainer is doing nothing against the rules and saying he is doesn't make it true. See the discussion here: https://lists.archlinux.org/pipermail/aur-requests/2020-November/046657.html

If you don't agree with the maintainer's packaging decisions then go ahead and create your own PKGBUILD.
I have a couple of these myself for packages from the official Arch Linux repos due to my disagreements with Arch TUs' packaging decisions.