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 | |
parent | 34492aa368fb9e51e6ed8c5ecea92de753eb2654 (diff) | |
download | poky-4fc27a3a215239503d004f87ff47225c1eddeb97.tar.gz |
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')
-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 @@ | |||
1 | DESCRIPTION = "Bellagio OpenMAX Integration Layer" | ||
2 | HOMEPAGE = "http://omxil.sourceforge.net/" | ||
3 | LICENSE = "LGPL" | ||
4 | DEPENDS = "libvorbis libogg alsa-lib libmad" | ||
5 | |||
6 | SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-B-${PV}.tar.gz" | ||
7 | |||
8 | S = "${WORKDIR}/${PN}-B-${PV}" | ||
9 | |||
10 | inherit autotools | ||
11 | |||
12 | EXTRA_OECONF += "--disable-ffmpegcomponents" | ||
13 | |||
14 | FILES_${PN} += "${libdir}/omxilcomponents/*.so*" | ||
15 | FILES_${PN}-dev += "${libdir}/omxilcomponents/*.*a" | ||
16 | FILES_${PN}-dbg += "${libdir}/omxilcomponents/.debug/" | ||