Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (7db7d92135f1de11f7b4a551196eacaa0c963b76)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (7db7d92135f1de11f7b4a551196eacaa0c963b76)
  • Date: Mon, 3 Oct 2016 11:17:38 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

video/mpv/CONFIGURE | 3 +++
video/mpv/DEPENDS | 10 ----------
video/mpv/HISTORY | 3 +++
3 files changed, 6 insertions(+), 10 deletions(-)

New commits:
commit 7db7d92135f1de11f7b4a551196eacaa0c963b76
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mpv: dropped deprecated flags

diff --git a/video/mpv/CONFIGURE b/video/mpv/CONFIGURE
index 796487a..fcc9552 100755
--- a/video/mpv/CONFIGURE
+++ b/video/mpv/CONFIGURE
@@ -1,5 +1,8 @@
default_configure &&

+list_remove MPV_OPTS '--enable-radio-capture' &&
+list_remove MPV_OPTS '--disable-radio-capture' &&
+
config_query_option MPV_OPTS "Compile-in debugging information?" y \
"--enable-debug-build" \
"--disable-debug-build" &&
diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index a8ab066..e917e4c 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -140,16 +140,6 @@ optional_depends v4l-utils \
"--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" \
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 238b3ef..8308232 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,6 @@
+2016-10-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, CONFIGURE: dropped deprecated flags
+
2015-01-20 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: added waf 1.8.5 as SOURCE2
* DOWNLOAD: removed, waf is downloaded by DETAILS



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (7db7d92135f1de11f7b4a551196eacaa0c963b76), Vlad Glagolev, 10/03/2016

Archive powered by MHonArc 2.6.24.

Top of Page