Doesn't work. You fixed every provides
except for package_pipewire-git()
's...
Search Criteria
Package Details: pipewire-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) |
Upstream URL: | https://pipewire.org |
Licenses: | MIT |
Conflicts: | pipewire |
Provides: | pipewire |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 15 |
Popularity: | 0.000064 |
First Submitted: | 2017-09-19 15:57 (UTC) |
Last Updated: | 2025-02-17 17:51 (UTC) |
Dependencies (73)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libdbus-1.so (dbus-gitAUR, libdbus-minimalAUR, dbus-selinuxAUR, dbus, lib32-dbus)
- libdrm (libdrm-gitAUR)
- libglib-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libncursesw.so (ncurses-gitAUR, lib32-ncurses, ncurses)
- libpipewire-.so (libpipewire-gitAUR)
- libpipewire-gitAUR
- libreadline.so (readline-gitAUR, readline)
- libvulkan.so (lib32-vulkan-icd-loader-gitAUR, vulkan-icd-loader-gitAUR, advantagescopeAUR, lib32-vulkan-icd-loader, vulkan-icd-loader)
- ncurses (ncurses-gitAUR)
- readline (readline-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- alsa-lib (make)
- avahi (make)
- bluez-libs (bluez-gitAUR) (make)
- chrpath (chrpath-gitAUR) (make)
- dbus (dbus-gitAUR, dbus-selinuxAUR) (make)
- Show 53 more dependencies...
Required by (255)
- 0wgram (requires pipewire)
- 64gram-desktop (requires pipewire)
- ariang-native-git (requires pipewire) (optional)
- audio-recorder (requires pipewire) (optional)
- authenticator-git (requires pipewire)
- avt (requires pipewire)
- ayugram-desktop (requires pipewire)
- ayugram-desktop-bin (requires pipewire)
- biglinux-noise-reduction-pipewire (requires pipewire)
- brave (requires pipewire) (make)
- brave (requires pipewire) (optional)
- btspk (requires pipewire) (optional)
- chatterino2-forserino-git (requires pipewire) (optional)
- chatterino2-technorino-git (requires pipewire) (optional)
- chromium-dev (requires pipewire) (optional)
- chromium-no-extras (requires pipewire) (make)
- chromium-no-extras (requires pipewire) (optional)
- coppwr (requires pipewire)
- coppwr-bin (requires pipewire)
- cromite-bin (requires pipewire) (optional)
- Show 235 more...
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