Re: [OE-core] [PATCH 4/4] libav (9.13): remove DEFAULT_PREFERENCE

2014-05-27 Thread Paul Eggleton
Hi Tim,

On Sunday 25 May 2014 22:29:14 Tim Orling wrote:
 On Sat, May 24, 2014 at 1:42 AM, Martin Jansa martin.ja...@gmail.comwrote:
  On Fri, May 23, 2014 at 07:36:42PM -0700, Khem Raj wrote:
   On Wed, May 21, 2014 at 4:57 AM, Paul Eggleton
   
   paul.eggle...@linux.intel.com wrote:
Use PREFERRED_VERSION_libav in your distro definition instead.

Why? PREFERRED_VERSION_libav will override this in any case...
   
   I would rather ask why not ? we are pinning to older version is there
   a reason for that ?
  
  Current openal-soft, gst-ffmpeg and xbmc fail with libav-9, mplayer2
  fails with old libav-8, we need someone to work on making them
  compatible with the same version of libav (preferably newer one - 9 or
  10) and then we should switch.
  
  The problem--at least for gst-ffmpeg and xbmc--is that libav-9 drops
 
 libpostproc.
 http://git.libav.org/?p=libav.git;a=commit;h=b315042c8ce984bec431c5965120853
 a843cbfa5
 
 I'll see if I can get http://git.videolan.org/?p=libpostproc.git to play
 nice.

Maybe you already saw it, but we do have a libpostproc recipe in meta-oe...

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


Re: [OE-core] [PATCH 4/4] libav (9.13): remove DEFAULT_PREFERENCE

2014-05-27 Thread Tim Orling
On Tue, May 27, 2014 at 5:28 AM, Paul Eggleton 
paul.eggle...@linux.intel.com wrote:

 Hi Tim,

 On Sunday 25 May 2014 22:29:14 Tim Orling wrote:
  On Sat, May 24, 2014 at 1:42 AM, Martin Jansa martin.ja...@gmail.com
 wrote:
   On Fri, May 23, 2014 at 07:36:42PM -0700, Khem Raj wrote:
On Wed, May 21, 2014 at 4:57 AM, Paul Eggleton
   
paul.eggle...@linux.intel.com wrote:
 Use PREFERRED_VERSION_libav in your distro definition instead.

 Why? PREFERRED_VERSION_libav will override this in any case...
   
I would rather ask why not ? we are pinning to older version is there
a reason for that ?
  
   Current openal-soft, gst-ffmpeg and xbmc fail with libav-9, mplayer2
   fails with old libav-8, we need someone to work on making them
   compatible with the same version of libav (preferably newer one - 9 or
   10) and then we should switch.
  
   The problem--at least for gst-ffmpeg and xbmc--is that libav-9 drops
 
  libpostproc.
 
 http://git.libav.org/?p=libav.git;a=commit;h=b315042c8ce984bec431c5965120853
  a843cbfa5
 
  I'll see if I can get http://git.videolan.org/?p=libpostproc.git to play
  nice.

 Maybe you already saw it, but we do have a libpostproc recipe in meta-oe...

 :) I found that recipe shortly after I sent the above email. I am working
with that recipe now to see if I can get several multimedia packages to
build with libav-9+. IMHO, gst-ffmpeg-0.10 needs to go away and this will
help.

--Tim
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 4/4] libav (9.13): remove DEFAULT_PREFERENCE

2014-05-25 Thread Tim Orling
On Sat, May 24, 2014 at 1:42 AM, Martin Jansa martin.ja...@gmail.comwrote:

 On Fri, May 23, 2014 at 07:36:42PM -0700, Khem Raj wrote:
  On Wed, May 21, 2014 at 4:57 AM, Paul Eggleton
  paul.eggle...@linux.intel.com wrote:
   Use PREFERRED_VERSION_libav in your distro definition instead.
  
   Why? PREFERRED_VERSION_libav will override this in any case...
 
  I would rather ask why not ? we are pinning to older version is there
  a reason for that ?

 Current openal-soft, gst-ffmpeg and xbmc fail with libav-9, mplayer2
 fails with old libav-8, we need someone to work on making them
 compatible with the same version of libav (preferably newer one - 9 or
 10) and then we should switch.

 The problem--at least for gst-ffmpeg and xbmc--is that libav-9 drops
libpostproc.
http://git.libav.org/?p=libav.git;a=commit;h=b315042c8ce984bec431c5965120853a843cbfa5

I'll see if I can get http://git.videolan.org/?p=libpostproc.git to play
nice.

Otherwise we could build the internal versions of ffmpeg in gst-ffmpeg and
xbmc, but that seems dumb and wasteful.

--Tim
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 4/4] libav (9.13): remove DEFAULT_PREFERENCE

2014-05-24 Thread Martin Jansa
On Fri, May 23, 2014 at 07:36:42PM -0700, Khem Raj wrote:
 On Wed, May 21, 2014 at 4:57 AM, Paul Eggleton
 paul.eggle...@linux.intel.com wrote:
  Use PREFERRED_VERSION_libav in your distro definition instead.
 
  Why? PREFERRED_VERSION_libav will override this in any case...
 
 I would rather ask why not ? we are pinning to older version is there
 a reason for that ?

Current openal-soft, gst-ffmpeg and xbmc fail with libav-9, mplayer2
fails with old libav-8, we need someone to work on making them
compatible with the same version of libav (preferably newer one - 9 or
10) and then we should switch.

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


signature.asc
Description: Digital signature
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 4/4] libav (9.13): remove DEFAULT_PREFERENCE

2014-05-23 Thread Khem Raj
On Wed, May 21, 2014 at 4:57 AM, Paul Eggleton
paul.eggle...@linux.intel.com wrote:
 Use PREFERRED_VERSION_libav in your distro definition instead.

 Why? PREFERRED_VERSION_libav will override this in any case...

I would rather ask why not ? we are pinning to older version is there
a reason for that ?
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 4/4] libav (9.13): remove DEFAULT_PREFERENCE

2014-05-21 Thread Matthieu Crapet
Use PREFERRED_VERSION_libav in your distro definition instead.

Signed-off-by: Matthieu Crapet matthieu.cra...@ingenico.com
---
 meta/recipes-multimedia/libav/libav_9.13.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-multimedia/libav/libav_9.13.bb 
b/meta/recipes-multimedia/libav/libav_9.13.bb
index 7bfbc48..bbefde0 100644
--- a/meta/recipes-multimedia/libav/libav_9.13.bb
+++ b/meta/recipes-multimedia/libav/libav_9.13.bb
@@ -9,5 +9,3 @@ SRC_URI = http://libav.org/releases/${BP}.tar.xz;
 
 SRC_URI[md5sum] = 23b9e34bffdaee366710fdf20157a570
 SRC_URI[sha256sum] = 
2ff05df6cd2259b3bb277eb16c234214f8e0530700d0c774d033eba23edde6ca
-
-DEFAULT_PREFERENCE = -1
-- 
1.8.1.2

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 4/4] libav (9.13): remove DEFAULT_PREFERENCE

2014-05-21 Thread Paul Eggleton
On Wednesday 21 May 2014 13:37:57 Matthieu Crapet wrote:
 Use PREFERRED_VERSION_libav in your distro definition instead.

Why? PREFERRED_VERSION_libav will override this in any case...

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