Skip to Content.
Sympa Menu

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

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 (8bde254959918f08063a467d548ed0750ce6ae19)
  • Date: Tue, 15 Dec 2015 07:04:42 +0000

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

video/mpv/DEPENDS | 34 ++++++++--------------------------
video/mpv/DETAILS | 8 ++++----
video/mpv/HISTORY | 4 ++++
3 files changed, 16 insertions(+), 30 deletions(-)

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

video/mpv: version 0.14.0

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 5169459..44a6d32 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -116,32 +116,14 @@ optional_depends libcdio \

# features
optional_depends v4l-utils \
- "--enable-radio --enable-radio-v4l2" \
- "--disable-radio --disable-radio-v4l2" \
- "for Video4Linux2 radio interface" &&
-
-if is_depends_enabled $SPELL v4l-utils; then
- if is_depends_enabled $SPELL alsa-lib || is_depends_enabled $SPELL oss;
then
- config_query_option MPV_OPTS "Enable radio capture (through
PCI/line-in)?" n \
- "--enable-radio-capture" \
- "--disable-radio-capture"
- else
- list_add MPV_OPTS "--disable-radio-capture"
- fi
-fi &&
-
-optional_depends v4l-utils \
- "--enable-tv --enable-tv-v4l2" \
- "--disable-tv --disable-tv-v4l2" \
- "for Video4Linux2 TV interface (TV/DVB grabbers)" &&
-
-if is_depends_enabled $SPELL v4l-utils; then
- config_query_option MPV_OPTS "Enable Video4Linux2 MPEG PVR?" y \
- "--enable-pvr" \
- "--disable-pvr"
-else
- list_add MPV_OPTS "--disable-pvr"
-fi &&
+ "--enable-libv4l2 --enable-tv --enable-tv-v4l2" \
+ "--disable-libv4l2 --disable-tv --disable-tv-v4l2" \
+ "for Video4Linux2 TV interface" &&
+
+list_remove MPV_OPTS "--enable-radio-capture" &&
+list_remove MPV_OPTS "--disable-radio-capture" &&
+list_remove MPV_OPTS "--enable-pvr" &&
+list_remove MPV_OPTS "--disable-pvr" &&

optional_depends samba \
"--enable-libsmbclient" \
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index 494b3b0..18026a1 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -1,13 +1,13 @@
SPELL=mpv
- VERSION=0.13.0
+ VERSION=0.14.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:c09f33856c00b618606785e5e8fe588404aa8e1333f49a78c68eacd2b73b678bb6368631e532198f7faed442e064fc6b88f8db76d10a229a2f76b5f40156cb1c
- WAF_VERSION=1.8.16
+
SOURCE_HASH=sha512:523bffe87d6743ac67cab090bb5f43363352491f663debf150e204b942daaaa85176f228011e306d58fa4a05ee962d4bc56b6f77ea943e3efe757417ad52b952
+ WAF_VERSION=1.8.17
SOURCE2=waf-$WAF_VERSION
SOURCE2_URL[0]=http://ftp.waf.io/pub/release/$SOURCE2
-
SOURCE2_HASH=sha512:170231d70f04d44c3462294c5a6199569d24e7e0e742d6b2159c851cb78ddf58a45d427f7b045f0181793033881f11fe6c730ef1ac8c7ea23a054353bbbd916b
+
SOURCE2_HASH=sha512:9c47f3f9a5222480cb1e165521b26969da6be499268f8b0f4d927cfab9d7d50cf348479cc3afc078eed6eb8e1aa99faa8d45cf10a35ef040eb048dd71baa18e1
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 0c12334..977c59c 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,7 @@
+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
+
2015-11-11 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 0.13.0, waf 1.8.16




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (8bde254959918f08063a467d548ed0750ce6ae19), Pavel Vinogradov, 12/15/2015

Archive powered by MHonArc 2.6.24.

Top of Page