Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (24d03f1c0f08bebd0161f385e669837d838b668c)
  • Date: Sun, 21 Dec 2025 20:36:55 +0000

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

video/mpv/DEPENDS | 13 ++++---------
video/mpv/DETAILS | 4 ++--
video/mpv/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 11 deletions(-)

New commits:
commit 24d03f1c0f08bebd0161f385e669837d838b668c
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/mpv: version 0.31.0

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index a60baaf..bf6fd1a 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -5,15 +5,7 @@ depends libass &&
depends libplacebo &&

if [[ "${MPV_BRANCH}" == "scm" ]]; then
- depends git &&
-optional_depends sdl2 "" \
- "sdl2-audio=disabled sdl2-gamepad=disabled" \
- "for SDL 2.0+ audio and video output"
-else
-optional_depends sdl2 \
- "sdl2=enabled" \
- "sdl2=disabled sdl2-audio=disabled sdl2-gamepad=disabled" \
- "for SDL 2.0+ audio and video output"
+ depends git
fi &&

optional_depends LUA \
@@ -52,6 +44,9 @@ optional_depends openal \
"openal=disabled" \
"for OpenAL audio output" &&

+optional_depends sdl2 "sdl2-video=enabled" \
+ "sdl2-video=disabled sdl2-audio=disabled sdl2-gamepad=disabled" \
+ "for SDL 2.0+ audio and video output" &&
if is_depends_enabled "${SPELL}" sdl2; then
config_query_option MPV_OPTS "Enable SDL2 gamepad input?" n \
"sdl2-gamepad=enabled" \
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index 07d02eb..f054b5b 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -9,8 +9,8 @@ if [[ "${MPV_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION="0.40.0"
-
SOURCE_HASH="sha512:24ccbff7fa34f85c033dc9ed94a364c6226e1081a47086365fc98e332af2004517dede371a005f1d51c2a3306b7dc915df9de4188cea140b1fd988058bbd6e8c"
+ VERSION="0.41.0"
+
SOURCE_HASH="sha512:d8806ef04455aeb65d45c5956b4589d7a9728f869b74b9bcd8c9ab08475c28538334399ddc7fc2aee6a31fd178fe4b87ec755cd99ffa6e29ab4b6b61757b9320"
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 f4f0fe6..55fe80d 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,7 @@
+2025-12-21 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.41.0
+ * DEPENDS: updated sdl2 flags for all branches
+
2025-10-31 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: updated sdl2 flags for scm branch



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (24d03f1c0f08bebd0161f385e669837d838b668c), Pavel Vinogradov, 12/21/2025

Archive powered by MHonArc 2.6.24.

Top of Page