Here is an update to aom 3.1.2.

2021-07-20 v3.1.2
  This release includes several bug fixes.

  - Bug fixes:
    exports.cmake: use APPLE and WIN32 and use def for mingw-w64
    https://aomedia-review.googlesource.com/c/aom/+/139882

    Issue 2993: Incorrect spatial_id when decoding base layer of
    multi-layer stream

    Issue 3080: Chroma Resampling by Encoder on Y4M Inputs Files Tagged
    as C420mpeg2

    Issue 3081: Use of uninitialized value $version_extra in
    concatenation (.) or string at aom/build/cmake/version.pl line 88.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/aom/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- Makefile    23 Apr 2021 21:12:07 -0000      1.9
+++ Makefile    23 Jul 2021 08:04:30 -0000
@@ -4,7 +4,7 @@ COMMENT=        Alliance for Open Media AV1 vid
 
 GH_ACCOUNT=    jbeich
 GH_PROJECT=    aom
-GH_TAGNAME=    v3.0.0
+GH_TAGNAME=    v3.1.2
 CATEGORIES=    multimedia
 
 SHARED_LIBS=   aom     3.0
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/aom/distinfo,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 distinfo
--- distinfo    23 Apr 2021 21:12:07 -0000      1.9
+++ distinfo    23 Jul 2021 08:04:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (aom-3.0.0.tar.gz) = pvUIfO/4iIqwbJLLsgBoG+gILgAf4l4ZaRKHcFXfdzc=
-SIZE (aom-3.0.0.tar.gz) = 4588304
+SHA256 (aom-3.1.2.tar.gz) = qh5mELer83ZZ3caC/qxPUM+gFTmnvZ7TKdZwsH48VdQ=
+SIZE (aom-3.1.2.tar.gz) = 4613689

Reply via email to