Import multimedia/vvdec version 0.1.2.0
[dports.git] / multimedia / vvdec / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       vvdec
4 DISTVERSIONPREFIX=      v
5 DISTVERSION=    0.1.2.0
6 CATEGORIES=     multimedia python
7
8 MAINTAINER=     yuri@FreeBSD.org
9 COMMENT=        Versatile Video Coding (VVC) decoder
10
11 LICENSE=        BSD3CLAUSE
12 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
13
14 ONLY_FOR_ARCHS=         amd64
15 ONLY_FOR_ARCHS_REASON=  Uses explicit SSE instructions without any way to turn them off, can be removed once this bug is fixed: https://github.com/fraunhoferhhi/vvdec/issues/9; also is for 64-bit systems
16
17 USES=           cmake compiler:c++14-lang
18 USE_LDCONFIG=   yes
19
20 USE_GITHUB=     yes
21 GH_ACCOUNT=     fraunhoferhhi
22
23 CMAKE_ON=       BUILD_SHARED_LIBS
24
25 .include <bsd.port.mk>