Accepting request 614237 from multimedia:libs
- Update to version 3.0.3: OBS-URL: https://build.opensuse.org/request/show/614237 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=86
This commit is contained in:
commit
60011ac364
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efe8c889b69bffba9662140bdcf434d9d36edc5dbb0e300fcce4553c354ea198
|
||||
size 25175492
|
3
vlc-3.0.3.tar.xz
Normal file
3
vlc-3.0.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ba8b04bdb13f7860a2041768ac83b47b397a36549c71c530b94028a3cfd5b51
|
||||
size 24941592
|
55
vlc.changes
55
vlc.changes
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 31 10:34:07 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.0.3:
|
||||
+ Core: Update subtitles display while paused.
|
||||
+ Access: Enable srt support on binary builds.
|
||||
+ Decoders:
|
||||
* Allow videotoolbox hardware decoding to be disabled
|
||||
* Disable VideoToolbox for 10bits H.264
|
||||
* Fix VideoToolbox with some invalid HEVC streams
|
||||
* Fix subsdec wide character support
|
||||
* Fix 1st order Ambisonics in AAC
|
||||
+ Demux:
|
||||
* Miscellaneous ogg improvements & bugfixes, including oggds
|
||||
* Fix forced tracks selection
|
||||
* Fix Topfield files
|
||||
* Probe AAC/ADTS inside TS
|
||||
* Fix tracks detection issues with DolbyVision and Bluray streams
|
||||
+ macOS:
|
||||
* Fix "Open Network Stream" URL box focus
|
||||
* Add option to disable hardware acceleration for video decoding
|
||||
* Remove option to force dolby mode from simple preferences
|
||||
+ Video Output: Fix crashes on Direct3D11
|
||||
+ Qt:
|
||||
* Fix tooltip display on some desktop environments
|
||||
* Fix spurious movement of the main Window
|
||||
* Fix playlist being displayed in fullscreen
|
||||
+ Misc:
|
||||
* Fix amem output
|
||||
* Fix numerous issues on fonts fallback and font shaping
|
||||
* Fix subtitles toggle through hotkeys
|
||||
* Fix audioscrobbling
|
||||
* Fix buffer over-read in avcodec audio encoding with non-default layouts
|
||||
* Numerous 3rd party libraries updated, fixing security issues
|
||||
+ Updated translations.
|
||||
- Drop 0001-Update-czech-translation.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 30 15:34:00 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Simplify projectM condition: available on all openSUSE versions.
|
||||
- Enable chromaprint only on openSUSE.
|
||||
- For now build without wayland on SLE15: dependencies need to be
|
||||
chased up.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 30 14:31:14 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Fix version dependency for libbluray (>= 0.6.2).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 20:47:49 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Add pkgconfig(srt) BuildRequires: Build srt plugins.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 17 15:19:59 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
40
vlc.spec
40
vlc.spec
@ -31,7 +31,7 @@
|
||||
# VNC support - the module is not really usable in most cases tested so far (e.g. against qemu-kvm -vnc :xx)
|
||||
%bcond_with vnc
|
||||
Name: vlc
|
||||
Version: 3.0.2
|
||||
Version: 3.0.3
|
||||
Release: 0
|
||||
Summary: Graphical media player
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -47,8 +47,6 @@ Patch0: vlc.a52.patch
|
||||
Patch1: vlc-allow-deprecated-fribidi.patch
|
||||
# PATCH-FIX-UPSTREAM vlc-lua-5.3.patch dimstar@opensuse.org -- Replace lua_optlong with lua_optinteger
|
||||
Patch2: vlc-lua-5.3.patch
|
||||
# PATCH-FIX-UPSTREAM 0001-Update-czech-translation.patch tchvatal@suse.com -- update the czech translation, was merged upstream, drop with next bump
|
||||
Patch3: 0001-Update-czech-translation.patch
|
||||
# PATCH-FIX-UPSTREAM vlc-qt-5.11.patch boo#1093732 dimstar@opensuse.org -- Fix build against Qt 5.11
|
||||
Patch4: vlc-qt-5.11.patch
|
||||
# PATCH-FEATURE-OPENSUSE vlc-projectM-qt5.patch -- Build against projectM-qt5; openSUSE provides projectM as -qt and -qt5 variant
|
||||
@ -124,7 +122,7 @@ BuildRequires: pkgconfig(libass) >= 0.9.8
|
||||
BuildRequires: pkgconfig(libavcodec) >= 57.37.100
|
||||
BuildRequires: pkgconfig(libavformat) >= 53.21.0
|
||||
BuildRequires: pkgconfig(libavutil) >= 52.4.0
|
||||
BuildRequires: pkgconfig(libbluray) >= 0.3.0
|
||||
BuildRequires: pkgconfig(libbluray) >= 0.6.2
|
||||
BuildRequires: pkgconfig(libgme)
|
||||
BuildRequires: pkgconfig(libmodplug) >= 0.8.4
|
||||
BuildRequires: pkgconfig(libmpeg2) > 0.3.2
|
||||
@ -157,13 +155,16 @@ Requires: %{name}-qt = %{version}-%{release}
|
||||
PreReq: %{name}-noX
|
||||
Conflicts: %{conflicts}
|
||||
Obsoletes: %{name}-gnome <= %{version}
|
||||
%if 0%{?suse_version} > 1500 && 0%{?is_opensuse}
|
||||
BuildRequires: pkgconfig(srt)
|
||||
%endif
|
||||
%if 0%{?suse_version} < 1500
|
||||
BuildRequires: gcc7
|
||||
BuildRequires: gcc7-c++
|
||||
%else
|
||||
BuildRequires: gcc-c++
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%if 0%{?suse_version} >= 1500 && 0%{?is_opensuse}
|
||||
BuildRequires: pkgconfig(libva-wayland)
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
%endif
|
||||
@ -178,7 +179,7 @@ BuildRequires: pkgconfig(xi)
|
||||
%if 0%{?suse_version} != 1315 || 0%{?BUILD_ORIG}
|
||||
BuildRequires: pkgconfig(libswscale)
|
||||
%endif
|
||||
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
|
||||
%if 0%{?is_opensuse}
|
||||
BuildRequires: pkgconfig(SDL_image) >= 1.2.10
|
||||
BuildRequires: pkgconfig(libupnp)
|
||||
BuildRequires: pkgconfig(opencv) > 2.0
|
||||
@ -199,7 +200,7 @@ BuildRequires: pkgconfig(libvncclient) >= 0.9.9
|
||||
%if %{with fluidsynth}
|
||||
BuildRequires: pkgconfig(fluidsynth) >= 1.1.2
|
||||
%endif
|
||||
%if 0%{?suse_version} != 1315
|
||||
%if 0%{?is_opensuse}
|
||||
BuildRequires: pkgconfig(libchromaprint) >= 0.6.0
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1320
|
||||
@ -363,7 +364,6 @@ default when `vlc` is invoked from an X session.
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%if 0%{?suse_version} > 1320
|
||||
%patch100 -p1
|
||||
@ -411,7 +411,7 @@ autoreconf -fiv
|
||||
--enable-libcddb \
|
||||
--enable-mad \
|
||||
--enable-libmpeg2 \
|
||||
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
|
||||
%if 0%{?is_opensuse}
|
||||
--enable-opencv \
|
||||
%endif
|
||||
--enable-sftp \
|
||||
@ -452,7 +452,9 @@ autoreconf -fiv
|
||||
--enable-v4l2 \
|
||||
--enable-vcd \
|
||||
--enable-vorbis \
|
||||
%if 0%{?suse_version} < 1500
|
||||
%if 0%{?suse_version} >= 1500 && 0%{?is_opensuse}
|
||||
--enable-wayland \
|
||||
%else
|
||||
--disable-wayland \
|
||||
%endif
|
||||
--enable-xcb \
|
||||
@ -563,7 +565,7 @@ done
|
||||
%{_libdir}/vlc/libvlc_xcb_events.so.0
|
||||
%{_libdir}/vlc/libvlc_xcb_events.so.0.0.0
|
||||
%{_libdir}/vlc/plugins/codec/liblibass_plugin.so
|
||||
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
|
||||
%if 0%{?is_opensuse}
|
||||
%{_libdir}/vlc/plugins/codec/libsdl_image_plugin.so
|
||||
%endif
|
||||
%{_libdir}/vlc/plugins/gui/libskins2_plugin.so
|
||||
@ -714,6 +716,9 @@ done
|
||||
%{_libdir}/vlc/plugins/access/libsftp_plugin.so
|
||||
%{_libdir}/vlc/plugins/access/libshm_plugin.so
|
||||
%{_libdir}/vlc/plugins/access/libsmb_plugin.so
|
||||
%if 0%{?suse_version} > 1500 && 0%{?is_opensuse}
|
||||
%{_libdir}/vlc/plugins/access/libaccess_srt_plugin.so
|
||||
%endif
|
||||
%{_libdir}/vlc/plugins/access/libtcp_plugin.so
|
||||
%{_libdir}/vlc/plugins/access/libtimecode_plugin.so
|
||||
%{_libdir}/vlc/plugins/access/libudp_plugin.so
|
||||
@ -729,6 +734,9 @@ done
|
||||
%{_libdir}/vlc/plugins/access_output/libaccess_output_http_plugin.so
|
||||
%{_libdir}/vlc/plugins/access_output/libaccess_output_livehttp_plugin.so
|
||||
%{_libdir}/vlc/plugins/access_output/libaccess_output_shout_plugin.so
|
||||
%if 0%{?suse_version} > 1500 && 0%{?is_opensuse}
|
||||
%{_libdir}/vlc/plugins/access_output/libaccess_output_srt_plugin.so
|
||||
%endif
|
||||
%{_libdir}/vlc/plugins/access_output/libaccess_output_udp_plugin.so
|
||||
%{_libdir}/vlc/plugins/audio_filter/libaudiobargraph_a_plugin.so
|
||||
%{_libdir}/vlc/plugins/audio_filter/libaudio_format_plugin.so
|
||||
@ -923,7 +931,7 @@ done
|
||||
%{_libdir}/vlc/plugins/services_discovery/libpulselist_plugin.so
|
||||
%{_libdir}/vlc/plugins/services_discovery/libsap_plugin.so
|
||||
%{_libdir}/vlc/plugins/services_discovery/libudev_plugin.so
|
||||
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
|
||||
%if 0%{?is_opensuse}
|
||||
%{_libdir}/vlc/plugins/services_discovery/libupnp_plugin.so
|
||||
%endif
|
||||
%{_libdir}/vlc/plugins/services_discovery/libxcb_apps_plugin.so
|
||||
@ -947,7 +955,7 @@ done
|
||||
%{_libdir}/vlc/plugins/stream_filter/libskiptags_plugin.so
|
||||
%{_libdir}/vlc/plugins/stream_out/libstream_out_autodel_plugin.so
|
||||
%{_libdir}/vlc/plugins/stream_out/libstream_out_bridge_plugin.so
|
||||
%if 0%{?suse_version} != 1315
|
||||
%if 0%{?is_opensuse}
|
||||
%{_libdir}/vlc/plugins/stream_out/libstream_out_chromaprint_plugin.so
|
||||
%endif
|
||||
%{_libdir}/vlc/plugins/stream_out/libstream_out_chromecast_plugin.so
|
||||
@ -1036,7 +1044,7 @@ done
|
||||
%{_libdir}/vlc/plugins/video_filter/libvhs_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_filter/libwave_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_output/libcaca_plugin.so
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%if 0%{?suse_version} >= 1500 && 0%{?is_opensuse}
|
||||
%{_libdir}/vlc/plugins/video_output/libegl_wl_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_output/libglconv_vaapi_wl_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_output/libwl_shell_plugin.so
|
||||
@ -1051,7 +1059,7 @@ done
|
||||
%{_libdir}/vlc/plugins/video_output/libglx_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_output/libvdummy_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_output/libvmem_plugin.so
|
||||
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
|
||||
%if 0%{?is_opensuse}
|
||||
%{_libdir}/vlc/plugins/video_filter/libopencv_example_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_filter/libopencv_wrapper_plugin.so
|
||||
%endif
|
||||
@ -1061,9 +1069,11 @@ done
|
||||
%{_libdir}/vlc/plugins/video_output/libyuv_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_splitter/libclone_plugin.so
|
||||
%{_libdir}/vlc/plugins/video_splitter/libwall_plugin.so
|
||||
%if 0%{?is_opensuse}
|
||||
%ifarch %{ix86} x86_64
|
||||
%{_libdir}/vlc/plugins/visualization/libprojectm_plugin.so
|
||||
%endif
|
||||
%endif
|
||||
%{_libdir}/vlc/plugins/visualization/libvisual_plugin.so
|
||||
%{_libdir}/vlc/plugins/vaapi/libvaapi_filters_plugin.so
|
||||
%{_libdir}/vlc/vlc-cache-gen
|
||||
|
Loading…
x
Reference in New Issue
Block a user