summaryrefslogtreecommitdiff
path: root/opie-mediaplayer2
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-10-01 21:17:47 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-10-01 21:17:47 +0000
commitc3470d1560b02b362d597e6f3155256d878770a1 (patch)
treefa455142d1ef775f6427033f19997cc0922215ba /opie-mediaplayer2
parentaf5e8dcb8a3508fd2f59a6721e9921755695eb60 (diff)
opie-mediaplayer2: build with newest libxine & install correct .desktop file
BKrev: 415dc97bE48Yvx4q0d3gws2YuBrDgQ
Diffstat (limited to 'opie-mediaplayer2')
-rw-r--r--opie-mediaplayer2/opie-mediaplayer2_cvs.oe6
1 files changed, 4 insertions, 2 deletions
diff --git a/opie-mediaplayer2/opie-mediaplayer2_cvs.oe b/opie-mediaplayer2/opie-mediaplayer2_cvs.oe
index b50f8ef4ef..c560fd4b98 100644
--- a/opie-mediaplayer2/opie-mediaplayer2_cvs.oe
+++ b/opie-mediaplayer2/opie-mediaplayer2_cvs.oe
@@ -4,9 +4,10 @@ PRIORITY = "optional"
LICENSE = "GPL"
MAINTAINER = "Team Opie <opie@handhelds.org>
PV = "1.1.6-cvs-${CVSDATE}"
-DEPENDS = "libxine-1.0.0-beta12"
+DEPENDS = "libxine"
RDEPENDS = "opie-mediaplayer2-skin"
APPNAME = "opieplayer2"
+PR = "r1"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/multimedia/opieplayer2 \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
@@ -19,7 +20,8 @@ inherit opie
QMAKE_PROFILES = "opieplayer2.pro"
do_install() {
- install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/ ${D}${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/
}