Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Puppet_Master (1eb5d70b4cf6e054e88e192279742ec7c7efbb9d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: flux <flux AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Puppet_Master (1eb5d70b4cf6e054e88e192279742ec7c7efbb9d)
  • Date: Wed, 1 Sep 2010 09:50:07 +0900

Puppet_Master (scm AT sourcemage.org) wrote [10.09.01 06:06]:
> GIT changes to master grimoire by Puppet_Master
> <puppetmaster AT sourcemage.org>:
>
> video/mplayer/DEPENDS | 3 ++-
> video/mplayer/HISTORY | 3 +++
> 2 files changed, 5 insertions(+), 1 deletion(-)
>
> New commits:
> commit 1eb5d70b4cf6e054e88e192279742ec7c7efbb9d
> Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
> Commit: Puppet_Master <puppetmaster AT sourcemage.org>
>
> video/mplayer : adding optional dep on yasm
>
> diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
> index e2f0082..4570032 100755
> --- a/video/mplayer/DEPENDS
> +++ b/video/mplayer/DEPENDS
> @@ -92,4 +92,5 @@ optional_depends libdvdread "" "--disable-dvdread"
> "support for reading scrambl
> optional_depends fribidi "" "--disable-fribidi" "for locales writing from
> right to left" &&
> optional_depends enca "" "--disable-enca" "for ENCA charset oracle
> library" &&
> optional_depends OPENAL "" "--disable-openal" "for OpenAL sound support"
> &&
> -optional_depends samba "--enable-smb" "" "for SMB protocol support"
> +optional_depends samba "--enable-smb" "" "for SMB protocol support" &&
> +optional_depends yasm "" "--yasm=" "for NASM assembler support"
> diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
> index 75df611..27f8c37 100644
> --- a/video/mplayer/HISTORY
> +++ b/video/mplayer/HISTORY
> @@ -1,3 +1,6 @@
> +2010-08-31 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
> + * DEPENDS: added optional dep on yasm
> +
> 2010-06-03 Vlad Glagolev <stealth AT sourcemage.org>
> * DEPENDS: removed polypaudio; pulseaudio isn't SVN anymore; cleaned
> up;
> replaced tabs with spaces
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit

Is the dep on yasm really for "NASM assembler support"? Or should that
be for "YASM assembler support"? Or should the optional dep be on nasm
instead of yasm? Yasm and nasm do not have fully compatible command-line
usage, so the difference can matter.

--
Justin "flux_control" Boffemmyer
Cauldron wizard and general mage
Source Mage GNU/Linux
http://www.sourcemage.org

Attachment: pgp_WAnG0rdoF.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page