Package Details: mpv-git 0.37.0_114_g17be6e1990-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
Conflicts: mpv
Provides: libmpv.so, mpv
Submitter: rpolzer
Maintainer: qmega
Last Packager: qmega
Votes: 226
Popularity: 0.92
First Submitted: 2012-12-04 09:21 (UTC)
Last Updated: 2023-12-20 08:54 (UTC)

Required by (376)

Sources (2)

Latest Comments

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

qmega commented on 2021-05-30 21:21 (UTC)

@Tjuh Try installing pacman-contrib 1.4.0-2 from community-staging or rebuilding it yourself. It needs to be linked against your newer pacman/libalpm.

SilverMight commented on 2021-05-16 16:20 (UTC)

@qmega

I am a total idiot, a package I had required glslang-git as a dependency and that broke the build process. Needless to say, I won't do that again. And apologies for the formatting, I forgot how to do code blocks properly.

qmega commented on 2021-05-16 05:10 (UTC)

@SilverMight

This package builds fine for me against: spirv-tools 2021.1-1 shaderc 2021.0-1

I wouldn't think ad_spdif would be doing anything shader-related, and that looks like a linker error which I don't think would be happening at that stage of the build either.

The error message looks like the linker wasn't given the flag for a library it's supposed to be linking to, but I don't know why. A full verbose log from waf that shows what commands it's running might help.

I'm really tired so I might be missing something obvious. But I can at least tell you for sure that the build works for me, including linking to shaderc.

What version is your glslang? Mine is 11.4.0-1.

SilverMight commented on 2021-05-15 17:32 (UTC) (edited on 2021-05-15 17:34 (UTC) by SilverMight)

Is anyone getting this error after the spirv-tools and shaderc tools update? Downgrading them fixes it for me. mpv: symbol lookup error: /usr/lib/libshaderc_shared.so.1: undefined symbol: _ZN8spvtools9Optimizer18RegisterSizePassesEv Furthermore, trying to build against these new versions gives me this error, but downgrading me lets it build fine ` [289/502] Compiling audio/decode/ad_spdif.c /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib/libshaderc_combined.a(compiler.cc.o): undefined reference to symbol '_ZN7glslang7TShader16setHlslIoMappingEb' /usr/bin/ld: /usr/lib/libglslang.so.11: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status

Waf: Leaving directory /tmp/makepkg/mpv-git/src/mpv/build Build failed -> task in 'mpv' failed with exit status 1 (run with -v to display more information) ==> ERROR: A failure occurred in build(). Aborting... `

nesk_aur commented on 2021-02-23 07:18 (UTC)

I did try deleting /tmp/makepkg completely, same error. Anyway, I got my own mpv build set up, so no problem.

qmega commented on 2021-02-23 05:10 (UTC)

That doesn't look like an issue with this package. Looks like a configuration issue on your system. I'm not very familiar with makepkg internals, but I think that looking for the source clone in /tmp/makepkg means it's either your current working dir or your SRCDEST. The existing mpv directory there, if you didn't create it yourself, could have been left there by some other tool in the process of building another mpv package. I can only speculate on what it contains.

Assuming you don't have something particular set up in /tmp/makepkg intentionally, and that being in /tmp means it's expendable, you could delete it and the build would probably work. Setting SRCDEST (in /etc/makepkg.conf or an environment variable when running makepkg) to a directory where it can clone the source would probably also get past this problem. There may be a deeper problem with your makepkg configuration, though. If you need help with that, Forums or IRC would be better places to ask.

nesk_aur commented on 2021-02-22 13:09 (UTC)

Getting this error:

==> Making package: mpv-git 0.33.0_61_gdae9ea3fa7-1 (Mon 22 Feb 2021 16:07:05 MSK)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: /tmp/makepkg/mpv is not a clone of https://github.com/mpv-player/mpv
    Aborting...

qmega commented on 2021-01-15 04:58 (UTC)

Added an option to enable Javascript support. You can uncomment it near the top of the PKGBUILD, or just install the mujs package and then rebuild this one; mpv's build system enables javascript by default if mujs is found.

lunax commented on 2021-01-14 03:14 (UTC)

I would love to see Javascript support.