Re: [oe] [PATCH 01/21] cinematicexperience: add example

2013-10-10 Thread Martin Jansa
On Tue, Oct 08, 2013 at 10:46:01AM +0200, Eric Bénard wrote:
 for more informations on this demo :
 http://kgronholm.blogspot.fr/2012/08/qt5-cinematic-experience.html
 http://quitcoding.com/?page=work#cinex

All merged in master as well as dora, thanks!

 
 Signed-off-by: Eric Bénard e...@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 000..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
 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 01/21] cinematicexperience: add example

2013-10-08 Thread Eric Bénard
Hi,

sorry for the noise, I forget the good subject.

New serie is following.

It updates Qt to 5.1.1 on master branch of meta-qt5.

BTW : Martin, the serie I sent yesterday is good for dora branch
(except the cinematicexperience which was missing the SUMMARY), that'll
avoid cherry-pick issues if you want to apply it on dora.

Eric
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel