diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-04 20:40:13 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-04 20:41:40 +0000 |
commit | 878f06b4bbd6f65ba2c665760eeeed19a59296db (patch) | |
tree | b51526562c4b9ee2658d7481451404ef03a4e9a8 | |
parent | f13be788ed89630a1b93a8bace84310bd1b81b31 (diff) | |
download | ports-878f06b4bbd6f65ba2c665760eeeed19a59296db.tar.gz ports-878f06b4bbd6f65ba2c665760eeeed19a59296db.zip |
multimedia/vlc: update to 3.0.16
Changes between 3.0.15 and 3.0.16:
----------------------------------
Video Output:
* Fix a D3D11 crash on Windows 8/8.1
Access:
* Fix RTSP server timeout handling
Interfaces:
* macOS: Add touchbar support
Misc
* Multiple settings improvements
Changes between 3.0.14 and 3.0.15:
----------------------------------
Core:
* Add Opus & Alac wave format mappings
Access:
* Fix opening DVD folders with non-ascii characters
Demux:
* Fix asf regression with broadcast streams
* MP4: Fix audio drop on seek
Video Output:
* Fix seek & volume sliders overlapping with subtitles
* Fix delays when seeking with D3D11
Text renderer:
* Improve freetype fonts outlining
Misc:
* Fix GnuTLS support for Windows XP
-rw-r--r-- | multimedia/vlc/Makefile | 3 | ||||
-rw-r--r-- | multimedia/vlc/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 4e9760676686..3a7ab2f2f3bd 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,8 +1,7 @@ # Created by: Brian Somers <brian@FreeBSD.org> PORTNAME= vlc -DISTVERSION= 3.0.14 -PORTREVISION= 1 +DISTVERSION= 3.0.16 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ diff --git a/multimedia/vlc/distinfo b/multimedia/vlc/distinfo index 9dc524c918c5..7c1722816868 100644 --- a/multimedia/vlc/distinfo +++ b/multimedia/vlc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622956465 -SHA256 (vlc-3.0.14.tar.xz) = 49b93e5b33deaa37060e6b24a98200cad70c407947f14eb2a8b6a0c64d8535a6 -SIZE (vlc-3.0.14.tar.xz) = 26424968 +TIMESTAMP = 1625431045 +SHA256 (vlc-3.0.16.tar.xz) = ffae35fc64f625c175571d2346bc5f6207be99762517f15423e74f18399410f6 +SIZE (vlc-3.0.16.tar.xz) = 26439328 |