Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (f9f7f5aa41e95b10f0536e936f2142bd7d8d8685)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (f9f7f5aa41e95b10f0536e936f2142bd7d8d8685)
  • Date: Sun, 16 Jul 2006 14:13:52 -0500

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

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

New commits:
commit f9f7f5aa41e95b10f0536e936f2142bd7d8d8685
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

xmms2: fixes

diff --git a/audio-players/xmms2/CONFIGURE b/audio-players/xmms2/CONFIGURE
index d7f6e6b..ac0bb00 100755
--- a/audio-players/xmms2/CONFIGURE
+++ b/audio-players/xmms2/CONFIGURE
@@ -33,6 +33,9 @@ if list_find "$XMMS2_OPTS" noxmms ; then
"Do you want pls playlist support" y \
"nopls" "pls" &&
config_query_option XMMS2_OPTS \
+ "Do you want icecast stream support" y \
+ "noicymetaint" "icymetaint" &&
+ config_query_option XMMS2_OPTS \
"Do you want file transport support(to access using file://) RECOMMENDED" \
y "nofile" "file"
else
diff --git a/audio-players/xmms2/DEPENDS b/audio-players/xmms2/DEPENDS
index a25e9f0..4fad97c 100755
--- a/audio-players/xmms2/DEPENDS
+++ b/audio-players/xmms2/DEPENDS
@@ -69,8 +69,8 @@ optional_depends jack
#Effect plugins &&
optional_depends libshout \
"" \
- "ices icymetaint" \
- "Icecast effect plugin"
+ "ices" \
+ "Icecs client plugin"
fi &&
if list_find "$XMMS2_OPTS" nolib ; then
#Clients &&
diff --git a/audio-players/xmms2/HISTORY b/audio-players/xmms2/HISTORY
index fc7c7c0..a3e191a 100644
--- a/audio-players/xmms2/HISTORY
+++ b/audio-players/xmms2/HISTORY
@@ -1,5 +1,7 @@
2006-07-16 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: new version DrFeelgood
+ * DEPENDS: fixed for icecast streams
+ * CONFIGURE: fixed for icecast streams

2006-07-08 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: new version DrEvil, also fixes bug #12800



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (f9f7f5aa41e95b10f0536e936f2142bd7d8d8685), Andra?? Levstik, 07/16/2006

Archive powered by MHonArc 2.6.24.

Top of Page