summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rwxr-xr-xvideo/mpv/BUILD4
-rwxr-xr-xvideo/mpv/DETAILS4
-rw-r--r--video/mpv/HISTORY4
3 files changed, 6 insertions, 6 deletions
diff --git a/video/mpv/BUILD b/video/mpv/BUILD
index 980fc65b84..bcb7248c8f 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 b5cd72a2f4..f675fde6e1 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 445305731b..65c9f9ea65 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,7 @@
+2021-11-01 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 0.34.0
+ * BUILD: no need in strict ABI fix anymore
+
2021-09-07 Pavel Vinogradov <public@sourcemage.org>
* BUILD: fixed building with ffmpeg-svn (needs strict ABI)