Package Details: mpv-full-build-git 0.39.0.r24.g53f2619dbd-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.69
First Submitted: 2019-03-18 05:49 (UTC)
Last Updated: 2024-09-28 01:50 (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 »

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.

inochi commented on 2024-09-28 01:53 (UTC)

@Rucker, I have access the https://git.videolan.org/git/ffmpeg/nv-codec-headers.git and everything is fine.is it maybe the problem of your proxy?

Rucker commented on 2024-09-27 18:23 (UTC) (edited on 2024-09-27 22:08 (UTC) by Rucker)

https://git.videolan.org/git/ffmpeg/nv-codec-headers.git (pulled by the PKGBUILD) is no longer accessible. It appears to exist on https://code.videolan.org/git/ffmpeg/nv-codec-headers.git however it is locked behind a sign in prompt and cannot be pulled.

Rucker commented on 2024-09-16 13:06 (UTC)

@inochi Thank you for the fast update!

inochi commented on 2024-09-16 12:26 (UTC)

@Rucker, the mpv has removed the "vulkan-interop" option, I have updated it. Thanks for reporting.

Rucker commented on 2024-09-15 14:06 (UTC)

Is anyone else getting an error saying Unknown options: "vulkan-interop"?

inochi commented on 2024-08-10 12:32 (UTC)

@benjarobin Thanks, I have updated the package.

benjarobin commented on 2024-08-06 18:31 (UTC)

Please depend on pulse-native-provider instead of pulseaudio. See https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/issues/10

Hanuman commented on 2024-01-13 01:34 (UTC)

It fails when installing with paru, but if I open the temp build folder and write makepkg -si, it works