Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 2021 09:53:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563121 - head/graphics/libheif
Message-ID:  <202101280953.10S9rLa5041462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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