[oe-commits] Klaus Kurzmann : intone_svn.bb: add deps for libvorbis and id3lib and a patch to make it build

git version control git at git.openembedded.org
Sun Jul 5 22:03:48 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 0b7a13e6b979e4fa2521e63ca9ce9f571f6efa28
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0b7a13e6b979e4fa2521e63ca9ce9f571f6efa28

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Jul  6 00:03:39 2009 +0200

intone_svn.bb: add deps for libvorbis and id3lib and a patch to make it build

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/intone/intone/vorbis-include-id3tag.patch |   23 +++++++++++++++++++++
 recipes/intone/intone_svn.bb                      |    7 +++--
 2 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/recipes/intone/intone/vorbis-include-id3tag.patch b/recipes/intone/intone/vorbis-include-id3tag.patch
new file mode 100644
index 0000000..71bd5e7
--- /dev/null
+++ b/recipes/intone/intone/vorbis-include-id3tag.patch
@@ -0,0 +1,23 @@
+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)
diff --git a/recipes/intone/intone_svn.bb b/recipes/intone/intone_svn.bb
index e0337a5..3d5f2a9 100644
--- a/recipes/intone/intone_svn.bb
+++ b/recipes/intone/intone_svn.bb
@@ -3,13 +3,14 @@ HOMEPAGE = "http://code.google.com/p/intone/"
 AUTHOR = "cchandel"
 LICENSE = "GPLv2"
 SECTION = "e/apps"
-DEPENDS = "elementary eina sqlite3 edbus"
+DEPENDS = "elementary eina sqlite3 edbus libvorbis id3lib"
 RDEPENDS = "mplayer lame libxv libsdl-x11"
 
 PV = "0.0.1+svnr${SRCREV}"
-PR = "r5"
+PR = "r6"
 
-SRC_URI = "svn://intone.googlecode.com/svn/trunk;module=.;proto=http"
+SRC_URI = "svn://intone.googlecode.com/svn/trunk;module=.;proto=http \
+file://vorbis-include-id3tag.patch;pnum=1;patch=1"
 S = "${WORKDIR}"
 
 inherit autotools





More information about the Openembedded-commits mailing list