Skip to Content.
Sympa Menu

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

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 (f0100c43af9b861ec173767e508dc0dd27777cdf)
  • Date: Sun, 14 Dec 2014 21:39:37 -0600

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

video/mpv/BUILD | 5 ++++-
video/mpv/DEPENDS | 5 -----
video/mpv/DETAILS | 4 ++--
video/mpv/HISTORY | 4 +++-
4 files changed, 9 insertions(+), 9 deletions(-)

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

video/mpv: version 0.7.1 + some cleanups/fixes

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

OPTS+=" --confdir=$INSTALL_ROOT/etc/mpv" &&
-waf_build
+./waf configure --prefix=${INSTALL_ROOT}/usr \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ -j $MAKE_NJOBS $OPTS &&
+./waf build
diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index b13ae5d..35acc74 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -172,11 +172,6 @@ if is_depends_enabled $SPELL samba; then
depends SSL
fi &&

-optional_depends libquvi \
- "--enable-libquvi4" \
- "--disable-libquvi4" \
- "for parsing media stream URLs via libquvi 0.4.x" &&
-
optional_depends lcms2 \
"--enable-lcms2" \
"--disable-lcms2" \
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index 067979c..6614be0 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -1,10 +1,10 @@
SPELL=mpv
- VERSION=0.6.2
+ VERSION=0.7.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCEX=v${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/${SPELL}-player/${SPELL}/archive/${SOURCEX}
SOURCE_HINTS="no-check-certificate"
-
SOURCE_HASH=sha512:0b595bd8c63618bda19786bbb355a033189e1dfb77da63716eff7d98642f23b248ed147bd62b97a6f7c6c9d0d8c6965f7c402c8c768d2d00b91b2610c74e8eb6
+
SOURCE_HASH=sha512:6d04bab99f89f9dde215622116d38baaa78b20cff94c985b6edd1545162528dd3dbdc1e898bedcd5ac56b7c15e77f3f723333d8bc28a5b709802c7f8f6f33548
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 e798189..66d315a 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,5 +1,7 @@
2014-12-14 Pol Vinogradov <vin.public AT gmail.com>
- * DEPENDS: ffmpeg -> LIBAVCODEC
+ * DETAILS: version 0.7.1
+ * BUILD: needs waf_build without --nocache
+ * DEPENDS: ffmpeg -> LIBAVCODEC, removed libquvi

2014-11-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.6.2



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (f0100c43af9b861ec173767e508dc0dd27777cdf), Pol Vinogradov, 12/14/2014

Archive powered by MHonArc 2.6.24.

Top of Page