Package Details: mpv-full-git 0.39.0.r647.g04c328f784-1

Git Clone URL: https://aur.archlinux.org/mpv-full-git.git (read-only, click to copy)
Package Base: mpv-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-2.0-or-later
Conflicts: mpv
Provides: mpv, mpv-git
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 24
Popularity: 0.91
First Submitted: 2016-12-10 19:51 (UTC)
Last Updated: 2025-01-25 11:56 (UTC)

Required by (407)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

ivanoff commented on 2019-11-10 16:47 (UTC)

@dbermond Sorry I didn't think of that. It's the first time I'm encontering this issue. Works fine now. Thanks.

dbermond commented on 2019-11-10 14:43 (UTC)

@ivanoff That's because you're not using a clean build tree, so your old binaries on the test directory are still liking to an old version of libdvdread.so. This happened to you at the same time that upstream changed the test suite to be now part of the mpv binary, so you're still executing unused binaries that are linked to old libraries. Please always use makepkgg -C/--cleanbuild option (or build in a clean chroot).

I'll need to update the package anyway to match the test suite changes made by upstream.

ivanoff commented on 2019-11-09 12:45 (UTC)

Hello, it seems the package is no longer executable : -> Running test 'chmap'... ./chmap: error while loading shared libraries: libdvdread.so.4: cannot open shared object file: No such file or directory

dbermond commented on 2019-09-21 02:33 (UTC)

@cniw Package updated.

cniw commented on 2019-09-21 00:45 (UTC) (edited on 2019-09-21 00:46 (UTC) by cniw)

waf: error: no such option: --enable-vapoursynth-lazy

waf: error: no such option: --disable-mali-fbdev

@dbermond both option above need to remove soon, related links:

https://github.com/mpv-player/mpv/commit/fb8d240c4d045ca254aa6693c48aecc75954cba0#diff-dc6134e3d3c869a052520d86f46371dc

https://github.com/mpv-player/mpv/commit/83d7123dc32e7fb8b1e05ed21af845707d115295#diff-dc6134e3d3c869a052520d86f46371dc

useful link to monitoring mpv options https://github.com/mpv-player/mpv/commits/master/wscript

dbermond commented on 2019-06-14 23:23 (UTC)

@filthyAUR Package updated.

kescherAUR commented on 2019-06-13 04:53 (UTC)

Build currently failing because --enable-crossc does no longer exist.

dbermond commented on 2019-04-23 15:50 (UTC)

@filthyAUR Temporarily using libplacebo-git until libplacebo is updated on the repositories. Thanks for helping users to solve the issue.

kescherAUR commented on 2019-04-22 19:15 (UTC)

PSA: In case your build errors out because of libplacebo: Either change --enable-vulkan to --disable-vulkan, or install libplacebo-git from AUR with --asdeps flag, then add 'libplacebo-git' to the dependencies in the PKGBUILD yourself.

monarc99 commented on 2017-11-01 21:17 (UTC)

Another option would be a mpv-build-full-git package. Like https://aur.archlinux.org/packages/mpv-build-git/ but with all libs.