merge of '0b604857bbf871639fdb43ee8380222e8ef64bb7'
[vuplus_openembedded] / packages / starling / starling_svn.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"
6 RDEPENDS = "esd \
7         gst-plugin-audioconvert \
8         gst-plugin-esd \
9         gst-plugin-typefindfunctions \
10         gst-plugin-decodebin \
11         gst-plugin-volume"
12 RRECOMMENDS = "gst-plugin-mad \
13         gst-plugin-modplug \
14         gst-plugin-ivorbis \
15         gst-plugin-tcp"
16
17 PV = "0.2+svn${SRCDATE}"
18
19 inherit gpe autotools
20
21 SRC_URI = "${GPE_EXTRA_SVN}"
22
23 S = "${WORKDIR}/${PN}"