Message ID | 20200916111534.1236-1-timo@rothenpieler.org |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel] web: link GH Actions based Windows-Builds by BtbN | expand |
Context | Check | Description |
---|---|---|
andriy/default | pending | |
andriy/configure | warning | Failed to apply patch |
On Wed, Sep 16, 2020 at 2:16 PM Timo Rothenpieler <timo@rothenpieler.org> wrote: > > --- > src/download | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/download b/src/download > index 706d402..0f090b8 100644 > --- a/src/download > +++ b/src/download > @@ -79,6 +79,9 @@ > <h3>Windows EXE Files</h3> > > <div class="list-group"> > + <a class="list-group-item" href="https://github.com/BtbN/FFmpeg-Builds/releases"> > + Windows builds by BtbN > + </a> > </div> <!-- list-group --> > > </div> <!-- build --> > -- > 2.25.1 > I'd say this is quite acceptable: - Community member. - Is on IRC so can be easily contacted. - Whole setup is open source on github. Thus anyone wanting to duplicate should be capable of doing it relatively easily. Jan
On Wed, Sep 16, 2020 at 01:15:34PM +0200, Timo Rothenpieler wrote: > --- > src/download | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/download b/src/download > index 706d402..0f090b8 100644 > --- a/src/download > +++ b/src/download > @@ -79,6 +79,9 @@ > <h3>Windows EXE Files</h3> > > <div class="list-group"> > + <a class="list-group-item" href="https://github.com/BtbN/FFmpeg-Builds/releases"> > + Windows builds by BtbN > + </a> nice i was wondering (before seeing this) if the binaries built by fate clients could serve as builds. Making the fate client binaries downloadable seemed like an interresting solution too thx [...]
Wed Sep 16 14:15:34 EEST 2020, Timo Rothenpieler wrote: > --- > src/download | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/download b/src/download > index 706d402..0f090b8 100644 > --- a/src/download > +++ b/src/download > @@ -79,6 +79,9 @@ > <h3>Windows EXE Files</h3> > > <div class="list-group"> > + <a class="list-group-item" href="https://github.com/BtbN/FFmpeg-Builds/releases"> > + Windows builds by BtbN > + </a> > </div> <!-- list-group --> > > </div> <!-- build --> Pushed, thanks.
diff --git a/src/download b/src/download index 706d402..0f090b8 100644 --- a/src/download +++ b/src/download @@ -79,6 +79,9 @@ <h3>Windows EXE Files</h3> <div class="list-group"> + <a class="list-group-item" href="https://github.com/BtbN/FFmpeg-Builds/releases"> + Windows builds by BtbN + </a> </div> <!-- list-group --> </div> <!-- build -->