From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libmpeg2: Update to 0.4.1 Date: Sun, 05 Apr 2020 15:50:40 +0200 Message-ID: <20200405135040.8301-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5669696660595414134==" List-Id: --===============5669696660595414134== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: http://libmpeg2.sourceforge.net/ Signed-off-by: Matthias Fischer --- lfs/libmpeg2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/libmpeg2 b/lfs/libmpeg2 index 364cff1a8..86c1d2211 100644 --- a/lfs/libmpeg2 +++ b/lfs/libmpeg2 @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2020 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,15 +24,15 @@ =20 include Config =20 -VER =3D 0.4.0b +VER =3D 0.4.1 =20 THISAPP =3D mpeg2dec-$(VER) DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) -DIR_APP =3D $(DIR_SRC)/mpeg2dec-0.4.0 +DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D libmpeg2 -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 52d10ea80595ec83d8557ba7ac6dc8e6 +$(DL_FILE)_MD5 =3D 7631b0a4bcfdd0d78c0bb0083080b0dc =20 install : $(TARGET) =20 --=20 2.18.0 --===============5669696660595414134==--