diff mbox series

[meta-multimedia] opencore-amr: upgrade 0.1.3 -> 0.1.6

Message ID 20231112161657.553436-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-multimedia] opencore-amr: upgrade 0.1.3 -> 0.1.6 | expand

Commit Message

Alper Ak Nov. 12, 2023, 4:16 p.m. UTC
Changelog:

0.1.6
 - Fixed an infinite loop when decoding some AMR-NB samples
 - Fixed noise spikes when decoding non-voice frames for both AMR-NB and AMR-WB

0.1.5
 - Fix an autotools issue with cross compiling from the 0.1.4 release

0.1.4
 - Autotools cleanups
 - Fixes for SID/DTX in the AMR-WB decoder, fixes for handling of bad
   frames in both AMR-WB and AMR-NB

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../{opencore-amr_0.1.3.bb => opencore-amr_0.1.6.bb}        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-multimedia/recipes-multimedia/opencore-amr/{opencore-amr_0.1.3.bb => opencore-amr_0.1.6.bb} (59%)

Comments

Khem Raj Nov. 13, 2023, 6:34 p.m. UTC | #1
On Sun, 12 Nov 2023 19:16:57 +0300, alperak wrote:
> Changelog:
> 
> 0.1.6
>  - Fixed an infinite loop when decoding some AMR-NB samples
>  - Fixed noise spikes when decoding non-voice frames for both AMR-NB and AMR-WB
> 
> 0.1.5
>  - Fix an autotools issue with cross compiling from the 0.1.4 release
> 
> [...]

Applied, thanks!

[1/1] opencore-amr: upgrade 0.1.3 -> 0.1.6
      commit: 55274f650e304074783d171a406454748b2d456e

Best regards,
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.3.bb b/meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.6.bb
similarity index 59%
rename from meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.3.bb
rename to meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.6.bb
index ab5813ebe..be7977308 100644
--- a/meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.3.bb
+++ b/meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.6.bb
@@ -4,10 +4,10 @@  SECTION = "libs"
 
 LICENSE = "Apache-2.0"
 LICENSE_FLAGS = "commercial"
-LIC_FILES_CHKSUM = "file://COPYING;md5=dd2c2486aca02190153cf399e508c7e7"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=dd2c2486aca02190153cf399e508c7e7"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/opencore-amr/${BP}.tar.gz"
-SRC_URI[md5sum] = "09d2c5dfb43a9f6e9fec8b1ae678e725"
-SRC_URI[sha256sum] = "106bf811c1f36444d7671d8fd2589f8b2e0cca58a2c764da62ffc4a070595385"
+SRC_URI[md5sum] = "03de025060a4f16c4c44218f65e13e95"
+SRC_URI[sha256sum] = "483eb4061088e2b34b358e47540b5d495a96cd468e361050fae615b1809dc4a1"
 
 inherit autotools