diff options
Diffstat (limited to 'meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb')
-rw-r--r-- | meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 33 |
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 @@ | |||
1 | DESCRIPTION = "Bellagio OpenMAX Integration Layer" | ||
2 | HOMEPAGE = "http://omxil.sourceforge.net/" | ||
3 | LICENSE = "LGPLv2.1+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ae6f0f4dbc7ac193b50f323a6ae191cb \ | ||
5 | file://src/omxcore.h;beginline=1;endline=27;md5=806b1e5566c06486fe8e42b461e03a90" | ||
6 | DEPENDS = "libvorbis libogg alsa-lib libmad" | ||
7 | |||
8 | PR = "r0" | ||
9 | |||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-bellagio-${PV}.tar.gz \ | ||
11 | file://configure-fix.patch \ | ||
12 | file://parallel-make.patch \ | ||
13 | file://makefile-docdir-fix.patch" | ||
14 | |||
15 | SRC_URI[md5sum] = "a1de827fdb75c02c84e55f740ca27cb8" | ||
16 | SRC_URI[sha256sum] = "593c0729c8ef8c1467b3bfefcf355ec19a46dd92e31bfc280e17d96b0934d74c" | ||
17 | |||
18 | S = "${WORKDIR}/${BPN}-bellagio-${PV}" | ||
19 | |||
20 | inherit autotools | ||
21 | |||
22 | EXTRA_OECONF += "--disable-ffmpegcomponents --disable-Werror" | ||
23 | |||
24 | FILES_${PN} += "${libdir}/bellagio/*${SOLIBS} \ | ||
25 | ${libdir}/omxloaders/*${SOLIBS}" | ||
26 | FILES_${PN}-staticdev += "${libdir}/bellagio/*.a \ | ||
27 | ${libdir}/omxloaders/*.a" | ||
28 | FILES_${PN}-dev += "${libdir}/bellagio/*.la \ | ||
29 | ${libdir}/bellagio/*${SOLIBSDEV} \ | ||
30 | ${libdir}/omxloaders/*.la \ | ||
31 | ${libdir}/omxloaders/*${SOLIBSDEV}" | ||
32 | FILES_${PN}-dbg += "${libdir}/bellagio/.debug/ \ | ||
33 | ${libdir}/omxloaders/.debug/" | ||