blob: 32cd1b9025ece3fa076f52992e46796799412f1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "Starling audio player for GPE"
SECTION = "gpe/multimedia"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gtk+ gstreamer gst-plugins-good gst-plugins-bad sqlite libsoup gnutls"
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"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpe autotools
|