blob: 0d7fe70ad51e27b5cd2aa9ebb88ef67d8f60a94a (
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.7+cvs-${CVSDATE}"
APPNAME = "wavplugin"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/multimedia/opieplayer "
S = "${WORKDIR}/opieplayer/${APPNAME}"
inherit opie
# FILES plugins/codecs/libwavplugin*
|