X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=recipes%2Ftasks%2Ftask-pandora-xfce.bb;h=d1bcf2f873a2fb2fd0f11084f9b32bec091dda0b;hb=62936ed6466f92f267e41b1466c3a6167988df54;hp=a8b9815452792f96f54518e45419a694f01182a6;hpb=168904f737a5e82f7192534335a0860761a2aaba;p=openpandora.oe.git diff --git a/recipes/tasks/task-pandora-xfce.bb b/recipes/tasks/task-pandora-xfce.bb index a8b9815..d1bcf2f 100755 --- a/recipes/tasks/task-pandora-xfce.bb +++ b/recipes/tasks/task-pandora-xfce.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Task file for the XFCE Pandora image" # Don't forget to bump the PR if you change it. -PR = "r28" +PR = "r33" inherit task @@ -11,6 +11,7 @@ ANGSTROM_EXTRA_INSTALL ?= "" APPS = " \ avahi-ui \ abiword \ + evince \ claws-mail \ swfdec swfdec-gnome swfdec-mozilla \ # firefox \ @@ -77,11 +78,11 @@ GNOME_GTK = " \ GSTREAMER = " \ # gstreamer-ti \ -# gst-ffmpeg \ + gst-ffmpeg \ gst-omapfb \ # gst-plugin-pulse \ gst-plugin-xvimagesink \ -# gst-plugins-base-meta \ + gst-plugins-base-meta \ # gst-plugins-good-meta \ # gst-plugins-bad-meta \ # gst-plugins-ugly-meta \ @@ -126,6 +127,14 @@ PULSEAUDIO = " \ # libasound-module-pcm-pulse \ " +PYTHON_LIBS = " \ + python-shell \ + python-pygtk \ + python-pycairo \ + gnome-vfs-plugin-http \ + gnome-vfs-plugin-ftp \ +" + QT_SELECTED = " qt4-x11-free \ " # qt4-x11-free" @@ -254,6 +263,7 @@ RDEPENDS_${PN} = " \ ${PANDORA} \ ${PERL} \ ${PULSEAUDIO} \ + ${PYTHON_LIBS} \ ${QT_SUPPORT} \ ${TOTEM} \ ${TOUCHSCREEN} \