Skip to Content.
Sympa Menu

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

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 (7451a1eab3b29250557d6e65c343e5a110aca35a)
  • Date: Tue, 20 Jan 2015 01:59:19 -0600

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

video/mpv/DETAILS | 5 +++++
video/mpv/DOWNLOAD | 6 ------
video/mpv/HISTORY | 5 +++++
video/mpv/PRE_BUILD | 8 ++++----
4 files changed, 14 insertions(+), 10 deletions(-)

New commits:
commit 7451a1eab3b29250557d6e65c343e5a110aca35a
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

video/mpv: made use of DETAILS' SOURCE2 for bootstrapping waf

diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index befc44f..38100e4 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -4,10 +4,15 @@

SOURCE_URL[0]=https://github.com/${SPELL}-player/${SPELL}/archive/v${VERSION}.tar.gz
SOURCE_HINTS="no-check-certificate"

SOURCE_HASH=sha512:7fbfbe3cc255d4ab7d9a18905d680db3d78d6423d38cc5db67d5fa1031d0afb6556a12f9136de8c85e1564dfcdd77e0a462262cf599781f940586be9b767fe8a
+ WAF_VERSION=1.8.5
+ SOURCE2=waf-$WAF_VERSION
+ SOURCE2_URL[0]=http://ftp.waf.io/pub/release/$SOURCE2
+
SOURCE2_HASH=sha512:b1f0d0d4b745ef791b46bdd8430634a3621ebb5d8b4a3158fb55493c932eda33743ebd3ffc2023a030a6df5eee6c406f5b8b7e2a562c52e0d6a16b2328418dc0
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOCS="Copyright DOCS/tech-overview.txt DOCS/OUTDATED-tech/*
$DOCS"
WEB_SITE=http://mpv.io/
LICENSE[0]=GPL
+ LICENSE[1]=BSD
ENTERED=20130927
KEYWORDS="player video"
SHORT="free and open-source general-purpose video player"
diff --git a/video/mpv/DOWNLOAD b/video/mpv/DOWNLOAD
deleted file mode 100755
index 69c2432..0000000
--- a/video/mpv/DOWNLOAD
+++ /dev/null
@@ -1,6 +0,0 @@
-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 dc747e3..238b3ef 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,8 @@
+2015-01-20 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: added waf 1.8.5 as SOURCE2
+ * DOWNLOAD: removed, waf is downloaded by DETAILS
+ * PRE_BUILD: checks waf hashsum and installs it into source directory
+
2015-01-19 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated spell to 0.7.2, removed SOURCEX
* DEPENDS: lua -> LUA, added youtube-dl optionally
diff --git a/video/mpv/PRE_BUILD b/video/mpv/PRE_BUILD
index 163182f..fea6a6f 100755
--- a/video/mpv/PRE_BUILD
+++ b/video/mpv/PRE_BUILD
@@ -1,4 +1,4 @@
-mk_source_dir $SOURCE_DIRECTORY &&
-cd $BUILD_DIRECTORY &&
-tar -xaf $SOURCE_CACHE/waf-$SOURCE &&
-cd $SOURCE_DIRECTORY
+default_pre_build &&
+verify_file '2' &&
+cd $SOURCE_DIRECTORY &&
+install -m 0755 $SOURCE_CACHE/$SOURCE2 waf



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

Archive powered by MHonArc 2.6.24.

Top of Page