aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/totem/totem-pl-parser_2.28.1.bb
blob: fdd04310db23c65cba4214474f72eee4dbc827ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

# Build of documentation is not yet possible:
do_configure_prepend() {
	sed -i -e s:docs::g ${S}/Makefile.am
}