diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-11 17:04:47 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-11 17:04:47 +0000 |
commit | 4fc27a3a215239503d004f87ff47225c1eddeb97 (patch) | |
tree | 80fed726a7a90cf1b81752345a38fd3d8c3775b2 /meta/packages/libomxil | |
parent | 34492aa368fb9e51e6ed8c5ecea92de753eb2654 (diff) | |
download | openembedded-core-4fc27a3a215239503d004f87ff47225c1eddeb97.tar.gz openembedded-core-4fc27a3a215239503d004f87ff47225c1eddeb97.tar.bz2 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.bb | 16 |
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 0000000000..016aed5149 --- /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/" |