Doesn't work. You fixed every provides
except for package_pipewire-git()
's...
Search Criteria
Package Details: pipewire-docs-git 1.3.82.r13326.62035963a-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) - 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.000187 |
First Submitted: | 2017-09-19 15:57 (UTC) |
Last Updated: | 2025-02-17 17:51 (UTC) |
Dependencies (43)
- alsa-lib (make)
- avahi (make)
- bluez-libs (bluez-gitAUR) (make)
- chrpath (chrpath-gitAUR) (make)
- dbus (dbus-gitAUR, dbus-selinuxAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- glib2-devel (make)
- graphviz (make)
- jack2 (jack2-gitAUR, pipewire-jack-gitAUR) (make)
- libcamera (libcamera-clang-gitAUR, libcamera-gitAUR) (make)
- libcanberra (make)
- libebur128 (libebur128-gitAUR) (make)
- libfdk-aac (libfdk-aac-gitAUR) (make)
- libffado (libffado-svnAUR) (make)
- libfreeaptx (make)
- liblc3 (liblc3-gitAUR) (make)
- libldac (make)
- Show 23 more dependencies...
Required by (1)
- pipewire-git (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 17 Next › Last »
nyanpasu64 commented on 2021-10-30 23:29 (UTC)
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
Pinned Comments