Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9e8913e71313f607ffe31c48e0ce0d3ddf131386)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9e8913e71313f607ffe31c48e0ce0d3ddf131386)
  • Date: Wed, 16 Jan 2008 13:04:34 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

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

New commits:
commit 9e8913e71313f607ffe31c48e0ce0d3ddf131386
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mplayer: fixed small bug for the added libxscrnsaver dep (`Unknown
parameter: --disable-xss')

diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
index 6fda073..fea940d 100755
--- a/video/mplayer/DEPENDS
+++ b/video/mplayer/DEPENDS
@@ -55,7 +55,7 @@ optional_depends nas "" "--disable-nas" "for NAS audio
output" &&
optional_depends X11-LIBS "" "--disable-x11 --disable-xv --disable-xvmc
--disable-xmga" "for X11 output support" &&
. $GRIMOIRE/FUNCTIONS &&
if check_if_xorg_modular_libs; then
- optional_depends libxscrnsaver "" "--disable-xss" "to inhibit screensaver
start while playing"
+ optional_depends libxscrnsaver "" "" "to inhibit screensaver start while
playing"
fi &&
optional_depends sdl "" "--disable-sdl" "for SDL video and audio output" &&
optional_depends directfb "" "--disable-directfb" "for direct framebuffer
support" &&
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index 10086d8..b9d202a 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,7 @@
+2008-01-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: fixed libxscrnsaver unknown flag -- fixed the bug:
+ `Unknown parameter: --disable-xss' during config stage
+
2008-01-14 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS: added optional depends on libxscrnsaver when using
xorg-modular to stop the screensaver from popping up during playback
@@ -493,4 +497,3 @@
2002-04-23 Eric Schabell <eric AT schabell.com>
* HISTORY: Added this History file
* DETAILS: version 0.90.pre1.
-




Archive powered by MHonArc 2.6.24.

Top of Page