[oe-commits] Koen Kooi : bigbuckbunny: add recipes for 480p and 720p mpeg4 asp versions

GIT User account git at amethyst.openembedded.net
Thu Jan 29 20:39:28 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6a6d6bab519aefb44e3d49d305134057adf7539e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6a6d6bab519aefb44e3d49d305134057adf7539e

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jan 29 21:36:46 2009 +0100

bigbuckbunny: add recipes for 480p and 720p mpeg4 asp versions

---

 conf/checksums.ini                     |    8 ++++++++
 packages/angstrom/bigbuckbunny-480p.bb |   13 +++++++++++++
 packages/angstrom/bigbuckbunny-720p.bb |   14 ++++++++++++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 91e5803..d16a927 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -2130,6 +2130,14 @@ sha256=1b4a5b5e48ad5e61a21586b7b59d5c0a88691a981e73e2c6dc5868197461791b
 md5=b12426fd72bedf00c389a7fb458275a8
 sha256=5a4a5b82dd8f485b4fef941cc216eb052184cf138f72b512eb62d836b460acdb
 
+[http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_surround-fix.avi]
+md5=ed7ed01e9aefba8ddd77c13332cec120
+sha256=40d1cf5bc8e1b0e55dac7bb2e3fbc2aea05b6679444864781299b24db044634f
+
+[http://mirror.bigbuckbunny.de/peach/bigbuckbunny_movies/big_buck_bunny_720p_surround.avi]
+md5=0da8fe124595f5b206d64cb1400bbefc
+sha256=b957d6e6212638441b52d3b620af157cc8d40c2a0342669294854a06edcd528c
+
 [http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-1.0.2.tar.bz2]
 md5=95c29d9d10bf2868996c0c47a3b9a8dc
 sha256=30da0098a24578e645193464526cc4d5c2c7fecaf476d1b9dabe68118850adee
diff --git a/packages/angstrom/bigbuckbunny-480p.bb b/packages/angstrom/bigbuckbunny-480p.bb
new file mode 100644
index 0000000..d3c2d66
--- /dev/null
+++ b/packages/angstrom/bigbuckbunny-480p.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Big Buck Bunny movie"
+LICENSE = "CC-BY"
+
+SRC_URI = "http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_surround-fix.avi"
+
+do_install() {
+	install -d ${D}${datadir}/movie
+	install -m 0644 big_buck_bunny_480p_surround-fix.avi ${D}${datadir}/movies 
+}
+
+FILES_${PN} += "${datadir}/movie"
+PACKAGE_ARCH = "all"
+
diff --git a/packages/angstrom/bigbuckbunny-720p.bb b/packages/angstrom/bigbuckbunny-720p.bb
new file mode 100644
index 0000000..f9a8ec4
--- /dev/null
+++ b/packages/angstrom/bigbuckbunny-720p.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Big Buck Bunny movie"
+LICENSE = "CC-BY"
+
+SRC_URI = "http://mirror.bigbuckbunny.de/peach/bigbuckbunny_movies/big_buck_bunny_720p_surround.avi"
+
+do_install() {
+	install -d ${D}${datadir}/movie
+	install -m 0644 big_buck_bunny_720p_surround.avi ${D}${datadir}/movies 
+}
+
+FILES_${PN} += "${datadir}/movie"
+PACKAGE_ARCH = "all"
+
+





More information about the Openembedded-commits mailing list