Skip to Content.
Sympa Menu

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

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 (7f14e08036d11818c91732a198cd35adbf19de41)
  • Date: Mon, 12 Feb 2018 18:05:01 +0000

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

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

New commits:
commit 7f14e08036d11818c91732a198cd35adbf19de41
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/mpv: version 0.28.1, SECURITY_PATCH++

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index adc48ab..429b9fd 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -1,7 +1,6 @@
-
depends perl &&
depends python &&
-depends ffmpeg &&
+depends LIBAVCODEC &&

optional_depends LUA \
"--enable-lua" \
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index 9d2f238..c4ed19f 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -1,9 +1,15 @@
SPELL="mpv"
+if [[ $(get_spell_provider ${SPELL} LIBAVCODEC) == "ffmpeg" ]]; then
VERSION="0.27.1"
+
SOURCE_HASH="sha512:3b8e12edb20b6ffdbbb02aba9cc64ad25e4fb583efc72248549641a46cc840827c1b6b017e7efc323d8a8299b7b094a676525bd978b8c3c9ecccca32fe39149a"
+else
+ VERSION="0.28.1"
+
SOURCE_HASH="sha512:7593e5dbb5963bf39f57f8a08f1b5142474897172a2c6cafcbfd3a83a2f0cfb9a3e5d62eea6625f01aae8ccc236b738511846cd5a5016b93d2510f12f0be7624"
+ SECURITY_PARCH="1"
+fi
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:3b8e12edb20b6ffdbbb02aba9cc64ad25e4fb583efc72248549641a46cc840827c1b6b017e7efc323d8a8299b7b094a676525bd978b8c3c9ecccca32fe39149a
WAF_VERSION="2.0.4"
SOURCE2="waf-${WAF_VERSION}"
SOURCE2_URL[0]="https://waf.io/${SOURCE2}";
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 29534b6..9fec960 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,8 @@
+2018-02-12 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.28.1, SECURITY_PATCH++, (CVE-2018-6360), kept
+ the old 0.27.1 version as well
+ * DEPENDS: LIBAVCODEC is back
+
2018-02-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: downgrade to 0.27.1 which is compatible with stable ffmpeg
* DEPENDS: depend on ffmpeg instead of ffmpeg-svn



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7f14e08036d11818c91732a198cd35adbf19de41), Pavel Vinogradov, 02/12/2018

Archive powered by MHonArc 2.6.24.

Top of Page