The branch, master has been updated via b293ec7188b6b39ac769f358a2f4a95d0a49c1b7 (commit) from a5b4e10bcb0341b80cdb7758fdfc7de5cd3120f0 (commit)
- Log ----------------------------------------------------------------- commit b293ec7188b6b39ac769f358a2f4a95d0a49c1b7 Author: Lou Logan <l...@lrcd.com> AuthorDate: Mon Oct 21 13:39:41 2019 -0800 Commit: Lou Logan <l...@lrcd.com> CommitDate: Thu Oct 24 11:23:06 2019 -0800 web/download: general improvements Mention big download button is for source code. Mention "executable files" for Windows users in subheader. State that FFmpeg only provides source code. Rename OS X to macOS. Remove PPA to EOL Ubuntu Trusty. Add button to Old Releases. Signed-off-by: Lou Logan <l...@lrcd.com> Signed-off-by: Paul B Mahol <one...@gmail.com> diff --git a/src/download b/src/download index ce7e047..a8fdc26 100644 --- a/src/download +++ b/src/download @@ -3,7 +3,7 @@ <div class="btn-download-wrapper"> <a href="https://ffmpeg.org/releases/ffmpeg-4.2.1.tar.bz2" class="btn btn-success"> <i class="fa fa-cloud-download"></i> - Download + Download Source Code <small>ffmpeg-4.2.1.tar.bz2</small> </a> <br> @@ -26,8 +26,8 @@ <div class="well" id="get-packages"> <h3> <i class="fa fa-download"></i> - Get the packages</h3> - + Get packages & executable files</h3> + <p>FFmpeg only provides source code. Below are some links that provide it already compiled and ready to go.</p> <div class="os-selector"> <div class="row"> <div class="col-xs-4"> @@ -60,11 +60,7 @@ <strong>Debian</strong> â deb-multimedia packages for Oldstable, Stable, Testing, Unstable </a> <a href="https://launchpad.net/ubuntu/+source/ffmpeg" class="list-group-item"> - <strong>Ubuntu</strong> â Official packages for Vivid, Wily, Xenial - </a> - <a href="https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media" class="list-group-item"> - <strong>Ubuntu</strong> â Ubuntu Multimedia for Trusty PPA. Provides static binaries - from most recent release branch. + <strong>Ubuntu</strong> â Official packages </a> <a class="list-group-item" href="https://rpmfusion.org/"> <strong>Fedora</strong> and <strong>Red Hat Enterprise Linux</strong> packages @@ -80,18 +76,18 @@ </div> <!-- build --> <div id="build-windows" class="tab-pane active"> - <h3>Windows Packages</h3> + <h3>Windows EXE Files</h3> <div class="list-group"> <a class="list-group-item" href="https://ffmpeg.zeranoe.com/builds/"> - <strong>Windows</strong> Builds + Windows builds by Zeranoe </a> </div> <!-- list-group --> </div> <!-- build --> <div id="build-mac" class="tab-pane active"> - <h3>OS X Packages</h3> + <h3>macOS</h3> <div class="list-group"> <a class="list-group-item" href="https://evermeet.cx/ffmpeg/"> @@ -541,5 +537,9 @@ libpostproc 53. 3.100</pre> Older versions are available at the <a href="olddownload.html">Old Releases</a> page. </p> - + <div class="row"> + <div class="col-md-3"> + <a class="btn btn-success" href="olddownload.html">Get old releases</a> + </div> <!-- col --> + </div> <!-- row --> </div> <!-- #download --> ----------------------------------------------------------------------- Summary of changes: src/download | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) hooks/post-receive --
_______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".