[FFmpeg-devel] [PATCH] web/(old)download: Move FFmpeg 4.0 to olddownloads

Michael Niedermayer michael at niedermayer.cc
Sun Oct 17 23:03:02 EEST 2021


It seems no actively maintained distribution is using 4.0 anymore

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 src/download    | 37 -------------------------------------
 src/olddownload | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/src/download b/src/download
index 21eeb0b..097fde4 100644
--- a/src/download
+++ b/src/download
@@ -450,43 +450,6 @@ libpostproc    55.  3.100</pre>
     </div> <!-- col -->
   </div> <!-- row -->
 
-  <h3 id="release_4.0">FFmpeg 4.0.6 "Wu"</h3>
-
-  <p>
-    4.0.6 was released on 2020-07-03. It is the latest stable FFmpeg release
-    from the 4.0 release branch, which was cut from master on 2018-04-16.
-  </p>
-  <p>It includes the following library versions:
-  </p>
-  <pre>
-libavutil      56. 14.100
-libavcodec     58. 18.100
-libavformat    58. 12.100
-libavdevice    58.  3.100
-libavfilter     7. 16.100
-libswscale      5.  1.100
-libswresample   3.  1.100
-libpostproc    55.  1.100</pre>
-
-  <div class="row">
-    <div class="col-md-3">
-      <a class="btn btn-success" href="releases/ffmpeg-4.0.6.tar.xz">Download xz tarball</a>
-      <small><a href="releases/ffmpeg-4.0.6.tar.xz.asc">PGP signature</a></small>
-    </div> <!-- col -->
-    <div class="col-md-3">
-      <a class="btn btn-success" href="releases/ffmpeg-4.0.6.tar.bz2">Download bzip2 tarball</a>
-      <small><a href="releases/ffmpeg-4.0.6.tar.bz2.asc">PGP signature</a></small>
-    </div> <!-- col -->
-    <div class="col-md-3">
-      <a class="btn btn-success" href="releases/ffmpeg-4.0.6.tar.gz">Download gzip tarball</a>
-      <small><a href="releases/ffmpeg-4.0.6.tar.gz.asc">PGP signature</a></small>
-    </div> <!-- col -->
-    <div class="col-md-3 text-right">
-      <small><a href="https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n4.0.6">Changelog</a></small>
-      <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.0:/RELEASE_NOTES">Release Notes</a>
-    </div> <!-- col -->
-  </div> <!-- row -->
-
   <h3 id="release_3.4">FFmpeg 3.4.9 "Cantor"</h3>
 
   <p>
diff --git a/src/olddownload b/src/olddownload
index 3f03656..5a95e8b 100644
--- a/src/olddownload
+++ b/src/olddownload
@@ -6,6 +6,43 @@
   maintaining an old release.
 </div>
 
+  <h3 id="release_4.0">FFmpeg 4.0.6 "Wu"</h3>
+
+  <p>
+    4.0.6 was released on 2020-07-03. It is the latest stable FFmpeg release
+    from the 4.0 release branch, which was cut from master on 2018-04-16.
+  </p>
+  <p>It includes the following library versions:
+  </p>
+  <pre>
+libavutil      56. 14.100
+libavcodec     58. 18.100
+libavformat    58. 12.100
+libavdevice    58.  3.100
+libavfilter     7. 16.100
+libswscale      5.  1.100
+libswresample   3.  1.100
+libpostproc    55.  1.100</pre>
+
+  <div class="row">
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-4.0.6.tar.xz">Download xz tarball</a>
+      <small><a href="releases/ffmpeg-4.0.6.tar.xz.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-4.0.6.tar.bz2">Download bzip2 tarball</a>
+      <small><a href="releases/ffmpeg-4.0.6.tar.bz2.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-4.0.6.tar.gz">Download gzip tarball</a>
+      <small><a href="releases/ffmpeg-4.0.6.tar.gz.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3 text-right">
+      <small><a href="https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n4.0.6">Changelog</a></small>
+      <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.0:/RELEASE_NOTES">Release Notes</a>
+    </div> <!-- col -->
+  </div> <!-- row -->
+
   <h3 id="release_3.3">FFmpeg 3.3.9 "Hilbert"</h3>
 
   <p>
-- 
2.17.1



More information about the ffmpeg-devel mailing list