aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-02-17 16:16:56 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-02-17 16:16:56 +0000
commit010b566a90fa829a717fb56b5e49bc5a7c4595df (patch)
tree31acc5bf91748e97fa9f7d4e41817fc41070ee80 /multimedia/vlc
parentf50787b7ef347de76350885496393d990c2903fc (diff)
downloadports-010b566a90fa829a717fb56b5e49bc5a7c4595df.tar.gz
ports-010b566a90fa829a717fb56b5e49bc5a7c4595df.zip
multimedia/vlc: update to 3.0.12
Changes between 3.0.11.1 and 3.0.12: ---------------------------------- Access: * Add new RIST access module compliant with simple profile (VSF_TR-06-1) Access Output: * Add new RIST access output module compliant with simple profile (VSF_TR-06-1) Demux: * Fixed adaptive's handling of resolution settings * Improve Bluray tracks support * Improve WMV seeking and DASH support * Fix crashes in AVI, MKV modules Audio output: * Fix audio distortion on macOS during start of playback Video Output: * Direct3D11: Fix some potential crashes when using video filters macOS: * Add native support for Apple Silicon / ARM-64 * Visual UI adaptations for macOS Big Sur * Fix displaying EQ bands in the UI depending on which frequency presets are set for the EQ in advanced preferences * Fix UI issues in bookmarks window Misc: * Several fixes in the web interface, including privacy and security improvements * Update YouTube and Vocaroo scripts * Fix rotation filter mouse handling * Update translations Changes between 3.0.11 and 3.0.11.1: ---------------------------------- Demux: * Fixed HLS playlist update mechanism, unable to start in some cases. * Because of broken HLS servers, adaptive no longer considers Content-Type as authoritative. * Fixed handling of WEBM WebVTT subtitles * Workaround invalid ADTS in TS from Makito encoders * Fixed Opus when using avformat demuxer Decoders: * Fixed inverted explicit start/end positioning Service Discovery: * Fix listing of media on certain Panasonic recorders discovered via UPnP macOS: * Fix automatic playback resume with "Music" app * Fix possible freeze after pause, seek, unpause Contribs: * Updated gnutls to 3.6.14 * Updated libebml to 1.4.0 * Updated libmatroska to 1.6.0 * Updated mpg123 to 1.26.2 PR: 253571 Submitted by: VVD <vvd@unislabs.com>
Notes
Notes: svn path=/head/; revision=565512
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile3
-rw-r--r--multimedia/vlc/distinfo6
-rw-r--r--multimedia/vlc/files/patch-modules_gui_qt_components_playlist_views.cpp10
-rw-r--r--multimedia/vlc/files/patch-modules_gui_qt_dialogs_plugins.cpp10
-rw-r--r--multimedia/vlc/files/patch-modules_gui_qt_util_timetooltip.hpp10
5 files changed, 4 insertions, 35 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 1ad97db326e7..f76395632864 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= vlc
-DISTVERSION= 3.0.11
-PORTREVISION= 10
+DISTVERSION= 3.0.12
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 90533804ef3e..9e40e1bb6b5c 100644
--- a/multimedia/vlc/distinfo
+++ b/multimedia/vlc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592518707
-SHA256 (vlc-3.0.11.tar.xz) = 3e94a1acf33445e9da15d528aa48657aa26b912eaa2656b403d43860a8834919
-SIZE (vlc-3.0.11.tar.xz) = 26041744
+TIMESTAMP = 1613512964
+SHA256 (vlc-3.0.12.tar.xz) = eff458f38a92126094f44f2263c2bf2c7cdef271b48192d0fe7b1726388cf879
+SIZE (vlc-3.0.12.tar.xz) = 25997468
diff --git a/multimedia/vlc/files/patch-modules_gui_qt_components_playlist_views.cpp b/multimedia/vlc/files/patch-modules_gui_qt_components_playlist_views.cpp
deleted file mode 100644
index 1b59d4b53e3d..000000000000
--- a/multimedia/vlc/files/patch-modules_gui_qt_components_playlist_views.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- modules/gui/qt/components/playlist/views.cpp.orig 2020-05-29 09:12:36 UTC
-+++ modules/gui/qt/components/playlist/views.cpp
-@@ -27,6 +27,7 @@
- #include "input_manager.hpp" /* THEMIM */
-
- #include <QPainter>
-+#include <QPainterPath>
- #include <QRect>
- #include <QStyleOptionViewItem>
- #include <QFontMetrics>
diff --git a/multimedia/vlc/files/patch-modules_gui_qt_dialogs_plugins.cpp b/multimedia/vlc/files/patch-modules_gui_qt_dialogs_plugins.cpp
deleted file mode 100644
index fe5ae709edef..000000000000
--- a/multimedia/vlc/files/patch-modules_gui_qt_dialogs_plugins.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- modules/gui/qt/dialogs/plugins.cpp.orig 2020-05-29 08:11:20 UTC
-+++ modules/gui/qt/dialogs/plugins.cpp
-@@ -53,6 +53,7 @@
- #include <QListView>
- #include <QListWidget>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QStyleOptionViewItem>
- #include <QKeyEvent>
- #include <QPushButton>
diff --git a/multimedia/vlc/files/patch-modules_gui_qt_util_timetooltip.hpp b/multimedia/vlc/files/patch-modules_gui_qt_util_timetooltip.hpp
deleted file mode 100644
index bb1fc73c8a14..000000000000
--- a/multimedia/vlc/files/patch-modules_gui_qt_util_timetooltip.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- modules/gui/qt/util/timetooltip.hpp.orig 2020-05-29 07:47:20 UTC
-+++ modules/gui/qt/util/timetooltip.hpp
-@@ -25,6 +25,7 @@
- #include "qt.hpp"
-
- #include <QWidget>
-+#include <QPainterPath>
-
- class TimeTooltip : public QWidget
- {