yngwin      15/04/19 06:30:22

  Added:                vlc-2.2.0-rdp-1.2.0.patch vlc-2.2.0-xcb_vdpau.patch
  Log:
  version bump (ebuild and patches provided by proxied maintainer in bug 
#546880)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.1                  media-video/vlc/files/vlc-2.2.0-rdp-1.2.0.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/vlc-2.2.0-rdp-1.2.0.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/vlc-2.2.0-rdp-1.2.0.patch?rev=1.1&content-type=text/plain

Index: vlc-2.2.0-rdp-1.2.0.patch
===================================================================
--- a/modules/access/rdp.c      2014-11-22 01:40:52.044973648 -0800
+++ b/modules/access/rdp.c      2014-11-22 01:36:44.291975380 -0800
@@ -399,7 +404,9 @@
     if ( p_sys->f_fps <= 0 ) p_sys->f_fps = 1.0;
     p_sys->i_frame_interval = 1000000 / p_sys->f_fps;
 
+#if defined(FREERDP_VERSION_MAJOR) && defined(FREERDP_VERSION_MINOR) && 
!(FREERDP_VERSION_MAJOR > 1 || (FREERDP_VERSION_MAJOR == 1 && 
FREERDP_VERSION_MINOR >= 2))
     freerdp_channels_global_init();
+#endif
 
     p_sys->p_instance = freerdp_new();
     if ( !p_sys->p_instance )
@@ -475,7 +482,10 @@
 
     freerdp_disconnect( p_sys->p_instance );
     freerdp_free( p_sys->p_instance );
+
+#if defined(FREERDP_VERSION_MAJOR) && defined(FREERDP_VERSION_MINOR) && 
!(FREERDP_VERSION_MAJOR > 1 || (FREERDP_VERSION_MAJOR == 1 && 
FREERDP_VERSION_MINOR >= 2))
     freerdp_channels_global_uninit();
+#endif
 
     if ( p_sys->p_block )
         block_Release( p_sys->p_block );



1.1                  media-video/vlc/files/vlc-2.2.0-xcb_vdpau.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/vlc-2.2.0-xcb_vdpau.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/vlc-2.2.0-xcb_vdpau.patch?rev=1.1&content-type=text/plain

Index: vlc-2.2.0-xcb_vdpau.patch
===================================================================
--- modules/hw/vdpau/Makefile.am.orig   2015-04-16 22:29:26.299342749 -0700
+++ modules/hw/vdpau/Makefile.am        2015-04-16 22:31:40.886340950 -0700
@@ -45,6 +45,7 @@
 libvdpau_chroma_plugin_la_LIBADD = libvlc_vdpau.la
 vdpau_LTLIBRARIES += libvdpau_chroma_plugin.la
 
+if HAVE_XCB
 libvdpau_display_plugin_la_SOURCES = display.c
 libvdpau_display_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) 
-I$(srcdir)/../../video_output/xcb
 libvdpau_display_plugin_la_CFLAGS = $(AM_CFLAGS) $(XCB_CFLAGS)
@@ -52,3 +53,4 @@
        ../../video_output/libvlc_xcb_events.la \
        $(AM_LIBADD) $(X_LIBS) $(X_PRE_LIBS) -lX11 $(XCB_LIBS)
 vdpau_LTLIBRARIES += libvdpau_display_plugin.la
+endif




Reply via email to