From 74517437acdf5b1ce1d18b697684cf298b461b99af7e9fd7e07cd6c058b2ef5b Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 4 Oct 2018 16:57:48 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/vlc revision 89.0 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=62fc11bfb99f569060c47867b4a805ab --- vlc-3.0.3.tar.xz | 3 --- vlc-3.0.4.tar.xz | 3 +++ vlc-qt-5.11.patch | 12 ---------- vlc.changes | 57 ++++++++++++++++++++++++++++++++++++++++++++++- vlc.spec | 7 ++---- 5 files changed, 61 insertions(+), 21 deletions(-) delete mode 100644 vlc-3.0.3.tar.xz create mode 100644 vlc-3.0.4.tar.xz delete mode 100644 vlc-qt-5.11.patch diff --git a/vlc-3.0.3.tar.xz b/vlc-3.0.3.tar.xz deleted file mode 100644 index d8df2b1..0000000 --- a/vlc-3.0.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ba8b04bdb13f7860a2041768ac83b47b397a36549c71c530b94028a3cfd5b51 -size 24941592 diff --git a/vlc-3.0.4.tar.xz b/vlc-3.0.4.tar.xz new file mode 100644 index 0000000..a6ec0b1 --- /dev/null +++ b/vlc-3.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f3db3790714038c01f5e23c709e31ecd6f1c046ac93d19e1dde38b3fc05a9e +size 24934112 diff --git a/vlc-qt-5.11.patch b/vlc-qt-5.11.patch deleted file mode 100644 index 90c2343..0000000 --- a/vlc-qt-5.11.patch +++ /dev/null @@ -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 - #include - #include -+#include - #include - #include - #include diff --git a/vlc.changes b/vlc.changes index 413f281..7559612 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,7 +1,62 @@ +------------------------------------------------------------------- +Mon Oct 1 08:44:06 UTC 2018 - Dominique Leuenberger + +- 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 ------------------------------------------------------------------- diff --git a/vlc.spec b/vlc.spec index ac51d7c..f8a4393 100644 --- a/vlc.spec +++ b/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