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

Required by (476)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 33 34 35 36 37 38

timofonic commented on 2013-02-07 07:37 (UTC)

I'm unable to build this package. I installed ffmpeg-full-git too (but fixed it in ffmpeg-full-git-fixed, because unable to build it). # packer -S mpv-git Aur Targets (1): mpv-git Proceed with installation? [Y/n] Edit mpv-git PKGBUILD with $EDITOR? [Y/n] n Edit mpv.install with $EDITOR? [Y/n] n ==> Determining latest git revision... -> Version found: 20130207 ==> Making package: mpv-git 20130207-1 (Thu Feb 7 08:30:32 CET 2013) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving Sources... -> Found mpv.install -> Found mpv.desktop ==> Validating source files with md5sums... mpv.install ... Passed mpv.desktop ... Passed ==> Extracting Sources... ==> Removing existing pkg/ directory... ==> Starting build()... ==> Connecting to GIT server.... remote: Counting objects: 109, done. remote: Compressing objects: 100% (9/9), done. remote: Total 74 (delta 63), reused 74 (delta 63) Unpacking objects: 100% (74/74), done. From https://github.com/mpv-player/mpv 630a2b1..ae070a6 master -> origin/master First, rewinding head to replay your work on top of it... Fast-forwarded master to ae070a6f1eff9f38dcd3ec785dd1f251e3761472. ==> The local files are updated. ==> GIT checkout done or server timeout ==> Starting make... Unknown parameter: --disable-radio-bsdbt848 ==> ERROR: A failure occurred in build(). Aborting... The build failed.

rpolzer commented on 2013-01-24 09:50 (UTC)

I am currently trying to get this patch upstream. It shouldn't be THAT hard... but I am waiting at the moment, as someone said they have a patch that will support BOTH libcdio versions. For now, I committed an adjusted configure check that disables the new version of libcdio.

flocke commented on 2013-01-24 09:44 (UTC)

I don't think you need to rewrite the patch, the version from mplayer2-git works just fine with mpv. I just compiled it with the patch.

Weegee commented on 2013-01-22 23:31 (UTC)

Okay, it seems like the new libcdio API needs a patch (as seen here: https://aur.archlinux.org/packages/mplayer2-git/). I just added "-disable-libcdio" to the PKGBUILD though since I don't need CD support, but I guess a rewrite of the patch in the mplayer2-git tarball should do it. I'm just too lazy right now ...

Weegee commented on 2013-01-22 23:16 (UTC)

Doesn't build on my system: stream/stream_cdda.c:20:23: fatal error: cdio/cdda.h: No such file or directory I have libcdio 0.90-2 and libcdio-paranoia 10.2+0.90-1 installed though ...