aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2021-06-06 06:07:13 +0000
committerThomas Zander <riggs@FreeBSD.org>2021-06-06 11:10:47 +0000
commit37ee9589539079b32d00752a34913132bc52acf4 (patch)
tree7c72d470300db922a3e28f462ba4fe0a0d2232b4
parent60b5ac016e38c550676c03217791f6aae167ea59 (diff)
downloadports-37ee9589539079b32d00752a34913132bc52acf4.tar.gz
ports-37ee9589539079b32d00752a34913132bc52acf4.zip
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)
-rw-r--r--multimedia/vlc/Makefile3
-rw-r--r--multimedia/vlc/distinfo6
-rw-r--r--multimedia/vlc/files/patch-modules-lua-vlc.h10
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@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 */