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

* Re: [OE-core][PATCH] libav: add version 10.1
  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
  1 sibling, 0 replies; 6+ messages in thread
From: Matthieu CRAPET @ 2014-05-21  9:33 UTC (permalink / raw)
  To: openembedded-devel

Sorry wrong mailing list again (but proper title).
Time for some holidays!

Cheers,
Matt


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

* Re: [OE-core][PATCH] libav: add version 10.1
  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
  1 sibling, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2014-05-21 10:08 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1643 bytes --]

On Wed, May 21, 2014 at 11:29:38AM +0200, Matthieu Crapet wrote:
> Using common libav.inc
> Notice that DEFAULT_PREFERENCE = "-1" is not included.

Wrong ML.

> 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
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [OE-core][PATCH] libav: add version 10.1
  2014-05-21 10:08 ` Martin Jansa
@ 2014-05-21 11:11   ` Matthieu CRAPET
  2014-05-21 11:19     ` Paul Eggleton
  0 siblings, 1 reply; 6+ messages in thread
From: Matthieu CRAPET @ 2014-05-21 11:11 UTC (permalink / raw)
  To: openembedded-devel

> Wrong ML.

I don't want to spam. But should I repost the 2 patches on oe-core ML ?

- [PATCH] libav: add version 10.1
- [PATCH] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

Regards,
Matt


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

* Re: [OE-core][PATCH] libav: add version 10.1
  2014-05-21 11:11   ` Matthieu CRAPET
@ 2014-05-21 11:19     ` Paul Eggleton
  2014-05-21 11:39       ` Matthieu CRAPET
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Eggleton @ 2014-05-21 11:19 UTC (permalink / raw)
  To: Matthieu CRAPET; +Cc: openembedded-devel

On Wednesday 21 May 2014 11:11:11 Matthieu CRAPET wrote:
> > Wrong ML.
> 
> I don't want to spam. But should I repost the 2 patches on oe-core ML ?
> 
> - [PATCH] libav: add version 10.1
> - [PATCH] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

Yes please.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [OE-core][PATCH] libav: add version 10.1
  2014-05-21 11:19     ` Paul Eggleton
@ 2014-05-21 11:39       ` Matthieu CRAPET
  0 siblings, 0 replies; 6+ messages in thread
From: Matthieu CRAPET @ 2014-05-21 11:39 UTC (permalink / raw)
  To: openembedded-devel

Done.

-----Message d'origine-----
De : Paul Eggleton [mailto:paul.eggleton@linux.intel.com] 
Envoyé : mercredi 21 mai 2014 13:19
À : Matthieu CRAPET
Cc : openembedded-devel@lists.openembedded.org
Objet : Re: [oe] [OE-core][PATCH] libav: add version 10.1

On Wednesday 21 May 2014 11:11:11 Matthieu CRAPET wrote:
> > Wrong ML.
> 
> I don't want to spam. But should I repost the 2 patches on oe-core ML ?
> 
> - [PATCH] libav: add version 10.1
> - [PATCH] libav: add PACKAGECONFIG for theora, libvorbis, speex and openssl

Yes please.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[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.