[oe-commits] [meta-openembedded] 21/23: vlc: update to 2.2.2

git at git.openembedded.org git at git.openembedded.org
Thu Mar 3 15:53:09 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit cc6ec20bca004874a282009139c2f189229d1cdb
Author: Rafaël Carré <funman at videolan.org>
AuthorDate: Thu Mar 3 16:50:29 2016 +0100

    vlc: update to 2.2.2
    
    Drop rdp.c patch obsoleted by upstream changes
    
    Signed-off-by: Rafaël Carré <funman at videolan.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../vlc/vlc/0009-fix-rdp-module.patch                 | 19 -------------------
 .../vlc/{vlc_2.2.1.bb => vlc_2.2.2.bb}                |  5 ++---
 2 files changed, 2 insertions(+), 22 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0009-fix-rdp-module.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0009-fix-rdp-module.patch
deleted file mode 100644
index 8e554a9..0000000
--- a/meta-multimedia/recipes-multimedia/vlc/vlc/0009-fix-rdp-module.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/modules/access/rdp.c	2015-10-22 19:42:24.447445250 +0000
-+++ b/modules/access/rdp.c	2015-10-22 19:42:46.570445248 +0000
-@@ -428,8 +428,6 @@
-     if ( p_sys->f_fps <= 0 ) p_sys->f_fps = 1.0;
-     p_sys->i_frame_interval = 1000000 / p_sys->f_fps;
- 
--    freerdp_channels_global_init();
--
-     p_sys->p_instance = freerdp_new();
-     if ( !p_sys->p_instance )
-     {
-@@ -504,7 +502,6 @@
- 
-     freerdp_disconnect( p_sys->p_instance );
-     freerdp_free( p_sys->p_instance );
--    freerdp_channels_global_uninit();
- 
-     if ( p_sys->p_block )
-         block_Release( p_sys->p_block );
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_2.2.1.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_2.2.2.bb
similarity index 74%
rename from meta-multimedia/recipes-multimedia/vlc/vlc_2.2.1.bb
rename to meta-multimedia/recipes-multimedia/vlc/vlc_2.2.2.bb
index fa9d11a..5b15839 100644
--- a/meta-multimedia/recipes-multimedia/vlc/vlc_2.2.1.bb
+++ b/meta-multimedia/recipes-multimedia/vlc/vlc_2.2.2.bb
@@ -11,8 +11,7 @@ SRC_URI += "file://0001-enable-subdir-objects.patch \
             file://0006-make-opencv-configurable.patch \
             file://0007-use-vorbisidec.patch \
             file://0008-fix-luaL-checkint.patch \
-            file://0009-fix-rdp-module.patch \
 "
 
-SRC_URI[md5sum] = "42273945758b521c408fabc7fd6d9946"
-SRC_URI[sha256sum] = "543d9d7e378ec0fa1ee2e7f7f5acf8c456c7d0ecc32037171523197ef3cf1fcb"
+SRC_URI[md5sum] = "f98d60f0f59ef72b6e3407f2ff09bda6"
+SRC_URI[sha256sum] = "9ad23128be16f9b40ed772961272cb0748ed8e4aa1bc79c129e589feebea5fb5"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list