blob: 46519d6bf158730ab36467d86aa74b0050d7832d (
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-mediaplayer"
RDEPENDS = "opie-mediaplayer"
PV = "1.1.5-cvs-${CVSDATE}"
APPNAME = "wavplugin"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/multimedia/opieplayer;date=${CVSDATE} "
S = "${WORKDIR}/opieplayer/${APPNAME}"
inherit opie
# FILES plugins/codecs/libwavplugin*
|