Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] web: Move 3.2 branch to olddownloads
@ 2022-10-28 18:45 Michael Niedermayer
  2022-10-30 17:37 ` Michael Niedermayer
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Niedermayer @ 2022-10-28 18:45 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

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

diff --git a/src/download b/src/download
index 6bca432..ffc9db0 100644
--- a/src/download
+++ b/src/download
@@ -560,44 +560,6 @@ libpostproc    54.  7.100</pre>
     </div> <!-- col -->
   </div> <!-- row -->
 
-  <h3 id="release_3.2">FFmpeg 3.2.19 "Hypatia"</h3>
-
-  <p>
-    3.2.19 was released on 2022-10-28. It is the latest stable FFmpeg release
-    from the 3.2 release branch, which was cut from master on 2016-10-26.
-  </p>
-  <p>It includes the following library versions:
-  </p>
-  <pre>
-libavutil      55. 34.100
-libavcodec     57. 64.101
-libavformat    57. 56.101
-libavdevice    57.  1.100
-libavfilter     6. 65.100
-libavresample   3.  1.  0
-libswscale      4.  2.100
-libswresample   2.  3.100
-libpostproc    54.  1.100</pre>
-
-  <div class="row">
-    <div class="col-md-3">
-      <a class="btn btn-success" href="releases/ffmpeg-3.2.19.tar.xz">Download xz tarball</a>
-      <small><a href="releases/ffmpeg-3.2.19.tar.xz.asc">PGP signature</a></small>
-    </div> <!-- col -->
-    <div class="col-md-3">
-      <a class="btn btn-success" href="releases/ffmpeg-3.2.19.tar.bz2">Download bzip2 tarball</a>
-      <small><a href="releases/ffmpeg-3.2.19.tar.bz2.asc">PGP signature</a></small>
-    </div> <!-- col -->
-    <div class="col-md-3">
-      <a class="btn btn-success" href="releases/ffmpeg-3.2.19.tar.gz">Download gzip tarball</a>
-      <small><a href="releases/ffmpeg-3.2.19.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/n3.2.19">Changelog</a></small>
-      <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/3.2:/RELEASE_NOTES">Release Notes</a>
-    </div> <!-- col -->
-  </div> <!-- row -->
-
   <h3 id="release_2.8">FFmpeg 2.8.20 "Feynman"</h3>
 
   <p>
diff --git a/src/olddownload b/src/olddownload
index 5a95e8b..760711c 100644
--- a/src/olddownload
+++ b/src/olddownload
@@ -81,6 +81,44 @@ libpostproc    54.  5.100</pre>
     </div> <!-- col -->
   </div> <!-- row -->
 
+  <h3 id="release_3.2">FFmpeg 3.2.19 "Hypatia"</h3>
+
+  <p>
+    3.2.19 was released on 2022-10-28. It is the latest stable FFmpeg release
+    from the 3.2 release branch, which was cut from master on 2016-10-26.
+  </p>
+  <p>It includes the following library versions:
+  </p>
+  <pre>
+libavutil      55. 34.100
+libavcodec     57. 64.101
+libavformat    57. 56.101
+libavdevice    57.  1.100
+libavfilter     6. 65.100
+libavresample   3.  1.  0
+libswscale      4.  2.100
+libswresample   2.  3.100
+libpostproc    54.  1.100</pre>
+
+  <div class="row">
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-3.2.19.tar.xz">Download xz tarball</a>
+      <small><a href="releases/ffmpeg-3.2.19.tar.xz.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-3.2.19.tar.bz2">Download bzip2 tarball</a>
+      <small><a href="releases/ffmpeg-3.2.19.tar.bz2.asc">PGP signature</a></small>
+    </div> <!-- col -->
+    <div class="col-md-3">
+      <a class="btn btn-success" href="releases/ffmpeg-3.2.19.tar.gz">Download gzip tarball</a>
+      <small><a href="releases/ffmpeg-3.2.19.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/n3.2.19">Changelog</a></small>
+      <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/3.2:/RELEASE_NOTES">Release Notes</a>
+    </div> <!-- col -->
+  </div> <!-- row -->
+
   <h3 id="release_3.1">FFmpeg 3.1.11 "Laplace"</h3>
 
   <p>
-- 
2.25.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [FFmpeg-devel] [PATCH] web: Move 3.2 branch to olddownloads
  2022-10-28 18:45 [FFmpeg-devel] [PATCH] web: Move 3.2 branch to olddownloads Michael Niedermayer
@ 2022-10-30 17:37 ` Michael Niedermayer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Niedermayer @ 2022-10-30 17:37 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 501 bytes --]

On Fri, Oct 28, 2022 at 08:45:36PM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>  src/download    | 38 --------------------------------------
>  src/olddownload | 38 ++++++++++++++++++++++++++++++++++++++
>  2 files changed, 38 insertions(+), 38 deletions(-)

will apply

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Never trust a computer, one day, it may think you are the virus. -- Compn

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-30 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28 18:45 [FFmpeg-devel] [PATCH] web: Move 3.2 branch to olddownloads Michael Niedermayer
2022-10-30 17:37 ` Michael Niedermayer

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git