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

Required by (409)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 38 Next › Last »

bernd_b commented on 2015-09-20 12:04 (UTC)

Yes, I got something wrong with my own compile. So I try to sum up: [root@amd64-archlinux mpv]# git describe --tags v0.1.0-6141-g126367b where v0.1.0 -> is the version number? 6141 -> is the release number? g126367b -> is the latest commit number?

qmega commented on 2015-09-19 23:34 (UTC)

https://github.com/mpv-player/mpv/pull/2333 Should be upstream shortly. Can I ask again the reason for the out-of-date flag?

ahjolinna commented on 2015-09-19 16:54 (UTC)

qmega: that worked for me

qmega commented on 2015-09-19 16:01 (UTC)

@bernd_b: 126367b is the latest commit as of this writing. 8fbc64f is several months old. Did you forget to git pull on your own copy? @ahjolinna: Hmm, looks like some bits in $? were set when running mpv even though it ran fine and returned zero. I'm not sure why that would happen, but I guess only the actual exit status should be checked. Try adding this to the end of prepare(): sed -i 's/$? != 0/$? >> 8 != 0/' TOOLS/zsh.pl If it works, I'll fix it upstream.

ahjolinna commented on 2015-09-19 15:20 (UTC)

here is the build log: https://paste.kde.org/pbgfrr3h6

bernd_b commented on 2015-09-19 09:28 (UTC)

No errors here as I just ran this package. Still the versions makes me wonder: If I start mpv compiled with this package, it introduces itself with: mpv git-126367b I I start my own git compiled mpv, I get this message: mpv git-8fbc64f There were only five minutes between the two compilations.

qmega commented on 2015-09-19 05:58 (UTC)

The real error should be just above that, from the completion generation script. Anything below "[NNN/NNN] Creating build/etc/_mpv" is relevant. Post that here. Also, why the out-of-date flag? Do you want the release-based versioning scheme back? I have mixed feelings about that myself. It was kind of wonky.

ahjolinna commented on 2015-09-19 04:23 (UTC)

I get this error: Waf:Leaving directory `/tmp/yaourt-tmp-ahjolinna/aur-mpv-git/src/mpv/build' Build failed -> task in '_mpv' failed (exit status 255): {task 140411469841408: _mpv -> _mpv} ' "/usr/bin/perl" "/tmp/yaourt-tmp-ahjolinna/aur-mpv-git/src/mpv/TOOLS/zsh.pl" "/tmp/yaourt-tmp-ahjolinna/aur-mpv-git/src/mpv/build/mpv" > "etc/_mpv" ' ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build mpv-git.

qmega commented on 2015-08-31 19:53 (UTC)

Looks like the script is not executable. Do you have /tmp mounted noexec or something? Though in that case mpv's actual build shouldn't have been able to run either, so it'd have to be something a little more complicated. What filesystem is /tmp on? Maybe something weird with symlinks.