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.40
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 .. 16 17 18 19 20 21 22 23 24 25 26 .. 38 Next › Last »

regitator commented on 2016-01-09 12:03 (UTC)

Can I propose to add "--enable-gpl3" to the configure options and changing the license to GPL3? This enbles some additional features (nnedi3 scaler). Thanks!

ahjolinna commented on 2015-09-20 16:39 (UTC)

@bernd_b: was first disabled, now its removed 100%, here is the reason why: https://github.com/mpv-player/mpv/commit/3b3170aedb4c8a9bfa32238f3b580feea22071f8 more about it: https://github.com/mpv-player/mpv/commit/f792f56440c33fae4f027518fe999daa9e8d3771 qmega: about that 'out-of-date flag', I can't even remember the reason anymore, I did it 4am + vodka...maybe that is the reason..sorry :D

bernd_b commented on 2015-09-20 13:06 (UTC)

[dvdnav] DVD menu support has been removed Did I make something wrong again or is it just what is says? How would I switch from title to title without using command-line from now on playing DVDs?

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.