Getting the following error when compiling:
ERROR: librabbitmq >= 0.7.1 not found using pkg-config
I'm using librabbitmq-c from the repos, so is there a work around for this?
Git Clone URL: | https://aur.archlinux.org/mpv-amd-full-git.git (read-only, click to copy) |
---|---|
Package Base: | mpv-amd-full-git |
Description: | A free, open source, and cross-platform media player (git version with all possible libs) |
Upstream URL: | https://mpv.io/ |
Keywords: | hwaccel mpv player video |
Licenses: | GPL |
Conflicts: | mpv |
Provides: | mpv, mpv-git |
Submitter: | clap22 |
Maintainer: | nathanielcwm |
Last Packager: | nathanielcwm |
Votes: | 8 |
Popularity: | 0.25 |
First Submitted: | 2018-11-20 15:46 (UTC) |
Last Updated: | 2022-11-01 12:35 (UTC) |
Getting the following error when compiling:
ERROR: librabbitmq >= 0.7.1 not found using pkg-config
I'm using librabbitmq-c from the repos, so is there a work around for this?
xpresent >= 1.0.0
(libxpresent in the community repo) is a dependency when --enable-x11 is passed, or the X11 check will fail
Unit tests fail with my mpv config, but work with --no-config passed. Wouldn't it make sense to pass --no-config anyway?
I just rebased the PKGBUILD on mpv-full-git.
Tell me if I need to remove something.
I'm not using this anymore, feel free to adopt
Be advised, many of the configurable options have been depreciated and removed. smbclient, libass(+libass_osd), oss-audio, rsound, sndio, drmprime, apple-remote are no longer configurable, and (from what i can tell) are autodetected only(Which comes with its own caveats for obvious reasons).
Please update the pkgbuild to remove these options from --enabled list, dependencies should be picked up for now, but you may need to apply patches later on for arch-specific issues from autodetection.
compilation fails with waf: error: no such option: --enable-libsmbclient
@ReekyMarko I am not entirely certain about the dependencies actually, I fumbled with it around the time the commit was made because mpv wouldn't compile, so memory is a bit foggy. I think you're correct. If the configuration was successful, mpv issues a report that should tell you if spirv-cross was found.
@polzhevskaya thanks, I will add it. I changed the crossc
dependency to spirv-cross
. Is that right?
I suggest that instead of removing --enable-crossc you replace it with --enable-spirv-cross and adjust the dependencies. https://github.com/mpv-player/mpv/commit/cc38035841692780883f9cec274617108c57670c
Pinned Comments
clap22 commented on 2018-11-20 15:49 (UTC)
NOTE: Recommended to be used with https://aur.archlinux.org/packages/ffmpeg-amd-full-git/ - compile and install that first.
Based on https://aur.archlinux.org/packages/ffmpeg-full-git by dbermond