From owner-dev-commits-ports-branches@freebsd.org Sun Jun 6 11:10:50 2021 Return-Path: Delivered-To: dev-commits-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 988BD65C5F4; Sun, 6 Jun 2021 11:10:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FyYhV3ySHz4Zxt; Sun, 6 Jun 2021 11:10:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7072122850; Sun, 6 Jun 2021 11:10:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 156BAoH5088815; Sun, 6 Jun 2021 11:10:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156BAoE3088814; Sun, 6 Jun 2021 11:10:50 GMT (envelope-from git) Date: Sun, 6 Jun 2021 11:10:50 GMT Message-Id: <202106061110.156BAoE3088814@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Thomas Zander Subject: git: 37ee95895390 - 2021Q2 - multimedia/vlc: Update to upstream version 3.0.14. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: riggs X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 37ee9589539079b32d00752a34913132bc52acf4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2021 11:10:50 -0000 The branch 2021Q2 has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=37ee9589539079b32d00752a34913132bc52acf4 commit 37ee9589539079b32d00752a34913132bc52acf4 Author: Thomas Zander AuthorDate: 2021-06-06 06:07:13 +0000 Commit: Thomas Zander 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 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 - #include - -+#define LUA_COMPAT_APIINTCASTS - #define LUA_COMPAT_MODULE - #include /* Low level lua C API */ - #include /* Higher level C API */