From 88f07770b5393d7bb3433f086b49914f8d20f47c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 21 Oct 2009 12:17:01 +0200 Subject: totem: update to 2.28.1 --- recipes/totem/totem_2.28.1.bb | 73 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 recipes/totem/totem_2.28.1.bb diff --git a/recipes/totem/totem_2.28.1.bb b/recipes/totem/totem_2.28.1.bb new file mode 100644 index 0000000000..6a86e991f2 --- /dev/null +++ b/recipes/totem/totem_2.28.1.bb @@ -0,0 +1,73 @@ +# totem OE build file +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION = "A GTK2 based media player" +HOMEPAGE = "http://www.gnome.org/projects/totem/" +LICENSE = "GPL" + +DEPENDS = " libgdata totem-pl-parser gtk+ dbus bluez-libs libglade gconf libxml2 gst-ffmpeg gst-plugins-bad gst-plugins-base" +RDEPENDS_${PN} += "iso-codes" +RRECOMMENDS_${PN} += "gst-plugin-playbin \ + gst-plugin-gconfelements \ + gst-plugin-decodebin \ + gst-plugin-decodebin2 \ + gst-ffmpeg \ + gst-plugin-audioresample \ + gst-plugin-ximagesink \ + gst-plugin-xvimagesink \ + gst-plugin-alsa \ + gst-plugin-avi \ + gst-plugin-ffmpegcolorspace \ + gst-plugin-flvdemux \ + gst-plugin-nuvdemux \ + gst-plugin-videoscale \ + gst-plugin-a52dec \ + gst-plugin-mpegaudioparse \ + gst-plugin-ossaudio \ + gst-plugin-pulse \ + gst-plugin-autodetect \ + totem-plugin-youtube totem-plugin-thumbnail totem-plugin-dbus totem-plugin-screensaver" + +inherit gnome + +SRC_URI += "file://gst-detect.diff;patch=1" + +EXTRA_OECONF=" --disable-schemas-install \ + --enable-gtk \ + --disable-iso-codes \ + --disable-debug \ + --enable-gstreamer \ + --enable-browser-plugins \ + --disable-run-in-source-tree \ + --disable-python \ + --disable-vala \ + --with-dbus \ + " + +do_configure_prepend() { + sed -i -e s:help::g ${S}/Makefile.am +} + +PACKAGES_DYNAMIC += " totem-plugin-*" + +python populate_packages_prepend () { + totem_libdir = bb.data.expand('${libdir}/totem/plugins/', d) + + do_split_packages(d, totem_libdir, '^(.*)', 'totem-plugin-%s', 'totem plugin for %s', allow_dirs=True, extra_depends='') +} + +FILES_${PN} = "${bindir}/* ${sysconfdir} ${libdir}/lib*.so.* ${libexecdir} ${datadir}/icons ${datadir}/totem ${datadir}/applications \ +" + +PACKAGES =+ "totem-nautilus-extension totem-browser-plugin-dbg totem-browser-plugin" + +FILES_${PN}-dbg += "${libdir}/totem/plugins/*/.debug" +FILES_${PN}-dev += "${libdir}/totem/plugins/*/*a" +FILES_totem-browser-plugin-dbg += "${libdir}/mozilla/plugins/.debug" +FILES_totem-browser-plugin += "${libdir}/mozilla/plugins/" + +FILES_totem-nautilus-extension += "${libdir}/nautilus/extensions-2.0/*.so" + + + -- cgit 1.2.3-korg