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: 228
Popularity: 0.39
First Submitted: 2012-12-04 09:21 (UTC)
Last Updated: 2024-09-24 06:58 (UTC)

Required by (427)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 38 Next › Last »

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.

dbermond commented on 2017-12-18 00:48 (UTC)

@kevku unfortunately, that's the cost you need to pay for living in the bleeding edge. You need to handle this for yourself.

kevku commented on 2017-12-17 20:20 (UTC)

installing ffmpeg-git breaks everything else that uses ffmpeg tho like firefox

qmega commented on 2017-12-14 18:00 (UTC)

Currently this package will only build against ffmpeg-git (or some variant thereof). It requires ffmpeg updates that have not been in any release yet. Once ffmpeg 3.5 is released, it should work with that, and I'm hoping it will stay compatible with ffmpeg release after that. If not, I might have to switch the depend here to ffmpeg-git, but I'm trying to avoid that. ffmpeg-mpv is no longer being updated, so it doesn't count. Either install ffmpeg-git, or wait until ffmpeg 3.5 is released.

C0rn3j commented on 2017-12-13 13:29 (UTC)

https://paste.c0rn3j.com/?f3d935193a987211#bKUfLD0spZCDgcrLm/7A4XczC4UAgjMe/vymJ9XiX0g=

Haven't been able to build this package for a while now, is there anything I'm doing wrong? Here are the ffmpeg packages I have installed -

ffmpeg 1:3.4-4 ffmpeg-mpv-git 3.5.r89366.g65b5fcfbe2-1 ffmpeg2.8 2.8.13-2

qmega commented on 2017-12-06 04:55 (UTC)

Done, thanks.

Note: I left the depend as just 'ffmpeg', but currently this package will only build against ffmpeg-git (or some variant thereof). Once ffmpeg 3.5 is released, it should build against that, and I'm hoping it will keep working with release most of the time after that. (I personally managed to get away with building mpv-git against ffmpeg release without any problems up until this recent turmoil.)

CounterPillow commented on 2017-12-05 12:52 (UTC)

You should remove ffmpeg-mpv-git, see https://github.com/mpv-player/mpv/commit/f19797dea62ab9619a18a2ffab1b67bdafe55b8c

qmega commented on 2017-12-02 17:41 (UTC)

@a36233: (re: out of date flag) The file missing there should be provided by libdrm, which is required by both ffmpeg and ffmpeg-mpv-git via libva. If you're still having the problem, post the output of `pacman -Qikk libdrm`. (Also, next time please post the error as a comment instead of flagging out of date.)

qmega commented on 2017-11-27 05:24 (UTC)

If anyone gets an error regarding the --enable-zsh-comp flag not existing in the next week, just delete that line from the PKGBUILD. There's a pending pull request that removes that switch and makes zsh completion installed unconditionally. I'm going to be out of town for a week, so if that PR gets merged, this PKGBUILD will break, but the switch can be safely removed. I've prepared a commit doing that, which I'll try to push when I get the chance if the PR does get merged, but I might not get to it right away.

qmega commented on 2017-11-15 04:13 (UTC)

@dojero libva was updated to .so.2. You need to recompile whatever ffmpeg you're using, and then mpv, so that they use the new API / ABI. The 32-bit stuff is probably just a leftover that hasn't been upgraded because Arch has dropped 32-bit support. Assuming your machine is 64-bit, that's what this package will be built as and it won't be able to use 32-bit libraries. That file is a red herring. (And in general, I wouldn't expect copying a .so file from /usr/lib32 to /usr/lib to fix anything in any situation, if your system is sanely configured.)