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

Required by (434)

Sources (2)

Latest Comments

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

Squidward commented on 2023-07-27 19:55 (UTC) (edited on 2023-07-27 19:55 (UTC) by Squidward)

@txyyh you can fix this by temproraly downgradeing glslang by running

pkgctl repo clone --protocol=https --switch="12.2.0-1" glslang

then use makepkg to compile and install the older version

txyyh commented on 2023-07-27 13:06 (UTC)

glslang 12.3.1 removed libglslang-default-resource-limits.so.12, which cause mpv-git can't start successfully

DeadNews commented on 2023-07-10 16:26 (UTC)

Missed dependency mujs:

$ mpv path/to.mp4                                                                                                                            
mpv: error while loading shared libraries: /usr/lib/libmujs.so: cannot open shared object file: No such file or directory

https://archlinux.org/packages/extra/x86_64/mujs/

Required By (2)

    mpv
    mpv (staging)

https://github.com/mpv-player/mpv/blob/cbb1af64d5df760a182acaa8bade40ba77c372df/DOCS/man/javascript.rst?plain=1#L58-L61

Kyletsit commented on 2023-05-11 10:38 (UTC)

I was rebuilding it, using git clean -dfx from AUR wiki page and also tried to manually build without makepkg. But it doesn't matter since it works after today's update.

qmega commented on 2023-05-09 23:12 (UTC)

How are you rebuilding? Is it possible that you reinstalled a previously-built package, e.g. by using makepkg without -f and there hadn't been any commits upstream since your last build? Are you sure you're running the same mpv you're building? Forget to install or have a different mpv in your path?

Kyletsit commented on 2023-05-09 07:51 (UTC)

@zuzavo Yes, i have rebuilt it after python update. Did it again rn to be sure, same error.

zuzavo commented on 2023-05-07 16:07 (UTC) (edited on 2023-05-07 16:08 (UTC) by zuzavo)

@HexxTheSwagger Rebuil mpv hasn't resolved the issue? Your current installation points to a python 3.10 library.

Kyletsit commented on 2023-05-07 15:24 (UTC) (edited on 2023-05-07 15:24 (UTC) by Kyletsit)

Broken with python 3.11

Trying to run mpv, any command:

mpv: error while loading shared libraries: libpython3.10.so.1.0: cannot open shared object file: No such file or directory

Rebuilt today.

I'm not 100% sure if this is the correct place to report this. So if it isn't, I'm sorry.

qmega commented on 2023-01-28 17:57 (UTC)

Fixed.

mxsr commented on 2023-01-28 12:38 (UTC) (edited on 2023-01-28 12:38 (UTC) by mxsr)

version.sh has been deleted. Change to PKGBUILD to use version.py instead, problem solved.