aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-mediaplayer2/opie-mediaplayer2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-mediaplayer2/opie-mediaplayer2.inc')
-rw-r--r--recipes-opie/opie-mediaplayer2/opie-mediaplayer2.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-opie/opie-mediaplayer2/opie-mediaplayer2.inc b/recipes-opie/opie-mediaplayer2/opie-mediaplayer2.inc
new file mode 100644
index 0000000..6ee2460
--- /dev/null
+++ b/recipes-opie/opie-mediaplayer2/opie-mediaplayer2.inc
@@ -0,0 +1,22 @@
+DESCRIPTION = "The next generation mediaplayer for Opie - based on libxine. \
+It plays mp3, mpeg, wav, ogg, quicktime, divx, etc. and is capable of streaming."
+SECTION = "opie/multimedia"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "libxine libqtaux2 opie-mediaplayer2-skin-default"
+RDEPENDS_${PN} = "opie-mediaplayer2-skin-default"
+RRECOMMENDS_${PN} = "libxine-plugin-ao-out-oss libxine-plugin-inp-file \
+libxine-plugin-decode-ff libxine-plugin-decode-mad \
+libxine-plugin-dmx-audio libxine-plugin-dmx-avi libxine-plugin-dmx-mpeg"
+APPNAME = "opieplayer2"
+
+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}/
+}