Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by David Brown (d4cba731c1c1e1ad33eb2cf57e4469966f61ac1f)

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 David Brown (d4cba731c1c1e1ad33eb2cf57e4469966f61ac1f)
  • Date: Sat, 23 Sep 2006 16:44:39 +0200

On Fri, Sep 22, 2006 at 02:47:07PM -0500, David Brown wrote:
> GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:
>
> audio-players/xmms2/HISTORY | 3 +++
> audio-players/xmms2/PRE_SUB_DEPENDS | 10 +++++-----
> 2 files changed, 8 insertions(+), 5 deletions(-)
>
> New commits:
> commit 817689d6dea1e429d308a1beec9451151f0236c1
> Author: David Brown <dmlb2000 AT gmail.com>
> Commit: David Brown <dmlb2000 AT gmail.com>
>
> xmms2 pre sub-depends file fixed syntax errors

You need to add a repair file for this, because PRE_SUB_DEPENDS is used
from the tablet.
Just copy the file to
REPAIR^cf252b6df3ae4b851dd2e56abc89acd8^PRE_SUB_DEPENDS and add that to
the spell (I just took the md5sum from the old file).

> diff --git a/audio-players/xmms2/HISTORY b/audio-players/xmms2/HISTORY
> index d5ba892..7dedfe8 100644
> --- a/audio-players/xmms2/HISTORY
> +++ b/audio-players/xmms2/HISTORY
> @@ -1,3 +1,6 @@
> +2006-09-22 David Brown <dmlb2000 AT gmail.com>
> + * PRE_SUB_DEPENDS: syntax fixes
> +
> 2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
> * DETAILS: [automated] Removed BUILD_API=2.
>
> diff --git a/audio-players/xmms2/PRE_SUB_DEPENDS
> b/audio-players/xmms2/PRE_SUB_DEPENDS
> index 8184821..00fc69e 100755
> --- a/audio-players/xmms2/PRE_SUB_DEPENDS
> +++ b/audio-players/xmms2/PRE_SUB_DEPENDS
> @@ -1,15 +1,15 @@
> case $THIS_SUB_DEPENDS in
> CLIENTLIB) [ -f $INSTALL_ROOT/usr/lib/libxmmsclient.so ];;
> CLIENTLIB_RUBY) [ -f
> $INSTALL_ROOT/usr/lib/ruby/site_ruby/*/*/xmmsclient.so ] ||
> - is_depends_enabled $SPELL ruby && ;;
> + is_depends_enabled $SPELL ruby ;;
> CLIENTLIB_ECORE) [ -f $INSTALL_ROOT/usr/lib/libxmmsclient-ecore.so ] ||
> - is_depends_enabled $SPELL ecore && ;;
> + is_depends_enabled $SPELL ecore ;;
> CLIENTLIB_PYTHON) [ -f
> $INSTALL_ROOT/usr/lib/python*/site-packages/xmmsclient.so ] ||
> - is_depends_enabled $SPELL pyrex && ;;
> + is_depends_enabled $SPELL pyrex ;;
> CLIENTLIB_JAVA) [ -f $INSTALL_ROOT/usr/lib/libxmms2java.so ] ||
> - is_depends_enabled $SPELL JAVA && ;;
> + is_depends_enabled $SPELL JAVA ;;
> CLIENTLIB_CXX) [ -f $INSTALL_ROOT/usr/lib/libxmmsclient++.so ]
> - is_depends_enabled $SPELL boost && ;;
> + is_depends_enabled $SPELL boost ;;
> *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
> $THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
> return 1;;
> esac
> _______________________________________________
> 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