Package Details: pipewire-libcamera-git 1.5.0.r13799.9a6f8d31d-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) - Libcamera support
Upstream URL: https://pipewire.org
Licenses: MIT
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 15
Popularity: 0.000000
First Submitted: 2017-09-19 15:57 (UTC)
Last Updated: 2025-06-26 23:11 (UTC)

Pinned Comments

Latest Comments

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

Strykar commented on 2021-04-12 17:26 (UTC)

Tried upgrading after a month, I get:

(398/398) checking keys in keyring                                                                                                                        [###############################################################################################] 100%
(398/398) checking package integrity                                                                                                                      [###############################################################################################] 100%
(398/398) loading package files                                                                                                                           [###############################################################################################] 100%
(398/398) checking for file conflicts                                                                                                                     [###############################################################################################] 100%
error: failed to commit transaction (conflicting files)
pipewire-media-session: /etc/pipewire/media-session.d/alsa-monitor.conf exists in filesystem (owned by pipewire-git)
pipewire-media-session: /etc/pipewire/media-session.d/bluez-monitor.conf exists in filesystem (owned by pipewire-git)
pipewire-media-session: /etc/pipewire/media-session.d/media-session.conf exists in filesystem (owned by pipewire-git)
pipewire-media-session: /etc/pipewire/media-session.d/v4l2-monitor.conf exists in filesystem (owned by pipewire-git)
pipewire-media-session: /usr/bin/pipewire-media-session exists in filesystem (owned by pipewire-git)
Errors occurred, no packages were upgraded.

I'd appreciate any pointers..

kleinph commented on 2021-03-23 09:27 (UTC) (edited on 2021-03-23 09:27 (UTC) by kleinph)

@A.J @tallero this AUR package seems to be poorly maintained. Use pipewire-common-git instead.

tallero commented on 2021-03-21 18:04 (UTC)

MR: (maybe) updated meson options need to be updated

A.J commented on 2021-03-18 03:36 (UTC)

then how to solve the issue ??

kode54 commented on 2021-03-18 02:13 (UTC)

They're user services, not system services. And they're supposed to be enabled automatically on install, and start when you log into your session.

A.J commented on 2021-03-18 00:36 (UTC)

am getting no sound , pactl info : connection refused .

also the systemd services is in /usr/lib/systemd/user , is that the correct location for it ??

yourealwaysbe commented on 2021-03-15 09:14 (UTC)

In case it benefits anyone. After an update on 2021-03-13, i ran into the "no devices detected issue". This was despite having pipewire-media-session running as described in the Arch Wiki.

The source of the error was that i had somehow ended up with the pipewire-media-session package installed, rather than pipewire-media-session-git.

b.vandenheuvel commented on 2021-03-12 22:07 (UTC)

I also needed vulkan-headers to compile.

brknrobot commented on 2021-03-11 20:15 (UTC)

These options fix the build.

    -D udevrulesdir=/usr/lib/udev/rules.d \
    -D docs=enabled \
    -D jack=disabled \
    -D gstreamer=disabled \
    -D gstreamer-device-provider=disabled \
    -D ffmpeg=enabled \
    -D libcamera=disabled \

tinywrkb commented on 2021-03-11 15:54 (UTC)

@sl1pkn07 I won't post here anymore about changes. I switched my systems to the stable release.
For testing I'm using my own packaging now that is more in sync with extra/pipewire and it's easier for me to keep it updated this way.

@GraysonPeddie that's due to a recent update in the build system. You need to change true->enabled and false->disabled for the meson config. You also need to explicitly set the vulkan option as disabled due to a regression introduced by this update.

Also, you should consider building in a chroot, I highly recommend using aurutils.
There are automatic build options that will be caught if you have a specific lib installed in your host system.
You wouldn't hit that conflict if you had built in a clean chroot.
But it doesn't change the fact that this is due to outdated packaging.