Skip to Content.
Sympa Menu

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

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 (ea79b51f779bb400981797a0abccb2c86a3d543e)
  • Date: Mon, 19 Jan 2015 01:29:32 -0600

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

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

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

video/mpv: version 0.7.2

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 35acc74..a8ab066 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -2,7 +2,7 @@ depends perl &&
depends python &&
depends LIBAVCODEC &&

-optional_depends lua \
+optional_depends LUA \
"--enable-lua" \
"--disable-lua" \
"for Lua scripting support" &&
@@ -217,4 +217,8 @@ fi &&

if is_depends_enabled $SPELL $(get_spell_provider $SPELL OPENGL); then
suggest_depends smgl-gl_select "" "" "to switch between OPENGL providers
in userspace"
+fi &&
+
+if is_depends_enabled $SPELL $(get_spell_provider $SPELL LUA); then
+ optional_depends youtube-dl "" "" "to watch Youtube videos"
fi
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index 6614be0..befc44f 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -1,10 +1,9 @@
SPELL=mpv
- VERSION=0.7.1
+ VERSION=0.7.2
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCEX=v${VERSION}.tar.gz
-
SOURCE_URL[0]=https://github.com/${SPELL}-player/${SPELL}/archive/${SOURCEX}
+
SOURCE_URL[0]=https://github.com/${SPELL}-player/${SPELL}/archive/v${VERSION}.tar.gz
SOURCE_HINTS="no-check-certificate"
-
SOURCE_HASH=sha512:6d04bab99f89f9dde215622116d38baaa78b20cff94c985b6edd1545162528dd3dbdc1e898bedcd5ac56b7c15e77f3f723333d8bc28a5b709802c7f8f6f33548
+
SOURCE_HASH=sha512:7fbfbe3cc255d4ab7d9a18905d680db3d78d6423d38cc5db67d5fa1031d0afb6556a12f9136de8c85e1564dfcdd77e0a462262cf599781f940586be9b767fe8a
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 66d315a..1356b40 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,9 @@
+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
+ if any provider of lua is enabled
+ * INSTALL: ./waf install -> waf_install
+
2014-12-14 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: version 0.7.1
* BUILD: needs waf_build without --nocache
diff --git a/video/mpv/INSTALL b/video/mpv/INSTALL
index cc0acc7..d3320cb 100755
--- a/video/mpv/INSTALL
+++ b/video/mpv/INSTALL
@@ -1,4 +1,4 @@
-./waf install
+waf_install

install -vm 755 -d "$INSTALL_ROOT/etc/mpv" &&




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

Archive powered by MHonArc 2.6.24.

Top of Page