diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-24 09:48:04 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-24 13:20:51 +0100 |
commit | 0abc68a6318d9fcf6a94aac84909bddca302b396 (patch) | |
tree | 32baa3d1d3c06c438b0fb26b9446bc7b3ddd9c1f /meta-oe/recipes-multimedia | |
parent | d882255baae7ede11e7752c8a18640c9bab21126 (diff) | |
download | meta-openembedded-0abc68a6318d9fcf6a94aac84909bddca302b396.tar.gz |
libav: add 0.7.4, keep 0.6.5 for reference
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/libav/libav.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/libav/libav_0.6.5.bb | 22 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/libav/libav_0.7.4.bb | 19 |
3 files changed, 41 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/libav/libav.inc b/meta-oe/recipes-multimedia/libav/libav.inc index a461acf4ad..fc0b0214f4 100644 --- a/meta-oe/recipes-multimedia/libav/libav.inc +++ b/meta-oe/recipes-multimedia/libav/libav.inc | |||
@@ -31,11 +31,9 @@ EXTRA_FFCONF ?= "" | |||
31 | EXTRA_OECONF = " \ | 31 | EXTRA_OECONF = " \ |
32 | --enable-shared \ | 32 | --enable-shared \ |
33 | --enable-pthreads \ | 33 | --enable-pthreads \ |
34 | --disable-stripping \ | ||
35 | --enable-gpl \ | 34 | --enable-gpl \ |
36 | --enable-postproc \ | 35 | --enable-postproc \ |
37 | --enable-avfilter \ | 36 | --enable-avfilter \ |
38 | --enable-avfilter-lavf \ | ||
39 | \ | 37 | \ |
40 | --cross-prefix=${TARGET_PREFIX} \ | 38 | --cross-prefix=${TARGET_PREFIX} \ |
41 | --prefix=${prefix} \ | 39 | --prefix=${prefix} \ |
diff --git a/meta-oe/recipes-multimedia/libav/libav_0.6.5.bb b/meta-oe/recipes-multimedia/libav/libav_0.6.5.bb new file mode 100644 index 0000000000..962e253012 --- /dev/null +++ b/meta-oe/recipes-multimedia/libav/libav_0.6.5.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | require libav.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
4 | file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
5 | file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \ | ||
6 | file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | ||
7 | " | ||
8 | |||
9 | # When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes | ||
10 | SRCREV = "62c473934822afd317dfef27754a0ff71f58ce2a" | ||
11 | |||
12 | PV = "0.6.5" | ||
13 | PR = "${INC_PR}.0" | ||
14 | |||
15 | SRC_URI = "git://git.libav.org/libav.git;protocol=git;branch=release/0.6" | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | EXTRA_OECONF += "--disable-stripping \ | ||
20 | --enable-avfilter-lavf \ | ||
21 | " | ||
22 | |||
diff --git a/meta-oe/recipes-multimedia/libav/libav_0.7.4.bb b/meta-oe/recipes-multimedia/libav/libav_0.7.4.bb new file mode 100644 index 0000000000..c4c01db376 --- /dev/null +++ b/meta-oe/recipes-multimedia/libav/libav_0.7.4.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | require libav.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
4 | file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
5 | file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \ | ||
6 | file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | ||
7 | " | ||
8 | |||
9 | # When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes | ||
10 | SRCREV = "d4653e882fee5a2876c3878bc23d26799e3380ad" | ||
11 | |||
12 | PV = "0.7.4" | ||
13 | PR = "${INC_PR}.0" | ||
14 | |||
15 | SRC_URI = "git://git.libav.org/libav.git;protocol=git;branch=release/0.7" | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | |||