diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-12 17:37:26 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:37:26 +0200 |
commit | bc0edcb143409ee0e8d30e12c6f4997394aaf658 (patch) | |
tree | e237983ae5e0122836d1b96bc81fc28a021347ef /audio/streamtuner/shoutcast-redesign-patch.diff | |
parent | cb312eb58ebb7376ff25f0f8d44dadb9a8ad60db (diff) | |
download | slackbuilds-bc0edcb143409ee0e8d30e12c6f4997394aaf658.tar.gz |
audio/streamtuner: Updated for version 0.99.99
Diffstat (limited to 'audio/streamtuner/shoutcast-redesign-patch.diff')
-rw-r--r-- | audio/streamtuner/shoutcast-redesign-patch.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/streamtuner/shoutcast-redesign-patch.diff b/audio/streamtuner/shoutcast-redesign-patch.diff new file mode 100644 index 0000000000..644e2273ef --- /dev/null +++ b/audio/streamtuner/shoutcast-redesign-patch.diff @@ -0,0 +1,12 @@ +diff -uar streamtuner-0.99.99-orig/src/plugins/shoutcast/shoutcast.c streamtuner-0.99.99-patched/src/plugins/shoutcast/shoutcast.c +--- streamtuner-0.99.99-orig/src/plugins/shoutcast/shoutcast.c 2008-09-12 18:04:00.229785732 -0400 ++++ streamtuner-0.99.99-patched/src/plugins/shoutcast/shoutcast.c 2008-09-12 18:05:56.716440720 -0400 +@@ -37,7 +37,7 @@ + + /*** cpp *********************************************************************/ + +-#define SHOUTCAST_ROOT "http://www.shoutcast.com/" ++#define SHOUTCAST_ROOT "http://classic.shoutcast.com/" + + #define MAX_STREAMS_PER_PAGE 100 /* enforced by SHOUTcast */ + |