The resulting mpv is unusable:
❯ mpv
mpv: symbol lookup error: /usr/lib/libflite_cmu_us_slt.so.1: undefined symbol: usenglish_init
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 except Nvidia) |
Upstream URL: | https://mpv.io/ |
Keywords: | amd hwaccel mpv player video |
Licenses: | GPL-2.0-or-later |
Conflicts: | mpv |
Provides: | mpv, mpv-git |
Submitter: | clap22 |
Maintainer: | nathanielcwm |
Last Packager: | nathanielcwm |
Votes: | 10 |
Popularity: | 0.000069 |
First Submitted: | 2018-11-20 15:46 (UTC) |
Last Updated: | 2024-09-15 01:13 (UTC) |
The resulting mpv is unusable:
❯ mpv
mpv: symbol lookup error: /usr/lib/libflite_cmu_us_slt.so.1: undefined symbol: usenglish_init
WARNING: Building mpv with waf is deprecated and will be removed the future! It is recommended to switch to meson as soon as possible.
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.
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