blob: b5949be74d94f6ab2b2f6272fb4e5f7c0a065411 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "Ogg file plugin using tremor"
SECTION = "opie/codecs"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "opie-mediaplayer1 tremor"
RDEPENDS = "opie-mediaplayer1"
APPNAME = "tremorplugin"
S = "${WORKDIR}/opieplayer/vorbis"
QMAKE_PROFILES = "vorbis.pro"
inherit opie
do_configure_prepend() {
install -m 0644 ${WORKDIR}/vorbis.pro ${S}/
}
# FILES plugins/codecs/libtremorplugin.so
|