Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2020 16:37:04 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547467 - head/graphics/libavif
Message-ID:  <202009031637.083Gb43w039117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Sep  3 16:37:04 2020
New Revision: 547467
URL: https://svnweb.freebsd.org/changeset/ports/547467

Log:
  graphics/libavif: replace USES=localbase with upstream fix

Modified:
  head/graphics/libavif/Makefile   (contents, props changed)
  head/graphics/libavif/distinfo   (contents, props changed)

Modified: head/graphics/libavif/Makefile
==============================================================================
--- head/graphics/libavif/Makefile	Thu Sep  3 16:35:18 2020	(r547466)
+++ head/graphics/libavif/Makefile	Thu Sep  3 16:37:04 2020	(r547467)
@@ -8,6 +8,7 @@ CATEGORIES=	graphics
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	274766b5e5a4.patch:-p1 # https://github.com/AOMediaCodec/libavif/pull/270
+PATCHFILES+=	2340cdb5f0c2.patch:-p1 # https://github.com/AOMediaCodec/libavif/pull/296
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Library for encoding and decoding .avif files
@@ -17,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		cmake compiler:c11 jpeg localbase:ldflags pkgconfig
+USES=		cmake compiler:c11 jpeg pkgconfig
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	AOMediaCodec

Modified: head/graphics/libavif/distinfo
==============================================================================
--- head/graphics/libavif/distinfo	Thu Sep  3 16:35:18 2020	(r547466)
+++ head/graphics/libavif/distinfo	Thu Sep  3 16:37:04 2020	(r547467)
@@ -3,3 +3,5 @@ SHA256 (AOMediaCodec-libavif-v0.8.1_GH0.tar.gz) = 27d3
 SIZE (AOMediaCodec-libavif-v0.8.1_GH0.tar.gz) = 2915941
 SHA256 (274766b5e5a4.patch) = d446c8ed9be1366a4a9d02875e49d2878ceae108040dc30f0b3d7aabfaace6a9
 SIZE (274766b5e5a4.patch) = 1053
+SHA256 (2340cdb5f0c2.patch) = d6886eb5f74ba65b84b22859d4c5b9b16e8c0d8692959fd04d0624b2487c6763
+SIZE (2340cdb5f0c2.patch) = 1712



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009031637.083Gb43w039117>