git: 37ee95895390 - 2021Q2 - multimedia/vlc: Update to upstream version 3.0.14.

Thomas Zander riggs at FreeBSD.org
Sun Jun 6 11:10:50 UTC 2021


The branch 2021Q2 has been updated by riggs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37ee9589539079b32d00752a34913132bc52acf4

commit 37ee9589539079b32d00752a34913132bc52acf4
Author:     Thomas Zander <riggs at FreeBSD.org>
AuthorDate: 2021-06-06 06:07:13 +0000
Commit:     Thomas Zander <riggs at FreeBSD.org>
CommitDate: 2021-06-06 11:10:47 +0000

    multimedia/vlc: Update to upstream version 3.0.14.
    
    Changes since 3.0.12:
    ---------------------
    
    Demux:
     * Adaptive: fix artefacts in HLS streams with wrong profiles/levels
     * Fix regression on some MP4 files for the audio track
     * Fix MPGA and ADTS probing in TS files
     * Fix Flac inside AVI files
     * Fix VP9/Webm artefacts when seeking
    
    Codec:
     * Support SSA text scaling
     * Fix rotation on Android rotation
     * Fix WebVTT subtitles that start at 00:00
    
    Access:
     * Update libnfs to support NFSv4
     * Improve SMB2 integration
     * Fix Blu-ray files using Unicode names on Windows
     * Disable mcast lookups on Android for RTSP playback
    
    Video Output:
     * Rework the D3D11 rendering wait, to fix choppiness on display
    
    Interfaces:
     * Fix VLC getting stuck on close on X11 (#21875)
     * Improve RTL on preferences on macOS
     * Add mousewheel horizontal axis control
     * Fix crash on exit on macOS
     * Fix sizing of the fullscreen controls on macOS
    
    Windows:
     * Fix subtitles/OSD under Windows XP
    
    Misc:
     * Update translations
     * Improve MIDI fonts search on Linux
     * Update Soundcloud, Youtube, liveleak
     * Fix compilation with GCC11
     * Fix input-slave option for subtitles
    
    MFH:            2021Q2
    (cherry picked from commit 984c3ef8a615d27bfd9ca97a26722bafed446520)
---
 multimedia/vlc/Makefile                      |  3 +--
 multimedia/vlc/distinfo                      |  6 +++---
 multimedia/vlc/files/patch-modules-lua-vlc.h | 10 ----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index ce797bae509e..7df29ca2c4c4 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -1,8 +1,7 @@
 # Created by: Brian Somers <brian at FreeBSD.org>
 
 PORTNAME=	vlc
-DISTVERSION=	3.0.12
-PORTREVISION=	2
+DISTVERSION=	3.0.14
 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 9e40e1bb6b5c..9dc524c918c5 100644
--- a/multimedia/vlc/distinfo
+++ b/multimedia/vlc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613512964
-SHA256 (vlc-3.0.12.tar.xz) = eff458f38a92126094f44f2263c2bf2c7cdef271b48192d0fe7b1726388cf879
-SIZE (vlc-3.0.12.tar.xz) = 25997468
+TIMESTAMP = 1622956465
+SHA256 (vlc-3.0.14.tar.xz) = 49b93e5b33deaa37060e6b24a98200cad70c407947f14eb2a8b6a0c64d8535a6
+SIZE (vlc-3.0.14.tar.xz) = 26424968
diff --git a/multimedia/vlc/files/patch-modules-lua-vlc.h b/multimedia/vlc/files/patch-modules-lua-vlc.h
deleted file mode 100644
index e18c589594c8..000000000000
--- a/multimedia/vlc/files/patch-modules-lua-vlc.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- modules/lua/vlc.h.orig	2015-07-11 03:08:07.625881252 +0000
-+++ modules/lua/vlc.h	2015-07-11 03:08:25.711881262 +0000
-@@ -38,6 +38,7 @@
- #include <vlc_stream.h>
- #include <vlc_demux.h>
- 
-+#define LUA_COMPAT_APIINTCASTS
- #define LUA_COMPAT_MODULE
- #include <lua.h>        /* Low level lua C API */
- #include <lauxlib.h>    /* Higher level C API */


More information about the dev-commits-ports-branches mailing list