aboutsummaryrefslogblamecommitdiff
path: root/multimedia/vvdec/Makefile
blob: 309cf2ee95e414f1fd3a3bf79106fb94af4283a1 (plain) (tree)
1
2
3
4
5
6
7
8

                         
                     



                                                    
                                                      



                                     
                                                                   
 
                                                         




                             

                                      

                                               
                                                                                                                                                   
 

                              
                      


                                                     
                      
PORTNAME=	vvdec
DISTVERSIONPREFIX=	v
DISTVERSION=	2.1.1
CATEGORIES=	multimedia python

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Versatile Video Coding (VVC) decoder
WWW=		https://github.com/fraunhoferhhi/vvdec

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

ONLY_FOR_ARCHS=		amd64 powerpc powerpc64 powerpc64le riscv64

USES=		cmake:noninja,testing compiler:c++14-lang
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	fraunhoferhhi

CMAKE_ON=	BUILD_SHARED_LIBS \
		VVDEC_INSTALL_VVDECAPP
CMAKE_OFF=	FREEBSD_VVDEC_ENABLE_X86_SIMD \
		VVDEC_ENABLE_WARNINGS_AS_WERROR
CMAKE_TESTING_TARGET=	test enable-bitstream-download=1 # tests fail to download bitstreams, see https://github.com/fraunhoferhhi/vvdec/issues/125

.include <bsd.port.options.mk>

.if ${ARCH} == riscv64
CMAKE_ARGS+=	-DVVDEC_ENABLE_LINK_TIME_OPT:BOOL=OFF
.endif

.include <bsd.port.mk>