# HG changeset patch # User nenolod # Date 1151546766 25200 # Node ID 2a69c94320e617b97ee45729a47da47c5d8edc69 # Parent a0b8858c0342d6a930f574f7436198dc98294e99 [svn] - add tuple->formatter to tuplespace diff -r a0b8858c0342 -r 2a69c94320e6 ChangeLog --- a/ChangeLog Wed Jun 28 18:53:47 2006 -0700 +++ b/ChangeLog Wed Jun 28 19:06:06 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-29 01:53:47 +0000 William Pitcock + revision [1620] + - tuple builder for PSF files + + + Changes: Modified: + +24 -16 trunk/Plugins/Input/sexypsf/xmms.c + + 2006-06-29 01:21:25 +0000 Tony Vroon revision [1618] Hook up Altivec-enabled DCT64 for MP3. WMA throws a tantrum on Altivec machines. Submit a patch, or wait for me to fix it. diff -r a0b8858c0342 -r 2a69c94320e6 audacious/titlestring.h --- a/audacious/titlestring.h Wed Jun 28 18:53:47 2006 -0700 +++ b/audacious/titlestring.h Wed Jun 28 19:06:06 2006 -0700 @@ -47,6 +47,7 @@ const gchar *file_ext; /* %e *//* is not always strdup'ed, see xmms_input_get_song_info and plugins! */ gchar *file_path; /* %F */ gint length; /* not displayable */ + gchar *formatter; /* not displayable */ } TitleInput; typedef TitleInput BmpTitleInput; diff -r a0b8858c0342 -r 2a69c94320e6 libaudacious/titlestring.h --- a/libaudacious/titlestring.h Wed Jun 28 18:53:47 2006 -0700 +++ b/libaudacious/titlestring.h Wed Jun 28 19:06:06 2006 -0700 @@ -47,6 +47,7 @@ const gchar *file_ext; /* %e *//* is not always strdup'ed, see xmms_input_get_song_info and plugins! */ gchar *file_path; /* %F */ gint length; /* not displayable */ + gchar *formatter; /* not displayable */ } TitleInput; typedef TitleInput BmpTitleInput;