Search Criteria
Package Details: mpv-git 0.39.0_13_g2c5928e518-1
Package Actions
| 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: | 229 |
| Popularity: | 0.42 |
| First Submitted: | 2012-12-04 09:21 (UTC) |
| Last Updated: | 2024-09-24 06:58 (UTC) |
Dependencies (18)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libass (libass-gitAUR)
- libplacebo (libplacebo-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxpresent
- libxss
- luajit (luajit-2.1-lua52-gitAUR, luajit-clang-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- wayland (wayland-asan-gitAUR, wayland-chromiumAUR, wayland-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- meson (meson-gitAUR) (make)
- pacman-contrib (pacman-contrib-gitAUR) (make)
- python-docutils (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- youtube-dlAUR (youtube-dl-gitAUR, youtube-dl-nightlyAUR, yt-dlp-drop-inAUR) (optional) – for video-sharing websites playback
- yt-dlp (yt-dlp-gitAUR, neodlpAUR, yt-dlp-nightly-binAUR) (optional) – for video-sharing websites playback (preferred over youtube-dl)
Required by (626)
- abs-flutter-bin (requires mpv)
- aceplay (requires mpv) (optional)
- aceplay-bin (requires mpv) (optional)
- acestream-launcher (requires mpv) (optional)
- acter-bin (requires mpv)
- acter-nightly-bin (requires mpv)
- aethertune-bin (requires mpv)
- aliyunpan-gaozhangmin-bin (requires mpv) (optional)
- amphi-cloud (requires mpv)
- amphi-music (requires mpv)
- amphi-notes (requires mpv)
- amphi-photos (requires mpv)
- ani-cli (requires mpv)
- ani-cli-arabic (requires mpv)
- ani-cli-git (requires mpv)
- ani-cli-mx (requires mpv)
- ani-cli-mx-git (requires mpv)
- ani-cli-vostfr-git (requires mpv)
- ani-dl (requires mpv)
- ani-skip-git (requires mpv)
- Show 606 more...
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 38 Next › Last »
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: _ZN8spvtools9Optimizer18RegisterSizePassesEvFurthermore, 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 statusWaf: 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... `
<deleted-account> 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.
<deleted-account> commented on 2021-02-22 13:09 (UTC)
Getting this error:
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.
qmega commented on 2020-12-11 23:30 (UTC)
@Baerbeisser Works for me. That errors looks like it comes from aria2... but that works for me too. Maybe try with another command line tool like curl, and then examine aria2 or your system certs depending on whether it works.
I've seen cert chains that work in the browser and not from the command line because browsers chase intermediate certs, so it could be something like that, but I'm not sure why it would be happening to you and not me. Looks like waf.io uses Let's Encrypt, and I believe something changed with their intermediates lately, so maybe something on your system is just out of date?
Baerbeisser commented on 2020-12-11 19:34 (UTC)
Build fails since yesterday. Message:
The URL opens in the Browser though.
qmega commented on 2020-10-16 21:48 (UTC)
@misc: Yeah, noexec on the filesystem you cloned to would do it. Wouldn't affect waf because prepare() is copying that so it's actually residing on /tmp's filesystem.
I've made the change you suggested.
Thanks for following up.
misc commented on 2020-10-16 19:29 (UTC) (edited on 2020-10-16 19:32 (UTC) by misc)
@qmega: no noexec for /tmp and no issues with python3 either.
The full error is: /mnt/build/mpv-git/PKGBUILD: line 140: /tmp/makepkg/mpv-git/src/find-deps.py: Permission denied
(Re. python or python3, I have no preference.)
edit: noexec is however set for the partition that the PKGBUILD & co. reside on, and since the find-deps.py on /tmp is only a symlink, I'm guessing that's the cause.
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 38 Next › Last »