Here is an update to faad 2.11.2.

https://raw.githubusercontent.com/knik0/faad2/refs/heads/master/ChangeLog


Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/faad/Makefile,v
retrieving revision 1.63
diff -u -p -u -p -r1.63 Makefile
--- Makefile    9 Dec 2022 10:41:19 -0000       1.63
+++ Makefile    10 Apr 2025 03:32:23 -0000
@@ -3,7 +3,7 @@ NOT_FOR_ARCHS=  ${GCC3_ARCHS}
 
 COMMENT=       MPEG-2 and MPEG-4 AAC decoder
 
-V=             2.10.1
+V=             2.11.2
 GH_ACCOUNT=    knik0
 GH_PROJECT=    faad2
 GH_TAGNAME=    ${V}
@@ -18,14 +18,6 @@ PERMIT_PACKAGE=      Yes
 
 WANTLIB=       c m
 
-# bootstrap checks for libtoolize
-BUILD_DEPENDS+=        ${MODGNU_AUTOCONF_DEPENDS} \
-               ${MODGNU_AUTOMAKE_DEPENDS} \
-               devel/libtool
-
-AUTOCONF_VERSION= 2.71
-AUTOMAKE_VERSION= 1.16
-AUTORECONF=    ./bootstrap
-CONFIGURE_STYLE= autoreconf
+MODULES=       devel/cmake
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/faad/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo    9 Dec 2022 10:41:19 -0000       1.8
+++ distinfo    10 Apr 2025 03:32:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (faad2-2.10.1.tar.gz) = TBbHEpXKDL98Pf6Y6xHY+o0KwwQuQWBM/WzBGkCM8mQ=
-SIZE (faad2-2.10.1.tar.gz) = 803488
+SHA256 (faad2-2.11.2.tar.gz) = P8vTBeSr00doxiBQ4YygmG99nF7KND+5gnVBgBMGXA4=
+SIZE (faad2-2.11.2.tar.gz) = 657260
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/audio/faad/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 PLIST
--- pkg/PLIST   9 Dec 2022 10:41:19 -0000       1.11
+++ pkg/PLIST   10 Apr 2025 03:32:23 -0000
@@ -6,11 +6,7 @@
 @bin bin/faad
 include/faad.h
 include/neaacdec.h
-@static-lib lib/libfaad.a
-lib/libfaad.la
 @lib lib/libfaad.so.${LIBfaad_VERSION}
-@static-lib lib/libfaad_drm.a
-lib/libfaad_drm.la
 @lib lib/libfaad_drm.so.${LIBfaad_drm_VERSION}
 lib/pkgconfig/faad2.pc
 @man man/man1/faad.1

Reply via email to