[oe-commits] Koen Kooi : libav: add 0.7.4, keep 0.6.5 for reference

git at git.openembedded.org git at git.openembedded.org
Tue Jan 24 15:22:01 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 0abc68a6318d9fcf6a94aac84909bddca302b396
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0abc68a6318d9fcf6a94aac84909bddca302b396

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Jan 24 09:48:04 2012 +0100

libav: add 0.7.4, keep 0.6.5 for reference

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-multimedia/libav/libav.inc      |    2 --
 meta-oe/recipes-multimedia/libav/libav_0.6.5.bb |   22 ++++++++++++++++++++++
 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 a461acf..fc0b021 100644
--- a/meta-oe/recipes-multimedia/libav/libav.inc
+++ b/meta-oe/recipes-multimedia/libav/libav.inc
@@ -31,11 +31,9 @@ EXTRA_FFCONF ?= ""
 EXTRA_OECONF = " \
         --enable-shared \
         --enable-pthreads \
-        --disable-stripping \
         --enable-gpl \
         --enable-postproc \
         --enable-avfilter \
-        --enable-avfilter-lavf \
         \
         --cross-prefix=${TARGET_PREFIX} \
         --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 0000000..962e253
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libav/libav_0.6.5.bb
@@ -0,0 +1,22 @@
+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 \
+"
+
+# When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes
+SRCREV = "62c473934822afd317dfef27754a0ff71f58ce2a"
+
+PV = "0.6.5"
+PR = "${INC_PR}.0"
+
+SRC_URI = "git://git.libav.org/libav.git;protocol=git;branch=release/0.6"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OECONF += "--disable-stripping \
+                 --enable-avfilter-lavf \
+                "
+
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 0000000..c4c01db
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libav/libav_0.7.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 \
+"
+
+# When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes
+SRCREV = "d4653e882fee5a2876c3878bc23d26799e3380ad"
+
+PV = "0.7.4"
+PR = "${INC_PR}.0"
+
+SRC_URI = "git://git.libav.org/libav.git;protocol=git;branch=release/0.7"
+
+S = "${WORKDIR}/git"
+
+





More information about the Openembedded-commits mailing list