Updating link to change in openSUSE:Factory/vlc revision 90.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=49da797999cdd5980d813e7e7251be05
This commit is contained in:
parent
74517437ac
commit
0762fe8212
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01f3db3790714038c01f5e23c709e31ecd6f1c046ac93d19e1dde38b3fc05a9e
|
||||
size 24934112
|
3
vlc-3.0.6.tar.xz
Normal file
3
vlc-3.0.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18c16d4be0f34861d0aa51fbd274fb87f0cab3b7119757ead93f3db3a1f27ed3
|
||||
size 25699704
|
44
vlc.changes
44
vlc.changes
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 20:48:42 UTC 2019 - seanlew@opensuse.org
|
||||
|
||||
- Update to version 3.0.6:
|
||||
+ Core:
|
||||
* Fix potential subtitle picture allocation failures
|
||||
+ Codec:
|
||||
* Add support for 12 bits decoding of AV1
|
||||
* Fix HDR support in AV1 when the container provides the metadata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 29 02:42:11 UTC 2018 - sean@suspend.net
|
||||
|
||||
- Update to version 3.0.5:
|
||||
+ Access:
|
||||
* Improve RTSP playback
|
||||
* BluRay fixes and improvements, notably for menus and seeking
|
||||
* Improve the UDP/RTP truncated issue
|
||||
+ Codec:
|
||||
* Add a new AVI decoder based on the davld library
|
||||
* Enable libaom decoder by default
|
||||
* Fix decoding of some HEVC streams with macOS hardware decoding
|
||||
+ Demux:
|
||||
* MP4: Fix reading of some HDR metadata
|
||||
* Miscellaneous AV1 demuxing improvements
|
||||
* Fix CAF integer-underflow
|
||||
* Fix an MKV crash on iOS 12.0 on iPhone XS phones
|
||||
+ Packetizer:
|
||||
* Add an AV1 packetizer
|
||||
+ Audio output:
|
||||
* Fix corking when the playback state is paused
|
||||
* Improve corking on Android
|
||||
+ Video Output:
|
||||
* Fix Direct3D11 tone-mapping when HDR is displayed on SDR screen
|
||||
* More accurate colors for SD sources in Direct3D11
|
||||
* Disable hardware decoding on some old Intel GPUs
|
||||
* Fix zero-copy GPU acceleration on AMD RX Vega
|
||||
* Misc Direct3D11 fixes
|
||||
+ Miscellaneous
|
||||
* Improve ChromeCast
|
||||
* Update numerous 3P libraries, including for minor security issues
|
||||
* Update YouTube support
|
||||
* Fix subtitles rendering with specific fonts with negative HA
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 08:44:06 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
5
vlc.spec
5
vlc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vlc
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -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.4
|
||||
Version: 3.0.6
|
||||
Release: 0
|
||||
Summary: Graphical media player
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -588,6 +588,7 @@ done
|
||||
%{_libdir}/vlc/plugins/gui/libskins2_plugin.so
|
||||
%{_libdir}/vlc/plugins/notify/libnotify_plugin.so
|
||||
%{_libdir}/vlc/plugins/packetizer/libpacketizer_avparser_plugin.so
|
||||
%{_libdir}/vlc/plugins/packetizer/libpacketizer_av1_plugin.so
|
||||
%{_libdir}/vlc/plugins/services_discovery/libpulselist_plugin.so
|
||||
%{_libdir}/vlc/plugins/services_discovery/libxcb_apps_plugin.so
|
||||
%if 0%{?is_opensuse}
|
||||
|
Loading…
x
Reference in New Issue
Block a user