[oe-commits] David-John Willis : libsdl-ttf: Add 2.0.9 and checksums.

git version control git at git.openembedded.org
Wed Jan 6 08:35:52 UTC 2010


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

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Mon Dec 14 19:45:39 2009 +0000

libsdl-ttf: Add 2.0.9 and checksums.

---

 conf/checksums.ini                 |    4 ++++
 recipes/libsdl/libsdl-ttf_2.0.9.bb |   18 ++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index af6aa2a..2d2c74c 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -1186,6 +1186,10 @@ sha256=ac6f511404457592b88fd57c4c77f7feba8e3b55d62c3c45c117fe84f1e07a7d
 md5=29d12d1b883bf834c291c93f52ba8dc5
 sha256=7e2e7b46088a7b9594b255b58123598d49c5c3d11bcc3c9a8f80969cd9caa6c5
 
+[http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.9.tar.gz]
+md5=6dd5a85e4924689a35a5fb1cb3336156
+sha256=b4248876798b43d0fae1931cf8ae249f4f67a87736f97183f035f34aab554653
+
 [http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-1.03ii.tar.gz]
 md5=5bcb197fd42e67d51c739b1414d514a7
 sha256=f06895c0206dada9f9e7f07ecaeb6a3651fd648f4820f49c1f76bfeaec2f2913
diff --git a/recipes/libsdl/libsdl-ttf_2.0.9.bb b/recipes/libsdl/libsdl-ttf_2.0.9.bb
new file mode 100644
index 0000000..45f5aa9
--- /dev/null
+++ b/recipes/libsdl/libsdl-ttf_2.0.9.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Simple DirectMedia Layer truetype font library."
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libsdl freetype"
+LICENSE = "LGPL"
+PR = "r0"
+
+SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz"
+
+S = "${WORKDIR}/SDL_ttf-${PV}"
+
+inherit autotools
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+do_configure() { 
+   oe_runconf
+}





More information about the Openembedded-commits mailing list