Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (32fbfc7497edb665462ac4c9f16b99d8bebe4941)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (32fbfc7497edb665462ac4c9f16b99d8bebe4941)
  • Date: Thu, 13 Oct 2011 09:17:55 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

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

New commits:
commit 32fbfc7497edb665462ac4c9f16b99d8bebe4941
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

mpg123: removed optional dependency on arts

diff --git a/audio-players/mpg123/CONFIGURE b/audio-players/mpg123/CONFIGURE
index 78d8614..81469d8 100755
--- a/audio-players/mpg123/CONFIGURE
+++ b/audio-players/mpg123/CONFIGURE
@@ -5,7 +5,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 \
- pulse arts openal dummy auto" &&
+ pulse openal 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 ceac901..3208a22 100755
--- a/audio-players/mpg123/DEPENDS
+++ b/audio-players/mpg123/DEPENDS
@@ -34,9 +34,6 @@ case $i in
pulse)
depends pulseaudio
;;
- arts)
- depends arts
- ;;
openal)
depends openal
;;
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index 56ffef1..3abede9 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,6 @@
+2011-10-12 Bor Kraljič <pyrobor AT ver.si>
+ * CONFIGURE,DEPENDS: removed optional dependency on arts
+
2011-09-08 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: Update to 1.13.4




  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (32fbfc7497edb665462ac4c9f16b99d8bebe4941), Bor Kraljič, 10/13/2011

Archive powered by MHonArc 2.6.24.

Top of Page