Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (1ad5a0d308801b2620367479fa6fd3de4b7bd020)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (1ad5a0d308801b2620367479fa6fd3de4b7bd020)
  • Date: Tue, 12 Jan 2021 18:05:06 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

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

New commits:
commit 1ad5a0d308801b2620367479fa6fd3de4b7bd020
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mplayer: fix X11 linkage, build only

diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
index d66633d..b2146a9 100755
--- a/video/mplayer/DEPENDS
+++ b/video/mplayer/DEPENDS
@@ -70,7 +70,8 @@ optional_depends pulseaudio "" "--disable-pulse" "for
pulseaudio audio output"

# video devices
optional_depends svgalib "" "--disable-svga" "for svgalib video output" &&
-optional_depends X11-SERVER "--enable-x11" "--disable-x11" "for X11 output
support" &&
+# --enable-x11 might break build as it misses tests for -lX11 -lXext
+optional_depends X11-SERVER "" "--disable-x11" "for X11 output support" &&
if is_depends_enabled $SPELL xorg-server; then
depends -sub "DPMS" xorg-server &&
depends libx11 &&
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index eb8cd9b..38af70d 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,6 @@
+2021-01-12 Thomas Orgis <sobukus AT orgis.org>
+ * DEPENDS: avoid --enable-x11 which breaks build here
+
2019-08-28 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: switch dependency from xorg-server to X11-SERVER




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (1ad5a0d308801b2620367479fa6fd3de4b7bd020), Thomas Orgis, 01/12/2021

Archive powered by MHonArc 2.6.24.

Top of Page