Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (d6ed9b969ae066de726ed5f0e224be09dac4af78)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Cc: Arjan Bouter <abouter AT sourcemage.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (d6ed9b969ae066de726ed5f0e224be09dac4af78)
  • Date: Fri, 24 Aug 2007 06:59:06 -0700

On Fri, 24 Aug 2007 07:21:17 -0500
Arjan Bouter <scm AT sourcemage.org> wrote:

> GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:
>
> audio-creation/soundtracker/DEPENDS | 2 +-
> audio-creation/soundtracker/HISTORY | 3 +++
> 2 files changed, 4 insertions(+), 1 deletion(-)
>
> New commits:
> commit d6ed9b969ae066de726ed5f0e224be09dac4af78
> Author: Arjan Bouter <abouter AT sourcemage.org>
> Commit: Arjan Bouter <abouter AT sourcemage.org>
>
> soundtracker: re-enabled alsa
>
> diff --git a/audio-creation/soundtracker/DEPENDS
> b/audio-creation/soundtracker/DEPENDS
> index d998120..29daac4 100755
> --- a/audio-creation/soundtracker/DEPENDS
> +++ b/audio-creation/soundtracker/DEPENDS
> @@ -2,6 +2,6 @@ depends gtk+ &&
> optional_depends "gnome-libs" "" "--disable-gnome" "enable gnome1 support
> (recommended)" &&
> optional_depends "audiofile" "" "--disable-audiofile" "enable support for
> various soundformats" &&
> optional_depends "libsndfile" "" "--disable-sndfile" "for wav/aiff
> support" &&
> -#optional_depends "alsa-lib" "" "--disable-alsa" "for alsa support" &&
> +optional_depends "alsa-lib" "" "--disable-alsa" "for alsa support" &&
> optional_depends "esound" "" "--disable-esd --disable-esdtest" "for esound
> support" &&
> optional_depends "JACK-DRIVER" "" "--disable-jack" "for JACK support"

This only allows the alsa-lib query to come up, which technically only
disables alsa if 'n', otherwise it uses alsa if it's on the system. In
BUILD alsa is forcefully removed, so even now ALSA will not be used.
$ gaze BUILD soundtracker
OPTS="$OPTS --disable-alsa"
default_build

Did you test ALSA support just by uncommenting? If so, then ALSA was
still disabled.

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page