diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-25 06:14:53 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-25 06:36:57 +0000 |
commit | ac6d0ae53dc29351a80b56807179c94948e3f984 (patch) | |
tree | 86ad6b5a2940aaa852410c917eb86366db966906 | |
parent | 125823e2f97022935fcc4372c2ce01b151590e9b (diff) |
multimedia/vvdec: Update 1.6.0 → 1.6.1
Reported by: portscout
-rw-r--r-- | multimedia/vvdec/Makefile | 5 | ||||
-rw-r--r-- | multimedia/vvdec/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/vvdec/Makefile b/multimedia/vvdec/Makefile index 727df2118573..198c18c801c3 100644 --- a/multimedia/vvdec/Makefile +++ b/multimedia/vvdec/Makefile @@ -1,6 +1,6 @@ PORTNAME= vvdec DISTVERSIONPREFIX= v -DISTVERSION= 1.6.0 +DISTVERSION= 1.6.1 CATEGORIES= multimedia python MAINTAINER= yuri@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le riscv64 -USES= cmake compiler:c++14-lang +USES= cmake:testing compiler:c++14-lang USE_LDCONFIG= yes USE_GITHUB= yes @@ -20,6 +20,7 @@ GH_ACCOUNT= fraunhoferhhi CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= FREEBSD_VVDEC_ENABLE_X86_SIMD +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> diff --git a/multimedia/vvdec/distinfo b/multimedia/vvdec/distinfo index b01c7b837cef..7ed7b9fb7c1d 100644 --- a/multimedia/vvdec/distinfo +++ b/multimedia/vvdec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662772331 -SHA256 (fraunhoferhhi-vvdec-v1.6.0_GH0.tar.gz) = 0ff4c65d48aa372a41d8325d0c6305210bf7536ca899395b34b973f4eaf640f9 -SIZE (fraunhoferhhi-vvdec-v1.6.0_GH0.tar.gz) = 1235361 +TIMESTAMP = 1674625476 +SHA256 (fraunhoferhhi-vvdec-v1.6.1_GH0.tar.gz) = 72de0cbcd24285e6f66209be9270f8f0c897d24e586b3876c6a7bb5691375c48 +SIZE (fraunhoferhhi-vvdec-v1.6.1_GH0.tar.gz) = 1237490 |