Skip to content

Commit d2f9dcb

Browse files
committed
faad2: Update to 2.9.2
2.9.2: [ Michał Janiszewski ] * Only use x86-assembly when explicitly on x86 * Use unsigned integers correctly * Initialize pointers that might otherwise not be [ Fabian Greffrath ] * update README esp. WRT directory structure [ Rosen Penev ] * fix compilation without SBR/PS_DEC (#48) * fix compilation with LC_ONLY_DECODER (#47) [ Fabian Greffrath ] * fix "inline function 'cfftf1' declared but never defined" compiler warning * fix some inconsistencies in the frontend output * mp4read_open: add check for failed frame buffer allocation * stszin: add check for allocation error and integer overflow * add a pkg-config file [ Stefan Pöschel ] * frontend: address compile warning + add missing LF (#50) [ François Cartegnie ] * library name is faad (#52) * Unbreak PS audio (#51)
1 parent 89278e6 commit d2f9dcb

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

audio/faad2/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.56 2019/11/08 11:10:01 nia Exp $
1+
# $NetBSD: Makefile,v 1.57 2020/05/08 13:03:20 nia Exp $
22

3-
DISTNAME= faad2-2.9.1
3+
DISTNAME= faad2-2.9.2
44
CATEGORIES= audio
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=knik0/}
66
GITHUB_TAG= ${PKGVERSION_NOREV:S/./_/g}

audio/faad2/PLIST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
@comment $NetBSD: PLIST,v 1.16 2019/09/14 13:34:06 nia Exp $
1+
@comment $NetBSD: PLIST,v 1.17 2020/05/08 13:03:20 nia Exp $
22
bin/faad
33
include/faad2/faad.h
44
include/faad2/neaacdec.h
55
lib/libfaad.la
66
lib/libfaad_drm.la
7+
lib/pkgconfig/faad2.pc
78
man/man1/faad.1

audio/faad2/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
$NetBSD: distinfo,v 1.29 2019/11/08 11:10:01 nia Exp $
1+
$NetBSD: distinfo,v 1.30 2020/05/08 13:03:20 nia Exp $
22

3-
SHA1 (faad2-2.9.1.tar.gz) = 34923cd9868e1ee95a88eca3d4cad9a0cc133266
4-
RMD160 (faad2-2.9.1.tar.gz) = 77c2fcbfb99537485ed4bf3e1846547f0b15d9fd
5-
SHA512 (faad2-2.9.1.tar.gz) = 1015f5b49baebf6c9404cfcd7b9d524cc76a57abcd1a46bb851463ae5226bfd8b80155b661708f66548466422855cd7aeec5676463cd1346c5fb1dc0821621ce
6-
Size (faad2-2.9.1.tar.gz) = 802569 bytes
3+
SHA1 (faad2-2.9.2.tar.gz) = b439cacfd3ead6bc2990e14cf472f199b6daa84d
4+
RMD160 (faad2-2.9.2.tar.gz) = e0b271e568cdcf26f19d9bdaa68da93b3d57a0bb
5+
SHA512 (faad2-2.9.2.tar.gz) = 996c279a56c6abde13da964b91d4ff87ac4c611e889f1dd59882fa3898093dec68ab0714cf106db10a5e24952e2d6dddc049ec9bf4f07ff68378a705d5debee2
6+
Size (faad2-2.9.2.tar.gz) = 803100 bytes
77
SHA1 (patch-configure.ac) = ed9d4e9d611d27d4add86884996a8e7fc001bc90
88
SHA1 (patch-frontend_Makefile.am) = 32c8bede5773b2cb97777951b1a18366b4e10e3d
99
SHA1 (patch-frontend_getopt.c) = 3eaf3e8318887eca49e354696cad1bd2c5bf5504

0 commit comments

Comments
 (0)