diff mbox series

[FFmpeg-devel] web: move 4.1 to olddownloads

Message ID 20231029010641.7297-1-jamrial@gmail.com
State New
Headers show
Series [FFmpeg-devel] web: move 4.1 to olddownloads | expand

Checks

Context Check Description
andriy/configure_x86 warning Failed to apply patch
yinshiyou/configure_loongarch64 warning Failed to apply patch

Commit Message

James Almer Oct. 29, 2023, 1:06 a.m. UTC
our downstream list shows no maintained users of that release
https://trac.ffmpeg.org/wiki/Downstreams

Signed-off-by: James Almer <jamrial@gmail.com>
---
 src/download    | 37 -------------------------------------
 src/olddownload | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 37 deletions(-)

Comments

Michael Niedermayer Oct. 29, 2023, 4:39 p.m. UTC | #1
On Sat, Oct 28, 2023 at 10:06:41PM -0300, James Almer wrote:
> our downstream list shows no maintained users of that release
> https://trac.ffmpeg.org/wiki/Downstreams
> 
> Signed-off-by: James Almer <jamrial@gmail.com>
> ---
>  src/download    | 37 -------------------------------------
>  src/olddownload | 37 +++++++++++++++++++++++++++++++++++++
>  2 files changed, 37 insertions(+), 37 deletions(-)

if noone objects within a week the LGTM

thx

[...]
diff mbox series

Patch

diff --git a/src/download b/src/download
index 32f8338..d1f437c 100644
--- a/src/download
+++ b/src/download
@@ -484,43 +484,6 @@  libpostproc    55.  5.100</pre>
     </div> <!-- col -->
   </div> <!-- row -->
 
-  <h3 id="release_4.1">FFmpeg 4.1.11 "al-Khwarizmi"</h3>
-
-  <p>
-    4.1.11 was released on 2023-06-07. It is the latest stable FFmpeg release
-    from the 4.1 release branch, which was cut from master on 2018-11-02.
-  </p>
-  <p>It includes the following library versions:
-  </p>
-  <pre>
-libavutil      56. 22.100
-libavcodec     58. 35.100
-libavformat    58. 20.100
-libavdevice    58.  5.100
-libavfilter     7. 40.101
-libswscale      5.  3.100
-libswresample   3.  3.100
-libpostproc    55.  3.100</pre>
-
-  <div class="row">
-    <div class="col-md-3">
-      <a class="btn btn-success" href="releases/ffmpeg-4.1.11.tar.xz">Download xz tarball</a>
-      <small><a href="releases/ffmpeg-4.1.11.tar.xz.asc">PGP signature</a></small>
-    </div> <!-- col -->
-    <div class="col-md-3">
-      <a class="btn btn-success" href="releases/ffmpeg-4.1.11.tar.bz2">Download bzip2 tarball</a>
-      <small><a href="releases/ffmpeg-4.1.11.tar.bz2.asc">PGP signature</a></small>
-    </div> <!-- col -->
-    <div class="col-md-3">
-      <a class="btn btn-success" href="releases/ffmpeg-4.1.11.tar.gz">Download gzip tarball</a>
-      <small><a href="releases/ffmpeg-4.1.11.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.1.11">Changelog</a></small>
-      <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.1:/RELEASE_NOTES">Release Notes</a>
-    </div> <!-- col -->
-  </div> <!-- row -->
-
   <h3 id="release_3.4">FFmpeg 3.4.13 "Cantor"</h3>
 
   <p>
diff --git a/src/olddownload b/src/olddownload
index 187848e..6d270ec 100644
--- a/src/olddownload
+++ b/src/olddownload
@@ -42,6 +42,43 @@  libpostproc    56.  3.100</pre>
     </div> <!-- col -->
   </div> <!-- row -->
 
+  <h3 id="release_4.1">FFmpeg 4.1.11 "al-Khwarizmi"</h3>
+
+  <p>
+    4.1.11 was released on 2023-06-07. It is the latest stable FFmpeg release
+    from the 4.1 release branch, which was cut from master on 2018-11-02.
+  </p>
+  <p>It includes the following library versions:
+  </p>
+  <pre>
+libavutil      56. 22.100
+libavcodec     58. 35.100
+libavformat    58. 20.100
+libavdevice    58.  5.100
+libavfilter     7. 40.101
+libswscale      5.  3.100
+libswresample   3.  3.100
+libpostproc    55.  3.100</pre>
+
+  <div class="row">
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-4.1.11.tar.xz">Download xz tarball</a>
+      <small><a href="releases/ffmpeg-4.1.11.tar.xz.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-4.1.11.tar.bz2">Download bzip2 tarball</a>
+      <small><a href="releases/ffmpeg-4.1.11.tar.bz2.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-4.1.11.tar.gz">Download gzip tarball</a>
+      <small><a href="releases/ffmpeg-4.1.11.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.1.11">Changelog</a></small>
+      <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.1:/RELEASE_NOTES">Release Notes</a>
+    </div> <!-- col -->
+  </div> <!-- row -->
+
   <h3 id="release_4.0">FFmpeg 4.0.6 "Wu"</h3>
 
   <p>