Skip to Content.
Sympa Menu

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

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 (5a553bf3746ec7a06f65e22c08dedb3ca06c8771)
  • Date: Mon, 18 Jan 2016 19:45:29 +0000

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

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

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

video/mpv: version 0.15.0

diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index 18026a1..24c0d4b 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -1,13 +1,13 @@
SPELL=mpv
- VERSION=0.14.0
+ VERSION=0.15.0
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/${SPELL}-player/${SPELL}/archive/v${VERSION}.tar.gz
SOURCE_HINTS="no-check-certificate"
-
SOURCE_HASH=sha512:523bffe87d6743ac67cab090bb5f43363352491f663debf150e204b942daaaa85176f228011e306d58fa4a05ee962d4bc56b6f77ea943e3efe757417ad52b952
- WAF_VERSION=1.8.17
+
SOURCE_HASH=sha512:6f12487ff9bedd6872993189e3359c04ab0de559fd42bfcc5accdbfbd02e0d863cf3d7cfa5cceaedd174a4c16c831914945cf9cf6c918732f72fa44467127332
+ WAF_VERSION=1.8.18
SOURCE2=waf-$WAF_VERSION
SOURCE2_URL[0]=http://ftp.waf.io/pub/release/$SOURCE2
-
SOURCE2_HASH=sha512:9c47f3f9a5222480cb1e165521b26969da6be499268f8b0f4d927cfab9d7d50cf348479cc3afc078eed6eb8e1aa99faa8d45cf10a35ef040eb048dd71baa18e1
+
SOURCE2_HASH=sha512:16126f0fd6324007a2a30b3dd59db0831b39786769a00e4272d09a4a1a0bc88a22d9c96c1967f84975c858a1190036d92f3ff9ca2ca0c18c6fa8b92ae83ec6f5
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOCS="Copyright DOCS/tech-overview.txt DOCS/OUTDATED-tech/*
$DOCS"
WEB_SITE=http://mpv.io/
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 977c59c..795a5ff 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,7 @@
+2016-01-18 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated spell to 0.15.0, waf 1.8.18
+ * PRE_BUILD: added fix for example configuration file installation
+
2015-12-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 0.14.0, waf 1.8.17
* DEPENDS: updated v4l-utils flags
diff --git a/video/mpv/PRE_BUILD b/video/mpv/PRE_BUILD
index fea6a6f..242b6ab 100755
--- a/video/mpv/PRE_BUILD
+++ b/video/mpv/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
verify_file '2' &&
cd $SOURCE_DIRECTORY &&
-install -m 0755 $SOURCE_CACHE/$SOURCE2 waf
+install -m 0755 $SOURCE_CACHE/$SOURCE2 waf &&
+cp etc/{mpv,example}.conf



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5a553bf3746ec7a06f65e22c08dedb3ca06c8771), Pavel Vinogradov, 01/18/2016

Archive powered by MHonArc 2.6.24.

Top of Page