pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/faad2



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May  8 13:03:20 UTC 2020

Modified Files:
        pkgsrc/audio/faad2: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/audio/faad2/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/faad2/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/faad2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/faad2/Makefile
diff -u pkgsrc/audio/faad2/Makefile:1.56 pkgsrc/audio/faad2/Makefile:1.57
--- pkgsrc/audio/faad2/Makefile:1.56    Fri Nov  8 11:10:01 2019
+++ pkgsrc/audio/faad2/Makefile Fri May  8 13:03:20 2020
@@ -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}

Index: pkgsrc/audio/faad2/PLIST
diff -u pkgsrc/audio/faad2/PLIST:1.16 pkgsrc/audio/faad2/PLIST:1.17
--- pkgsrc/audio/faad2/PLIST:1.16       Sat Sep 14 13:34:06 2019
+++ pkgsrc/audio/faad2/PLIST    Fri May  8 13:03:20 2020
@@ -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

Index: pkgsrc/audio/faad2/distinfo
diff -u pkgsrc/audio/faad2/distinfo:1.29 pkgsrc/audio/faad2/distinfo:1.30
--- pkgsrc/audio/faad2/distinfo:1.29    Fri Nov  8 11:10:01 2019
+++ pkgsrc/audio/faad2/distinfo Fri May  8 13:03:20 2020
@@ -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