diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-01-28 09:53:20 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-01-28 09:53:20 +0000 |
commit | f6822596d3267580e569d25b494a78ffcddd2bda (patch) | |
tree | c5982fc903e593bf751451cff7e38d61560d4cd8 /graphics/libheif | |
parent | 41a2b57d15185b873b9e6197d01b6ba3f513f5dd (diff) |
Notes
Diffstat (limited to 'graphics/libheif')
-rw-r--r-- | graphics/libheif/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/libheif/Makefile b/graphics/libheif/Makefile index 2034d7fdd892..e0c4ab91d68e 100644 --- a/graphics/libheif/Makefile +++ b/graphics/libheif/Makefile @@ -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 file format de- and encoder 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 |