totem-pl-parser: add 2.30.0, convert to new style staging
authorKoen Kooi <koen@openembedded.org>
Fri, 9 Apr 2010 09:02:02 +0000 (11:02 +0200)
committerKoen Kooi <koen@openembedded.org>
Fri, 9 Apr 2010 11:06:32 +0000 (13:06 +0200)
recipes/totem/totem-pl-parser_2.28.1.bb
recipes/totem/totem-pl-parser_2.30.0.bb [new file with mode: 0644]

index c59a2ed..fdd0431 100644 (file)
@@ -6,12 +6,6 @@ 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
diff --git a/recipes/totem/totem-pl-parser_2.30.0.bb b/recipes/totem/totem-pl-parser_2.30.0.bb
new file mode 100644 (file)
index 0000000..1a45ce9
--- /dev/null
@@ -0,0 +1,19 @@
+DESCRIPTION = "Playlist parser for Totem, a GTK2 based media player"
+HOMEPAGE = "http://www.gnome.org/projects/totem/"
+LICENSE = "LGPLv2"
+
+DEPENDS = "gmime eds-dbus"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "81bf8e3043a9ec89bdd391c36ebd50d1"
+SRC_URI[archive.sha256sum] = "403b18c1582c14effb4e2dabf339dfdbc45285204a0cf958fc250a387b6fc65c"
+
+# Build of documentation is not yet possible:
+do_configure() {
+       sed -i -e s:docs::g ${S}/Makefile.am
+       libtoolize --force
+       gnu-configize --force
+       oe_runconf
+}
+