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

Required by (409)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 28 29 30 31 32 33 34 35 36 37 38 Next › Last »

karol_007 commented on 2013-08-26 00:57 (UTC)

Ooops, you're right WonderWoofy, I do have wayland installed.

karol_007 commented on 2013-08-26 00:51 (UTC)

If you don't have wayland, it fails with CC video/out/vo_wayland.o video/out/vo_wayland.c:61:6: error: 'WL_SHM_FORMAT_RGB332' undeclared here (not in a function) {WL_SHM_FORMAT_RGB332, IMGFMT_BGR8, false}, // 3b 3g 2r ^ video/out/vo_wayland.c:62:6: error: 'WL_SHM_FORMAT_BGR233' undeclared here (not in a function) {WL_SHM_FORMAT_BGR233, IMGFMT_RGB8, false}, // 3r 3g 3b, ^ video/out/vo_wayland.c:63:6: error: 'WL_SHM_FORMAT_XRGB4444' undeclared here (not in a function) {WL_SHM_FORMAT_XRGB4444, IMGFMT_BGR12_LE, false}, // 4b 4g 4r 4a ^ video/out/vo_wayland.c:64:6: error: 'WL_SHM_FORMAT_XBGR4444' undeclared here (not in a function) {WL_SHM_FORMAT_XBGR4444, IMGFMT_RGB12_LE, false}, // 4r 4g 4b 4a ^ video/out/vo_wayland.c:65:6: error: 'WL_SHM_FORMAT_RGBX4444' undeclared here (not in a function) {WL_SHM_FORMAT_RGBX4444, IMGFMT_RGB12_BE, false}, // 4a 4b 4g 4r ^ video/out/vo_wayland.c:66:6: error: 'WL_SHM_FORMAT_BGRX4444' undeclared here (not in a function) {WL_SHM_FORMAT_BGRX4444, IMGFMT_BGR12_BE, false}, // 4a 4r 4g 4b ^ video/out/vo_wayland.c:67:6: error: 'WL_SHM_FORMAT_ARGB4444' undeclared here (not in a function) {WL_SHM_FORMAT_ARGB4444, IMGFMT_BGR12_LE, false}, ^ video/out/vo_wayland.c:68:6: error: 'WL_SHM_FORMAT_ABGR4444' undeclared here (not in a function) {WL_SHM_FORMAT_ABGR4444, IMGFMT_RGB12_LE, false}, ^ video/out/vo_wayland.c:69:6: error: 'WL_SHM_FORMAT_RGBA4444' undeclared here (not in a function) {WL_SHM_FORMAT_RGBA4444, IMGFMT_RGB12_BE, false}, ^ video/out/vo_wayland.c:70:6: error: 'WL_SHM_FORMAT_BGRA4444' undeclared here (not in a function) {WL_SHM_FORMAT_BGRA4444, IMGFMT_BGR12_BE, false}, video/out/vo_wayland.c:71:6: error: 'WL_SHM_FORMAT_XRGB1555' undeclared here (not in a function) {WL_SHM_FORMAT_XRGB1555, IMGFMT_BGR15_LE, false}, // 5b 5g 5r 1a ^ video/out/vo_wayland.c:72:6: error: 'WL_SHM_FORMAT_XBGR1555' undeclared here (not in a function) {WL_SHM_FORMAT_XBGR1555, IMGFMT_RGB15_LE, false}, // 5r 5g 5b 1a ^ video/out/vo_wayland.c:73:6: error: 'WL_SHM_FORMAT_RGBX5551' undeclared here (not in a function) {WL_SHM_FORMAT_RGBX5551, IMGFMT_RGB15_BE, false}, // 1a 5g 5b 5r ^ video/out/vo_wayland.c:74:6: error: 'WL_SHM_FORMAT_BGRX5551' undeclared here (not in a function) {WL_SHM_FORMAT_BGRX5551, IMGFMT_BGR15_BE, false}, // 1a 5r 5g 5b ^ video/out/vo_wayland.c:75:6: error: 'WL_SHM_FORMAT_ARGB1555' undeclared here (not in a function) {WL_SHM_FORMAT_ARGB1555, IMGFMT_BGR15_LE, false}, video/out/vo_wayland.c:76:6: error: 'WL_SHM_FORMAT_ABGR1555' undeclared here (not in a function) {WL_SHM_FORMAT_ABGR1555, IMGFMT_RGB15_LE, false}, ^ video/out/vo_wayland.c:77:6: error: 'WL_SHM_FORMAT_RGBA5551' undeclared here (not in a function) {WL_SHM_FORMAT_RGBA5551, IMGFMT_RGB15_BE, false}, ^ video/out/vo_wayland.c:78:6: error: 'WL_SHM_FORMAT_BGRA5551' undeclared here (not in a function) {WL_SHM_FORMAT_BGRA5551, IMGFMT_BGR15_BE, false}, ^ video/out/vo_wayland.c:79:6: error: 'WL_SHM_FORMAT_RGB565' undeclared here (not in a function) {WL_SHM_FORMAT_RGB565, IMGFMT_BGR16_LE, false}, // 5b 6g 5r ^ video/out/vo_wayland.c:80:6: error: 'WL_SHM_FORMAT_BGR565' undeclared here (not in a function) {WL_SHM_FORMAT_BGR565, IMGFMT_RGB16_LE, false}, // 5r 6g 5b ^ video/out/vo_wayland.c:81:6: error: 'WL_SHM_FORMAT_RGB888' undeclared here (not in a function) {WL_SHM_FORMAT_RGB888, IMGFMT_BGR24, false}, // 8b 8g 8r ^ video/out/vo_wayland.c:82:6: error: 'WL_SHM_FORMAT_BGR888' undeclared here (not in a function) {WL_SHM_FORMAT_BGR888, IMGFMT_RGB24, false}, // 8r 8g 8b ^ video/out/vo_wayland.c:83:6: error: 'WL_SHM_FORMAT_XBGR8888' undeclared here (not in a function) {WL_SHM_FORMAT_XBGR8888, IMGFMT_RGB0, false}, ^ video/out/vo_wayland.c:84:6: error: 'WL_SHM_FORMAT_RGBX8888' undeclared here (not in a function) {WL_SHM_FORMAT_RGBX8888, IMGFMT_0BGR, false}, ^ video/out/vo_wayland.c:85:6: error: 'WL_SHM_FORMAT_BGRX8888' undeclared here (not in a function) {WL_SHM_FORMAT_BGRX8888, IMGFMT_0RGB, false}, ^ video/out/vo_wayland.c:86:6: error: 'WL_SHM_FORMAT_ABGR8888' undeclared here (not in a function) {WL_SHM_FORMAT_ABGR8888, IMGFMT_RGBA, false}, ^ video/out/vo_wayland.c:87:6: error: 'WL_SHM_FORMAT_RGBA8888' undeclared here (not in a function) {WL_SHM_FORMAT_RGBA8888, IMGFMT_ABGR, false}, ^ video/out/vo_wayland.c:88:6: error: 'WL_SHM_FORMAT_BGRA8888' undeclared here (not in a function) {WL_SHM_FORMAT_BGRA8888, IMGFMT_ARGB, false}, ^ make: *** [video/out/vo_wayland.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... I installed mpv https://aur.archlinux.org/packages/mpv/

felixonmars commented on 2013-08-26 00:32 (UTC)

Build failed for me, due to something missing about wayland: video/out/vo_wayland.c:61:6: error: 'WL_SHM_FORMAT_RGB332' undeclared here (not in a function) {WL_SHM_FORMAT_RGB332, IMGFMT_BGR8, false}, // 3b 3g 2r ^ I do have wayland 1.2.0 from [extra] installed, and the configure script should find it: Checking for Wayland ... yes Could anyone help me with this?

qmega commented on 2013-08-23 21:29 (UTC)

The -really-quiet in the desktop file should probably have two leading dashes (--really-quiet). mpv prefers that format (see their changes file). Obviously not a big deal, but not exactly hard to fix either. Also, maybe change the %F to %U because it can handle URLs.

rpolzer commented on 2013-08-15 13:09 (UTC)

No. The only bug is somewhat misleading option naming. --enable-lirc enable LIRC (remote control) support [autodetect] --enable-lircc enable LIRCCD (LIRC client daemon) input [autodetect] We enable lirc (by using the dependency and autodetect), and disable this client daemon thing. --enable flags are (and always were) broken in mplayer/mpv's configure script, so we don't use them (basically, they skip ALL detection, including calling pkg-config to figure out the proper CFLAGS/LDFLAGS, so if we used them, we'd have to put all that logic into the PKGBUILD). I honestly do not even remember why I disabled the client daemon. Does anyone want it? I will then just enable it by removing its --disable and adding the dependency. I don't have an infrared port, so I don't care.

lolilolicon commented on 2013-08-15 05:32 (UTC)

Doesn't that mean a bug in either namcap or mpv?

rpolzer commented on 2013-08-15 05:04 (UTC)

namcap says lirc-utils IS used. So keeping that there.

rpolzer commented on 2013-08-15 04:20 (UTC)

As for icon and desktop file, we're rather discussing this upstream first. For now only fixing the MIME type.