summaryrefslogtreecommitdiff
path: root/meta/packages/libomxil
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-01-11 17:04:47 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-01-11 17:04:47 +0000
commit4fc27a3a215239503d004f87ff47225c1eddeb97 (patch)
tree80fed726a7a90cf1b81752345a38fd3d8c3775b2 /meta/packages/libomxil
parent34492aa368fb9e51e6ed8c5ecea92de753eb2654 (diff)
downloadopenembedded-core-4fc27a3a215239503d004f87ff47225c1eddeb97.tar.gz
openembedded-core-4fc27a3a215239503d004f87ff47225c1eddeb97.tar.bz2
openembedded-core-4fc27a3a215239503d004f87ff47225c1eddeb97.tar.xz
openembedded-core-4fc27a3a215239503d004f87ff47225c1eddeb97.zip
libomxil: added 0.3.3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3472 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libomxil')
-rw-r--r--meta/packages/libomxil/libomxil_0.3.3.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/libomxil/libomxil_0.3.3.bb b/meta/packages/libomxil/libomxil_0.3.3.bb
new file mode 100644
index 000000000..016aed514
--- /dev/null
+++ b/meta/packages/libomxil/libomxil_0.3.3.bb
@@ -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/"