Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (7e54558630b9160e82644464f905858cc0517615)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (7e54558630b9160e82644464f905858cc0517615)
  • Date: Sun, 22 Feb 2009 16:44:27 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

audio-drivers/alsa-plugins/DEPENDS | 16 ++++++++--------
audio-drivers/alsa-plugins/HISTORY | 3 +++
2 files changed, 11 insertions(+), 8 deletions(-)

New commits:
commit 7e54558630b9160e82644464f905858cc0517615
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

alsa-plugins: added the missing enable/disable configure options

diff --git a/audio-drivers/alsa-plugins/DEPENDS
b/audio-drivers/alsa-plugins/DEPENDS
index c4cce65..7824feb 100755
--- a/audio-drivers/alsa-plugins/DEPENDS
+++ b/audio-drivers/alsa-plugins/DEPENDS
@@ -7,21 +7,21 @@ if [[ $ALSA_PLUG_GIT == y ]]; then
fi &&

optional_depends LIBAVCODEC \
- "" \
- "" \
+ "--enable-avcodec" \
+ "--disable-avcodec" \
"for a52 plugin" &&

optional_depends JACK-DRIVER \
- "" \
- "" \
+ "--enable-jack" \
+ "--disable-jack" \
"for jack plugin" &&

optional_depends libsamplerate \
- "" \
- "" \
+ "--enable-samplerate" \
+ "--disable-samplerate" \
"for samplerate plugin" &&

optional_depends pulseaudio \
- "" \
- "" \
+ "--enable-pulseaudio" \
+ "--disable-pulseaudio" \
"for pulseaudio plugin"
diff --git a/audio-drivers/alsa-plugins/HISTORY
b/audio-drivers/alsa-plugins/HISTORY
index 171b762..1ff6be1 100644
--- a/audio-drivers/alsa-plugins/HISTORY
+++ b/audio-drivers/alsa-plugins/HISTORY
@@ -1,3 +1,6 @@
+2009-02-22 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: added missing enable/disable options
+
2009-01-25 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.0.19




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (7e54558630b9160e82644464f905858cc0517615), Arjan Bouter, 02/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page