All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] libav: add version 10.1
@ 2014-05-21  9:29 Matthieu Crapet
  2014-05-21  9:33 ` Matthieu CRAPET
  2014-05-21 10:08 ` Martin Jansa
  0 siblings, 2 replies; 6+ messages in thread
From: Matthieu Crapet @ 2014-05-21  9:29 UTC (permalink / raw)
  To: openembedded-devel

Using common libav.inc
Notice that DEFAULT_PREFERENCE = "-1" is not included.

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
---
 meta/recipes-multimedia/libav/libav_10.1.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta/recipes-multimedia/libav/libav_10.1.bb

diff --git a/meta/recipes-multimedia/libav/libav_10.1.bb b/meta/recipes-multimedia/libav/libav_10.1.bb
new file mode 100644
index 0000000..54e4056
--- /dev/null
+++ b/meta/recipes-multimedia/libav/libav_10.1.bb
@@ -0,0 +1,14 @@
+require libav.inc
+
+LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+                    file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
+                    file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \
+                    file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
+
+SRC_URI = "http://libav.org/releases/${BP}.tar.xz"
+
+SRC_URI[md5sum] = "0f751b439b6a5525d4c8a214f0db6aac"
+SRC_URI[sha256sum] = "d5e04dc9adf43a467aa628f622425697d587a29cb0b997b45459f59cb00f9e15"
+
+# Options for Libav version 10+
+PACKAGECONFIG[webp] = "--enable-libwebp,--disable-libwebp,libwebp"
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-21 11:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21  9:29 [OE-core][PATCH] libav: add version 10.1 Matthieu Crapet
2014-05-21  9:33 ` Matthieu CRAPET
2014-05-21 10:08 ` Martin Jansa
2014-05-21 11:11   ` Matthieu CRAPET
2014-05-21 11:19     ` Paul Eggleton
2014-05-21 11:39       ` Matthieu CRAPET

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.