Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e2c5ee3dd04d53824867b2969500a25d4bd6bcac)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e2c5ee3dd04d53824867b2969500a25d4bd6bcac)
  • Date: Mon, 19 Jan 2015 18:26:24 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

video/mpv/DOWNLOAD | 6 ++++++
video/mpv/HISTORY | 2 ++
video/mpv/PRE_BUILD | 7 ++++---
3 files changed, 12 insertions(+), 3 deletions(-)

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

2014-12-14 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: version 0.7.1
diff --git a/video/mpv/PRE_BUILD b/video/mpv/PRE_BUILD
index 4e9edd3..163182f 100755
--- a/video/mpv/PRE_BUILD
+++ b/video/mpv/PRE_BUILD
@@ -1,3 +1,4 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-./bootstrap.py
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $BUILD_DIRECTORY &&
+tar -xaf $SOURCE_CACHE/waf-$SOURCE &&
+cd $SOURCE_DIRECTORY



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e2c5ee3dd04d53824867b2969500a25d4bd6bcac), Pol Vinogradov, 01/19/2015

Archive powered by MHonArc 2.6.24.

Top of Page