Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (15e348aca177a4778a17e3c14cd10597e01930a5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (15e348aca177a4778a17e3c14cd10597e01930a5)
  • Date: Sat, 26 Aug 2023 16:45:27 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

video/mpv/DEPENDS | 2 +-
video/mpv/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 15e348aca177a4778a17e3c14cd10597e01930a5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mpv: Fix build failure with SDL2 disabled

When disabling the SDL2 dependency, sdl2-audio and sdl2-gamepad should be
explicitly disabled, since the buildsystem gets confused otherwise.

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 5212534..1d6356f 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -45,7 +45,7 @@ optional_depends openal \

optional_depends sdl2 \
"sdl2=enabled" \
- "sdl2=disabled" \
+ "sdl2=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 \
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 3b96edc..357adba 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,7 @@
+2023-08-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: fixed build failure with sdl2 disabled; disable all sdl2
+ features
+
2023-07-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.36.0, added Watch line
* PRE_BUILD,



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (15e348aca177a4778a17e3c14cd10597e01930a5), Ismael Luceno, 08/26/2023

Archive powered by MHonArc 2.6.24.

Top of Page