From 450940b3a6757eb451031361a27e7d0831a0f340 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 20 May 2013 18:08:06 +0000 Subject: bigbuckbunny: Add 480p, 720p and 1080p movies This provides a recipe to install the movies in the rootfs; these allow for people to make demo images which carry the movies for show. These recipes are based on Angstrom ones. Thanks by their base work. Signed-off-by: Otavio Salvador Signed-off-by: Martin Jansa --- .../sample-content/bigbuckbunny-480p.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb (limited to 'meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb') diff --git a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb new file mode 100644 index 0000000000..31a90cacff --- /dev/null +++ b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Big Buck Bunny movie - 480P" +LICENSE = "CC-BY" +LIC_FILES_CHKSUM = "file://${WORKDIR}/big_buck_bunny_480p_surround-fix.avi;md5=ed7ed01e9aefba8ddd77c13332cec120" + +SRC_URI = "http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_surround-fix.avi" +SRC_URI[md5sum] = "ed7ed01e9aefba8ddd77c13332cec120" +SRC_URI[sha256sum] = "40d1cf5bc8e1b0e55dac7bb2e3fbc2aea05b6679444864781299b24db044634f" + +inherit allarch + +do_install() { + install -d ${D}${datadir}/movies + install -m 0644 ${WORKDIR}/big_buck_bunny_480p_surround-fix.avi ${D}${datadir}/movies/ +} + +FILES_${PN} += "${datadir}/movies" -- cgit 1.2.3-korg