diff options
author | Liam Girdwood <lrg@slimlogic.co.uk> | 2009-12-08 17:49:21 +0000 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2009-12-08 18:12:58 +0000 |
commit | ff16088a34a6de8370cc020a5a5d449dee7611ba (patch) | |
tree | 9d44a3df9989994105395e7156ae65c85fd0df7b | |
parent | 30a9cb7e627411effcb2a84db395d1bb13580edc (diff) |
libomx-bellagio: added version 0.9.2
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | 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 37fc92b235..0cd2fed9e6 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 0000000000..b0564f381e --- /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 = "" + |