diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-18 02:18:25 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-18 02:18:25 +0000 |
commit | 4c1f1e75585608113bf6e8cd2e188a6725d9dec2 (patch) | |
tree | 16e1dce7f271de79c4677cf2638a2ea72e423205 | |
parent | 9fa5eadd3f54eb4e9e7db759a405c29da897ee35 (diff) |
opie-mediaplayer1-tremorplugin: fix depends and share source w/ mediaplayer
BKrev: 40f9ddf1gDx93PpMzTgLYS9Eovnp6A
-rw-r--r-- | opie-mediaplayer1-libtremorplugin/opie-mediaplayer1-libtremorplugin_cvs.oe | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/opie-mediaplayer1-libtremorplugin/opie-mediaplayer1-libtremorplugin_cvs.oe b/opie-mediaplayer1-libtremorplugin/opie-mediaplayer1-libtremorplugin_cvs.oe index e69de29bb2..c98e961087 100644 --- a/opie-mediaplayer1-libtremorplugin/opie-mediaplayer1-libtremorplugin_cvs.oe +++ b/opie-mediaplayer1-libtremorplugin/opie-mediaplayer1-libtremorplugin_cvs.oe @@ -0,0 +1,24 @@ +DESCRIPTION = "Ogg file plugin using tremor" +SECTION = "opie/codecs" +PRIORITY = "optional" +MAINTAINER = "Open Embedded <oe@handhelds.org>" +LICENSE = "GPL" +DEPENDS = "opie-mediaplayer tremor" +RDEPENDS = "opie-mediaplayer" +PV = "1.1.4-cvs-${CVSDATE}" +APPNAME = "tremorplugin" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/multimedia/opieplayer;date=${CVSDATE} \ + file://vorbis.pro " + +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 |