-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathPortfile
24 lines (18 loc) · 928 Bytes
/
Portfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup github 1.0
PortGroup compiler_blacklist_versions 1.0
github.setup ultravideo kvazaar 2.3.1 v
github.tarball_from releases
revision 0
categories multimedia devel
license BSD
maintainers {makr @mohd-akram} openmaintainer
description Open-source HEVC encoder
long_description An open-source HEVC encoder licensed under 3-clause BSD.
checksums rmd160 65fe6d5f27230fe51cfe0fb6e76761795c2a6699 \
sha256 2510b8ecc2bf384bbc7b8fc2756bbfa8a8c173b57634c8dfdd8bea6733e56c46 \
size 997637
# implicit declaration of function '_tzcnt_u32' is invalid in C99
# uses newer intrinsic functions
compiler.blacklist {clang < 700} {*gcc-[34].*}