[www-doc] [Git][VideoLAN.org/websites][master] 2 commits: Update macOS nightly build page

Felix Paul Kühne gitlab at videolan.org
Tue Jun 21 16:36:16 CEST 2016


Felix Paul Kühne pushed to branch master at VideoLAN organization / websites


Commits:
df881d7d by Felix Paul Kühne at 2016-06-21T16:35:44+02:00
Update macOS nightly build page

- - - - -
4c898dc9 by Felix Paul Kühne at 2016-06-21T16:36:00+02:00
Add iOS

- - - - -


5 changed files:

- + nightlies.videolan.org/build/iOS/.htaccess
- + nightlies.videolan.org/build/iOS/HEADER.html
- + nightlies.videolan.org/build/iOS/README.html
- nightlies.videolan.org/build/macosx-intel/HEADER.html
- nightlies.videolan.org/index.php


Changes:

=====================================
nightlies.videolan.org/build/iOS/.htaccess
=====================================
--- /dev/null
+++ b/nightlies.videolan.org/build/iOS/.htaccess
@@ -0,0 +1,2 @@
+#this is the footer :
+IndexIgnore README.html


=====================================
nightlies.videolan.org/build/iOS/HEADER.html
=====================================
--- /dev/null
+++ b/nightlies.videolan.org/build/iOS/HEADER.html
@@ -0,0 +1,12 @@
+<table><tr><td><a href="http://www.videolan.org/"><img src="/cone-soppera10.png" alt="cone" style="float : left; border: 0px none black;"/></a></td><td>
+<h1>MobileVLCKit iOS nightly builds for ARMv7, ARMv7s, AArch64, x86_64 and i686</h1>
+
+<p>Remember to test the <b>latest</b> nightly build before reporting a bug (in one of the older nightly builds). Have fun!</p>
+
+<p>Please report nightly builds breakage (meaning that there is no new build) on <b>#videolan</b> on irc.freenode.net .</p>
+
+<p><h2>Note: MobileVLCKit's nightly builds for iOS require iOS 7 or later as well as Xcode 7.3 or later</h2></p>
+<p>The static framework will not work on earlier releases of iOS. Linking with libc++ instead of libstdc++ is required.</p>
+<br />
+<p><a href="/">Looking for nightly builds for other OSes?</a> or <a href="http://www.videolan.org/vlc/download-ios.html">official releases?</a></p>
+</td></table>


=====================================
nightlies.videolan.org/build/iOS/README.html
=====================================
--- /dev/null
+++ b/nightlies.videolan.org/build/iOS/README.html
@@ -0,0 +1 @@
+MobileVLCKit iOS nightly builds for ARMv7, ARMv7s, AArch64, x86_64 and i686.
\ No newline at end of file


=====================================
nightlies.videolan.org/build/macosx-intel/HEADER.html
=====================================
--- a/nightlies.videolan.org/build/macosx-intel/HEADER.html
+++ b/nightlies.videolan.org/build/macosx-intel/HEADER.html
@@ -1,12 +1,13 @@
 <table><tr><td><a href="http://www.videolan.org/"><img src="/cone-soppera10.png" alt="cone" style="float : left; border: 0px none black;"/></a></td><td>
-<h1>VLC media player Mac OS X Intel nightly builds</h1>
+<h1>VLC media player nightly builds for macOS</h1>
 
 <p>Remember to test the <b>latest</b> nightly build before reporting a bug (in one of the older nightly builds). Have fun!</p>
 
 <p>Please report nightly builds breakage (meaning that there is no new build) on <b>#videolan</b> on irc.freenode.net .</p>
 
-<p><h2>Note: VLC's nightly builds for Intel require Mac OS X 10.7 or later</h2></p>
+<p><h2>Note: VLC's nightly builds require Mac OS X 10.7 or later</h2></p>
 <p>It will not launch on older releases. We recommend you to keep your Mac OS X installation up-to-date and to install Apple's updates. This will also improve your VLC usage experience.</p>
+<p>Note that nightly builds for macOS are not signed with our GateKeeper certificate. Therefore, you need to right-click on the application to select "Open" to launch them for the first time after download.</p>
 <br />
 <p>What's the stable branch? That's currently VLC's 2.2 series. We no longer provide nightly builds for VLC 1.1.x, 2.0.x or 2.1.x.</p>
 <br />


=====================================
nightlies.videolan.org/index.php
=====================================
--- a/nightlies.videolan.org/index.php
+++ b/nightlies.videolan.org/index.php
@@ -33,12 +33,13 @@
         <ul class="os" style="padding-bottom:10px">
             <li class='windows'  style="font-weight:bold"><a href='/build/win32/?C=M;O=D'>Windows (32 bits)</a></li>
             <li class='windows'  style="font-weight:bold"><a href='/build/win64/?C=M;O=D'>Windows (64 bits)</a></li>
-            <li class='macosx'  style="font-weight:bold"><a href='/build/macosx-intel/?C=M;O=D'>Mac OS X Intel</a></li>
-            <li class='debian' ><a href='#ubuntu'>Ubuntu</a></li>
-            <li class='android' style="font-weight:bold"><a href='/build/android-armv6-fpu/'>Android (ARMv6 with FPU)</a></li>
-            <li class='android' style="font-weight:bold"><a href='/build/android-armv6-nofpu/'>Android (ARMv6 without FPU)</a></li>
-            <li class='android' style="font-weight:bold"><a href='/build/android-armv7/'>Android (ARMv7-A)</a></li>
-            <li class='android' style="font-weight:bold"><a href='/build/android-x86/'>Android (x86)</a></li>
+            <li class='macosx'   style="font-weight:bold"><a href='/build/macosx-intel/?C=M;O=D'>macOS</a></li>
+            <li class='iOS'      style="font-weight:bold"><a href='/build/iOS/?C=M;O=D'>iOS</a></li>
+            <li class='debian'  ><a href='#ubuntu'>Ubuntu</a></li>
+            <li class='android'  style="font-weight:bold"><a href='/build/android-armv6-fpu/'>Android (ARMv6 with FPU)</a></li>
+            <li class='android'  style="font-weight:bold"><a href='/build/android-armv6-nofpu/'>Android (ARMv6 without FPU)</a></li>
+            <li class='android'  style="font-weight:bold"><a href='/build/android-armv7/'>Android (ARMv7-A)</a></li>
+            <li class='android'  style="font-weight:bold"><a href='/build/android-x86/'>Android (x86)</a></li>
         </ul>
     </div>
     <div class="os2">



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/compare/c618f71e74560039e223c21c463ee3814b1c6f5e...4c898dc9a2270f8feb1755e60f1619afa45b580a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20160621/3142dfca/attachment.html>


More information about the www-doc mailing list