xf86-video-omapfb: pandora: handle cycle/forcer events better
[openembedded.git] / recipes / starling / starling_0.9.bb
1 DESCRIPTION = "Starling audio player for GPE"
2 SECTION = "gpe/multimedia"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 DEPENDS = "gtk+ gstreamer gst-plugins-good gst-plugins-bad esound sqlite libsoup libhandoff"
6 PR = "r0"
7
8 inherit gpe autotools
9
10 SRC_URI = "http://gpe.linuxtogo.org/download/source/starling-${PV}.tar.bz2"
11
12 RDEPENDS = "\
13   esd \
14   gst-plugin-audioconvert \
15   gst-plugin-esd \
16   gst-plugin-typefindfunctions \
17   gst-plugin-decodebin \
18   gst-plugin-volume \
19 "
20 RRECOMMENDS = "\
21   gst-plugin-mad \
22   gst-plugin-modplug \
23   gst-plugin-ivorbis \
24   gst-plugin-tcp \
25 "