[packages/vlc: 6/6] Merge branch 'dev-3.0'

atler atler at pld-linux.org
Fri Feb 9 20:59:25 CET 2018


commit 66938ff2d6927f6b014b1c4ef3a4554d71657c19
Merge: 4aacd42 4c1cc5b
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Feb 9 20:54:08 2018 +0100

    Merge branch 'dev-3.0'

 ffmpeg3.patch            | 209 -------------------------------------
 no-cache.patch           |   2 +-
 vlc-buildflags.patch     |   9 --
 vlc-mpc.patch            |  11 ++
 vlc-system-minizip.patch |  24 -----
 vlc.spec                 | 265 ++++++++++++++++++++++++-----------------------
 6 files changed, 150 insertions(+), 370 deletions(-)
---
diff --cc vlc.spec
index a9f7e71,aa288cf..127a5de
--- a/vlc.spec
+++ b/vlc.spec
@@@ -20,8 -21,6 +20,7 @@@
  %bcond_without	bonjour		# bonjour service discovery plugin
  %bcond_without	caca		# caca video output plugin
  %bcond_without	crystalhd	# crystalhd codec plugin
 +%bcond_with	decklink	# Blackmagic DeskLink output support (BR: proprietary SDK)
- %bcond_without	directfb	# directfb video output plugin
  %bcond_without	dv		# dv access plugins
  %bcond_with	fdk_aac		# FDK-AAC encoder plugin (GPL 3 incompatible; enable as subpackage?)
  %bcond_with	freerdp		# RDP/Remote Desktop client support
@@@ -374,11 -353,8 +356,12 @@@ Akcje klienta VLC dla Solid
  # --disable-optimizations is to use own RPM_OPT_FLAGS optimalizations
  # iomx is Android-specific omxil codec option
  %configure \
+ 	BUILDCC="%{__cc}" \
  	CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses -I/usr/include/xulrunner/stable -I/usr/include/liveMedia" \
 +%if %{with decklink}
 +	CPPFLAGS_decklink=-I/usr/include/decklink \
 +	CPPFLAGS_decklinkoutput=-I/usr/include/decklink \
 +%endif
  	LUAC=luac5.2 \
  	--disable-optimizations \
  	--disable-silent-rules \
@@@ -393,8 -372,6 +376,7 @@@
  	--enable-caca%{!?with_caca:=no} \
  	--enable-crystalhd%{!?with_crystalhd:=no} \
  	--enable-dbus \
 +	--enable-decklink%{!?with_decklink:=no} \
- 	%{?with_directfb:--enable-directfb} \
  	--enable-dv1394%{!?with_dv:=no} \
  	--enable-dvbpsi \
  	--enable-dvdnav \
@@@ -1034,16 -1036,13 +1047,16 @@@ rm -rf $RPM_BUILD_ROO
  %attr(755,root,root) %{_libdir}/vlc/plugins/video_filter/libtransform_plugin.so
  %attr(755,root,root) %{_libdir}/vlc/plugins/video_filter/libwave_plugin.so
  %attr(755,root,root) %{_libdir}/vlc/plugins/video_filter/libvhs_plugin.so
- %attr(755,root,root) %{_libdir}/vlc/plugins/video_filter/libyuvp_plugin.so
  %dir %{_libdir}/vlc/plugins/video_output
 +%if %{with decklink}
 +%attr(755,root,root) %{_libdir}/vlc/plugins/video_output/libdecklinkoutput_plugin.so
 +%endif
- %if %{with directfb}
- # R: DirectFB
- %attr(755,root,root) %{_libdir}/vlc/plugins/video_output/libdirectfb_plugin.so
- %endif
+ %attr(755,root,root) %{_libdir}/vlc/plugins/video_output/libegl_wl_plugin.so
+ %attr(755,root,root) %{_libdir}/vlc/plugins/video_output/libflaschen_plugin.so
+ %attr(755,root,root) %{_libdir}/vlc/plugins/video_output/libglconv_vaapi_drm_plugin.so
+ %attr(755,root,root) %{_libdir}/vlc/plugins/video_output/libglconv_vaapi_wl_plugin.so
+ %attr(755,root,root) %{_libdir}/vlc/plugins/video_output/libglconv_vaapi_x11_plugin.so
+ %attr(755,root,root) %{_libdir}/vlc/plugins/video_output/libglconv_vdpau_plugin.so
  %if %{with glesv1}
  # R: OpenGLESv1 >= 1.1
  %attr(755,root,root) %{_libdir}/vlc/plugins/video_output/libgles1_plugin.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vlc.git/commitdiff/66938ff2d6927f6b014b1c4ef3a4554d71657c19



More information about the pld-cvs-commit mailing list