Package Details: mpv-git 0.39.0_13_g2c5928e518-1

Git Clone URL: https://aur.archlinux.org/mpv-git.git (read-only, click to copy)
Package Base: mpv-git
Description: Video player based on MPlayer/mplayer2 (git version)
Upstream URL: https://mpv.io
Keywords: media player video
Licenses: GPL-2.0-or-later
Conflicts: mpv
Provides: libmpv.so, mpv
Submitter: rpolzer
Maintainer: qmega
Last Packager: qmega
Votes: 227
Popularity: 1.36
First Submitted: 2012-12-04 09:21 (UTC)
Last Updated: 2024-09-24 06:58 (UTC)

Required by (393)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 37 Next › Last »

qmega commented on 2018-01-27 04:43 (UTC)

Just pushed a workaround for the vulkan-headers situation. It's added to makedepends if pkg-config can resolve vulkan when the PKGBUILD is sourced. This should make the dependencies work out without forcing them on people who don't want vulkan at all.

qmega commented on 2018-01-27 04:29 (UTC)

@speak It needs vulkan-headers only if vulkan-icd-loader is installed. The latter comes with the pkg-config file which points to the header, but the former includes the header. I don't think this makes sense and I opened a bug report[1] against the packages a while back but so far it's been ignored. If you don't have either package installed, the build will work fine (but not have Vulkan support) so I don't want to add the depend unconditionally.

[1] https://bugs.archlinux.org/task/56238

speak commented on 2018-01-26 13:57 (UTC)

This seems to need a dependency to vulkan-headers.

Those trying to install it as it stands, install vulkan-headers before this.

Tralba commented on 2018-01-10 06:48 (UTC)

@qmega The issue seems to be my AUR-helper not updating the PKGBUILD along with the files from git, manually building them or removing all old files solved my problem.

qmega commented on 2018-01-07 22:04 (UTC)

@Tralba Definitely not. The PKGBUILD hasn't had anything related to ffmpeg-mpv for a month. Even before that, it referenced "ffmpeg-mpv-git" so unless you've modified your quote something's weird. Are you sure this is the package you're building? And your checkout of it is up to date? Try "git rev-parse HEAD" in the directory with the PKGBUILD. Should say bc3ac332ee6e.

Tralba commented on 2018-01-07 20:24 (UTC)

My build fails with "unable to resolve dependency 'ffmpeg-mpv'" although I have ffmpeg-git installed, is that supposed to happen?

laichiaheng commented on 2017-12-26 02:23 (UTC) (edited on 2017-12-26 03:15 (UTC) by laichiaheng)

@qmega mpv-build-git solves my problem, but there is something wrong with the shaderc-git in the AUR, so I have to remove these lines to build mpv-build-git:

'shaderc-git'

'https://patch-diff.githubusercontent.com/raw/mpv-player/mpv/pull/4933.patch'

'SKIP'

patch -p1 -i "${srcdir}/4933.patch"

qmega commented on 2017-12-25 15:54 (UTC)

@laichiaheng This is what the last 6 comments on this page have been about. Please read them.

laichiaheng commented on 2017-12-25 15:42 (UTC)

no ('libavutil >= 56.6.100 libavcodec >= 58.7.100 libavformat >= 58.0.102 libswscale >= 5.0.101 libavfilter >= 7.0.101 libswresample >= 3.0.100' not found) Unable to find development files for some of the required FFmpeg/Libav libraries. Git master is recommended.

qmega commented on 2017-12-25 01:21 (UTC)

It's easy enough to install ffmpeg-git in parallel and avoid having to recompile everything else. All that's needed on this side is a PKG_CONFIG_PATH export in build(). I'm doing that locally with a hacked-up version of the ffmpeg-git package, but it didn't seem worth actually uploading to the AUR; it's not a good solution, but I'm still hoping this situation is temporary. The time may be approaching when I'll have to accept it's not and figure out what to do with this package. (Ideas would be welcome. I'd rather not require ffmpeg-git replacing system ffmpeg.)

Well, mpv just made a release and still depends on unreleased ffmpeg. So let's see what the Community package does.