Skip to Content.
Sympa Menu

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

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 (8eed2a07d2d29c5e0a17e7e08310bdbbe83d0374)
  • Date: Sun, 23 Apr 2017 16:51:14 +0000

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

video/mpv/DEPENDS | 24 +++++++-----------------
video/mpv/DETAILS | 8 ++++----
video/mpv/HISTORY | 4 ++++
3 files changed, 15 insertions(+), 21 deletions(-)

New commits:
commit 8eed2a07d2d29c5e0a17e7e08310bdbbe83d0374
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/mpv: version 0.25.0

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index e5aced1..73c0897 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -67,10 +67,10 @@ optional_depends libx11 \
"for X11 video output" &&

if is_depends_enabled $SPELL libx11; then
- optional_depends libxext \
- "--enable-xext" \
- "--disable-xext" \
- "for X extensions" &&
+ depends libxext &&
+ depends libxrandr &&
+ depends libxscrnsaver &&
+ depends libxinerama &&

optional_depends libvdpau \
"--enable-vdpau" \
@@ -80,25 +80,15 @@ if is_depends_enabled $SPELL libx11; then
optional_depends libxv \
"--enable-xv" \
"--disable-xv" \
- "for Xv video output" &&
-
- optional_depends libxinerama \
- "--enable-xinerama" \
- "--disable-xinerama" \
- "for Xinerama support"
+ "for Xv video output"
else
list_add MPV_OPTS "--disable-xf86vm" &&
list_add MPV_OPTS "--disable-vdpau" &&
list_add MPV_OPTS "--disable-xv" &&
- list_add MPV_OPTS "--disable-xinerama" &&
- list_add MPV_OPTS "--disable-xext"
+ list_remove MPV_OPTS "--disable-xinerama" &&
+ list_remove MPV_OPTS "--disable-xext"
fi &&

-optional_depends libxscrnsaver \
- "--enable-xss" \
- "--disable-xss" \
- "for screensaver support via xss" &&
-
# codecs
optional_depends JPEG \
"--enable-jpeg" \
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index b077292..dac9047 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -1,13 +1,13 @@
SPELL="mpv"
- VERSION="0.24.0"
+ VERSION="0.25.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:c1d988ccf9e22765822b9ce75c04f155df4fc4bd4c2aa164903eee8947c36f659116c2ab96668a4af31c4f5aeecbf20ce21191c48456d74e138db617a1e34d96"
- WAF_VERSION="1.9.7"
+
SOURCE_HASH="sha512:eefc574e2995ddf6bd15c9b62986a5ca277c30949b036d57a11bbfb796c11c1e6dd7c313abd91a909dd98ca0f2b0be29ec6b980d0287a5891b42b0ffba926cbf"
+ WAF_VERSION="1.9.10"
SOURCE2="waf-${WAF_VERSION}"
SOURCE2_URL[0]="http://waf.io/${SOURCE2}";
-
SOURCE2_HASH="sha512:e713c22e1f4ff710921cf81b68de861331ba39da0d65604765a8966484c90dd93e6243859df95baf78125e85c9285cdf3a42c6548a0e9d2848adb0def5eedce4"
+
SOURCE2_HASH="sha512:f71e5a6ba7bdb63b11e8afd99ad9b1d5408343995caed34878994b4916775644d5eb8105a036e84f47bbe96e4f980225d375274ef6517f75debe575d881a9e88"
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 6149929..fae3ccb 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,7 @@
+2017-04-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.25.0, waf 1.9.10
+ * DEPENDS: updated X11 libraries
+
2017-03-17 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: libcdio -> libcdio-paranoia




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8eed2a07d2d29c5e0a17e7e08310bdbbe83d0374), Pavel Vinogradov, 04/23/2017

Archive powered by MHonArc 2.6.24.

Top of Page