aboutsummaryrefslogtreecommitdiffstats
path: root/opie-mediaplayer2
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-10-02 13:16:39 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-10-02 13:16:39 +0000
commitb763fbcafedd1a05b4005b671e3a0cbb6fcf4ce2 (patch)
tree2ca5cb8c3fc74c759a529d17e88f011ac2c50fe5 /opie-mediaplayer2
parent1b6eb4da40709a2c89660287cc843d53a81fa79d (diff)
downloadopenembedded-b763fbcafedd1a05b4005b671e3a0cbb6fcf4ce2.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/10/02 15:16:21+02:00 uni-frankfurt.de!mickeyl unbreak ramdisk script on collie (once again) 2004/10/02 01:57:16+02:00 uni-frankfurt.de!mickeyl opie-mediaplayer2 catch up with upstream cleanups BKrev: 415eaa37xIZOJ8ixZUaXWO4YEqLEdg
Diffstat (limited to 'opie-mediaplayer2')
-rw-r--r--opie-mediaplayer2/opie-mediaplayer2_cvs.oe11
1 files changed, 5 insertions, 6 deletions
diff --git a/opie-mediaplayer2/opie-mediaplayer2_cvs.oe b/opie-mediaplayer2/opie-mediaplayer2_cvs.oe
index c560fd4b98..58eb9f268a 100644
--- a/opie-mediaplayer2/opie-mediaplayer2_cvs.oe
+++ b/opie-mediaplayer2/opie-mediaplayer2_cvs.oe
@@ -1,13 +1,14 @@
-DESCRIPTION = "The mediaplayer for Opie. It plays mp3, mpeg, wav, ogg, quicktime, divx and more. Also it is streaming capable."
+DESCRIPTION = "The next generation mediaplayer for Opie - based libxine. \
+It plays mp3, mpeg, wav, ogg, quicktime, divx, etc. and is capable of streaming."
SECTION = "opie/multimedia"
PRIORITY = "optional"
LICENSE = "GPL"
MAINTAINER = "Team Opie <opie@handhelds.org>
PV = "1.1.6-cvs-${CVSDATE}"
-DEPENDS = "libxine"
+DEPENDS = "libxine-1.0.0-rc6a"
RDEPENDS = "opie-mediaplayer2-skin"
APPNAME = "opieplayer2"
-PR = "r1"
+PR = "r2"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/multimedia/opieplayer2 \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
@@ -20,8 +21,6 @@ inherit opie
QMAKE_PROFILES = "opieplayer2.pro"
do_install() {
- install -d ${D}${palmtopdir}/pics/${APPNAME}/ ${D}${palmtopdir}/apps/Applications
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
- install -m 0644 ${WORKDIR}/apps/Applications/mediaplayer.desktop ${D}${palmtopdir}/apps/Applications/
}
-