Search Criteria
Package Details: mpv-full-git 0.34.1.r351.g45ff20986d-1
Package Actions
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 |
Conflicts: | mpv |
Provides: | mpv, mpv-git |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 17 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-10 19:51 (UTC) |
Last Updated: | 2022-06-20 21:29 (UTC) |
Dependencies (44)
- cmocka (cmocka-git)
- desktop-file-utils (desktop-file-utils-git)
- ffmpeg-git (ffmpeg-intel-full-git, ffmpeg-full-git, ffmpeg-amd-full-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- jack (jack-git, jack2-git, pipewire-common-jack-git, pipewire-full-jack-git, pipewire-jack-git, jack2, pipewire-jack)
- lcms2 (lcms2-git)
- libarchive (libarchive-git)
- libcaca
- libcdio-paranoia (libcdio-paranoia-git)
- libdvdnav (libdvdnav-git)
- libgl (glshim-git, libhybris-ext-libgl-git, libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, swiftshader-git, amdgpu-pro-libgl-cfe, amdgpu-pro-libgl, libglvnd)
- libplacebo (libplacebo-git)
- libsixel (libsixel-git)
- libva (libva-git, libva-hantro-h264-git, libva-minimal-git, intel-media-stack-bin, libva-headless)
- libxinerama (libxinerama-randr-git)
- libxkbcommon (libxkbcommon-git)
- libxpresent
- libxrandr (libxrandr-git)
- libxss
- libxv
- Show 24 more dependencies...
Required by (276)
- acestream-launcher (requires mpv) (optional)
- adl-git (requires mpv)
- aliyunpan-liupan1890 (requires mpv) (optional)
- ani-cli (requires mpv)
- ani-cli-git (requires mpv)
- animdl-git (requires mpv) (optional)
- anime-downloader-git (requires mpv) (optional)
- animewatch-pyqt5 (requires mpv)
- animewatch-pyqt5-git (requires mpv)
- animwall-git (requires mpv)
- aniwrapper-git (requires mpv)
- anki (requires mpv) (optional)
- anki-before-bazel (requires mpv) (optional)
- anki-bin (requires mpv) (optional)
- anki-git (requires mpv) (optional)
- anki-official-binary-bundle (requires mpv) (optional)
- anki-qt5 (requires mpv) (optional)
- astronciaiptv (requires mpv)
- astronciaiptv-bin (requires mpv)
- astronciaiptv-git (requires mpv)
Latest Comments
dbermond commented on 2021-10-31 19:06 (UTC)
@JDAturbo Package updated. Thanks.
JDAturbo commented on 2021-10-31 15:42 (UTC)
waf: error: no such option: --enable-ffmpeg-strict-abi
The
ffmpeg-strict-abi
option has been removed:https://github.com/mpv-player/mpv/commit/78cfeee2b93830f2988508a653b508336147b79d
dbermond commented on 2021-09-30 20:28 (UTC)
@arzeth Package updated. Thanks.
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.
dbermond commented on 2020-03-29 16:55 (UTC)
@cniw Package updated. Thanks.
cniw commented on 2020-03-28 21:20 (UTC)
waf: error: no such option: --enable-oss-audio
waf: error: no such option: --enable-rsound
waf: error: no such option: --enable-sndio
@dbermond oss-audio, rsound, and sndio was removed
https://github.com/mpv-player/mpv/commit/71d218eae4b4d93ada34ff74906f71ad359c84bc
https://github.com/mpv-player/mpv/commit/4583bd8cc7bf538bce424983d49729c934d13a53
https://github.com/mpv-player/mpv/commit/bca917f6d2c50d9df3a4140b7be7beb6d567aa5b
dbermond commented on 2020-03-19 20:24 (UTC)
@cniw Package updated.
cniw commented on 2020-03-19 00:34 (UTC) (edited on 2020-03-19 00:38 (UTC) by cniw)
waf: error: no such option: --enable-libass
waf: error: no such option: --enable-libass-osd
@dbermond libass is no longer an option
https://github.com/mpv-player/mpv/commit/0b9ed9c2744ada1eefc1f254c5f3ade6c626ed72
dbermond commented on 2020-03-10 17:05 (UTC)
@cniw Package updated.
cniw commented on 2020-03-09 20:37 (UTC) (edited on 2020-03-09 20:38 (UTC) by cniw)
waf: error: no such option: --enable-libsmbclient
@dbermond Samba support has been removed.
https://github.com/mpv-player/mpv/commit/3b8b7cb9d481828953f105f92bacc07a3cb2f332
dbermond commented on 2019-12-21 02:01 (UTC)
@JDAturbo Package updated to match upstream changes.
JDAturbo commented on 2019-12-17 22:30 (UTC)
apple-remote has been removed in this commit: https://github.com/mpv-player/mpv/commit/8a6ee7fe947bb01a49beb38152cedb1e1b206ed2
This lead to this error: waf: error: no such option: --disable-apple-remote
ivanoff commented on 2019-11-10 16:47 (UTC)
@dbermond Sorry I didn't think of that. It's the first time I'm encontering this issue. Works fine now. Thanks.
dbermond commented on 2019-11-10 14:43 (UTC)
@ivanoff That's because you're not using a clean build tree, so your old binaries on the test directory are still liking to an old version of libdvdread.so. This happened to you at the same time that upstream changed the test suite to be now part of the mpv binary, so you're still executing unused binaries that are linked to old libraries. Please always use makepkgg -C/--cleanbuild option (or build in a clean chroot).
I'll need to update the package anyway to match the test suite changes made by upstream.
ivanoff commented on 2019-11-09 12:45 (UTC)
Hello, it seems the package is no longer executable : -> Running test 'chmap'... ./chmap: error while loading shared libraries: libdvdread.so.4: cannot open shared object file: No such file or directory
dbermond commented on 2019-09-21 02:33 (UTC)
@cniw Package updated.
cniw commented on 2019-09-21 00:45 (UTC) (edited on 2019-09-21 00:46 (UTC) by cniw)
waf: error: no such option: --enable-vapoursynth-lazy
waf: error: no such option: --disable-mali-fbdev
@dbermond both option above need to remove soon, related links:
https://github.com/mpv-player/mpv/commit/fb8d240c4d045ca254aa6693c48aecc75954cba0#diff-dc6134e3d3c869a052520d86f46371dc
https://github.com/mpv-player/mpv/commit/83d7123dc32e7fb8b1e05ed21af845707d115295#diff-dc6134e3d3c869a052520d86f46371dc
useful link to monitoring mpv options https://github.com/mpv-player/mpv/commits/master/wscript
dbermond commented on 2019-06-14 23:23 (UTC)
@filthyAUR Package updated.
kescherAUR commented on 2019-06-13 04:53 (UTC)
Build currently failing because --enable-crossc does no longer exist.
dbermond commented on 2019-04-23 15:50 (UTC)
@filthyAUR Temporarily using libplacebo-git until libplacebo is updated on the repositories. Thanks for helping users to solve the issue.
kescherAUR commented on 2019-04-22 19:15 (UTC)
PSA: In case your build errors out because of libplacebo: Either change --enable-vulkan to --disable-vulkan, or install libplacebo-git from AUR with --asdeps flag, then add 'libplacebo-git' to the dependencies in the PKGBUILD yourself.
monarc99 commented on 2017-11-01 21:17 (UTC)
dbermond commented on 2017-11-01 18:33 (UTC)
qmega commented on 2017-10-31 00:24 (UTC)