svn commit: r563121 - head/graphics/libheif

Yuri Victorovich yuri at FreeBSD.org
Thu Jan 28 09:53:21 UTC 2021


Author: yuri
Date: Thu Jan 28 09:53:20 2021
New Revision: 563121
URL: https://svnweb.freebsd.org/changeset/ports/563121

Log:
  graphics/libheif: Add dependency on librav1e
  
  Thanks to VDD for the hint.
  
  PR:		249291

Modified:
  head/graphics/libheif/Makefile

Modified: head/graphics/libheif/Makefile
==============================================================================
--- head/graphics/libheif/Makefile	Thu Jan 28 09:13:09 2021	(r563120)
+++ head/graphics/libheif/Makefile	Thu Jan 28 09:53:20 2021	(r563121)
@@ -1,9 +1,10 @@
 # $FreeBSD$
 
-PORTNAME=		libheif
+PORTNAME=	libheif
 DISTVERSIONPREFIX=	v
-DISTVERSION=		1.10.0
-CATEGORIES=		graphics
+DISTVERSION=	1.10.0
+PORTREVISION=	1
+CATEGORIES=	graphics
 
 MAINTAINER=		freebsd at sebastiansteinmetz.ch
 COMMENT=		Libheif is an ISO/IEC 23008-12:2017 HEIF file format de- and encoder
@@ -11,8 +12,8 @@ COMMENT=		Libheif is an ISO/IEC 23008-12:2017 HEIF fil
 LICENSE=		LGPL3+
 LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libdav1d.so:multimedia/dav1d
-# Fails to find rav1e: https://github.com/strukturag/libheif/issues/429
+LIB_DEPENDS=	libdav1d.so:multimedia/dav1d \
+		librav1e.so:multimedia/librav1e
 
 USES=			cmake compiler:c++11-lang gettext-runtime gnome localbase:ldflags pkgconfig
 USE_GNOME=		gdkpixbuf2 glib20


More information about the svn-ports-all mailing list