Package Details: mpv-full 0.38.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
Conflicts: mpv
Provides: mpv
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 21
Popularity: 0.000013
First Submitted: 2017-02-15 20:52 (UTC)
Last Updated: 2024-04-18 17:58 (UTC)

Dependencies (43)

Required by (383)

Sources (1)

Latest Comments

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

dbermond commented on 2023-06-20 02:23 (UTC)

@Bluebomber182 No need to downgrade, just do the required rebuild. Remember that it's user responsibility to take care of the installed AUR packages, including the needed rebuilds.

Bluebomber182 commented on 2023-05-04 01:41 (UTC) (edited on 2023-05-04 01:48 (UTC) by Bluebomber182)

I got this error message after updating with Pacman -Syu. I tried to recompile mpv-full and I still get this error message.

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

Edit: I found a workaround by downgrading to vid.stab 1.1-3 from the archive and then I recompiled mpv-full https://archive.archlinux.org/packages/v/vid.stab/

Wutangrza commented on 2023-03-08 08:08 (UTC)

@credo This is definitely try at your own peril, but you can do the following

yay -G mpv-full
cd mpv-full
# edit the PKGBUILD to remove libpipewire as a dependency
makepkg -si

This will allow you to update, but as dbermond said, not supported and also this is advice from a stranger on the Internet, but it'll probably work for you.

dbermond commented on 2023-02-25 15:40 (UTC)

@credo Sorry, but Manjaro is not supported here. Please seek help in your distribution support channels.

credo commented on 2023-02-24 17:25 (UTC)

The package is not updated in Manjaro. There is a problem with installing "libpipewire-git". Since the "pipewire" package is installed as standard. Removing "pipewire" - breaks other dependencies. Earlier mpv-full 0.35.1-1 was installed without problems.

  • libpipewire-git: /usr/include/pipewire-0.3/pipewire/array.h already exists in the file system (owner is pipewire)
  • libpipewire-git: /usr/include/pipewire-0.3/pipewire/buffers.h already exists in the file system (owner is pipewire)
  • libpipewire-git: /usr/include/pipewire-0.3/pipewire/client.h already exists in the file system (owner is pipewire) .... etc .....

dbermond commented on 2022-08-11 23:48 (UTC)

@SolarAquarion No need to do any bump here. It's user responsibility to track and do the needed rebuilds (see the note) on AUR packages.

@Hanuman You need to rebuild this package against the latest libplacebo. It's user responsibility to track and do the needed rebuilds (see the note) on AUR packages.

Hanuman commented on 2022-08-11 22:56 (UTC)

This version throws mpv: error while loading shared libraries: libplacebo.so.192: cannot open shared object file: No such file or directory

SolarAquarion commented on 2022-08-04 22:25 (UTC)

mpv needs to be bumped for libplacebo

Culted commented on 2022-03-24 19:45 (UTC)

@dbermond thanks for the quick answer and fix

dbermond commented on 2022-03-24 14:14 (UTC)

@Culted It looks like the tests does not work with the current ffmpeg 5.0, as they pass fine on mpv-full-git (which uses ffmpeg-git). Temporarily disabled them. Thanks for reporting.