aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-29 21:36:46 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-29 21:36:46 +0100
commit6a6d6bab519aefb44e3d49d305134057adf7539e (patch)
tree23dd5e865b0d59b2c9bf60036120e831c293d322
parente3792ea343d6e99b3dfe55f5bbbfc0d011552f13 (diff)
downloadopenembedded-6a6d6bab519aefb44e3d49d305134057adf7539e.tar.gz
bigbuckbunny: add recipes for 480p and 720p mpeg4 asp versions
-rw-r--r--conf/checksums.ini8
-rw-r--r--packages/angstrom/bigbuckbunny-480p.bb13
-rw-r--r--packages/angstrom/bigbuckbunny-720p.bb14
3 files changed, 35 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 91e5803e0f..d16a92717c 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 0000000000..d3c2d66ef8
--- /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 0000000000..f9a8ec4dc1
--- /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"
+
+