All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 02/18] cinematicexperience: add example
Date: Tue,  8 Oct 2013 01:32:02 +0200	[thread overview]
Message-ID: <1381188738-29468-2-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <1381188738-29468-1-git-send-email-eric@eukrea.com>

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes-qt/examples/cinematicexperience_1.0.bb | 37 ++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 recipes-qt/examples/cinematicexperience_1.0.bb

diff --git a/recipes-qt/examples/cinematicexperience_1.0.bb b/recipes-qt/examples/cinematicexperience_1.0.bb
new file mode 100644
index 0000000..14ebf58
--- /dev/null
+++ b/recipes-qt/examples/cinematicexperience_1.0.bb
@@ -0,0 +1,37 @@
+LICENSE = "CC-BY-3.0"
+LIC_FILES_CHKSUM = "file://README;beginline=38;endline=50;md5=51babd597624b70752069953876aaa18"
+
+SRC_URI = "http://quitcoding.com/download/Qt5_CinematicExperience_rpi_1.0.tgz"
+
+SRC_URI[md5sum] = "935a5db0a6b2a72c67236e72f52be7d1"
+SRC_URI[sha256sum] = "0dd602983ced5f7c0cfd5ad0fbfe2b0b7e3c9ff715e4ef23eef818ccc2b6c60b"
+
+S = "${WORKDIR}/Qt5_CinematicExperience_rpi_${PV}/"
+
+# other version available for small screens
+#SRC_URI = "http://quitcoding.com/download/Qt5_CinematicExperience_1.0.tgz"
+#SRC_URI[md5sum] = "1c4f9bf5411c985fc5d3dbfc5d826a29"
+#SRC_URI[sha256sum] = "0e547e0259667915a24e84ade5efdcd0c553f81786734452c2c8dbce19a19f44"
+#S = "${WORKDIR}/Qt5_CinematicExperience_${PV}/"
+
+DEPENDS = "qtdeclarative qtgraphicaleffects"
+RDEPENDS_${PN} = "qtdeclarative-qmlplugins qtgraphicaleffects-qmlplugins"
+
+require recipes-qt/qt5/qt5.inc
+
+do_install() {
+    install -d ${D}${datadir}/${P}
+    install -m 0755 ${B}/Qt5_CinematicExperience ${D}${datadir}/${P}
+    cp -a ${S}/content ${D}${datadir}/${P}
+    install -m 0644 ${S}/Qt5_CinematicExperience.qml ${D}${datadir}/${P}
+
+    install -d ${D}${bindir}
+    echo "#!/bin/sh" > ${D}${bindir}/Qt5_CinematicExperience
+    echo "export QML_IMPORT_PATH=${datadir}/${P}" >> ${D}${bindir}/Qt5_CinematicExperience
+    echo "export QML2_IMPORT_PATH=${datadir}/${P}" >> ${D}${bindir}/Qt5_CinematicExperience
+    echo "${datadir}/${P}/Qt5_CinematicExperiencea \$* " >> ${D}${bindir}/Qt5_CinematicExperience
+    chmod +x ${D}${bindir}/Qt5_CinematicExperience
+}
+
+FILES_${PN}-dbg += "${datadir}/${P}/.debug"
+FILES_${PN} += "${datadir}"
-- 
1.8.4.rc3



  reply	other threads:[~2013-10-07 23:32 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-07 23:32 [PATCH 01/18] qtgraphicaleffects: allow empty package Eric Bénard
2013-10-07 23:32 ` Eric Bénard [this message]
2013-10-07 23:32 ` [PATCH 03/18] qtbase: update to 5.1.1 Eric Bénard
2013-10-08  0:01   ` Denys Dmytriyenko
2013-10-07 23:32 ` [PATCH 04/18] qtjsbackend: " Eric Bénard
2013-10-07 23:32 ` [PATCH 05/18] qtsvg: " Eric Bénard
2013-10-07 23:32 ` [PATCH 06/18] qtxmlpatterns: " Eric Bénard
2013-10-07 23:32 ` [PATCH 07/18] qtdeclarative: " Eric Bénard
2013-10-07 23:32 ` [PATCH 08/18] qtgraphicaleffects: " Eric Bénard
2013-10-07 23:32 ` [PATCH 09/18] qtimageformats: " Eric Bénard
2013-10-07 23:32 ` [PATCH 10/18] qtmultimedia: " Eric Bénard
2013-10-07 23:32 ` [PATCH 11/18] qtscript: " Eric Bénard
2013-10-07 23:32 ` [PATCH 12/18] qtsensors: " Eric Bénard
2013-10-07 23:32 ` [PATCH 13/18] qtsystems: doesn't depends on qtjsondb Eric Bénard
2013-10-07 23:32 ` [PATCH 14/18] qtquick1: update to 5.1.1 Eric Bénard
2013-10-07 23:32 ` [PATCH 15/18] qtlocation: don't depend on qtjsondb Eric Bénard
2013-10-07 23:32 ` [PATCH 16/18] qtwebkit: update to 5.1.1 Eric Bénard
2013-10-07 23:32 ` [PATCH 17/18] qtwebkit-examples: " Eric Bénard
2013-10-07 23:32 ` [PATCH 18/18] qt: use 5.1.1 by default Eric Bénard
2013-10-08  0:04   ` Denys Dmytriyenko
2013-10-08  0:16 ` [PATCH 01/18] qtgraphicaleffects: allow empty package Denys Dmytriyenko
2013-10-08  6:24   ` Eric Bénard
2013-10-08  4:02 ` Denys Dmytriyenko
2013-10-08  4:30 ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1381188738-29468-2-git-send-email-eric@eukrea.com \
    --to=eric@eukrea.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.