aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/babl/babl_0.1.10.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-12-01 00:51:19 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-12-04 10:44:57 +0100
commite0ce76609c9ba21bb9df2df44e63ebbfea90ed91 (patch)
tree43768f810b58a45b959c66b1777d2c3b6f9bf732 /meta-oe/recipes-graphics/babl/babl_0.1.10.bb
parentaa7a2094055798f18c6578421c909c2961f50314 (diff)
downloadmeta-openembedded-contrib-e0ce76609c9ba21bb9df2df44e63ebbfea90ed91.tar.gz
babl: update to 0.1.10
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/babl/babl_0.1.10.bb')
-rw-r--r--meta-oe/recipes-graphics/babl/babl_0.1.10.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/babl/babl_0.1.10.bb b/meta-oe/recipes-graphics/babl/babl_0.1.10.bb
new file mode 100644
index 0000000000..689c4faad2
--- /dev/null
+++ b/meta-oe/recipes-graphics/babl/babl_0.1.10.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Babl is a dynamic, any to any, pixel format conversion library."
+LICENSE = "LGPL-3.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
+
+inherit gnome
+
+SRC_URI = "ftp://ftp.gimp.org/pub/${PN}/0.1/${PN}-${PV}.tar.bz2"
+SRC_URI[md5sum] = "9e1542ab5c0b12ea3af076a9a2f02d79"
+SRC_URI[sha256sum] = "943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4"
+
+FILES_${PN} += "${libdir}/babl-*/*.so"
+FILES_${PN}-dev += "${libdir}/babl-*/*.la"
+FILES_${PN}-dbg += "${libdir}/babl-*/.debug/"