blob: c4b2ae7c2cd75bd677b5eb894cb80648a8938ca6 (
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
28
29
30
31
|
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-decodebin \
gst-plugin-volume"
RRECOMMENDS = "gst-plugin-mad \
gst-plugin-tagedit \
gst-plugin-ivorbis \
gst-plugin-tcp"
SRC_URI += " file://playlist-segfault.patch;patch=1;pnum=0 \
file://fix-includepath.patch;patch=1"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r2"
PARALLEL_MAKE=""
do_compile() {
oe_runmake PREFIX=${prefix} GST_VERSION="0.8"
}
|