aboutsummaryrefslogtreecommitdiffstats
path: root/packages/starling/starling_0.1.bb
blob: 4e19678506d1cb4c6b8989c0e0f9eda77cc168d4 (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
LICENSE = "GPL"
SECTION = "gpe/multimedia"
PRIORITY = "optional"
PR = "r1"
MAINTAINER = "Florian Boor <fb@kernelconcepts.de>

inherit gpe autotools

DESCRIPTION = "Starling audio player for GPE"
DEPENDS = "gtk+ libgpewidget gstreamer gst-plugins-good gst-plugins-bad esound-gpe"
RDEPENDS = "esd \
	gst-plugins \
	gst-plugin-audio \
	gst-plugin-audioconvert \
	gst-plugin-audiofile \
	gst-plugin-esd \
	gst-plugin-typefindfunctions \
        gst-plugin-decodebin \
	gst-plugin-volume"

RRECOMMENDS = "gst-plugin-mad \
	gst-plugin-tagedit \
	gst-plugin-ivorbis \
	gst-plugin-tcp"

SRC_URI = "http://handhelds.org/~skyhusker/${P}.tar.bz2"