Date: Sun, 6 Jun 2021 09:13:49 GMT From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 984c3ef8a615 - main - multimedia/vlc: Update to upstream version 3.0.14. Message-ID: <202106060913.1569DnmS033799@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=984c3ef8a615d27bfd9ca97a26722bafed446520 commit 984c3ef8a615d27bfd9ca97a26722bafed446520 Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2021-06-06 06:07:13 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2021-06-06 09:13:46 +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 --- 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 01d375b6ff79..7df29ca2c4c4 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.12 -PORTREVISION= 3 +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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106060913.1569DnmS033799>