New commits:
commit 4742ac6260196063988de2cb6ed0d22c8ab797ac
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
mplayer: added optional libxscrnsaver for modular xorg users
diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
index 4499d59..6fda073 100755
--- a/video/mplayer/DEPENDS
+++ b/video/mplayer/DEPENDS
@@ -53,6 +53,10 @@ optional_depends nas "" "--disable-nas" "for NAS audio
output" &&
# video devices
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"
+fi &&
optional_depends sdl "" "--disable-sdl" "for SDL video and audio output" &&
optional_depends directfb "" "--disable-directfb" "for direct framebuffer
support" &&
optional_depends libcaca "" "--disable-caca" "for colored ASCII video
output" &&
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index 9b25820..10086d8 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,7 @@
+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
+
2007-11-22 Arwed v. Merkatz <v.merkatz AT gmx.net>
* PRE_BUILD, libavformat-api.patch: removed, they caught up with the
ffmpeg changes
[SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (4742ac6260196063988de2cb6ed0d22c8ab797ac),
Arwed von Merkatz, 01/14/2008