Package Details: mpv-full-git 0.38.0.r796.ge3eeaec813-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: 23
Popularity: 0.184852
First Submitted: 2016-12-10 19:51 (UTC)
Last Updated: 2024-09-19 15:08 (UTC)

Dependencies (44)

Required by (397)

Sources (1)

Latest Comments

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

arzeth commented on 2021-09-27 14:01 (UTC)

--disable-ffmpeg-strict-abi should be removed for compatibility with ffmpeg-git, see https://github.com/mpv-player/mpv/commit/62b2c5db982103f84d61e4abb0cc3a3aff077e1c (otherwise one line doesn't compile)

dbermond commented on 2021-08-21 14:10 (UTC)

@EndlessEden Upstream mpv always recommended building against ffmpeg git master. Contrary to what you said, building against ffmpeg git master assures us that newer code that is currently on mpv git master will not brake, since it's targeted at ffmpeg git master.

EndlessEden commented on 2021-08-19 12:35 (UTC)

Can you please remove the "ffmpeg-git" dependency in favor of ffmpeg. mpv doesnt require most recent ffmpeg. While there may be cases where it fails to build in the future due to unforseen changes, its only a matter of swapping ffmpeg sources vs editing this pkgbuild every time...

Gatenkaas commented on 2020-06-05 19:09 (UTC)

@dbermond Thanks, works perfect now!

dbermond commented on 2020-06-05 14:25 (UTC)

@Gatenkaas This was an upstream issue due to some recent upstream changes. I've submitted a pull request with a fix and it was accepted: https://github.com/mpv-player/mpv/commit/8a725ec951ce456af7bb313a90bcf512a4efa738

Package is now building fine.

Gatenkaas commented on 2020-06-04 17:39 (UTC)

Thanks, but now I get:

With wayland installed: ./video/out/vulkan/context_wayland.c:26:10: fatal error: video/out/wayland/presentation-time.h: No such file or directory 26 | #include "video/out/wayland/presentation-time.h"

With wayland-git: ../video/out/wayland_common.c:37:10: fatal error: generated/wayland/idle-inhibit-v1.h: No such file or directory 37 | #include "generated/wayland/idle-inhibit-v1.h"

dbermond commented on 2020-06-02 22:16 (UTC)

@Gatenkaas Fixed. Package currently needs ffmpeg git master.

Gatenkaas commented on 2020-06-02 17:02 (UTC)

Error when testing: ../test/repack.c:150:13: error: ‘AV_PIX_FMT_Y210LE’ undeclared here (not in a function); did you mean ‘AV_PIX_FMT_P010LE’? 150 | {2, 1, -AV_PIX_FMT_Y210LE, {P16(0x1a1b, 0x2a2b, 0x3a3b, 0x4a4b)},

../test/repack.c:152:13: error: ‘AV_PIX_FMT_Y210BE’ undeclared here (not in a function); did you mean ‘AV_PIX_FMT_P010BE’? 152 | {2, 1, -AV_PIX_FMT_Y210BE, {P16(0x1b1a, 0x2b2a, 0x3b3a, 0x4b4a)},

dbermond commented on 2020-05-14 19:24 (UTC)

@Coelacanthus Fixed.

Coelacanthus commented on 2020-05-12 07:41 (UTC) (edited on 2020-05-12 07:41 (UTC) by Coelacanthus)

When testing it failed.

mpv: ../test/repack.c:127: try_repack: Assertion `mp_zimg_supports_in_format(imgfmt)' failed.
/home/qwq/.cache/yay/mpv-full-git/PKGBUILD: line 174: 56854 Aborted                 (core dumped) build-tests/mpv --unittest="$_test"
==> ERROR: A failure occurred in check().
    Aborting...
Error making: mpv-full-git