[oe-commits] Koen Kooi : totem-pl-parser: update to 2.28.1

git version control git at git.openembedded.org
Thu Oct 22 09:30:14 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Oct 21 10:29:23 2009 +0200

totem-pl-parser: update to 2.28.1

---

 recipes/totem/totem-pl-parser_2.28.1.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/recipes/totem/totem-pl-parser_2.28.1.bb b/recipes/totem/totem-pl-parser_2.28.1.bb
new file mode 100644
index 0000000..c59a2ed
--- /dev/null
+++ b/recipes/totem/totem-pl-parser_2.28.1.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Playlist parser for Totem, a GTK2 based media player"
+HOMEPAGE = "http://www.gnome.org/projects/totem/"
+LICENSE = "GPL"
+
+DEPENDS = "gmime eds-dbus"
+
+inherit gnome
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+do_stage() {
+        autotools_stage_all
+}
+
+# Build of documentation is not yet possible:
+do_configure_prepend() {
+	sed -i -e s:docs::g ${S}/Makefile.am
+}





More information about the Openembedded-commits mailing list