Package Details: mpv-full-build-git 0.40.0.r119.g1d1535ff91-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: 3
Popularity: 0.183553
First Submitted: 2019-03-18 05:49 (UTC)
Last Updated: 2025-05-31 08:00 (UTC)

Dependencies (139)

Required by (432)

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 Next › Last »

inochi commented on 2025-05-31 08:02 (UTC) (edited on 2025-05-31 08:02 (UTC) by inochi)

@mokkurkalve My fault. I have already fixed this by disable v4l2 temporarily, but forgot to push. Now I think it is fine.

mokkurkalve commented on 2025-05-31 07:59 (UTC)

Compiling currently fails thus:

(...snip...)
CC  libavfilter/scale_eval.o
CC  libavfilter/scene_sad.o
src/libavdevice/v4l2.c: In function 'device_open':
src/libavdevice/v4l2.c:141:17: error: assignment to 'int (*)(int,  long unsigned int, ...)' from incompatible pointer type 'int (*)(int,  int, ...)' [-Wincompatible-pointer-types]
  141 |     s->ioctl_f  = prefix ## ioctl;      \
      |                 ^
src/libavdevice/v4l2.c:149:9: note: in expansion of macro 'SET_WRAPPERS'
  149 |         SET_WRAPPERS(v4l2_);
      |         ^~~~~~~~~~~~
In file included from src/libavdevice/v4l2.c:52:
/usr/include/libv4l2.h:67:19: note: 'v4l2_ioctl' declared here
   67 | LIBV4L_PUBLIC int v4l2_ioctl(int fd, int request, ...);
      |                   ^~~~~~~~~~
CC  libavfilter/setpts.o
CC  libavfilter/settb.o
make: *** [/tmp/makepkg/mpv-full-build-git/src/mpv-build/ffmpeg/ffbuild/common.mak:81: libavdevice/v4l2.o] Error 1
make: *** Waiting for unfinished jobs....
CC  libavfilter/split.o
make: Leaving directory '/tmp/makepkg/mpv-full-build-git/src/mpv-build/ffmpeg_build'
==> ERROR: A failure occurred in build().
    Aborting...

inochi commented on 2025-04-20 22:23 (UTC)

@mokkurkalve Can you try to access this website again? I can not reproduce this error. All sources are fine to update.

mokkurkalve commented on 2025-04-20 14:24 (UTC) (edited on 2025-04-20 14:36 (UTC) by mokkurkalve)

Just a heads up on some of the sources here:

<https://git.ffmpeg.org/ffmpeg.git> gives 503 error.

<https://git.videolan.org/git/ffmpeg/nv-codec-headers.git> gives 504 error.

inochi commented on 2024-12-30 04:03 (UTC)

@Rucker Thanks, I have updated the dependency.

Rucker commented on 2024-12-30 02:45 (UTC)

Please add libsixel as a dependency as the build now fails without it. Thanks!

https://archlinux.org/packages/extra/x86_64/libsixel/

mokkurkalve commented on 2024-12-29 13:04 (UTC)

@inochi Yes, it works just fine now. :-)

inochi commented on 2024-12-28 10:21 (UTC)

@mokkurkalve I have disabled the tensorflow package (on my system it leads to the segfault) and amf-header (as a temporary solution for the build error). You can try it.

mokkurkalve commented on 2024-12-28 09:00 (UTC) (edited on 2024-12-28 09:29 (UTC) by mokkurkalve)

@inochi After installing amf-headers-git it builds and installs. And it works when I run mpv --version. But it segfaults when I try to play any video, regardless. (mpv-full-build-git worked for me up until mid october, and stock repo mpv works now.) I don't have the time to investigate further today, but I will look into how to debug at a later stage.

EDIT: Actually, I had a little more time, and I found a clue in kernel.log, so I uninstalled tensorflow (which I had installed) and recompiled. Now mpv-full-build-git plays videos just fine. Problem solved. :-)

Rucker commented on 2024-12-23 15:07 (UTC) (edited on 2024-12-26 13:28 (UTC) by Rucker)

Getting this error when compiling ffmpeg. Not sure if it is a package issue, upstream ffmpeg issue, or a me issue.

Edit: I couldn't get the error to format correctly in the comment section so I've dumped it on lain.la https://ghostbin.lain.la/paste/6ngkz/raw

Edit 2: Apparently amf-headers-git fixes this issue as well.