@domain this is a recent change, jack-devel
should be set as true
not enabled
.
Search Criteria
Package Details: pipewire-zeroconf-git 1.2.0.123.g89bf8b856-1
Package Actions
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) - Zeroconf support |
Upstream URL: | https://pipewire.org |
Licenses: | MIT |
Conflicts: | pipewire-zeroconf |
Provides: | pipewire-zeroconf |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 15 |
Popularity: | 0.001170 |
First Submitted: | 2017-09-19 15:57 (UTC) |
Last Updated: | 2024-08-09 09:31 (UTC) |
Dependencies (55)
- avahi
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libavahi-client.so (avahi)
- libavahi-common.so (avahi)
- libcrypto.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- libopus.so (lib32-opus, opus)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR)
- libpipewire-.so (libpipewire-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- opus (opus-gitAUR)
- pipewire-audio-gitAUR
- pipewire-gitAUR
- alsa-lib (make)
- avahi (make)
- bluez-libs (bluez-gitAUR) (make)
- chrpath (chrpath-gitAUR) (make)
- dbus (dbus-gitAUR, dbus-selinuxAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (make)
- Show 35 more dependencies...
Required by (2)
- pipewire-git (optional)
- pipewire-support (requires pipewire-zeroconf)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »
tinywrkb commented on 2021-08-06 16:45 (UTC)
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
tornado99 commented on 2021-07-16 10:06 (UTC)
@bno1, pipewire still fails even after fresh build of libcamera-git, fatal error: libcamera/buffer.h: No such file or directory
bno1 commented on 2021-07-09 13:01 (UTC)
@carlosnewmusic reinstall libcamera-git
carlosnewmusic commented on 2021-07-09 12:56 (UTC)
changing what you say still gives error https://pastebin.com/mTjHN30z
bno1 commented on 2021-06-29 10:08 (UTC)
To fix the roc issue, just apply the following change to the PKGBUILD:
@@ -63,6 +63,7 @@ build() {
-D gstreamer-device-provider=disabled \
-D ffmpeg=enabled \
-D jack-devel=enabled \
+ -D roc=disabled \
-D libjack-path=/usr/lib
ninja
carlosnewmusic commented on 2021-06-28 17:17 (UTC)
https://pastebin.com/mTjHN30z roc error as you said
sl1pkn07 commented on 2021-06-27 18:48 (UTC)
libcamera issue fixed with https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/805
roc have issues when build https://github.com/roc-streaming/roc-toolkit/issues/450
Pinned Comments