aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2011-12-28 15:59:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:10:48 +0000
commit2eb0f4b5b231ae4a6d711e0dff06eb7bafb18007 (patch)
treef0c1a333ded084a5e1738208203c74b05ef9979e /meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
parent787ed39a2b1a598482dfc3354c4698e3a586a096 (diff)
downloadopenembedded-core-contrib-2eb0f4b5b231ae4a6d711e0dff06eb7bafb18007.tar.gz
libomxil: upgrade to 0.9.3
This patch is to upgrade libomxil from 0.3.3 to 0.9.3. The following is the licence change: 2c2 < @file src/omxcore.h --- > src/omxcore.h 4c4 < OpenMax Integration Layer Core. This library implements the OpenMAX core --- > OpenMAX Integration Layer Core. This library implements the OpenMAX core 7c7,8 < Copyright (C) 2007 STMicroelectronics and Nokia --- > Copyright (C) 2007-2009 STMicroelectronics > Copyright (C) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 24,26d24 < $Date: 2007-05-22 16:48:41 +0200 (Tue, 22 May 2007) $ < Revision $Rev: 239 $ < Author $Author: gsent $ 34d31 < 36d32 Signed-off-by: Shane Wang <shane.wang@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb')
-rw-r--r--meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
new file mode 100644
index 0000000000..bb31c56154
--- /dev/null
+++ b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
@@ -0,0 +1,33 @@
+DESCRIPTION = "Bellagio OpenMAX Integration Layer"
+HOMEPAGE = "http://omxil.sourceforge.net/"
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ae6f0f4dbc7ac193b50f323a6ae191cb \
+ file://src/omxcore.h;beginline=1;endline=27;md5=806b1e5566c06486fe8e42b461e03a90"
+DEPENDS = "libvorbis libogg alsa-lib libmad"
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-bellagio-${PV}.tar.gz \
+ file://configure-fix.patch \
+ file://parallel-make.patch \
+ file://makefile-docdir-fix.patch"
+
+SRC_URI[md5sum] = "a1de827fdb75c02c84e55f740ca27cb8"
+SRC_URI[sha256sum] = "593c0729c8ef8c1467b3bfefcf355ec19a46dd92e31bfc280e17d96b0934d74c"
+
+S = "${WORKDIR}/${BPN}-bellagio-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF += "--disable-ffmpegcomponents --disable-Werror"
+
+FILES_${PN} += "${libdir}/bellagio/*${SOLIBS} \
+ ${libdir}/omxloaders/*${SOLIBS}"
+FILES_${PN}-staticdev += "${libdir}/bellagio/*.a \
+ ${libdir}/omxloaders/*.a"
+FILES_${PN}-dev += "${libdir}/bellagio/*.la \
+ ${libdir}/bellagio/*${SOLIBSDEV} \
+ ${libdir}/omxloaders/*.la \
+ ${libdir}/omxloaders/*${SOLIBSDEV}"
+FILES_${PN}-dbg += "${libdir}/bellagio/.debug/ \
+ ${libdir}/omxloaders/.debug/"