Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (464b2d9f6608426bbcdfcb9dcb43089c7f98e4b1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (464b2d9f6608426bbcdfcb9dcb43089c7f98e4b1)
  • Date: Tue, 19 Feb 2008 09:19:48 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-players/mpg123/CONFIGURE | 2 +-
audio-players/mpg123/DEPENDS | 2 +-
audio-players/mpg123/HISTORY | 3 +++
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 464b2d9f6608426bbcdfcb9dcb43089c7f98e4b1
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mpg123: fix puleaudio build

diff --git a/audio-players/mpg123/CONFIGURE b/audio-players/mpg123/CONFIGURE
index bf44fba..e301c8f 100755
--- a/audio-players/mpg123/CONFIGURE
+++ b/audio-players/mpg123/CONFIGURE
@@ -3,7 +3,7 @@ message "${MESSAGE_COLOR}Optimization is chosen automatically
now, though you ca
config_query_option MPG123_MODULES "Build output modules?" y \
--enable-modules --disable-modules &&
local modlist="oss alsa portaudio jack esd nas sdl \
- pulseaudio arts dummy auto" &&
+ pulse arts dummy auto" &&
message "${MESSAGE_COLOR}\"auto\" will select (a) working output(s) at build
time, disregarding spell dependencies.$DEFAULT_COLOR" &&
if [[ "$MPG123_MODULES" == "--enable-modules" ]]; then
config_query_multi MPG123_AUDIO "Select the modules you want:" \
diff --git a/audio-players/mpg123/DEPENDS b/audio-players/mpg123/DEPENDS
index 241f937..b2e89d6 100755
--- a/audio-players/mpg123/DEPENDS
+++ b/audio-players/mpg123/DEPENDS
@@ -31,7 +31,7 @@ case $i in
sdl)
depends sdl
;;
- pulseaudio)
+ pulse)
depends pulseaudio
;;
arts)
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index b29dcd9..e8bd143 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,6 @@
+2008-02-19 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE, DEPENDS: pulseaudio module is called pulse!
+
2008-01-31 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: bump to version 1.2.0
* PRE_BUILD, mpg123-1.1.0_configure.patch: removed, not needed anymore



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (464b2d9f6608426bbcdfcb9dcb43089c7f98e4b1), Thomas Orgis, 02/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page