1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

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
This commit is contained in:
Thomas Zander 2021-06-06 08:07:13 +02:00
parent daffeee5e9
commit 984c3ef8a6
No known key found for this signature in database
GPG Key ID: 856D8ED47C7EAFA5
3 changed files with 4 additions and 15 deletions

View File

@ -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$//}/ \

View File

@ -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

View File

@ -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 */