Package Details: mpv-full-build-git 0.39.0.r557.g1dd0e49f83-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: 2
Popularity: 0.096081
First Submitted: 2019-03-18 05:49 (UTC)
Last Updated: 2024-12-30 04:00 (UTC)

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

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.

inochi commented on 2024-12-23 00:49 (UTC)

@mokkurkalve Have you tried amf-headers-git?

mokkurkalve commented on 2024-10-14 10:08 (UTC) (edited on 2024-10-15 08:55 (UTC) by mokkurkalve)

Building at the moment fails at the very end:

../../mpv-build/ffmpeg_build/src/libavcodec/hevc/hevcdec.c:179:13: note: at offset 16 into destination object 'chroma_weight_l1_flag' of size 16
  179 |     uint8_t chroma_weight_l1_flag[16];
      |             ^
[322/323] Generating mpv_protocols with a custom command (wrapped by meson to capture output)
FAILED: mpv_protocols 
/usr/bin/meson --internal exe --capture mpv_protocols -- /tmp/makepkg/mpv-full-build-git/src/mpv/build/mpv --no-config --list-protocols
--- stderr ---

ninja: build stopped: subcommand failed.

EDIT: It's not because compilation fails. It's because the resulting binary produces:

Segmentation fault (core dumped)

Rucker commented on 2024-09-28 16:57 (UTC)

@inochi For some reason, after several days of it not working, it randomly started working again. I have no idea why I couldn't access it before but I guess all is good now. Thanks for testing regardless.