diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-14 20:18:36 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-14 20:18:36 +0000 |
commit | 66eb5f9d97a82ec0652507efdc7635bc269b127a (patch) | |
tree | 9d16c7ab34157ff8e246e82678dc8cd457d792d8 | |
parent | bbec26f82ab1bb3c0de71ae64ca41526649d3909 (diff) |
opie-mediaplayer2: 1.1.7 version is already updated to build with newer libxine
BKrev: 4197bd9cwbtCXMcskhvVgxpDUDuUxQ
-rw-r--r-- | opie-mediaplayer2/opie-mediaplayer2_1.1.7.oe | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/opie-mediaplayer2/opie-mediaplayer2_1.1.7.oe b/opie-mediaplayer2/opie-mediaplayer2_1.1.7.oe index e69de29bb2..85631aeec6 100644 --- a/opie-mediaplayer2/opie-mediaplayer2_1.1.7.oe +++ b/opie-mediaplayer2/opie-mediaplayer2_1.1.7.oe @@ -0,0 +1,27 @@ +DESCRIPTION = "The mediaplayer for Opie. It plays mp3, mpeg, wav, ogg, quicktime, divx and more. Also it is streaming capable." +SECTION = "opie/multimedia" +PRIORITY = "optional" +LICENSE = "GPL" +MAINTAINER = "Team Opie <opie@handhelds.org> +DEPENDS = "libxine-1.0.0-rc6a" +RDEPENDS = "opie-mediaplayer2-skin" +APPNAME = "opieplayer2" +PR = "r1" + +TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/multimedia/opieplayer2 \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps \ + file://fix-switch-yuv2rgb_arm2.patch;patch=1" +S = "${WORKDIR}/${APPNAME}" + +inherit opie + +QMAKE_PROFILES = "opieplayer2.pro" + +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ ${S}${palmtopdir}/apps/Applications/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/apps/Applications/mediaplayer.desktop ${D}${palmtopdir}/apps/Applications/ +} + |