Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (40464c22938cb38e71c72a853e01b8b0492e1c6d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (40464c22938cb38e71c72a853e01b8b0492e1c6d)
  • Date: Fri, 15 Jan 2010 01:15:01 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

video/mplayer/DEPENDS | 6 +++++-
video/mplayer/HISTORY | 4 ++++
2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 40464c22938cb38e71c72a853e01b8b0492e1c6d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mplayer: Building MPlayer with X11 support requires xorg-server built
with DPMS (and some others I didn't spend time to figure out)

diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
index 2d89e1a..7ec4d4c 100755
--- a/video/mplayer/DEPENDS
+++ b/video/mplayer/DEPENDS
@@ -63,7 +63,11 @@ optional_depends nas "" "--disable-nas" "for NAS audio
output" &&

# video devices
optional_depends svgalib "" "--disable-svga" "for svgalib video output" &&
-optional_depends libx11 "--enable-x11" "--disable-x11" "for X11 output
support" &&
+optional_depends xorg-server "--enable-x11" "--disable-x11" "for X11 output
support" &&
+if is_depends_enabled $SPELL xorg-server; then
+ depends -sub "DPMS" xorg-server
+fi &&
+
optional_depends libxv "--enable-xv" "--disable-xv" "for xv output support"
&&
optional_depends libxvmc "--enable-xvmc" "--disable-xvmc" "for xvmc output
support" &&
optional_depends xf86-video-mga "--enable-xmga" "--disable-xmga" "for xmga
output support" &&
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index 5f8c45c..d76b0e8 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,7 @@
+2010-01-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Building MPlayer with X11 support requires xorg-server
built
+ with DPMS (and some others I didn't spend time to figure out)
+
2010-01-05 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS: removed --enable flags from fribidi optional_depends, added
--disable flags, fails to build if enable flags are passed instead



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (40464c22938cb38e71c72a853e01b8b0492e1c6d), Eric Sandall, 01/15/2010

Archive powered by MHonArc 2.6.24.

Top of Page