Package Details: pipewire-common-jack-git 0.3.79.r67.g9c834427-2

Git Clone URL: https://aur.archlinux.org/pipewire-common-git.git (read-only, click to copy)
Package Base: pipewire-common-git
Description: Low-latency audio/video router and processor - JACK support
Upstream URL: https://pipewire.org
Licenses: GPL2, MIT
Conflicts: jack, jack2, pipewire-jack
Provides: jack, libjack.so, libjacknet.so, libjackserver.so, pipewire-jack
Submitter: eh5
Maintainer: eh5
Last Packager: eh5
Votes: 5
Popularity: 0.000002
First Submitted: 2021-01-10 08:40 (UTC)
Last Updated: 2023-09-09 14:09 (UTC)

Required by (819)

Sources (1)

Pinned Comments

PedroHLC commented on 2021-01-11 22:53 (UTC)

If someone needs any of these packages pre-built, chaotic-aur builds them hourly...

Latest Comments

1 2 3 4 5 6 Next › Last »

eh5 commented on 2022-12-31 07:35 (UTC)

@leny

You need to force install libcamera 0.0.3-1 with pacman -Sdd libcamera and then rebuild pipewire-common-git.

It's recommended to build pipewire-common-git in chroot so you can avoid these hassles. Or just install pipewire-common-git from chaotic-aur repo mentioned in the pinned comment.

leny commented on 2022-12-30 13:57 (UTC)

Latest libcamera is conflicting with pipewire packages:

:: installing libcamera (0.0.3-1) breaks dependency 'libcamera-base.so=0.0.2-64' required by pipewire-common-git
:: installing libcamera (0.0.3-1) breaks dependency 'libcamera.so=0.0.2-64' required by pipewire-common-git

souravdas142 commented on 2022-05-07 14:23 (UTC) (edited on 2022-05-07 14:27 (UTC) by souravdas142)

lc3plus codec is here (If any packager @eh5 wants to package) : https://www.etsi.org/deliver/etsi_ts/103600_103699/103634/01.03.01_60/

for

-D bluez5-codec-lc3plus=enabled

eh5 commented on 2022-04-08 17:57 (UTC)

Noticed you are a TU, here is a short explanation on why I created pipewire-common-git https://aur.archlinux.org/pkgbase/pipewire-common-git#comment-785408 .

eh5 commented on 2022-04-08 17:51 (UTC) (edited on 2022-04-08 17:51 (UTC) by eh5)

@dvzrv The PKGBUILD of this this pkgbase build the latest version(git master branch) of pipewire.

The "common" in package name is just to distinguish from another AUR package of pipewire, "pipewire-git".

dvzrv commented on 2022-04-08 17:45 (UTC)

@eh5: What is the use-case for this package in comparison to the extra/pipewire split-package?

eh5 commented on 2021-10-18 22:19 (UTC)

@Netboy3

please reconsider adding media-session-git as "depends".

Oh, yes. I was trying to say to not build media-session source in this package base. Sorry for the confusion.

Netboy3 commented on 2021-10-18 13:13 (UTC)

@eh5, please reconsider adding media-session-git as "depends". there are many folks out there using wireplumber instead of media-session. Upstream has intentionally created a balanced hierarchy of pipewire with two sub-projects dealing with media-session management. Creating a dependency on one of the session managers deviates from the intention of the upstream and should really be left to the user to decide.

eh5 commented on 2021-10-18 12:03 (UTC)

Upstream has now separated[1] its example media session pipewire-media-session into a standalone project https://gitlab.freedesktop.org/pipewire/media-session. So I have created a AUR package for it, https://aur.archlinux.org/packages/media-session-git. I would probably change this package to depends on media-session-git when things are settled in upstream.

Currently the media-session is still built as a meson subproject of pipewire here, so you don't have to build&install media-session-git yet.

[1] https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/1024