]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
faad2: Update to 2.8.8
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sun, 5 Apr 2020 12:17:18 +0000 (14:17 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 25 Apr 2020 09:03:59 +0000 (09:03 +0000)
For details see:
https://www.audiocoding.com/archive.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/packages/faad2
lfs/faad2

index b59e6b2e999b4a81061ecf6d64ccc29fb163c0ba..24e9ae30dcb7511d424a4308da8eecf540295700 100644 (file)
@@ -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
index 79f913164149c14af7b9f8738fbd28535b1df726..5ec1541c12690e799f90171a2d41caa4053d7c23 100644 (file)
--- a/lfs/faad2
+++ b/lfs/faad2
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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 @@
 
 include Config
 
-VER        = 2.7
+VER        = 2.8.8
 
 THISAPP    = faad2-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = faad2
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ee1b4d67ea2d76ee52c5621bc6dbf61e
+$(DL_FILE)_MD5 = 28f6116efdbe9378269f8a6221767d1f
 
 install : $(TARGET)
 
@@ -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=/usr \
-               --enable-shared
+               --enable-shared \
+               --with-mpeg4ip
+
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)