missing some of the required clocks, but we do have enough for mpv's use,
so we can patch the check to succeed.
ok tb@, no response from czarkoff@ (maintainer)
unrelated changes:
- X11BASE is hooked up explicitly, so that several tests in waf don't fail
- WRKBUILD is set to subdirectory of WRKSRC, so that mpv does not get relinked
during "make install"
changes:
- old-configure is gone, so use waf
- instead of patching cd/dvd device names, use sed
- explicitly disable dependencies we don't have but may get in future
ok, tweaks and testing bentley@, jasper@ and sthen@
ok ajacoutot@
Upcoming commits will add additional tweaks.
Many thanks to Vadim Zhukov (who did most of the work), Ian McWilliam
(co-maintainer), Stuart Henderson who provided lots of support and
feedback, Antoine Jacoutot who patiently dealt with my broken diffs,
and more generally all the people involved. Most of the recent work was
done during p2k15 and c2k15.
mpv is a fork of mplayer2 and MPlayer. Its option parser was improved
to behave more like other CLI programs, and many option names and
semantics were reworked to make them more intuitive and memorable.
Instead of default GUI it provides a small controller interface that is
triggered by mouse movement. OpenGL video output is capable of many
features loved by videophiles, such as video scaling with popular high
quality algorithms, color management, and more, as well as of hardware
decoding using VDPAU and VAAPI.
From Dmitrij D. Czarkoff. ok sthen@