diff mbox series

[FFmpeg-devel,1/2] web/download: remove Zeranoe links

Message ID 20200916092353.755-1-ffmpeg@gyani.pro
State Accepted
Headers show
Series [FFmpeg-devel,1/2] web/download: remove Zeranoe links | expand

Checks

Context Check Description
andriy/default pending
andriy/configure warning Failed to apply patch

Commit Message

Gyan Doshi Sept. 16, 2020, 9:23 a.m. UTC
ffmpeg.zeranoe.com will close on Sep 18, 2020

Last published builds are from Aug 31 2020.
---
 src/download | 6 ------
 1 file changed, 6 deletions(-)

Comments

Steven Liu Sept. 16, 2020, 10:06 a.m. UTC | #1
Gyan Doshi <ffmpeg@gyani.pro> 于2020年9月16日周三 下午5:24写道:
>
> ffmpeg.zeranoe.com will close on Sep 18, 2020
>
> Last published builds are from Aug 31 2020.
> ---
>  src/download | 6 ------
>  1 file changed, 6 deletions(-)
>
> diff --git a/src/download b/src/download
> index 02e2fe7..34fa093 100644
> --- a/src/download
> +++ b/src/download
> @@ -79,9 +79,6 @@
>              <h3>Windows EXE Files</h3>
>
>              <div class="list-group">
> -              <a class="list-group-item" href="https://ffmpeg.zeranoe.com/builds/">
> -                Windows builds by Zeranoe
> -              </a>
>              </div> <!-- list-group -->
>
>            </div> <!-- build -->
> @@ -93,9 +90,6 @@
>                <a class="list-group-item" href="https://evermeet.cx/ffmpeg/">
>                  Static builds for <strong>macOS 64-bit</strong>
>                </a>
> -              <a class="list-group-item" href="https://ffmpeg.zeranoe.com/builds/">
> -                <strong>Static and shared</strong> builds for macOS 64-bit
> -              </a>
>              </div> <!-- list-group -->
>
>            </div> <!-- build -->
> --
> 2.27.0
>
> _______________________________________________
> 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".

lgtm

Thanks
Steven
Tom Needham Sept. 16, 2020, 1 p.m. UTC | #2
Is there a known alternative for windows which provides the same features
of Zeranoe? If not I would be interested in setting something up but I'm
having trouble building all the external libs for windows. If anyone has
any tips or guidance please let me know.

Thanks
Tom

On Wed, 16 Sep 2020 at 11:56, Steven Liu <lingjiujianke@gmail.com> wrote:

> Gyan Doshi <ffmpeg@gyani.pro> 于2020年9月16日周三 下午5:24写道:
> >
> > ffmpeg.zeranoe.com will close on Sep 18, 2020
> >
> > Last published builds are from Aug 31 2020.
> > ---
> >  src/download | 6 ------
> >  1 file changed, 6 deletions(-)
> >
> > diff --git a/src/download b/src/download
> > index 02e2fe7..34fa093 100644
> > --- a/src/download
> > +++ b/src/download
> > @@ -79,9 +79,6 @@
> >              <h3>Windows EXE Files</h3>
> >
> >              <div class="list-group">
> > -              <a class="list-group-item" href="
> https://ffmpeg.zeranoe.com/builds/">
> > -                Windows builds by Zeranoe
> > -              </a>
> >              </div> <!-- list-group -->
> >
> >            </div> <!-- build -->
> > @@ -93,9 +90,6 @@
> >                <a class="list-group-item" href="
> https://evermeet.cx/ffmpeg/">
> >                  Static builds for <strong>macOS 64-bit</strong>
> >                </a>
> > -              <a class="list-group-item" href="
> https://ffmpeg.zeranoe.com/builds/">
> > -                <strong>Static and shared</strong> builds for macOS
> 64-bit
> > -              </a>
> >              </div> <!-- list-group -->
> >
> >            </div> <!-- build -->
> > --
> > 2.27.0
> >
> > _______________________________________________
> > 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".
>
> lgtm
>
> Thanks
> Steven
> _______________________________________________
> 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".
James Almer Sept. 16, 2020, 1:27 p.m. UTC | #3
On 9/16/2020 10:00 AM, Tom Needham wrote:
> Is there a known alternative for windows which provides the same features
> of Zeranoe? If not I would be interested in setting something up but I'm
> having trouble building all the external libs for windows. If anyone has
> any tips or guidance please let me know.
> 
> Thanks
> Tom

Timo Rothenpieler set up https://github.com/BtbN/FFmpeg-Builds/releases
as a replacement. The link will be added to ffmpeg.org soon.
Tom Needham Sept. 16, 2020, 9:03 p.m. UTC | #4
Great. I'll use that in the future.

Thanks Tom

On Wed, 16 Sep 2020, 14:27 James Almer, <jamrial@gmail.com> wrote:

> On 9/16/2020 10:00 AM, Tom Needham wrote:
> > Is there a known alternative for windows which provides the same features
> > of Zeranoe? If not I would be interested in setting something up but I'm
> > having trouble building all the external libs for windows. If anyone has
> > any tips or guidance please let me know.
> >
> > Thanks
> > Tom
>
> Timo Rothenpieler set up https://github.com/BtbN/FFmpeg-Builds/releases
> as a replacement. The link will be added to ffmpeg.org soon.
> _______________________________________________
> 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".
Lou Logan Sept. 16, 2020, 9:14 p.m. UTC | #5
On Wed Sep 16 12:23:52 EEST 2020 Gyan wrote:

> ffmpeg.zeranoe.com will close on Sep 18, 2020
> 
> Last published builds are from Aug 31 2020.
> ---
>  src/download | 6 ------
>  1 file changed, 6 deletions(-)

Patchset pushed. Thanks.
diff mbox series

Patch

diff --git a/src/download b/src/download
index 02e2fe7..34fa093 100644
--- a/src/download
+++ b/src/download
@@ -79,9 +79,6 @@ 
             <h3>Windows EXE Files</h3>
 
             <div class="list-group">
-              <a class="list-group-item" href="https://ffmpeg.zeranoe.com/builds/">
-                Windows builds by Zeranoe
-              </a>
             </div> <!-- list-group -->
 
           </div> <!-- build -->
@@ -93,9 +90,6 @@ 
               <a class="list-group-item" href="https://evermeet.cx/ffmpeg/">
                 Static builds for <strong>macOS 64-bit</strong>
               </a>
-              <a class="list-group-item" href="https://ffmpeg.zeranoe.com/builds/">
-                <strong>Static and shared</strong> builds for macOS 64-bit
-              </a>
             </div> <!-- list-group -->
 
           </div> <!-- build -->