Package Details: mpv-full 0.39.0-1

Git Clone URL: https://aur.archlinux.org/mpv-full.git (read-only, click to copy)
Package Base: mpv-full
Description: A free, open source, and cross-platform media player (with all possible libs)
Upstream URL: https://mpv.io/
Keywords: hwaccel mpv player video
Licenses: GPL-2.0-or-later
Conflicts: mpv
Provides: mpv
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 21
Popularity: 0.000003
First Submitted: 2017-02-15 20:52 (UTC)
Last Updated: 2024-09-23 23:50 (UTC)

Dependencies (43)

Required by (398)

Sources (1)

Latest Comments

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

Culted commented on 2022-03-22 21:33 (UTC)

compilation breaks during the check part of makepkg

the log is long so i used pastebin hope that's ok

https://pastebin.com/Dktmwa2b

there are also a lot of warning during compilation, maybe those have someting to do with the tests breaking again i used pastebin

https://pastebin.com/sQy6NVdW https://pastebin.com/JFxX194f

because i am seeing a lot of gpu references in the warnings i want to mention that i have a nvidia card with the latest 510.54 driver version

dbermond commented on 2022-02-18 22:15 (UTC)

@h3xo It's up to you to rebuild your AUR packages against soname bumps.

h3xo commented on 2022-02-18 08:00 (UTC) (edited on 2022-02-18 08:27 (UTC) by h3xo)

Today I ran in some problem with mpv-full and ffmpeg. When I started mpv I got

mpv: error while loading shared libraries: libavutil.so.56: cannot open shared object file: No such file or directory

Running FFmpeg gave me this

...
  libavutil      57. 17.100 / 57. 17.100
  libavcodec     59. 18.100 / 59. 18.100
  libavformat    59. 16.100 / 59. 16.100
  libavdevice    59.  4.100 / 59.  4.100
  libavfilter     8. 24.100 /  8. 24.100
  libswscale      6.  4.100 /  6.  4.100
  libswresample   4.  3.100 /  4.  3.100
  libpostproc    56.  3.100 / 56.  3.100
...

Here's also an output from ls -l /usr/lib

lrwxrwxrwx   1 root root    22 Feb 17 19:59 libavutil.so -> libavutil.so.57.17.100
lrwxrwxrwx   1 root root    22 Feb 17 19:59 libavutil.so.57 -> libavutil.so.57.17.100
-rwxr-xr-x   1 root root  663K Feb 17 19:59 libavutil.so.57.17.100

thales.barretto commented on 2022-02-01 00:31 (UTC)

@dbermond. Thanks for the help. My linking issues were due to a broken 'ffmpeg-full' build. After a rebuilding both (ffmpeg-full AND mpv-full) against tesseract-5 everything is working fine.

dbermond commented on 2022-02-01 00:22 (UTC)

@thales.barretto The package is currently building fine for me. This package does not depend on tesseract, and being such, an unneeded dependency should not be added to depends. Probably you have something that links to tesseract that needs a rebuild, like a custom ffmpeg, a custom vapoursynth or something else. Up to you to find what's broken and fix/update it. When you use the AUR, you are for your own, since you need to carefully handle the needed rebuilds.

dbermond commented on 2022-01-31 19:10 (UTC)

@thales.barretto It's user responsibility[1] to do the needed AUR rebuilds when a dependency get a soname bump.

[1] https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages

thales.barretto commented on 2022-01-31 16:30 (UTC)

The latest packages tesseract-5 are breaking mpv: "mpv: error while loading shared libraries: libtesseract.so.4: cannot open shared object file: No such file or directory"