Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH V3 1/1] libav: Add v9.10
@ 2013-12-07 18:12 Andrei Gherzan
  2013-12-08 11:42 ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Andrei Gherzan @ 2013-12-07 18:12 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".
Removed git version as being an older version of a 9.X release.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 meta/recipes-multimedia/libav/{libav_git.bb => libav_9.10.bb} | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
 rename meta/recipes-multimedia/libav/{libav_git.bb => libav_9.10.bb} (65%)

diff --git a/meta/recipes-multimedia/libav/libav_git.bb b/meta/recipes-multimedia/libav/libav_9.10.bb
similarity index 65%
rename from meta/recipes-multimedia/libav/libav_git.bb
rename to meta/recipes-multimedia/libav/libav_9.10.bb
index 951baa9..48bab7d 100644
--- a/meta/recipes-multimedia/libav/libav_git.bb
+++ b/meta/recipes-multimedia/libav/libav_9.10.bb
@@ -5,12 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \
                     file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
 
-PV = "9.8+git${SRCPV}"
+SRC_URI = "http://libav.org/releases/${BP}.tar.xz"
 
-DEFAULT_PREFERENCE = "-1"
-
-SRCREV = "9aaca159bd220582c698f13d081a455f398c9975"
-SRC_URI = "git://git.libav.org/libav.git"
-
-S = "${WORKDIR}/git"
+SRC_URI[md5sum] = "4b49d1d8734815ca095bb0600d41c5cb"
+SRC_URI[sha256sum] = "83dbe640779da1c1e8d8836c99575f57f749d18407494ebca451578afee9300d"
 
+DEFAULT_PREFERENCE = "-1"
-- 
1.8.1.4



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

* Re: [PATCH V3 1/1] libav: Add v9.10
  2013-12-07 18:12 [PATCH V3 1/1] libav: Add v9.10 Andrei Gherzan
@ 2013-12-08 11:42 ` Otavio Salvador
  2013-12-08 12:07   ` Andrei Gherzan
  2013-12-08 20:47   ` Paul Eggleton
  0 siblings, 2 replies; 4+ messages in thread
From: Otavio Salvador @ 2013-12-08 11:42 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: Patches and discussions about the oe-core layer

On Sat, Dec 7, 2013 at 4:12 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> This version includes libavresample needed for packages like xbmc.
> To use this version add:
> PREFERRED_VERSION_libav = "9.10".
> Removed git version as being an older version of a 9.X release.
>
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>

Any reason to keep the old version? why not move to this release?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [PATCH V3 1/1] libav: Add v9.10
  2013-12-08 11:42 ` Otavio Salvador
@ 2013-12-08 12:07   ` Andrei Gherzan
  2013-12-08 20:47   ` Paul Eggleton
  1 sibling, 0 replies; 4+ messages in thread
From: Andrei Gherzan @ 2013-12-08 12:07 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: Patches and discussions about the oe-core layer

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

On Sun, Dec 8, 2013 at 1:42 PM, Otavio Salvador <otavio@ossystems.com.br>wrote:

> On Sat, Dec 7, 2013 at 4:12 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> > This version includes libavresample needed for packages like xbmc.
> > To use this version add:
> > PREFERRED_VERSION_libav = "9.10".
> > Removed git version as being an older version of a 9.X release.
> >
> > Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
>
> Any reason to keep the old version? why not move to this release?
>
>
In upstream they keep maintaining two versions: 0.X and 9.X. Probably
because of some incompatibilities - don't have any tests that would sustain
this statement. So until somebody really uses 9.X and confirms that
everything works I would suggest keeping this setup.

-- 
*ag*

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

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

* Re: [PATCH V3 1/1] libav: Add v9.10
  2013-12-08 11:42 ` Otavio Salvador
  2013-12-08 12:07   ` Andrei Gherzan
@ 2013-12-08 20:47   ` Paul Eggleton
  1 sibling, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-12-08 20:47 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: openembedded-core

On Sunday 08 December 2013 09:42:19 Otavio Salvador wrote:
> On Sat, Dec 7, 2013 at 4:12 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> > This version includes libavresample needed for packages like xbmc.
> > To use this version add:
> > PREFERRED_VERSION_libav = "9.10".
> > Removed git version as being an older version of a 9.X release.
> > 
> > Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> 
> Any reason to keep the old version? why not move to this release?

If nothing else, I think we have to keep 0.8.x around until we remove 
gstreamer 0.10 (or we revert back to gst-ffmpeg's internal ffmpeg copy, but that 
doesn't seem like a good idea).

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-07 18:12 [PATCH V3 1/1] libav: Add v9.10 Andrei Gherzan
2013-12-08 11:42 ` Otavio Salvador
2013-12-08 12:07   ` Andrei Gherzan
2013-12-08 20:47   ` Paul Eggleton

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