Package Details: mpv-full-build-git 0.41.0.r921.g513d3407d4-1

Git Clone URL: https://aur.archlinux.org/mpv-full-build-git.git (read-only, click to copy)
Package Base: mpv-full-build-git
Description: Video player based on MPlayer/mplayer2 with all possible libs (uses statically linked ffmpeg with all possible libs). (GIT version )
Upstream URL: http://mpv.io
Keywords: mpv player video
Licenses: custom
Conflicts: libmpv.so, mpv, mpv-build-git, mpv-full-git, mpv-git
Provides: libmpv.so, mpv, mpv-build-git, mpv-full-git, mpv-git
Replaces: libmpv.so, mpv, mpv-build-git, mpv-full-git, mpv-git
Submitter: inochi
Maintainer: inochi
Last Packager: inochi
Votes: 6
Popularity: 0.37
First Submitted: 2019-03-18 05:49 (UTC)
Last Updated: 2026-08-15 22:24 (UTC)

Required by (725)

Sources (7)

Pinned Comments

inochi commented on 2020-11-13 00:52 (UTC) (edited on 2020-11-13 00:52 (UTC) by inochi)

Some points for common error:
1. if you suffer a running time error like mpv: error while loading shared libraries, try to rebuild the package.
2. if you suffer a compiling error like can not find gcc header file, please perform a clean build, as this package use soft link to avoid unnecessary file copy.

if you find some other bug, please submit it with a log.
The log location:
1. ffmpeg: "${srcdir}/mpv-build/ffmpeg_build/ffbuild/config.log"
2. mpv: terminal output is OK.

Latest Comments

1 2 3 4 5 6 7 Next › Last »

inochi commented on 2026-08-15 22:25 (UTC)

My fault, I only add .SRCINFO files, not PKGBUILD, fixed.

olifre commented on 2026-08-15 20:07 (UTC)

Hi, it seems the last commit changed URLs to the GitHub mirrors (thanks!), but sadly only the .SRCINFO was pushed and the PKGBUILD is now mismatched and still the old one, referencing the upstream repos.

inochi commented on 2026-08-10 22:19 (UTC)

@mokkurkalve I have updated locally, but failled to push. It seems like the AUR is broken, I will push the change after the AUR recovery. Thanks.

The AUR is down due to maintenance. We will be back soon.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

mokkurkalve commented on 2026-08-10 14:11 (UTC)

The problem persisted. In order to be able to build this without a hundred tries I switched the problematic ones with their github.com mirror in the PKGBUILD:

source=('mpv-build::git+https://github.com/mpv-player/mpv-build.git'
        'mpv::git+https://github.com/mpv-player/mpv.git'
        'ffmpeg::git+https://github.com/ffmpeg/ffmpeg.git'
        'libass::git+https://github.com/libass/libass.git'
        'libplacebo::git+https://code.videolan.org/videolan/libplacebo.git'
        'ffnvcodec::git+https://github.com/ffmpeg/nv-codec-headers.git'
        'LICENSE'
        )

mokkurkalve commented on 2026-08-01 16:53 (UTC)

In the end I was able to get down all the sources. After that, all OK.

mokkurkalve commented on 2026-07-31 12:44 (UTC)

I get the sources for ffmpeg and libplacebo. But ffnvcodec fails the same way every time. I tried now also to VPN to a different continent (USA) but the result was the same.

inochi commented on 2026-07-31 12:09 (UTC)

@mokkurkalve Could you try https://code.videolan.org/videolan/libplacebo.git I can access this and git.videolan.org, but failed to fetch ffmpeg, it seems like I am blocked by Anubis...I think you should check it in the browser.

mokkurkalve commented on 2026-07-31 07:09 (UTC)

I've been terminated at the same spot trying to get the sources at several attempts the last 24 hrs. Is it me or does git.videolan.org have a server problem?

  -> Cloning ffnvcodec git repo...
Cloning into bare repository '/home/eivind/work/build/mpv-full-build-git/ffnvcodec'...
remote: Enumerating objects: 1205, done.
remote: Counting objects: 100% (1205/1205), done.
remote: Compressing objects: 100% (1023/1023), done.
error: RPC failed; curl 92 HTTP/2 stream 3 reset by server (error 0x2 INTERNAL_ERROR)
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOFs:  57% (687/1205)
fatal: fetch-pack: invalid index-pack output
==> ERROR: Failure while downloading ffnvcodec git repo

inochi commented on 2026-07-16 01:32 (UTC)

@olifre Thanks. You are right, the ffmpeg has removed this. I have update the build script.

olifre commented on 2026-07-15 21:46 (UTC)

ffmpeg seems to have dropped glslang support recently, see e.g.: https://github.com/FFmpeg/FFmpeg/commit/92f2e6374dfbe9bf1c8e4d879f8810deafff3710 Hence, build currently fails with: Unknown option "--enable-libglslang". Thanks for maintaining this package!