blob: 82a9610b0fae340b78ccf04b5f0af6ac15a85de4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "WAV file plugin"
SECTION = "opie/codecs"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "opie-mediaplayer1"
RDEPENDS = "opie-mediaplayer1"
PV = "1.1.8+cvs-${CVSDATE}"
APPNAME = "wavplugin"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/multimedia/opieplayer "
S = "${WORKDIR}/opieplayer/${APPNAME}"
inherit opie
# FILES plugins/codecs/libwavplugin*
|