Search Criteria
Package Details: mpv-full-git 0.39.0.r647.g04c328f784-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-2.0-or-later |
Conflicts: | mpv |
Provides: | mpv, mpv-git |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 24 |
Popularity: | 0.97 |
First Submitted: | 2016-12-10 19:51 (UTC) |
Last Updated: | 2025-01-25 11:56 (UTC) |
Dependencies (45)
- cmocka (cmocka-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- ffmpeg-gitAUR (ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libarchive (libarchive-gitAUR)
- libcaca
- libcdio-paranoia (libcdio-paranoia-gitAUR)
- libdisplay-info (libdisplay-info-gitAUR)
- libdvdnav (libdvdnav-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR)
- libplacebo (libplacebo-gitAUR)
- libsixel (libsixel-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxpresent
- libxrandr (libxrandr-gitAUR)
- Show 25 more dependencies...
Required by (407)
- acestream-launcher (requires mpv) (optional)
- acter-bin (requires mpv)
- acter-nightly-bin (requires mpv)
- aliyunpan-gaozhangmin-bin (requires mpv) (optional)
- ani-cli (requires mpv)
- ani-cli-git (requires mpv)
- ani-cli-vostfr-git (requires mpv)
- ani-dl (requires mpv)
- ani-skip-git (requires mpv)
- animdl-git (requires mpv) (optional)
- anitr-cli (requires mpv)
- aniwrapper-git (requires mpv)
- anki (requires mpv) (optional)
- anki-bin (requires mpv) (optional)
- anki-git (requires mpv) (optional)
- anki-qt5 (requires mpv) (optional)
- baka-mplayer-git (requires mpv)
- baka-mplayer-git (requires mpv-git) (optional)
- balss-git (requires mpv)
- bili-you-bin (requires mpv)
- Show 387 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
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)},
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »