Dmitrij D. Czarkoff said: > Below is an update to fdk-aac (0.1.3 => 0.1.4). The changes, as noted > in upstream changelog, are: > > - Updated upstream sources, with minor changes to the decoder API > breaking the ABI. (Calling code using AUDIO_CHANNEL_TYPE may need to > be updated. A new option AAC_PCM_LIMITER_ENABLE has been added, enabled > by default, which incurs extra decoding delay.) > - PowerPC optimizations, fixes for building on AIX > - Support for reading streamed wav files in the encoder example > - Fix VBR encoding of sample rates over 64 kHz > > Comments? OKs?
And now with patch! -- Dmitrij D. Czarkoff Index: Makefile =================================================================== RCS file: /var/cvs/ports/audio/fdk-aac/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 5 Apr 2015 15:10:47 -0000 1.3 +++ Makefile 12 Apr 2015 04:54:34 -0000 @@ -1,17 +1,16 @@ # $OpenBSD: Makefile,v 1.3 2015/04/05 15:10:47 ajacoutot Exp $ COMMENT = modified Fraunhofer FDK AAC encoder and decoder -DISTNAME = fdk-aac-0.1.3 +DISTNAME = fdk-aac-0.1.4 CATEGORIES = audio HOMEPAGE = http://sourceforge.net/projects/opencore-amr/ MAINTAINER = Dmitrij D. Czarkoff <czark...@gmail.com> -REVISION = 0 # Custom PERMIT_PACKAGE_CDROM = Patents PERMIT_PACKAGE_FTP = Yes -SHARED_LIBS = fdk-aac 0.0 # 0.4 +SHARED_LIBS = fdk-aac 1.0 # 0.4 WANTLIB = c m MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=opencore-amr/fdk-aac/} Index: distinfo =================================================================== RCS file: /var/cvs/ports/audio/fdk-aac/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 3 Apr 2015 09:54:09 -0000 1.1.1.1 +++ distinfo 12 Apr 2015 04:37:53 -0000 @@ -1,2 +1,2 @@ -SHA256 (fdk-aac-0.1.3.tar.gz) = qcuHKALPt6Kv96VJwRTFR9HlGN1gwvhZQiKcwgwNDI0= -SIZE (fdk-aac-0.1.3.tar.gz) = 1982695 +SHA256 (fdk-aac-0.1.4.tar.gz) = WRD+eIZ3yhNTLj9Ht6+qAdcjNNRqLV4dHwgPEXP/Fas= +SIZE (fdk-aac-0.1.4.tar.gz) = 1986515