Needs gtest at build time. Is it worth disabling libyuv detection in case it's ever added to ports?
On 2022/11/24 16:48, Brad Smith wrote: > ping. > > On 10/25/2022 10:14 PM, Brad Smith wrote: > > Here is an update to libavif 0.11.1. > > > > > > https://raw.githubusercontent.com/AOMediaCodec/libavif/main/CHANGELOG.md > > > > > > Index: Makefile > > =================================================================== > > RCS file: /home/cvs/ports/graphics/libavif/Makefile,v > > retrieving revision 1.19 > > diff -u -p -u -p -r1.19 Makefile > > --- Makefile 11 May 2022 17:26:52 -0000 1.19 > > +++ Makefile 26 Oct 2022 01:30:24 -0000 > > @@ -2,10 +2,10 @@ COMMENT= library for encoding and decodi > > GH_ACCOUNT= AOMediaCodec > > GH_PROJECT= libavif > > -GH_TAGNAME= v0.10.1 > > +GH_TAGNAME= v0.11.1 > > CATEGORIES= graphics > > -SHARED_LIBS= avif 5.0 > > +SHARED_LIBS= avif 6.0 > > HOMEPAGE= https://github.com/AOMediaCodec/libavif > > Index: distinfo > > =================================================================== > > RCS file: /home/cvs/ports/graphics/libavif/distinfo,v > > retrieving revision 1.14 > > diff -u -p -u -p -r1.14 distinfo > > --- distinfo 11 May 2022 17:26:52 -0000 1.14 > > +++ distinfo 26 Oct 2022 01:29:28 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (libavif-0.10.1.tar.gz) = > > ZugoVM64Sj5UK8FAo0O8kOVsaPPstP/2PmNsE27ZoF4= > > -SIZE (libavif-0.10.1.tar.gz) = 2085698 > > +SHA256 (libavif-0.11.1.tar.gz) = > > DrSZZVYqDl5d5YOJZQ1DTP8yr4TDQYW2ybey/MrgbU4= > > +SIZE (libavif-0.11.1.tar.gz) = 5826813 > > >
