diff options
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/gnome/gnome-media_2.26.0.bb | 20 |
2 files changed, 24 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 95d634439a..4adcd816df 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -8022,6 +8022,10 @@ sha256=3c9eb7f45dd0026340635b9e1ee18c36a47541610aa5a7ef604ca645aa4763f9 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 diff --git a/recipes/gnome/gnome-media_2.26.0.bb b/recipes/gnome/gnome-media_2.26.0.bb new file mode 100644 index 0000000000..2e215f6f16 --- /dev/null +++ b/recipes/gnome/gnome-media_2.26.0.bb @@ -0,0 +1,20 @@ +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 +} |