Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH 01/21] cinematicexperience: add example
@ 2013-10-08  8:46 Eric Bénard
  2013-10-08  8:46 ` [PATCH 02/21] qtbase: update to 5.1.1 Eric Bénard
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Eric Bénard @ 2013-10-08  8:46 UTC (permalink / raw)
  To: openembedded-devel

for more informations on this demo :
http://kgronholm.blogspot.fr/2012/08/qt5-cinematic-experience.html
http://quitcoding.com/?page=work#cinex

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes-qt/examples/cinematicexperience_1.0.bb | 40 ++++++++++++++++++++++++++
 1 file changed, 40 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..3fa6f06
--- /dev/null
+++ b/recipes-qt/examples/cinematicexperience_1.0.bb
@@ -0,0 +1,40 @@
+SUMMARY = "Qt5 technology demo"
+DESCRIPTION = "Cinematic Experience collects many of the new Qt5 QtQuick 2.0 features into the same UX demo application. It uses particles, sprites, path animation, custom shaders etc. features which Qt5 introduces for QML UIs."
+HOMEPAGE = "http://quitcoding.com/?page=work#cinex"
+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



^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-10-10 10:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-08  8:46 [PATCH 01/21] cinematicexperience: add example Eric Bénard
2013-10-08  8:46 ` [PATCH 02/21] qtbase: update to 5.1.1 Eric Bénard
2013-10-08  8:46 ` [PATCH 03/21] qtjsbackend: " Eric Bénard
2013-10-08  8:46 ` [PATCH 04/21] qtsvg: " Eric Bénard
2013-10-08  8:46 ` [PATCH 05/21] qtxmlpatterns: " Eric Bénard
2013-10-08  8:46 ` [PATCH 06/21] qtdeclarative: " Eric Bénard
2013-10-08  8:46 ` [PATCH 07/21] qtgraphicaleffects: " Eric Bénard
2013-10-08  8:46 ` [PATCH 08/21] qtimageformats: " Eric Bénard
2013-10-08  8:46 ` [PATCH 09/21] qtmultimedia: " Eric Bénard
2013-10-08  8:46 ` [PATCH 10/21] qtscript: " Eric Bénard
2013-10-08  8:46 ` [PATCH 11/21] qtsensors: " Eric Bénard
2013-10-08  8:46 ` [PATCH 12/21] qtsystems: doesn't depends on qtjsondb Eric Bénard
2013-10-08  8:46 ` [PATCH 13/21] qtquick1: update to 5.1.1 Eric Bénard
2013-10-08  8:49 ` [PATCH 01/21] cinematicexperience: add example Eric Bénard
2013-10-10 10:44 ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox