Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/faad2 faad2: Update to 2.9.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/434e3dfb8ac2
branches: trunk
changeset: 431040:434e3dfb8ac2
user: nia <nia%pkgsrc.org@localhost>
date: Fri May 08 13:03:20 2020 +0000
description:
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)
diffstat:
audio/faad2/Makefile | 4 ++--
audio/faad2/PLIST | 3 ++-
audio/faad2/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (43 lines):
diff -r d33c9244c565 -r 434e3dfb8ac2 audio/faad2/Makefile
--- a/audio/faad2/Makefile Fri May 08 12:37:55 2020 +0000
+++ b/audio/faad2/Makefile Fri May 08 13:03:20 2020 +0000
@@ -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}
diff -r d33c9244c565 -r 434e3dfb8ac2 audio/faad2/PLIST
--- a/audio/faad2/PLIST Fri May 08 12:37:55 2020 +0000
+++ b/audio/faad2/PLIST Fri May 08 13:03:20 2020 +0000
@@ -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
diff -r d33c9244c565 -r 434e3dfb8ac2 audio/faad2/distinfo
--- a/audio/faad2/distinfo Fri May 08 12:37:55 2020 +0000
+++ b/audio/faad2/distinfo Fri May 08 13:03:20 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index