Skip to Content.
Sympa Menu

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

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 (4d78615f6ae5f35007237af9302fe51cf7b30746)
  • Date: Tue, 2 Nov 2021 00:48:47 +0000

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

video/mpv/BUILD | 4 ----
video/mpv/DETAILS | 4 ++--
video/mpv/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 4d78615f6ae5f35007237af9302fe51cf7b30746
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

video/mpv: version 0.34.0

diff --git a/video/mpv/BUILD b/video/mpv/BUILD
index 980fc65..bcb7248 100755
--- a/video/mpv/BUILD
+++ b/video/mpv/BUILD
@@ -18,9 +18,5 @@ if is_depends_enabled "${SPELL}" "smgl-gl_select"; then
fi
fi &&

-if [[ $(get_spell_provider $SPELL LIBAVCODEC) == "ffmpeg-svn" ]]; then
- OPTS+=" --enable-ffmpeg-strict-abi"
-fi &&
-
OPTS+=" --bindir=${INSTALL_ROOT}/usr/bin --confdir=${INSTALL_ROOT}/etc/mpv"
&&
waf_build
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index b5cd72a..f675fde 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -1,6 +1,6 @@
SPELL="mpv"
- VERSION="0.33.1"
-
SOURCE_HASH="sha512:99d6c40d18c5cf83814b44ec6d8eade229800c5b51a734c9bbe831c3aeb95f8931124c94f6ae2360ffff62053c163bc3c55b254df021e005b350ebc3df7e952b"
+ VERSION="0.34.0"
+
SOURCE_HASH="sha512:9935a20730dbb8fbf4cd11fe2fc38b1981882fc85c93046837a9b99cae089b3f710e6af7d7ea977c177de5479aa24e413f76cab9b995e8b7e66d6b77c524fdf0"
SECURITY_PATCH="3"
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]="https://github.com/${SPELL}-player/${SPELL}/archive/v${VERSION}.tar.gz";
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 4453057..65c9f9e 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,7 @@
+2021-11-01 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.34.0
+ * BUILD: no need in strict ABI fix anymore
+
2021-09-07 Pavel Vinogradov <public AT sourcemage.org>
* BUILD: fixed building with ffmpeg-svn (needs strict ABI)




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4d78615f6ae5f35007237af9302fe51cf7b30746), Pavel Vinogradov, 11/01/2021

Archive powered by MHonArc 2.6.24.

Top of Page