Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b098233437098bfa3a5a9c156301a79c6331e859)
  • Date: Sat, 30 Dec 2017 23:18:13 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

video/mpv/BUILD | 2 +-
video/mpv/DETAILS | 4 ++--
video/mpv/HISTORY | 5 +++++
3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit b098233437098bfa3a5a9c156301a79c6331e859
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/mpv: updated waf to 2.0.4, fixed the binary installation problem

diff --git a/video/mpv/BUILD b/video/mpv/BUILD
index 63c28f8..ecc7982 100755
--- a/video/mpv/BUILD
+++ b/video/mpv/BUILD
@@ -18,5 +18,5 @@ if is_depends_enabled $SPELL $(get_spell_provider $SPELL
OPENGL); then
fi
fi &&

-OPTS+=" --confdir=$INSTALL_ROOT/etc/mpv" &&
+OPTS+=" --bindir=${INSTALL_ROOT}/usr/bin --confdir=${INSTALL_ROOT}/etc/mpv"
&&
waf_build
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index 72b37a6..f877a6b 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -4,10 +4,10 @@

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

SOURCE_HASH="sha512:33e889f9ca2dd16ad055ccd9fc5549fcead3fd15dcbc52c6b5f3ef608cf87b3d9952e9236e3dec8e7f32240b68d0b0cff1499f511d39c8f3a0501334f5c57a70"
- WAF_VERSION="1.9.14"
+ WAF_VERSION="2.0.4"
SOURCE2="waf-${WAF_VERSION}"
SOURCE2_URL[0]="https://waf.io/${SOURCE2}";
-
SOURCE2_HASH="sha512:8a6bed7c03ad6860335bef7e98702ad1f23ddffd5c59fa98338b3f5c43586b86a76be6241f784b9ef976d216a4a2b14d0f9e35ada78d79a45a445ab50cc1177e"
+
SOURCE2_HASH="sha512:e6c98621c994760c0b57aa4bbfc8b0caf10bcae799a7cfd0fed7222d7b7b5f7bc1b579a2c4f524b38d66db6ea3e59e14007e13f996e834d8925db9d334ea5ac2"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOCS="Copyright DOCS/tech-overview.txt DOCS/OUTDATED-tech/*
${DOCS}"
WEB_SITE="https://mpv.io/";
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index f210ec3..2484e53 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,8 @@
+2017-12-30 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: waf version 2.0.4
+ * BUILD: added explicit bindir option to address the lack of binary
+ installation
+
2017-12-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: downgraded waf to 1.9.14, 2.0.x branch doesn't install
the mpv executable itself



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b098233437098bfa3a5a9c156301a79c6331e859), Pavel Vinogradov, 12/30/2017

Archive powered by MHonArc 2.6.24.

Top of Page