From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] faad2: Update to 2.8.8 Date: Sat, 04 Apr 2020 21:35:43 +0200 Message-ID: <20200404193543.2565-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7302207770540833056==" List-Id: --===============7302207770540833056== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details (until v2.7, changes until v2.8.8 are in the changelog) see: https://www.audiocoding.com/archive.html Signed-off-by: Matthias Fischer --- config/rootfiles/packages/faad2 | 15 ++++++++------- lfs/faad2 | 13 ++++++++----- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/config/rootfiles/packages/faad2 b/config/rootfiles/packages/faad2 index b59e6b2e9..24e9ae30d 100644 --- a/config/rootfiles/packages/faad2 +++ b/config/rootfiles/packages/faad2 @@ -1,13 +1,14 @@ usr/bin/faad #usr/include/faad.h -#usr/include/mp4ff.h -#usr/include/mp4ffint.h #usr/include/neaacdec.h -usr/lib/libfaad.a -usr/lib/libfaad.la +#usr/lib/libfaad.a +#usr/lib/libfaad.la usr/lib/libfaad.so usr/lib/libfaad.so.2 usr/lib/libfaad.so.2.0.0 -usr/lib/libmp4ff.a -#usr/share/man/manm -#usr/share/man/manm/faad.man \ No newline at end of file +#usr/lib/libfaad_drm.a +#usr/lib/libfaad_drm.la +usr/lib/libfaad_drm.so +usr/lib/libfaad_drm.so.2 +usr/lib/libfaad_drm.so.2.0.0 +#usr/share/man/man1/faad.1 diff --git a/lfs/faad2 b/lfs/faad2 index 79f913164..5ec1541c1 100644 --- a/lfs/faad2 +++ b/lfs/faad2 @@ -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,7 +24,7 @@ =20 include Config =20 -VER =3D 2.7 +VER =3D 2.8.8 =20 THISAPP =3D faad2-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D faad2 -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 ee1b4d67ea2d76ee52c5621bc6dbf61e +$(DL_FILE)_MD5 =3D 28f6116efdbe9378269f8a6221767d1f =20 install : $(TARGET) =20 @@ -78,9 +78,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) + cd $(DIR_APP) && ./configure \ --prefix=3D/usr \ - --enable-shared + --enable-shared \ + --with-mpeg4ip + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) --=20 2.18.0 --===============7302207770540833056==--