totem-pl-parser: Updated to version 2.26.2.
authorStanislav Brabec <utx@penguin.cz>
Tue, 26 May 2009 19:31:11 +0000 (19:31 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Tue, 26 May 2009 19:31:11 +0000 (19:31 +0000)
conf/checksums.ini
recipes/totem/totem-pl-parser_2.26.2.bb [new file with mode: 0644]

index 0182870..eea1240 100644 (file)
@@ -22986,6 +22986,10 @@ sha256=5730611c42f8a8540343faa9512d9161073d2f882668c80dd0cf6a34c72daa75
 md5=fa658ae2f20458d3c5d3effba3b2dd7e
 sha256=3193c3446d211db2bd3c169c86f6d433666669336bd589a20c87f1483295cf2a
 
+[http://ftp.gnome.org/pub/GNOME/sources/totem-pl-parser/2.26/totem-pl-parser-2.26.2.tar.bz2]
+md5=daffda80cfead2a1473ca3ff71e1057b
+sha256=3a6dd0382fe074f23a747b08423fccb23fb38c25b1feddacbd4875d8b8c83743
+
 [http://www.gnome.org/~jamiemcc/tracker/tracker-0.5.4.tar.gz]
 md5=724208e1b2d235148499672b44181298
 sha256=ad214a2692041f423d2150777c233b21cab2d108f849edc513192587ac63c9c2
diff --git a/recipes/totem/totem-pl-parser_2.26.2.bb b/recipes/totem/totem-pl-parser_2.26.2.bb
new file mode 100644 (file)
index 0000000..f9694b0
--- /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 = "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
+}