Package Details: pipewire-jack-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) - JACK replacement
Upstream URL: https://pipewire.org
Licenses: GPL2, MIT
Conflicts: jack, jack2, pipewire-jack, pipewire-jack-client
Provides: jack, jack2, libjack.so, libjacknet.so, libjackserver.so, pipewire-jack, pipewire-jack-client
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 15
Popularity: 0.087667
First Submitted: 2017-09-19 15:57 (UTC)
Last Updated: 2024-04-12 20:00 (UTC)

Required by (812)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 16 Next › Last »

nyanpasu64 commented on 2021-10-30 23:29 (UTC)

Doesn't work. You fixed every provides except for package_pipewire-git()'s...

sl1pkn07 commented on 2021-10-30 23:16 (UTC)

try now

nyanpasu64 commented on 2021-10-30 21:26 (UTC)

I can't install this package anymore:

:: removing pipewire breaks dependency 'pipewire>=0.3.39' required by pipewire-media-session

:: removing pipewire breaks dependency 'pipewire>=0.3.39' required by pipewire-media-session-git

I managed to fix it by switching package_pipewire-git() to provides=("pipewire=${pkgver}", as mentioned in the wiki. Is this an appropriate fix to add here?

AlexTsi commented on 2021-10-22 10:42 (UTC) (edited on 2021-10-22 15:19 (UTC) by AlexTsi)

This does no longer build. media-session is no longer part of the upstream pipewire repo, it has been moved to its own project, see https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/1bced6b2ef300acce23c0daaeb8f4fc14095f330.

We probably need to remove the pipewire-media-session-git from the provides of this PKGBUILD, and add the media-session-git package as dependency.

xdavidwu commented on 2021-10-01 06:45 (UTC)

../pipewire/meson.build:453:4: ERROR: Program 'rst2man.py' not found

looks like it need python-docutils in makedepends

sl1pkn07 commented on 2021-09-02 16:49 (UTC)

@carlosnewmusic you log is trimmed. please up full log

greetings

tinywrkb commented on 2021-08-06 16:45 (UTC)

@domain this is a recent change, jack-devel should be set as true not enabled.

screamingatmypc commented on 2021-08-06 16:28 (UTC)

Getting build errors on this package.

Here are some relevant logs: https://pastebin.com/9xaXwHJL

bno1 commented on 2021-07-16 11:52 (UTC)

@tornado99 that's caused by a newer version of libcamera, and probably needs upstream changes to fix. You can also disable libcamera if you don't care about it:

diff --git a/PKGBUILD b/PKGBUILD
index bff785f..03d8c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,6 +63,8 @@ build() {
     -D gstreamer-device-provider=disabled \
     -D ffmpeg=enabled \
     -D jack-devel=enabled \
+    -D roc=disabled \
+    -D libcamera=disabled \
     -D libjack-path=/usr/lib

   ninja