pkgsrc-wip/festival-gaim/patches/patch-ab
Julio Merino 68d7d62d7c Initial import of festival-gaim, version 0.64:
festival-gaim is a plugin for the Gaim IM client that synthesizes incoming
messages using voice.  The synthetizer used is festival.

I'm importing it in pkgsrc-wip since the plugin makes gaim crash just after
enabling it.  I've got in contact with the author, but until he replies, I'll
leave it here.  It could be interesting to try this on Linux (the original
development platform) and see if it works (assuming all dependancies compile
properly ;).
2003-07-03 19:10:28 +00:00

20 lines
582 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2003/07/03 19:10:28 jmmv Exp $
--- festival.c.orig 2003-07-02 04:27:14.000000000 +0200
+++ festival.c
@@ -431,13 +431,13 @@ static void received_im(struct gaim_conn
int i;
struct buddy *buddy;
char *alias, *stripped, *unlinkified;
+ GString *buffer= g_string_new("");
+ GString *ascii;
buddy = gaim_find_buddy(gc->account, *who);
alias = gaim_get_buddy_alias(buddy);
- GString *buffer= g_string_new("");
- GString *ascii;
ascii = g_string_new(g_convert (*what, strlen (*what),
"ISO-8859-1", "UTF-8",
NULL, NULL, NULL));