blob: d16a3fe30001edf4d1718c049b41371619d4c67b (
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}"
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 \
"
|