totem-pl-parser: update to 2.28.1
authorKoen Kooi <koen@openembedded.org>
Wed, 21 Oct 2009 08:29:23 +0000 (10:29 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 21 Oct 2009 13:27:29 +0000 (15:27 +0200)
recipes/totem/totem-pl-parser_2.28.1.bb [new file with mode: 0644]

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 (file)
index 0000000..c59a2ed
--- /dev/null
@@ -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
+}