diff mbox series

[FFmpeg-devel] web: move 6.0 to olddownload

Message ID 20240613101021.949975-1-michael@niedermayer.cc
State New
Headers show
Series [FFmpeg-devel] web: move 6.0 to olddownload | expand

Checks

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

Commit Message

Michael Niedermayer June 13, 2024, 10:10 a.m. UTC
I see no users on https://trac.ffmpeg.org/wiki/Downstreams

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

Comments

Andrew Sayers June 13, 2024, 2:39 p.m. UTC | #1
On Thu, Jun 13, 2024 at 12:10:21PM +0200, Michael Niedermayer wrote:
> I see no users on https://trac.ffmpeg.org/wiki/Downstreams

I don't have a strong opinion about the move itself, but can that page
be linked from the Old Releases section?  Something like:

     Older versions are available at the <a href="olddownload.html">Old
-      Releases</a> page.
+      Releases</a> page.  Releases are usually moved there after the last
+      <a href="https://trac.ffmpeg.org/wiki/Downstreams">downstream</a>
+      drops support.

A hint like that would help drive people to maintain the list, making your life
easier in future.  I haven't formatted the above as a proper patch because I
assume you'd want to choose the wording, but can do if that would be better.
James Almer June 13, 2024, 2:49 p.m. UTC | #2
On 6/13/2024 7:10 AM, Michael Niedermayer wrote:
> I see no users on https://trac.ffmpeg.org/wiki/Downstreams

Ubuntu 23.10 (non LTS) ships it, but it EOLs in one month, so wait until 
mid July to push this.
James Almer June 13, 2024, 2:57 p.m. UTC | #3
On 6/13/2024 11:49 AM, James Almer wrote:
> On 6/13/2024 7:10 AM, Michael Niedermayer wrote:
>> I see no users on https://trac.ffmpeg.org/wiki/Downstreams
> 
> Ubuntu 23.10 (non LTS) ships it, but it EOLs in one month, so wait until 
> mid July to push this.

What you can move there are 3.4 and 4.1, since Debian Buster EOLs this 
month.
diff mbox series

Patch

diff --git a/src/download b/src/download
index 2e6a455..3ebf773 100644
--- a/src/download
+++ b/src/download
@@ -377,42 +377,6 @@  libpostproc    57.  3.100</pre>
     </div> <!-- col -->
   </div> <!-- row -->
 
-  <h3 id="release_6.0">FFmpeg 6.0.1 "Von Neumann"</h3>
-
-  <p>
-    6.0.1 was released on 2023-11-10. It is the latest stable FFmpeg release
-    from the 6.0 release branch, which was cut from master on 2023-02-19.
-  </p>
-  <p>It includes the following library versions:
-  </p>
-  <pre>
-libavutil      58.  2.100
-libavcodec     60.  3.100
-libavformat    60.  3.100
-libavdevice    60.  1.100
-libavfilter     9.  3.100
-libswscale      7.  1.100
-libswresample   4. 10.100
-libpostproc    57.  1.100</pre>
-  <div class="row">
-    <div class="col-md-3">
-      <a class="btn btn-success" href="releases/ffmpeg-6.0.1.tar.xz">Download xz tarball</a>
-      <small><a href="releases/ffmpeg-6.0.1.tar.xz.asc">PGP signature</a></small>
-    </div> <!-- col -->
-    <div class="col-md-3">
-      <a class="btn btn-success" href="releases/ffmpeg-6.0.1.tar.bz2">Download bzip2 tarball</a>
-      <small><a href="releases/ffmpeg-6.0.1.tar.bz2.asc">PGP signature</a></small>
-    </div> <!-- col -->
-    <div class="col-md-3">
-      <a class="btn btn-success" href="releases/ffmpeg-6.0.1.tar.gz">Download gzip tarball</a>
-      <small><a href="releases/ffmpeg-6.0.1.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/n6.0.1">Changelog</a></small>
-      <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/6.0:/RELEASE_NOTES">Release Notes</a>
-    </div> <!-- col -->
-  </div> <!-- row -->
-
   <h3 id="release_5.1">FFmpeg 5.1.4 "Riemann"</h3>
 
   <p>
diff --git a/src/olddownload b/src/olddownload
index 187848e..a6b2ff2 100644
--- a/src/olddownload
+++ b/src/olddownload
@@ -6,6 +6,42 @@ 
   maintaining an old release.
 </div>
 
+  <h3 id="release_6.0">FFmpeg 6.0.1 "Von Neumann"</h3>
+
+  <p>
+    6.0.1 was released on 2023-11-10. It is the latest stable FFmpeg release
+    from the 6.0 release branch, which was cut from master on 2023-02-19.
+  </p>
+  <p>It includes the following library versions:
+  </p>
+  <pre>
+libavutil      58.  2.100
+libavcodec     60.  3.100
+libavformat    60.  3.100
+libavdevice    60.  1.100
+libavfilter     9.  3.100
+libswscale      7.  1.100
+libswresample   4. 10.100
+libpostproc    57.  1.100</pre>
+  <div class="row">
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-6.0.1.tar.xz">Download xz tarball</a>
+      <small><a href="releases/ffmpeg-6.0.1.tar.xz.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-6.0.1.tar.bz2">Download bzip2 tarball</a>
+      <small><a href="releases/ffmpeg-6.0.1.tar.bz2.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-6.0.1.tar.gz">Download gzip tarball</a>
+      <small><a href="releases/ffmpeg-6.0.1.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/n6.0.1">Changelog</a></small>
+      <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/6.0:/RELEASE_NOTES">Release Notes</a>
+    </div> <!-- col -->
+  </div> <!-- row -->
+
   <h3 id="release_5.0">FFmpeg 5.0.3 "Lorentz"</h3>
 
   <p>