Skip to Content.
Sympa Menu

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

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 (36ec869d90345847c7fe9b7c60641c498131cfdd)
  • Date: Sun, 25 Dec 2016 22:22:59 +0000

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

video/mpv/DEPENDS | 22 ++++++----------------
video/mpv/DETAILS | 8 ++++----
video/mpv/HISTORY | 5 +++++
3 files changed, 15 insertions(+), 20 deletions(-)

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

video/mpv: version 0.23.0

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 44a6d32..359f153 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -12,11 +12,6 @@ optional_depends docutils \
"--disable-manpage-build" \
"to build and install manpage" &&

-optional_depends texlive \
- "--enable-pdf-build" \
- "--disable-pdf-build" \
- "to build and install PDF manual" &&
-
# audio output
optional_depends alsa-lib \
"--enable-alsa" \
@@ -154,16 +149,6 @@ optional_depends libdvdnav \
"--disable-dvdnav" \
"for dvd navigation support" &&

-optional_depends libguess \
- "--enable-libguess" \
- "--disable-libguess" \
- "for charset discovery and conversion using libguess" &&
-
-optional_depends enca \
- "--enable-enca" \
- "--disable-enca" \
- "for ENCA charset oracle library support" &&
-
optional_depends libass \
"--enable-libass" \
"--disable-libass" \
@@ -183,4 +168,9 @@ fi &&

if is_depends_enabled $SPELL $(get_spell_provider $SPELL LUA); then
optional_depends youtube-dl "" "" "to watch Youtube videos"
-fi
+fi &&
+
+optional_depends libarchive \
+ "--enable-libarchive" \
+ "--disable-libarchive" \
+ "to support reading zip files and more"
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index 67a80aa..16dbcfc 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -1,13 +1,13 @@
SPELL="mpv"
- VERSION="0.22.0"
+ VERSION="0.23.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:6c021bfb79cbedee842bf122ebb29df56e8b1cbfcb038bd54bf6e2f2db2a6550b71fd9fe8998dbd79b4ceeab3fbcab65ec60695f255c5cb36fb1feae17b797c0
- WAF_VERSION="1.9.5"
+
SOURCE_HASH="sha512:16304a729684ba177cb902e2508bdba09b344228c44ac78b27302ee4e0bcfb344b3522969e834516547bf82825009afd3bef1701327fdcaa42a9696065cca591"
+ WAF_VERSION="1.9.7"
SOURCE2="waf-${WAF_VERSION}"
SOURCE2_URL[0]="http://waf.io/${SOURCE2}";
-
SOURCE2_HASH="sha512:6e1a807bcb5afb0bb2c1a838bbc149a32aef4af190903861cbde882ee3cc5aa97a59f20dd5fe329dbcda896d1fa30dfb1cc74738b5fe341b906d006db6097093"
+
SOURCE2_HASH="sha512:e713c22e1f4ff710921cf81b68de861331ba39da0d65604765a8966484c90dd93e6243859df95baf78125e85c9285cdf3a42c6548a0e9d2848adb0def5eedce4"
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 6c9549a..f09e8f2 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,8 @@
+2016-12-25 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.23.0, waf 1.9.7
+ * DEPENDS: dropped enca, libguess and texlive;
+ added libarchive as optional
+
2016-11-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.22.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (36ec869d90345847c7fe9b7c60641c498131cfdd), Pavel Vinogradov, 12/25/2016

Archive powered by MHonArc 2.6.24.

Top of Page