Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] libav: Add v9.10
@ 2013-12-04 18:46 Andrei Gherzan
  2013-12-04 18:46 ` [PATCH 2/2] libav: Update to v0.8.9 Andrei Gherzan
  2013-12-04 18:57 ` [PATCH 1/2] libav: Add v9.10 Paul Eggleton
  0 siblings, 2 replies; 5+ messages in thread
From: Andrei Gherzan @ 2013-12-04 18:46 UTC (permalink / raw)
  To: openembedded-core

This version includes libavresample needed for packages like xbmc.
To use this version add:
PREFERRED_VERSION_libav = "9.10".

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 meta/recipes-multimedia/libav/libav_9.10.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta/recipes-multimedia/libav/libav_9.10.bb

diff --git a/meta/recipes-multimedia/libav/libav_9.10.bb b/meta/recipes-multimedia/libav/libav_9.10.bb
new file mode 100644
index 0000000..a76cc9c
--- /dev/null
+++ b/meta/recipes-multimedia/libav/libav_9.10.bb
@@ -0,0 +1,13 @@
+require libav.inc
+
+SRC_URI = "http://libav.org/releases/libav-9.10.tar.xz"
+
+SRC_URI[md5sum] = "4b49d1d8734815ca095bb0600d41c5cb"
+SRC_URI[sha256sum] = "83dbe640779da1c1e8d8836c99575f57f749d18407494ebca451578afee9300d"
+
+DEFAULT_PREFERENCE = "-1"
+
+LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+                    file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
+                    file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \
+                    file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
-- 
1.8.1.4



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

* [PATCH 2/2] libav: Update to v0.8.9
  2013-12-04 18:46 [PATCH 1/2] libav: Add v9.10 Andrei Gherzan
@ 2013-12-04 18:46 ` Andrei Gherzan
  2013-12-04 18:57 ` [PATCH 1/2] libav: Add v9.10 Paul Eggleton
  1 sibling, 0 replies; 5+ messages in thread
From: Andrei Gherzan @ 2013-12-04 18:46 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 .../0001-configure-enable-pic-for-AArch64.patch                   | 0
 meta/recipes-multimedia/libav/{libav_0.8.8.bb => libav_0.8.9.bb}  | 8 +++-----
 2 files changed, 3 insertions(+), 5 deletions(-)
 rename meta/recipes-multimedia/libav/{libav-0.8.8 => libav-0.8.9}/0001-configure-enable-pic-for-AArch64.patch (100%)
 rename meta/recipes-multimedia/libav/{libav_0.8.8.bb => libav_0.8.9.bb} (69%)

diff --git a/meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AArch64.patch b/meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AArch64.patch
similarity index 100%
rename from meta/recipes-multimedia/libav/libav-0.8.8/0001-configure-enable-pic-for-AArch64.patch
rename to meta/recipes-multimedia/libav/libav-0.8.9/0001-configure-enable-pic-for-AArch64.patch
diff --git a/meta/recipes-multimedia/libav/libav_0.8.8.bb b/meta/recipes-multimedia/libav/libav_0.8.9.bb
similarity index 69%
rename from meta/recipes-multimedia/libav/libav_0.8.8.bb
rename to meta/recipes-multimedia/libav/libav_0.8.9.bb
index 9cb4cf2..065a6d2 100644
--- a/meta/recipes-multimedia/libav/libav_0.8.8.bb
+++ b/meta/recipes-multimedia/libav/libav_0.8.9.bb
@@ -1,10 +1,10 @@
 require libav.inc
 
-SRC_URI = "http://libav.org/releases/libav-0.8.8.tar.xz \
+SRC_URI = "http://libav.org/releases/libav-0.8.9.tar.xz \
            file://0001-configure-enable-pic-for-AArch64.patch"
 
-SRC_URI[md5sum] = "34b8f1279a04466386ed67731197efe3"
-SRC_URI[sha256sum] = "e95cf618eb6239177a62c46f15e840c37e02e8308baf94912fc5910ff4aacbf2"
+SRC_URI[md5sum] = "7c0e5743cd5c4d4b1bcafd02a2e82e09"
+SRC_URI[sha256sum] = "4f5181164e4007d5b0013bb3cc5e3b7393ab71ac286319c714b7697e2784f77f"
 
 LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
@@ -14,5 +14,3 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 EXTRA_OECONF += " \
     --enable-postproc \
 "
-
-
-- 
1.8.1.4



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

* Re: [PATCH 1/2] libav: Add v9.10
  2013-12-04 18:46 [PATCH 1/2] libav: Add v9.10 Andrei Gherzan
  2013-12-04 18:46 ` [PATCH 2/2] libav: Update to v0.8.9 Andrei Gherzan
@ 2013-12-04 18:57 ` Paul Eggleton
  2013-12-04 19:07   ` Martin Jansa
  2013-12-04 20:08   ` Andrei Gherzan
  1 sibling, 2 replies; 5+ messages in thread
From: Paul Eggleton @ 2013-12-04 18:57 UTC (permalink / raw)
  To: openembedded-core

On Wednesday 04 December 2013 20:46:50 Andrei Gherzan wrote:
> This version includes libavresample needed for packages like xbmc.
> To use this version add:
> PREFERRED_VERSION_libav = "9.10".

We really want to avoid having too many versions of the same recipe hanging 
around. However, it seems premature to drop 0.8.x at this point. Perhaps we 
should drop the libav_git recipe that we currently have, since that is just 
pointing at an old 0.9.x version?

Anyone have any thoughts on this?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [PATCH 1/2] libav: Add v9.10
  2013-12-04 18:57 ` [PATCH 1/2] libav: Add v9.10 Paul Eggleton
@ 2013-12-04 19:07   ` Martin Jansa
  2013-12-04 20:08   ` Andrei Gherzan
  1 sibling, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2013-12-04 19:07 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-core

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

On Wed, Dec 04, 2013 at 06:57:20PM +0000, Paul Eggleton wrote:
> On Wednesday 04 December 2013 20:46:50 Andrei Gherzan wrote:
> > This version includes libavresample needed for packages like xbmc.
> > To use this version add:
> > PREFERRED_VERSION_libav = "9.10".
> 
> We really want to avoid having too many versions of the same recipe hanging 
> around. However, it seems premature to drop 0.8.x at this point. Perhaps we 
> should drop the libav_git recipe that we currently have, since that is just 
> pointing at an old 0.9.x version?
> 
> Anyone have any thoughts on this?

Or update it to point to newer (or the same revision as 9.10)

> 
> Cheers,
> Paul
> 
> -- 
> 
> Paul Eggleton
> Intel Open Source Technology Centre
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

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

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

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

* Re: [PATCH 1/2] libav: Add v9.10
  2013-12-04 18:57 ` [PATCH 1/2] libav: Add v9.10 Paul Eggleton
  2013-12-04 19:07   ` Martin Jansa
@ 2013-12-04 20:08   ` Andrei Gherzan
  1 sibling, 0 replies; 5+ messages in thread
From: Andrei Gherzan @ 2013-12-04 20:08 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded

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

Hello,


On Wed, Dec 4, 2013 at 8:57 PM, Paul Eggleton <paul.eggleton@linux.intel.com
> wrote:

> On Wednesday 04 December 2013 20:46:50 Andrei Gherzan wrote:
> > This version includes libavresample needed for packages like xbmc.
> > To use this version add:
> > PREFERRED_VERSION_libav = "9.10".
>
> We really want to avoid having too many versions of the same recipe hanging
> around. However, it seems premature to drop 0.8.x at this point. Perhaps we
> should drop the libav_git recipe that we currently have, since that is just
> pointing at an old 0.9.x version?
>
> Anyone have any thoughts on this?
>

Yes. I think this is a good thing. The idea is that they maintain two types
of releases: 0.X and 9.X so probably there are some incompatibilities
between these two.

ag

[-- Attachment #2: Type: text/html, Size: 1216 bytes --]

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

end of thread, other threads:[~2013-12-04 20:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04 18:46 [PATCH 1/2] libav: Add v9.10 Andrei Gherzan
2013-12-04 18:46 ` [PATCH 2/2] libav: Update to v0.8.9 Andrei Gherzan
2013-12-04 18:57 ` [PATCH 1/2] libav: Add v9.10 Paul Eggleton
2013-12-04 19:07   ` Martin Jansa
2013-12-04 20:08   ` Andrei Gherzan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox