blob: 4501cdf55dc43395d8ecded385e7cbec3ecb679e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
LICENSE = "GPL"
inherit gpe pkgconfig
DESCRIPTION = "GPE audio player"
DEPENDS = "gtk+ libgpewidget gstreamer gst-plugins"
RDEPENDS = "esd \
gst-plugins \
gst-plugin-audio \
gst-plugin-audioconvert \
gst-plugin-audiofile \
gst-plugin-esd \
gst-plugin-typefindfunctions \
gst-plugin-volume"
RRECOMMENDS = "gst-plugin-mad \
gst-plugin-tagedit \
gst-plugin-tcp"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r0"
PARALLEL_MAKE=""
|