pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/fdk-aac



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 24 08:15:28 UTC 2023

Modified Files:
        pkgsrc/audio/fdk-aac: Makefile PLIST distinfo

Log Message:
fdk-aac: updated to 2.0.2

2.0.2
- Minor upstream updates
- Lots of upstream and local fuzzing fixes
- Added CMake project files
- Removed the MSVC specific makefile

2.0.1
- Minor release with a number of crash/fuzz fixes, primarily for the decoder

2.0.0
- Major update in the upstream source base, with support for new
  profiles and features, and numerous crash/fuzz fixes. The new
  upstream version is referred to as FDKv2, thus skipping the
  major version 1 and syncing the fdk-aac major version number to 2.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/fdk-aac/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/fdk-aac/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/fdk-aac/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/fdk-aac/Makefile
diff -u pkgsrc/audio/fdk-aac/Makefile:1.6 pkgsrc/audio/fdk-aac/Makefile:1.7
--- pkgsrc/audio/fdk-aac/Makefile:1.6   Mon Jul 25 11:12:19 2022
+++ pkgsrc/audio/fdk-aac/Makefile       Wed May 24 08:15:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:19 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/05/24 08:15:28 adam Exp $
 
-DISTNAME=      fdk-aac-0.1.6
+DISTNAME=      fdk-aac-2.0.2
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opencore-amr/}
 

Index: pkgsrc/audio/fdk-aac/PLIST
diff -u pkgsrc/audio/fdk-aac/PLIST:1.1 pkgsrc/audio/fdk-aac/PLIST:1.2
--- pkgsrc/audio/fdk-aac/PLIST:1.1      Sun Nov 30 18:58:43 2014
+++ pkgsrc/audio/fdk-aac/PLIST  Wed May 24 08:15:28 2023
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2014/11/30 18:58:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/05/24 08:15:28 adam Exp $
 include/fdk-aac/FDK_audio.h
 include/fdk-aac/aacdecoder_lib.h
 include/fdk-aac/aacenc_lib.h
 include/fdk-aac/genericStds.h
 include/fdk-aac/machine_type.h
+include/fdk-aac/syslib_channelMapDescr.h
 lib/libfdk-aac.la
 lib/pkgconfig/fdk-aac.pc

Index: pkgsrc/audio/fdk-aac/distinfo
diff -u pkgsrc/audio/fdk-aac/distinfo:1.7 pkgsrc/audio/fdk-aac/distinfo:1.8
--- pkgsrc/audio/fdk-aac/distinfo:1.7   Tue Oct 26 09:58:54 2021
+++ pkgsrc/audio/fdk-aac/distinfo       Wed May 24 08:15:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 09:58:54 nia Exp $
+$NetBSD: distinfo,v 1.8 2023/05/24 08:15:28 adam Exp $
 
-BLAKE2s (fdk-aac-0.1.6.tar.gz) = 6ca698d0d23d712082486f0e1e1c99cab55f1aec95cc3fc078cef6ea70d34fc7
-SHA512 (fdk-aac-0.1.6.tar.gz) = d4d14debeb6e424f4e2a1458ed7bebaa2c45ce54170c6e679286fd965f52286b6a6c1e944edbb4ea2302c3bb789c0f3cdab9c0d89618014ba4250b2f04d71d12
-Size (fdk-aac-0.1.6.tar.gz) = 2091618 bytes
+BLAKE2s (fdk-aac-2.0.2.tar.gz) = b9d8334eb496a97c5f4b5a447eb5e2be1df372a0bb6f017ed59a12553efb9166
+SHA512 (fdk-aac-2.0.2.tar.gz) = 8e5a7992869a7e649bee6d41bf7c6e408cec7ba1931a6cd7a9ad8a01e6ac49bd299ddd147b18823e8ee379ce7c6373d7f5a94f0f859ed973a30c61eccd53fa7e
+Size (fdk-aac-2.0.2.tar.gz) = 2886434 bytes



Home | Main Index | Thread Index | Old Index