md5=0395fcf79b990465030a2795dcddacb9
sha256=7acda11db2eb07b2f68a1a506203fe95141954acb10c394850418fd04ed80a07
+[http://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.26/gnome-media-2.26.0.tar.bz2]
+md5=3d519bc7d812aed8f6e4288b6d3cdf26
+sha256=39e7646d0790e05a010da1eb2d7552dcb5311abd72f001477c9c465d7146b9f7
+
[http://ftp.gnome.org/pub/GNOME/sources/gnome-menus/2.10/gnome-menus-2.10.2.tar.bz2]
md5=97b0ad03ea219cc8f5c02585db1d237e
sha256=0968a399590d94cf9e1640b647cc10f972a3a802cbd9602c0839f56fd2864193
--- /dev/null
+DESCRIPTION = "GNOME Media Tools"
+LICENSE = "GPL"
+SECTION = "x11/gnome"
+DEPENDS = "gconf glib-2.0 gstreamer gst-plugins-base gtk+ gdk-pixbuf-csource-native libcanberra libglade libgnomeui libunique libxml2"
+# optional for volume control:
+DEPENDS += "pulseaudio"
+# optional for gnome-cd and cddbslave:
+# DEPENDS += "nautilus-cd-burner"
+inherit gnome
+
+EXTRA_OECONF = "--disable-static --disable-gtk-doc --disable-scrollkeeper"
+
+# FIXME: Native doc processing with xsltproc using docbook needs additional work:
+do_configure_prepend() {
+ sed -i 's/^\(SUBDIRS = .*\)\(doc\|help\)/\1/' */Makefile.am
+}
+
+do_stage() {
+ autotools_stage_all
+}