Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (bf9c49e6d0d60a3c152256f620328fdc2cec1fa4)

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 Pol Vinogradov (bf9c49e6d0d60a3c152256f620328fdc2cec1fa4)
  • Date: Tue, 9 Oct 2007 23:46:27 +0200

On Tue, Oct 09, 2007 at 06:21:23AM -0500, Pol Vinogradov wrote:
[...]
> diff --git a/video/mplayer/BUILD b/video/mplayer/BUILD
> index 1a07763..26020f9 100755
> --- a/video/mplayer/BUILD
> +++ b/video/mplayer/BUILD
> @@ -1,11 +1,13 @@
> if [[ $MPLAYER_SVN = y ]]; then
> - OPTS="$OPTS --with-extraincdir=${TRACK_ROOT}/usr/include/ffmpeg"
> + OPTS="$OPTS --with-extraincdir=${INSTALL_ROOT}/usr/include/ffmpeg"
> fi &&
>
> +disable_pic &&
> +
> OPTS="$MPLAYER_OPTS $OPTS" &&
>
> CFLAGS= ./configure --prefix=${INSTALL_ROOT}/usr \
> - --confdir=${TRACK_ROOT}/etc/mplayer \
> + --confdir=${INSTALL_ROOT}/etc/mplayer \
> --mandir=${INSTALL_ROOT}/usr/share/man \
> $OPTS &&

This one is quite probably wrong. It will make mplayer look for config
files in INSTALL_ROOT at runtime. All runtime paths need to use
TRACK_ROOT.

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




Archive powered by MHonArc 2.6.24.

Top of Page