aboutsummaryrefslogtreecommitdiffstats
path: root/packages/starling/starling_svn.bb
blob: 59797604db1b99d07503920f05953c1b158faf87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
DESCRIPTION = "Starling audio player for GPE"
SECTION = "gpe/multimedia"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gtk+ gstreamer gst-plugins-good gst-plugins-bad esound sqlite libsoup libhandoff"
PV = "0.2+svnr${SRCREV}"
FILE_PR = "r1"

inherit gpe autotools

SRC_URI = "${GPE_EXTRA_SVN}"
S = "${WORKDIR}/${PN}"

RDEPENDS = "\
  esd \
  gst-plugin-audioconvert \
  gst-plugin-esd \
  gst-plugin-typefindfunctions \
  gst-plugin-decodebin \
  gst-plugin-volume \
"
RRECOMMENDS = "\
  gst-plugin-mad \
  gst-plugin-modplug \
  gst-plugin-ivorbis \
  gst-plugin-tcp \
"