mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
d51c9acbfd
PR: 250376 Approved by: jbeich
24 lines
509 B
Makefile
24 lines
509 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libgav1
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.16.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Main profile (0) & High profile (1) compliant AV1 decoder
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LIB_DEPENDS= libabsl_synchronization.so:devel/abseil
|
|
|
|
USES= cmake compiler:c++17-lang localbase:ldflags
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
GH_ACCOUNT= jbeich # mirror
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
LDFLAGS+= -Wl,--as-needed # avoid overlinking (abseil deps)
|
|
|
|
.include <bsd.port.mk>
|