Skip to content

Commit

Permalink
faad2: Update to 2.9.2
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
alarixnia committed May 8, 2020
1 parent 89278e6 commit d2f9dcb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions audio/faad2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.56 2019/11/08 11:10:01 nia Exp $
# $NetBSD: Makefile,v 1.57 2020/05/08 13:03:20 nia Exp $

DISTNAME= faad2-2.9.1
DISTNAME= faad2-2.9.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=knik0/}
GITHUB_TAG= ${PKGVERSION_NOREV:S/./_/g}
Expand Down
3 changes: 2 additions & 1 deletion audio/faad2/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@comment $NetBSD: PLIST,v 1.16 2019/09/14 13:34:06 nia Exp $
@comment $NetBSD: PLIST,v 1.17 2020/05/08 13:03:20 nia Exp $
bin/faad
include/faad2/faad.h
include/faad2/neaacdec.h
lib/libfaad.la
lib/libfaad_drm.la
lib/pkgconfig/faad2.pc
man/man1/faad.1
10 changes: 5 additions & 5 deletions audio/faad2/distinfo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.29 2019/11/08 11:10:01 nia Exp $
$NetBSD: distinfo,v 1.30 2020/05/08 13:03:20 nia Exp $

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

0 comments on commit d2f9dcb

Please sign in to comment.