Skip to Content.
Sympa Menu

sm-commit - Re: [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: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9e8913e71313f607ffe31c48e0ce0d3ddf131386)
  • Date: Thu, 17 Jan 2008 18:54:31 +0100

On Wed, Jan 16, 2008 at 01:04:34PM -0600, Vlad Glagolev wrote:
> 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')

This is wrong as disabling the option doesn't work anymore. I assume
you're using mplayer release? I'll make the option only for svn version
then.

> 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.
> -
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page