diff options
Diffstat (limited to 'meta/packages/mpeg2dec')
| -rw-r--r-- | meta/packages/mpeg2dec/mpeg2dec_0.4.1.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/packages/mpeg2dec/mpeg2dec_0.4.1.bb b/meta/packages/mpeg2dec/mpeg2dec_0.4.1.bb deleted file mode 100644 index a769e5a70e..0000000000 --- a/meta/packages/mpeg2dec/mpeg2dec_0.4.1.bb +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | DESCRIPTION = "Library and test program for decoding mpeg-2 and mpeg-1 video streams" | ||
| 2 | HOMEPAGE = "http://libmpeg2.sourceforge.net/" | ||
| 3 | SECTION = "libs" | ||
| 4 | PRIORITY = "optional" | ||
| 5 | LICENSE = "GPLv2+" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 7 | file://include/mpeg2.h;beginline=1;endline=22;md5=ead62602d4638329d3b5b86a55803154" | ||
| 8 | |||
| 9 | DEPENDS = "virtual/libx11" | ||
| 10 | |||
| 11 | PR = "r0" | ||
| 12 | |||
| 13 | SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig | ||
| 16 | |||
| 17 | EXTRA_OECONF = "--enable-shared --disable-sdl --with-x" | ||
| 18 | |||
| 19 | PACKAGES = "mpeg2dec-dbg mpeg2dec mpeg2dec-doc libmpeg2 libmpeg2-dev libmpeg2convert libmpeg2convert-dev" | ||
| 20 | |||
| 21 | FILES_${PN} = "${bindir}/*" | ||
| 22 | FILES_libmpeg2 = "${libdir}/libmpeg2.so.*" | ||
| 23 | FILES_libmpeg2convert = "${libdir}/libmpeg2convert.so.*" | ||
| 24 | FILES_libmpeg2-dev = "${libdir}/libmpeg2.so \ | ||
| 25 | ${libdir}/libmpeg2.*a \ | ||
| 26 | ${libdir}/pkgconfig/libmpeg2.pc \ | ||
| 27 | ${includedir}/mpeg2dec/mpeg2.h" | ||
| 28 | FILES_libmpeg2convert-dev = "${libdir}/libmpeg2convert.so \ | ||
| 29 | ${libdir}/libmpeg2convert.*a \ | ||
| 30 | ${libdir}/pkgconfig/libmpeg2convert.pc \ | ||
| 31 | ${includedir}/mpeg2dec/mpeg2convert.h" | ||
