[oe-commits] Koen Kooi : libomxil: update to 0.9.2.1

git version control git at git.openembedded.org
Thu Nov 25 13:02:57 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Nov 25 11:51:01 2010 +0100

libomxil: update to 0.9.2.1

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/openmax/libomxil-bellagio_0.9.2.1.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/recipes/openmax/libomxil-bellagio_0.9.2.1.bb b/recipes/openmax/libomxil-bellagio_0.9.2.1.bb
new file mode 100644
index 0000000..c91a2fb
--- /dev/null
+++ b/recipes/openmax/libomxil-bellagio_0.9.2.1.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "OpenMAX Integration Layer (IL) is a standard API to access Multimedia Components on mobile platforms. It has been defined by the Khronos group."
+LICENSE = "LGPLv2"
+DEPENDS = "alsa-lib ffmpeg \
+           ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad', d)}"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/${PN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "323049db668ab260870fd7ecd2ec4156"
+SRC_URI[sha256sum] = "75cf8d3b5cac2764420ae2cc7846b9bb12a47d2ca04c96e5821309b0124ddc72"
+
+inherit autotools
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+FILES_${PN} += "${libdir}/bellagio/*.so ${libdir}/bellagio/*.la"
+FILES_${PN}-dev += "${libdir}/bellagio/*.a"
+FILES_${PN}-dbg += "${libdir}/bellagio/.debug"
+
+PARALLEL_MAKE = ""
+





More information about the Openembedded-commits mailing list