Package Details: mpv-build-git 0.37.0.469.g1a649afbad-1

Git Clone URL: https://aur.archlinux.org/mpv-build-git.git (read-only, click to copy)
Package Base: mpv-build-git
Description: Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)
Upstream URL: http://mpv.io
Keywords: mpv
Licenses: GPL2, GPL3, BSD, LGPL3, LGPL2.1
Conflicts: mpv
Provides: libmpv.so, mpv
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 31
Popularity: 0.004198
First Submitted: 2013-09-08 11:13 (UTC)
Last Updated: 2024-03-02 21:07 (UTC)

Required by (374)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 18 Next › Last »

laichiaheng commented on 2021-08-26 15:42 (UTC)

../demux/demux_lavf.c: In function 'update_read_stats': ../demux/demux_lavf.c:273:31: error: 'AVIOContext' has no member named 'bytes_read' 273 | int64_t cur = nest->id->bytes_read; | ^~

Waf: Leaving directory `/home/laichiaheng/.cache/yay/mpv-build-git/src/mpv-build/mpv/build' Build failed -> task in 'objects' failed with exit status 1 (run with -v to display more information)

sl1pkn07 commented on 2021-02-23 17:45 (UTC)

@laichiaheng https://github.com/mpv-player/mpv-build/issues/150 (done in pkgbuild]

@jackoneill: makepkg -f. the clone is from local sources downloaded by sources(). clone in prepare() should be cloned instantaneous

laichiaheng commented on 2021-02-23 17:15 (UTC)

/usr/bin/ld: /home/laichiaheng/.cache/yay/mpv-build-git/src/mpv-build/build_libs/lib/libass.a(ass_fontconfig.o): undefined reference to symbol 'FcFontSetCreate' /usr/bin/ld: /usr/lib/libfontconfig.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status

jackoneill commented on 2020-06-08 15:07 (UTC)

Hello! About a month ago I downloaded a snapshot of this package and ran makepkg. It went well. Today I tried to run makepkg in the same folder where I did a month ago and it failed with an error:

==> Starting prepare()... fatal: destination path 'mpv' already exists and is not an empty directory. ==> ERROR: A failure occurred in prepare(). Aborting...

I assume this error comes from the git clone commands in prepare(). If I delete $srcdir/mpv-build/{ffmpeg,ffmpeg_build,libass,mpv} then the error goes away and the package is compiled again successfully.

I want to do it this way instead of starting from scratch every time because ffmpeg and mpv are quite large git repos and my internet connection is pretty slow these days.

sl1pkn07 commented on 2020-04-10 18:23 (UTC)

seems done https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/c3a2615bb84486fe0267a9c102b4113b38cdbafd

try now

sl1pkn07 commented on 2020-04-10 16:15 (UTC)

ive sent a email to the commit autor about this

greetings

laichiaheng commented on 2020-04-10 16:11 (UTC)

I see, they must have known it.

laichiaheng commented on 2020-04-10 16:10 (UTC)

[ 36/520] Compiling video/out/vo_lavc.c

In file included from ../common/encode_lavc.h:27,

from ../video/out/vo_lavc.c:34:

../../build_libs/include/libavcodec/avcodec.h:44:10: fatal error: codec_desc.h: No such file or directory

44 | #include "codec_desc.h"

| ^~~~~~~~~~~~~~

compilation terminated.

Waf: Leaving directory `/var/tmp/pamac-build-laichiaheng/mpv-build-git/src/mpv-build/mpv/build'

Build failed

-> task in 'objects' failed with exit status 1 (run with -v to display more information)