Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Library and test program for decoding MPEG-2 and MPEG-1 video streams" |
| 2 | HOMEPAGE = "http://libmpeg2.sourceforge.net/" |
| 3 | SECTION = "libs" |
| 4 | LICENSE = "GPLv2+" |
| 5 | LICENSE_FLAGS = "commercial" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
| 7 | file://include/mpeg2.h;beginline=1;endline=22;md5=ead62602d4638329d3b5b86a55803154" |
| 8 | |
| 9 | PR = "r2" |
| 10 | |
| 11 | SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz \ |
| 12 | file://altivec_h_needed.patch" |
| 13 | |
| 14 | SRC_URI[md5sum] = "7631b0a4bcfdd0d78c0bb0083080b0dc" |
| 15 | SRC_URI[sha256sum] = "c74a76068f8ec36d4bb59a03bf1157be44118ca02252180e8b358b0b5e3edeee" |
| 16 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 17 | UPSTREAM_CHECK_URI = "http://libmpeg2.sourceforge.net/downloads.html" |
| 18 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 19 | inherit autotools pkgconfig |
| 20 | |
| 21 | EXTRA_OECONF = "--enable-shared --disable-sdl" |
| 22 | |
| 23 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
| 24 | PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 libxext libxv" |
| 25 | |
| 26 | PACKAGES = "mpeg2dec-dbg mpeg2dec mpeg2dec-doc libmpeg2 libmpeg2-dev libmpeg2convert libmpeg2convert-dev libmpeg2-staticdev libmpeg2convert-staticdev" |
| 27 | |
| 28 | FILES_${PN} = "${bindir}/*" |
| 29 | FILES_libmpeg2 = "${libdir}/libmpeg2.so.*" |
| 30 | FILES_libmpeg2convert = "${libdir}/libmpeg2convert.so.*" |
| 31 | FILES_libmpeg2-dev = "${libdir}/libmpeg2.so \ |
| 32 | ${libdir}/libmpeg2.la \ |
| 33 | ${libdir}/pkgconfig/libmpeg2.pc \ |
| 34 | ${includedir}/mpeg2dec/mpeg2.h" |
| 35 | FILES_libmpeg2-staticdev = "${libdir}/libmpeg2.a" |
| 36 | FILES_libmpeg2convert-dev = "${libdir}/libmpeg2convert.so \ |
| 37 | ${libdir}/libmpeg2convert.la \ |
| 38 | ${libdir}/pkgconfig/libmpeg2convert.pc \ |
| 39 | ${includedir}/mpeg2dec/mpeg2convert.h" |
| 40 | FILES_libmpeg2convert-staticdev = "${libdir}/libmpeg2convert.a" |