https://github.com/wwmm/easyeffects/issues/1163#issuecomment-930399655
Could you please add additional flags for debugging?
Git Clone URL: | https://aur.archlinux.org/easyeffects-git.git (read-only, click to copy) |
---|---|
Package Base: | easyeffects-git |
Description: | Audio Effects for Pipewire applications |
Upstream URL: | https://github.com/wwmm/easyeffects |
Licenses: | GPL-3.0-only |
Conflicts: | easyeffects |
Provides: | easyeffects |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 14 |
Popularity: | 0.188776 |
First Submitted: | 2021-06-26 11:51 (UTC) |
Last Updated: | 2025-03-28 20:47 (UTC) |
https://github.com/wwmm/easyeffects/issues/1163#issuecomment-930399655
Could you please add additional flags for debugging?
You might want to add replaces and provides for pulseeffects-git
.
This requires boost-libs 1.7.5, current version is 1.7.6 and it fails to open.
This package should depend on gst-plugin-pipewire.
@Saancreed @yochananmarqos refers initially to makedepends override for splitted packages. Now I got it. Will upload an updated one asap
Hello @robertfoster,
@yochananmarqos is mostly right, your PKGBUILD
needs to also declare build dependencies of each split package at the top level, otherwise what you assign to depends
in each package
function is
expected to be a runtime–only dependency, not something required during the build. Obviously, building PulseEffects without PipeWire already installed is doomed to fail and building plugins without rnnoise
available at build time will disable integration with this plugin even if manually installed later. pacman
rightfully doesn't install such dependencies unless they are in top level depends
or makedepends
(and so, visible immediately after the PKGBUILD
is sourced), so the only way to currently build this package is in an environment where all dependencies luckily happen to already be installed manually, defeating the entire purpose of makedepends
.
@robertfoster: I didn't say makedepends() was overridable, I was referring to depends(). Sorry I didn't make that clear.
@yochananmarqos It is the third time that our paths cross and it is the third time that you say things with extreme conviction and wrong.
Read the file in /usr/share/pacman/PKGBUILD-split.proto
.
You will notice that makedepends
is not overridable in subpackages and its also reasonable. What's the point of having different makedepends in subpackages if they both belong to the same codebase?
Let me also give you some advice: take the time to read what a person writes (code, documentation ...) and above all have the benefit of the doubt.
Regards
@robertfoster: This fails to build in a clean chroot. Initially because git
is missing from makedepends(). Secondly because with split packages, only the arrays in the initial pkgbase are used during build. Each package can have their own that overrides it.
Pinned Comments