[oe-commits] Liam Girdwood : libomx-bellagio: added version 0.9.2

git version control git at git.openembedded.org
Tue Dec 8 21:14:26 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: ff16088a34a6de8370cc020a5a5d449dee7611ba
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ff16088a34a6de8370cc020a5a5d449dee7611ba

Author: Liam Girdwood <lrg at slimlogic.co.uk>
Date:   Tue Dec  8 17:49:21 2009 +0000

libomx-bellagio: added version 0.9.2

Signed-off-by: Liam Girdwood <lrg at slimlogic.co.uk>

---

 conf/checksums.ini                         |    4 ++++
 recipes/openmax/libomxil-bellagio_0.9.2.bb |   17 +++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 37fc92b..0cd2fed 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -15890,6 +15890,10 @@ sha256=07128710a699b453dcd7b92e33f2aa8dcbbfe0a657d33040803cdaf0997e442c
 md5=757371e21e4f3653ce4d12d3ba0be1e0
 sha256=9a0864cd442c43e5b69072dc0617b56252bc933fce26f6bfd6d47909287a353a
 
+[http://downloads.sourceforge.net/omxil/libomxil-bellagio-0.9.2.tar.gz]
+md5=42ab7383c4ca4093000ec7062289112b
+sha256=dc5d3cf256390d5419ea7dc3fc35761999a1da99fa4b645ac3e92a6a279c38fc
+
 [http://ftp.gnome.org/pub/GNOME/sources/liboobs/2.22/liboobs-2.22.0.tar.bz2]
 md5=1b090ecd6c0df58b131795ff9a5c9057
 sha256=b35760855d7d1def532e9e808cecde29b75cec455b238590072abf4a8206536e
diff --git a/recipes/openmax/libomxil-bellagio_0.9.2.bb b/recipes/openmax/libomxil-bellagio_0.9.2.bb
new file mode 100644
index 0000000..b0564f3
--- /dev/null
+++ b/recipes/openmax/libomxil-bellagio_0.9.2.bb
@@ -0,0 +1,17 @@
+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"
+
+inherit autotools_stage
+
+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