mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
de463d4972
Changes: https://chromium.googlesource.com/codecs/libgav1/+log/v0.16.3..v0.17.0 Reported by: portscout
24 lines
631 B
Makefile
24 lines
631 B
Makefile
PORTNAME= libgav1
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.17.0
|
|
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:testing compiler:c++17-lang localbase:ldflags
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
GH_ACCOUNT= jbeich # mirror
|
|
GH_TUPLE= google:googletest:release-1.11.0:gtest/third_party/googletest
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
CMAKE_OFF+= ${CMAKE_TESTING_ON}
|
|
CMAKE_TESTING_ON= LIBGAV1_ENABLE_TESTS
|
|
LDFLAGS+= -Wl,--as-needed # avoid overlinking (abseil deps)
|
|
|
|
.include <bsd.port.mk>
|