From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] ffmpeg: Update to 4.2.3 Date: Tue, 26 May 2020 11:10:56 +0100 Message-ID: <835D2B2F-91F0-420D-875F-19EB5B3E8032@ipfire.org> In-Reply-To: <20200525112357.4334-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6485146222412748578==" List-Id: --===============6485146222412748578== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 25 May 2020, at 12:23, Matthias Fischer = wrote: >=20 > For details see: > http://ffmpeg.org/download.html#release_4.2 >=20 > Signed-off-by: Matthias Fischer > --- > lfs/ffmpeg | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/ffmpeg b/lfs/ffmpeg > index ed013bc22..0795afff8 100644 > --- a/lfs/ffmpeg > +++ b/lfs/ffmpeg > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 4.2.2 > +VER =3D 4.2.3 >=20 > THISAPP =3D ffmpeg-$(VER) > DL_FILE =3D $(THISAPP).tar.bz2 > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D ffmpeg > -PAK_VER =3D 9 > +PAK_VER =3D 10 >=20 > DEPS =3D sdl lame libvorbis xvid >=20 > @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 829d56f158832dbf669b5b417af48060 > +$(DL_FILE)_MD5 =3D 695fad11f3baf27784e24cb0e977b65a >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============6485146222412748578==--