I was checking code of streamtuner, and if I'm right live365 plugin parses the
live365 webpage in C language! to browse his stream directory. The plugin
fails because the live365 webpage was modified any time ago. Upstream is
dead, although the bug is forwarded. So I suggest to disable the compilation
of live365 plugin in debian/rules. I'm attaching a trivial patch to do it.
Why disable the plugin? Well, I don't know how much good is streamtuner
managing parse errors, but I will not be surprised if clicking in the live365
plugin crashes the application causing annoyance in the final user. Obviously
I'm just doing a suggestion.
Thanks for maintaining.
--- streamtuner-0.99.99.orig/debian/rules 2009-02-16 22:44:28.000000000 +0100
+++ streamtuner-0.99.99/debian/rules 2009-02-16 22:42:04.000000000 +0100
@@ -37,6 +37,7 @@
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr --mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
+ --disable-live365
build: build-stamp