]> code.ossystems Code Review - openembedded-core.git/commitdiff
libomxil: added 0.3.3
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 11 Jan 2008 17:04:47 +0000 (17:04 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 11 Jan 2008 17:04:47 +0000 (17:04 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3472 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libomxil/libomxil_0.3.3.bb [new file with mode: 0644]

diff --git a/meta/packages/libomxil/libomxil_0.3.3.bb b/meta/packages/libomxil/libomxil_0.3.3.bb
new file mode 100644 (file)
index 0000000..016aed5
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "Bellagio OpenMAX Integration Layer"
+HOMEPAGE = "http://omxil.sourceforge.net/"
+LICENSE = "LGPL"
+DEPENDS = "libvorbis libogg alsa-lib libmad"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-B-${PV}.tar.gz"
+
+S = "${WORKDIR}/${PN}-B-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF += "--disable-ffmpegcomponents"
+
+FILES_${PN} += "${libdir}/omxilcomponents/*.so*"
+FILES_${PN}-dev += "${libdir}/omxilcomponents/*.*a"
+FILES_${PN}-dbg += "${libdir}/omxilcomponents/.debug/"