[SHR-U] Dead Intone

Klaus 'mrmoku' Kurzmann mok at mnet-online.de
Mon Jul 6 00:19:00 CEST 2009


Am Sonntag 05 Juli 2009 20:47:03 schrieben Sie:
> Yeah, the one in the feed is ancient. (0.30) :(

ok, current intone hit the shr-unstable feed. Please report if it does not 
work for you.

@chandel: I have to apply the following patch to make it build in OE:

diff -uri intone/src/db_sqlite.c intone.mok/src/db_sqlite.c
--- intone/src/db_sqlite.c      2009-06-30 22:41:23.000000000 +0200
+++ intone.mok/src/db_sqlite.c  2009-07-05 23:10:01.000000000 +0200
@@ -17,7 +17,7 @@
 #include "db_sqlite.h"
 #include <id3.h>
 #include <vorbis/codec.h>
-#include <vorbisfile.h>
+#include <vorbis/vorbisfile.h>
 #include <string.h>

 int check_file_exists(char *path)
diff -uri intone/src/Makefile.am intone.mok/src/Makefile.am
--- intone/src/Makefile.am      2009-05-15 16:29:18.000000000 +0200
+++ intone.mok/src/Makefile.am  2009-07-05 23:54:20.000000000 +0200
@@ -31,6 +31,6 @@
 intone_LDFLAGS = \
        -Wl,--export-dynamic

-intone_LDADD = $(INTONE_LIBS)
+intone_LDADD = $(INTONE_LIBS) -lid3

 EXTRA_DIST = $(glade_DATA)


-- 

Klaus 'mrmoku' Kurzmann



More information about the community mailing list