[oe-commits] Koen Kooi : ballfield: add SDL demo of a field with balls

GIT User account git at amethyst.openembedded.net
Thu Oct 16 13:20:57 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Oct 16 15:19:46 2008 +0200

ballfield: add SDL demo of a field with balls

---

 conf/checksums.ini               |    4 ++++
 packages/libsdl/ballfield_1.0.bb |    8 ++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 8fb126e..892fa48 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -1202,6 +1202,10 @@ sha256=c3648f02dd7d4dc8c0ef9a48089fda4ca47b81a977c838b17f55e6abf7f51447
 md5=0d6d6614afdc468d214de4e66f9f5a26
 sha256=d095165d256771c918b80f836feaf837aedc1362b2d67171013d3ab7ac5ee47f
 
+[http://olofson.net/download/ballfield-1.0.tar.gz]
+md5=cdb21380b0584db2a69ac10094bb97e1
+sha256=926688080fd75a8d6eab6c6ea1168dc03c591625c21af492ec0c13d816573516
+
 [http://talinux.fi.tal.org/pub/talinux/sources/balsa-2.0.17.tar.bz2]
 md5=851db68728ed9adea615eb2f249fa1ee
 sha256=c450b49ce9903d97ed5e4aa788b388e014c0eddcfc038b000237f67cd4528a3b
diff --git a/packages/libsdl/ballfield_1.0.bb b/packages/libsdl/ballfield_1.0.bb
new file mode 100644
index 0000000..9b44be5
--- /dev/null
+++ b/packages/libsdl/ballfield_1.0.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "This is a cute little "3D" sprite demo using SDL and SDL_image."
+DEPENDS = "vrtual/libsdl libsdl-image"
+LICENSE = "GPLv2"
+
+SRC_URI = "http://olofson.net/download/ballfield-${PV}.tar.gz"
+
+inherit autotools
+





More information about the Openembedded-commits mailing list