pkgsrc/audio/xmms-liveice/patches/patch-aa
jmmv ec94fa2670 Initial import of xmms-liveice, version 1.0.0:
The LiveIce plugin for XMMS allows you to use XMMS for streaming music
(or whatever) to Icecast servers.  Multiple bitrate streams and title
streaming is not supported though.

Package initially provided by Juan RP in pkgsrc-wip with some changes by me.
2003-06-01 12:27:43 +00:00

22 lines
999 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2003/06/01 12:27:43 jmmv Exp $
--- src/liveice.c.orig 2000-05-14 21:42:20.000000000 +0200
+++ src/liveice.c
@@ -167,7 +167,7 @@ static void init(void)
if(!xmms_cfg_read_string(cfg, "LiveIce", "description", &lv_conf.description))
lv_conf.description=g_strdup("Music from XMMS");
if(!xmms_cfg_read_string(cfg, "LiveIce", "encoder_path", &lv_conf.encoder_path))
- lv_conf.encoder_path=g_strdup("lame");
+ lv_conf.encoder_path=g_strdup(LAME);
if(!xmms_cfg_read_string(cfg, "LiveIce", "remote_dumpfile", &lv_conf.remote_dumpfile))
lv_conf.encoder_path=g_strdup("liveice_xmms.mp3");
@@ -182,7 +182,7 @@ static void init(void)
lv_conf.genre=g_strdup("live");
lv_conf.url=g_strdup("http://www.icecast.org");
lv_conf.description=g_strdup("Music from XMMS");
- lv_conf.encoder_path=g_strdup("lame");
+ lv_conf.encoder_path=g_strdup(LAME);
lv_conf.remote_dumpfile=g_strdup("liveice_xmms.mp3");
}
g_free(filename);