aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libav/libav_0.8.4.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-12-21 14:00:50 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-01-18 10:59:53 +0100
commit61a5d633e97010436e0a56b35f699a2149e4c032 (patch)
tree7b98aaa8899e9cf071f952928784da3032feae15 /meta-oe/recipes-multimedia/libav/libav_0.8.4.bb
parent1b5e1c9551406d3e5d98e0468ee140c26851ab09 (diff)
downloadmeta-openembedded-contrib-61a5d633e97010436e0a56b35f699a2149e4c032.tar.gz
libav: update to 0.8.4
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/libav/libav_0.8.4.bb')
-rw-r--r--meta-oe/recipes-multimedia/libav/libav_0.8.4.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/libav/libav_0.8.4.bb b/meta-oe/recipes-multimedia/libav/libav_0.8.4.bb
new file mode 100644
index 0000000000..bed8ba3622
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libav/libav_0.8.4.bb
@@ -0,0 +1,19 @@
+require libav.inc
+
+LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+ file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
+ file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \
+ file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
+
+PV = "0.8.4+git${SRCPV}"
+PR = "${INC_PR}.0"
+
+# When bumping SRCREV make sure you bump PR here and in dependant
+# recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION
+# changes
+SRCREV = "2c8ce46250ff78191fe6565876ddc4bc03fdf519"
+SRC_URI = "git://git.libav.org/libav.git;protocol=git;branch=release/0.8"
+
+S = "${WORKDIR}/git"
+
+