New commits:
commit e2c5ee3dd04d53824867b2969500a25d4bd6bcac
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
video/mpv: fixed getting the waf script from upstream
diff --git a/video/mpv/DOWNLOAD b/video/mpv/DOWNLOAD
new file mode 100755
index 0000000..69c2432
--- /dev/null
+++ b/video/mpv/DOWNLOAD
@@ -0,0 +1,6 @@
+default_download &&
+unpack_file '' &&
+pushd $SPELL-$VERSION &&
+./bootstrap.py &&
+popd &&
+tar -caf $SOURCE_CACHE/waf-$SOURCE $SPELL-$VERSION
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 1356b40..dc747e3 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -3,6 +3,8 @@
* DEPENDS: lua -> LUA, added youtube-dl optionally
if any provider of lua is enabled
* INSTALL: ./waf install -> waf_install
+ * PRE_BUILD, DOWNLOAD: moved most of PRE_BUILD code functionality
+ to DOWNLOAD to get waf script from upstream in a proper way