[www-doc] [Git][VideoLAN.org/websites][master] VLC 3.0.14 for macOS
Felix Paul Kühne
gitlab at videolan.org
Wed May 12 08:45:51 UTC 2021
Felix Paul Kühne pushed to branch master at VideoLAN organization / websites
Commits:
9a163b00 by Felix Paul Kühne at 2021-05-12T10:45:35+02:00
VLC 3.0.14 for macOS
- - - - -
7 changed files:
- www.videolan.org/include/os-specific.php
- www.videolan.org/vlc/download-macosx.php
- www.videolan.org/vlc/releases/3.0.12-update.de.php
- www.videolan.org/vlc/releases/3.0.12-update.fr.php
- www.videolan.org/vlc/releases/3.0.12-update.it.php
- www.videolan.org/vlc/releases/3.0.12-update.php
- www.videolan.org/vlc/releases/3.0.12-update.pt.php
Changes:
=====================================
www.videolan.org/include/os-specific.php
=====================================
@@ -1,8 +1,8 @@
<?php
$win32version = '3.0.14';
$winArm64version = '4.0.0-dev-20180508';
-$macosxversion = '3.0.13';
-$macosArm64version = '3.0.13';
+$macosxversion = '3.0.14';
+$macosArm64version = '3.0.14';
$oldmacosxversion = '2.0.10';
$version = '3.0.14';
$iosversion = '3.2.13';
=====================================
www.videolan.org/vlc/download-macosx.php
=====================================
@@ -20,6 +20,10 @@
"name" => "VLC for Macs with Apple Silicon chips",
"location" => "$dlBase/$macosArm64version/macosx/vlc-$macosArm64version-arm64.dmg",
),
+ array(
+ "name" => "VLC for Mac (Universal Binary)",
+ "location" => "$dlBase/$macosxversion/macosx/vlc-$macosxversion-universal.dmg",
+ ),
);
?>
@@ -29,7 +33,7 @@
<div dir="ltr" lang="en">
<h2>Devices and Mac OS X version</h2>
<p class="projectDescription">VLC media player requires Mac OS X 10.7.5 or later. It runs on any Mac with a 64-bit Intel processor or an Apple Silicon chip. Previous devices are supported by older releases.<br />Note that the first generation of Intel-based Macs equipped with Core Solo or Core Duo processors is no longer supported. Please use version 2.0.10 linked below.</p>
- <p class="projectDescription">If you need help in finding the correct package matching your Mac's processor architecture, please see <a href="https://support.apple.com/HT211814">this official support document by Apple</a>.</p>
+ <p class="projectDescription">If you need help in finding the correct package matching your Mac's processor architecture, please see <a href="https://support.apple.com/HT211814">this official support document by Apple</a>. You can also choose to install a Universal Binary.</p>
<h2>Web browser plugin for Mac OS X</h2>
<p class="projectDescription">Support for NPAPI plugins was removed from all modern web browsers, so VLC's plugin is no longer maintained. The last version is 3.0.4 and can be found <a href="https://get.videolan.org/vlc/3.0.4/macosx/VLC-webplugin-3.0.4.dmg">here</a>. It will not receive any further updates.</p>
=====================================
www.videolan.org/vlc/releases/3.0.12-update.de.php
=====================================
@@ -9,7 +9,7 @@
require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
require($_SERVER["DOCUMENT_ROOT"]."/include/package.php");
- $macosxversion = "3.0.13";
+ $macosxversion = "3.0.14";
$win32version = "3.0.14";
?>
<div class="container">
=====================================
www.videolan.org/vlc/releases/3.0.12-update.fr.php
=====================================
@@ -9,7 +9,7 @@
require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
require($_SERVER["DOCUMENT_ROOT"]."/include/package.php");
- $macosxversion = "3.0.13";
+ $macosxversion = "3.0.14";
$win32version = "3.0.14";
?>
<div class="container">
=====================================
www.videolan.org/vlc/releases/3.0.12-update.it.php
=====================================
@@ -9,7 +9,7 @@
require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
require($_SERVER["DOCUMENT_ROOT"]."/include/package.php");
- $macosxversion = "3.0.13";
+ $macosxversion = "3.0.14";
$win32version = "3.0.14";
?>
<div class="container">
=====================================
www.videolan.org/vlc/releases/3.0.12-update.php
=====================================
@@ -9,7 +9,7 @@
require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
require($_SERVER["DOCUMENT_ROOT"]."/include/package.php");
- $macosxversion = "3.0.13";
+ $macosxversion = "3.0.14";
$win32version = "3.0.14";
?>
<div class="container">
=====================================
www.videolan.org/vlc/releases/3.0.12-update.pt.php
=====================================
@@ -9,7 +9,7 @@
require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
require($_SERVER["DOCUMENT_ROOT"]."/include/package.php");
- $macosxversion = "3.0.13";
+ $macosxversion = "3.0.14";
$win32version = "3.0.14";
?>
<div class="container">
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/9a163b0022f83e950371395ad9311ddfb605e9ff
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/9a163b0022f83e950371395ad9311ddfb605e9ff
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list