Skip to Content.
Sympa Menu

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

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 (9a0a64c30dd309925a07cd2d5a40fb978047e950)
  • Date: Fri, 5 Jul 2019 00:49:13 +0000

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

video/mpv/DEPENDS | 2 +-
video/mpv/DETAILS | 4 ++--
video/mpv/HISTORY | 4 ++++
3 files changed, 7 insertions(+), 3 deletions(-)

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

video/mpv: updated waf to 2.0.17, needs python3 now

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 23ec2ec..93b3ecc 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -1,5 +1,5 @@
depends perl &&
-depends python &&
+depends python3 &&
depends LIBAVCODEC &&

optional_depends LUA \
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index 7a96ade..650ab0c 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -5,10 +5,10 @@
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]="https://github.com/${SPELL}-player/${SPELL}/archive/v${VERSION}.tar.gz";
SOURCE_HINTS="no-check-certificate"
- WAF_VERSION="2.0.4"
+ WAF_VERSION="2.0.17"
+
SOURCE2_HASH="sha512:1406ef04b7ca27ddda6caf1aef0af6e8e92e7fd09e14ec72613e0110abf76eb541526356a8330da27aab072aeb8e1f394e68634a95e874b53e63d1a45342307a"
SOURCE2="waf-${WAF_VERSION}"
SOURCE2_URL[0]="https://waf.io/${SOURCE2}";
-
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 8dbbfc0..560535f 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,7 @@
+2019-07-04 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: waf version 2.0.17
+ * DEPENDS: python -> python3
+
2019-04-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* TRIGGERS: check_self if one of the providers of OPENGL is cast




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9a0a64c30dd309925a07cd2d5a40fb978047e950), Pavel Vinogradov, 07/04/2019

Archive powered by MHonArc 2.6.24.

Top of Page