Search Criteria
Package Details: mpv-git 0.39.0_13_g2c5928e518-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mpv-git.git (read-only, click to copy) |
|---|---|
| Package Base: | mpv-git |
| Description: | Video player based on MPlayer/mplayer2 (git version) |
| Upstream URL: | https://mpv.io |
| Keywords: | media player video |
| Licenses: | GPL-2.0-or-later |
| Conflicts: | mpv |
| Provides: | libmpv.so, mpv |
| Submitter: | rpolzer |
| Maintainer: | qmega |
| Last Packager: | qmega |
| Votes: | 229 |
| Popularity: | 0.31 |
| First Submitted: | 2012-12-04 09:21 (UTC) |
| Last Updated: | 2024-09-24 06:58 (UTC) |
Dependencies (18)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libass (libass-gitAUR)
- libplacebo (libplacebo-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxpresent
- libxss
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- pacman-contrib (pacman-contrib-gitAUR) (make)
- python-docutils (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- youtube-dlAUR (youtube-dl-gitAUR, youtube-dl-nightlyAUR, yt-dlp-drop-inAUR) (optional) – for video-sharing websites playback
- yt-dlp (yt-dlp-gitAUR) (optional) – for video-sharing websites playback (preferred over youtube-dl)
Required by (488)
- acestream-launcher (requires mpv) (optional)
- acter-bin (requires mpv)
- acter-nightly-bin (requires mpv)
- aliyunpan-gaozhangmin-bin (requires mpv) (optional)
- amphi-cloud (requires mpv)
- amphi-music (requires mpv)
- amphi-notes (requires mpv)
- amphi-photos (requires mpv)
- ani-cli (requires mpv)
- ani-cli-git (requires mpv)
- ani-cli-vostfr-git (requires mpv)
- ani-dl (requires mpv)
- ani-skip-git (requires mpv)
- anicli-ru (requires mpv)
- animdl-git (requires mpv) (optional)
- animesama-cli (requires mpv)
- anisama-cli (requires mpv)
- anitr-cli (requires mpv)
- aniwrapper-git (requires mpv)
- anki (requires mpv) (optional)
- Show 468 more...
Latest Comments
1 2 3 4 5 6 .. 38 Next › Last »
kode54 commented on 2025-10-29 22:20 (UTC)
I'll try to remember not to use chroot to build this package, at least if it can't be fixed to provide similar dependencies to itself or the extra/ package otherwise.
qmega commented on 2025-10-29 07:07 (UTC)
Indeed, building in a chroot is not well supported by this package. That's not intentional but I don't see a clear/complete solution.
The case with jack (and similar) would be improved by depending on libjack.so instead of resolving it to a package. That seems like a practical thing for the dep scanner to do (with fallback for libs lacking provides) but I'll have to give it a little more thought and testing when I have more time. I think it will have to check direct dependencies rather than use ldd or it ends up with a bunch of implementation details in the list. Having pacman look for a provider for every lib also makes the script a lot slower, which is annoying, though not checking recursive deps would also help there.
That would still leave chroot builds with a relatively minimal set of supported features compared to non-chroot builds and extra/mpv.
Optimizing for chroot builds would probably mean getting rid of the dependency scanner, including more (compile-time) optional dependencies as default, and maybe explicitly disabling others, but I feel like that would significantly reduce ergonomics (and/or dependency correctness) of non-chroot builds.
kode54 commented on 2025-10-29 05:58 (UTC) (edited on 2025-10-29 05:59 (UTC) by kode54)
The dependency scanner forces it to hard depend on every nested dependency of things like ffmpeg, including default providers of dependencies where multiple may exist.
For instance, on my system, it hard depends on
jack2, which tries to replace my system'spipewire-jack.It only "works as intended" if I do not build in a chroot.
xAsh commented on 2025-05-22 10:12 (UTC)
Hi qmega, thanks for pointing me in the right direction. I had
libopensles-standaloneinstalled, which is a dependency ofandroid_translation_layer. I've removed both packages as I don't need ATL anymore, and I'm now able to installmpv-gitfine. Thanks again!qmega commented on 2025-05-16 08:27 (UTC)
@xAsh Looks like meson thinks it found some part of OpenSLES on your system but didn't find a header it expected to be part of that. Could be a non-standard or broken installation of some kind. Or could be some mistake or inflexibility in mpv's usage of the library (which I'm not familiar with). Do you intentionally have opensles of some sort installed?
If you don't use mpv's opensles ao, you can probably bypass this problem by adding
-Dopensles=disabledto_opt_extra_flagsor themeson setup buildcommand.xAsh commented on 2025-05-16 01:47 (UTC)
Anyone else unable to build it?
djsigmann commented on 2024-12-02 18:57 (UTC) (edited on 2024-12-02 18:57 (UTC) by djsigmann)
I had an issue similar to @Beethoven-n's, however, when running
libtreeas @qmega suggested, it turned out thatshadercwas trying to findlibglslang.so.14, reinstalling the package solved any issues. One might also want to reinstall thelib32-shadercpackage, should it be installed.paru -Syu shaderc lib32-shadercBeethoven-n commented on 2024-12-01 20:21 (UTC)
turns out, the issue was because of ffmpeg-obs, and the idea just randomly occurred to me last night installing
obs-studio-libertyso that i could use stockffmpegfixed itqmega commented on 2024-12-01 06:57 (UTC)
@Beethoven-n What about ffmpeg? libavfilter.so also links against libglslang. Are you sure your mirrors are up to date?
I can't be sure without more context, but I believe your error comes from trying to generate protocols for the desktop file near the end of the build. The actual compilation of the mpv binary has completed at that point, and I find it unlikely it would have linked to a non-existent library. My guess it linked to ffmpeg and that's what's linked to the glslang you don't have installed. With your particular error message, it looks like maybe you downgraded glslang but didn't downgrade ffmpeg to match?
If needed, you can run
lddtreefrompax-utilson /tmp/makepkg/mpv-git/src/mpv/build/mpv and /usr/bin/ffmpeg to see what is directly linked to the stale library.Beethoven-n commented on 2024-12-01 06:23 (UTC)
@qmega I already use the repo version of libplacebo.
1 2 3 4 5 6 .. 38 Next › Last »