9df357103a
plugins altogether, this will clean a bit audio/... This package provides various cover/metadata/lyrics fetcher plugins, jamendo and magnatune plugins, osd & shout plugins, and a nice tag editor plugin. No upgrade path is possible, you'll have to manually remove old versions of those plugins before installing this package. ok ajacoutot@ jasper@
14 lines
428 B
Plaintext
14 lines
428 B
Plaintext
$OpenBSD: patch-gmpc-shout_src_plugin_c,v 1.1.1.1 2009/04/23 19:26:47 landry Exp $
|
|
default to our sndio backend for ogg123
|
|
--- gmpc-shout/src/plugin.c.orig Tue Apr 21 20:41:36 2009
|
|
+++ gmpc-shout/src/plugin.c Tue Apr 21 20:41:48 2009
|
|
@@ -31,7 +31,7 @@
|
|
#endif
|
|
|
|
#define SHOUT_HOSTNAME "http://192.150.0.102:8000/mpd.ogg"
|
|
-#define SHOUT_OUTPUT "pulse"
|
|
+#define SHOUT_OUTPUT "sndio"
|
|
#include <config.h>
|
|
GPid ogg123_pid = -1;
|
|
|