Accepting request 639352 from multimedia:libs
Update to 3.0.4 OBS-URL: https://build.opensuse.org/request/show/639352 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=89
This commit is contained in:
commit
e0bf38d3dd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ba8b04bdb13f7860a2041768ac83b47b397a36549c71c530b94028a3cfd5b51
|
||||
size 24941592
|
3
vlc-3.0.4.tar.xz
Normal file
3
vlc-3.0.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01f3db3790714038c01f5e23c709e31ecd6f1c046ac93d19e1dde38b3fc05a9e
|
||||
size 24934112
|
@ -1,12 +0,0 @@
|
||||
diff --git a/modules/gui/qt/components/simple_preferences.cpp b/modules/gui/qt/components/simple_preferences.cpp
|
||||
index b48ea7b67f..7a9c2dbf28 100644
|
||||
--- a/modules/gui/qt/components/simple_preferences.cpp
|
||||
+++ b/modules/gui/qt/components/simple_preferences.cpp
|
||||
@@ -36,6 +36,7 @@
|
||||
#include <QString>
|
||||
#include <QFont>
|
||||
#include <QToolButton>
|
||||
+#include <QButtonGroup>
|
||||
#include <QSignalMapper>
|
||||
#include <QVBoxLayout>
|
||||
#include <QScrollArea>
|
57
vlc.changes
57
vlc.changes
@ -1,7 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 08:44:06 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.0.4:
|
||||
+ Decoder:
|
||||
* Blacklist some intel GPU when decoding HEVC
|
||||
* Decode AV1 streams
|
||||
* Fix playback of low-fps files
|
||||
* Fix hardware decoding of low-latency sliced H.264 streams on macOS
|
||||
* Fix seeking with streams containing WebVTT subtitles
|
||||
* Fix decoding some CC-608 streams with roll-up
|
||||
* Fix crashes with LPCM streams
|
||||
* Fix colorspace of JPEG, PNG and screen inputs
|
||||
* Fix MediaCodec rotation handling
|
||||
+ Demux:
|
||||
* Improve FLV fps detection
|
||||
* Fix some ogg/flac
|
||||
* Improve support for broken HEVC inside MKV
|
||||
* Fix some AVI regression for broken files and for DVAudio
|
||||
* Support files splitted in the .mts%d pattern
|
||||
* Fixes for MKV seeking
|
||||
* Fix for MP4 disabled track selection
|
||||
* Fix playback of incomplete RAR files (downloading)
|
||||
+ Audio Output:
|
||||
* Improve iOS session management and resume-from-pause
|
||||
* Improve macOS audio performance
|
||||
* Support 44.1kHz DTS passthrough
|
||||
* Fix crashes on DirectSound output
|
||||
+ Video Output:
|
||||
* Fix some crash in Direct3D11/Direct3D9 because of sensors
|
||||
* Fix some broken DVD subtitles rendering (OpenGL, notably)
|
||||
* Fix crashes on old mac machines, after some time
|
||||
* Fix memleaks on the EGL output (Android notably)
|
||||
* Fix misc display in Direct3D11 due to broken drivers
|
||||
* Fix potential green screen on Windows XP
|
||||
+ Text renderer:
|
||||
* Fix rendering of arabic fonts fallback on macOS
|
||||
* Fix head buffer overflow on macOS with some fonts
|
||||
* Fix rendering of fonts with specific fonts
|
||||
* Fix some RTL rendering
|
||||
+ Misc:
|
||||
* Fix live555, macOS-UI, screen capture crashes
|
||||
* Change the extension registration names on Windows
|
||||
* Fix VLM 'now' date
|
||||
* Fixes on the HTTPD server
|
||||
* Fix on the NTservice registration
|
||||
* Fix --stop-time option
|
||||
* Fix ChromeCast compatibility with web interface
|
||||
* Fix subtitles alignment
|
||||
* Fix infinite recursion on directory playback
|
||||
* Fix detection SAT>IP servers
|
||||
+ Qt: Fix tooltip display when using Wayland
|
||||
+ Updated translations
|
||||
- Drop vlc-qt-5.11.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 12:25:26 UTC 2018 - hpj@urpla.net
|
||||
|
||||
- fix last change for openSUSE < 1500
|
||||
- fix last change for openSUSE < 1500
|
||||
conditionally include libglconv_vaapi_wl_plugin.so only
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
7
vlc.spec
7
vlc.spec
@ -13,7 +13,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -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.3
|
||||
Version: 3.0.4
|
||||
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 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
|
||||
Patch100: vlc-projectM-qt5.patch
|
||||
BuildRequires: Mesa-devel
|
||||
@ -374,7 +372,6 @@ default when `vlc` is invoked from an X session.
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch4 -p1
|
||||
%if 0%{?suse_version} > 1320
|
||||
%patch100 -p1
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user