diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2017-05-10 11:33:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-23 17:45:36 +0100 |
commit | 33dc3dd55f7fe7a7fdbee7a8bfff62a302ae7b8c (patch) | |
tree | 9d50483477f68f9505ddb786ff0300518ba5ad71 /meta/recipes-multimedia/mpeg2dec | |
parent | c6e8ce853013c3e51b47f75d073fd148e60bf03b (diff) | |
download | poky-33dc3dd55f7fe7a7fdbee7a8bfff62a302ae7b8c.tar.gz |
mpeg2dec: upgrade to version 0.5.1
(From OE-Core rev: c2790aad53075bf7d68fa79a4871abd8625eb0a6)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/mpeg2dec')
-rw-r--r-- | meta/recipes-multimedia/mpeg2dec/files/altivec_h_needed.patch (renamed from meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch) | 8 | ||||
-rw-r--r-- | meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb (renamed from meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb) | 14 |
2 files changed, 12 insertions, 10 deletions
diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch b/meta/recipes-multimedia/mpeg2dec/files/altivec_h_needed.patch index 7dc56436f0..5113ad44fe 100644 --- a/meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch +++ b/meta/recipes-multimedia/mpeg2dec/files/altivec_h_needed.patch | |||
@@ -24,10 +24,10 @@ Upstream-Status: Pending | |||
24 | 24 | ||
25 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> | 25 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> |
26 | 26 | ||
27 | diff -ruN mpeg2dec-0.4.1-orig/configure.in mpeg2dec-0.4.1/configure.in | 27 | diff -ruN a/configure.in b/configure.in |
28 | --- mpeg2dec-0.4.1-orig/configure.in 2010-09-14 20:55:42.399687663 +0800 | 28 | --- a/configure.ac 2010-09-14 20:55:42.399687663 +0800 |
29 | +++ mpeg2dec-0.4.1/configure.in 2010-09-14 20:56:43.403204648 +0800 | 29 | +++ b/configure.ac 2010-09-14 20:56:43.403204648 +0800 |
30 | @@ -75,11 +75,11 @@ | 30 | @@ -79,11 +79,11 @@ |
31 | CFLAGS="$OPT_CFLAGS $TRY_CFLAGS $CFLAGS" | 31 | CFLAGS="$OPT_CFLAGS $TRY_CFLAGS $CFLAGS" |
32 | AC_MSG_CHECKING([if <altivec.h> is needed]) | 32 | AC_MSG_CHECKING([if <altivec.h> is needed]) |
33 | AC_TRY_COMPILE([], | 33 | AC_TRY_COMPILE([], |
diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb index fe765da193..8e995daa7c 100644 --- a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb +++ b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb | |||
@@ -4,15 +4,15 @@ SECTION = "libs" | |||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LICENSE_FLAGS = "commercial" | 5 | LICENSE_FLAGS = "commercial" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
7 | file://include/mpeg2.h;beginline=1;endline=22;md5=ead62602d4638329d3b5b86a55803154" | 7 | file://include/mpeg2.h;beginline=1;endline=22;md5=7766f4fcb58f0f8413c49a746f2ab89b" |
8 | 8 | ||
9 | PR = "r2" | 9 | SRC_URI = "http://libmpeg2.sourceforge.net/files/libmpeg2-${PV}.tar.gz \ |
10 | |||
11 | SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz \ | ||
12 | file://altivec_h_needed.patch" | 10 | file://altivec_h_needed.patch" |
13 | 11 | ||
14 | SRC_URI[md5sum] = "7631b0a4bcfdd0d78c0bb0083080b0dc" | 12 | S = "${WORKDIR}/libmpeg2-${PV}" |
15 | SRC_URI[sha256sum] = "c74a76068f8ec36d4bb59a03bf1157be44118ca02252180e8b358b0b5e3edeee" | 13 | |
14 | SRC_URI[md5sum] = "0f92c7454e58379b4a5a378485bbd8ef" | ||
15 | SRC_URI[sha256sum] = "dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4" | ||
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "http://libmpeg2.sourceforge.net/downloads.html" | 17 | UPSTREAM_CHECK_URI = "http://libmpeg2.sourceforge.net/downloads.html" |
18 | 18 | ||
@@ -30,11 +30,13 @@ FILES_libmpeg2 = "${libdir}/libmpeg2.so.*" | |||
30 | FILES_libmpeg2convert = "${libdir}/libmpeg2convert.so.*" | 30 | FILES_libmpeg2convert = "${libdir}/libmpeg2convert.so.*" |
31 | FILES_libmpeg2-dev = "${libdir}/libmpeg2.so \ | 31 | FILES_libmpeg2-dev = "${libdir}/libmpeg2.so \ |
32 | ${libdir}/libmpeg2.la \ | 32 | ${libdir}/libmpeg2.la \ |
33 | ${libdir}/libmpeg2arch.la \ | ||
33 | ${libdir}/pkgconfig/libmpeg2.pc \ | 34 | ${libdir}/pkgconfig/libmpeg2.pc \ |
34 | ${includedir}/mpeg2dec/mpeg2.h" | 35 | ${includedir}/mpeg2dec/mpeg2.h" |
35 | FILES_libmpeg2-staticdev = "${libdir}/libmpeg2.a" | 36 | FILES_libmpeg2-staticdev = "${libdir}/libmpeg2.a" |
36 | FILES_libmpeg2convert-dev = "${libdir}/libmpeg2convert.so \ | 37 | FILES_libmpeg2convert-dev = "${libdir}/libmpeg2convert.so \ |
37 | ${libdir}/libmpeg2convert.la \ | 38 | ${libdir}/libmpeg2convert.la \ |
39 | ${libdir}/libmpeg2convertarch.la \ | ||
38 | ${libdir}/pkgconfig/libmpeg2convert.pc \ | 40 | ${libdir}/pkgconfig/libmpeg2convert.pc \ |
39 | ${includedir}/mpeg2dec/mpeg2convert.h" | 41 | ${includedir}/mpeg2dec/mpeg2convert.h" |
40 | FILES_libmpeg2convert-staticdev = "${libdir}/libmpeg2convert.a" | 42 | FILES_libmpeg2convert-staticdev = "${libdir}/libmpeg2convert.a" |