Date: Thu, 2 Jan 2025 09:46:08 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: faef21d751da - main - multimedia/vvenc: Broken on armv7; Update WWW Message-ID: <202501020946.5029k8Yg089350@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=faef21d751dabbbb0ec632544109ef7d7e9bb87b commit faef21d751dabbbb0ec632544109ef7d7e9bb87b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-02 09:44:36 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-02 09:46:04 +0000 multimedia/vvenc: Broken on armv7; Update WWW Reported by: fallout --- multimedia/vvenc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/multimedia/vvenc/Makefile b/multimedia/vvenc/Makefile index 3dbd38a41cfc..628b756c2552 100644 --- a/multimedia/vvenc/Makefile +++ b/multimedia/vvenc/Makefile @@ -5,11 +5,13 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= Versatile Video Coding (VVC) encoder -WWW= https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html +WWW= https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html \ + https://github.com/fraunhoferhhi/vvenc LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_armv7= compilation fails: error: unused variable 'src8tOff', see https://github.com/fraunhoferhhi/vvenc/issues/496 BROKEN_i386= compilation fails: error: use of undeclared identifier 'read_x86_extension_flags' BROKEN_powerpc= compilation fails: error: use of undeclared identifier 'read_x86_extension_flags'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501020946.5029k8Yg089350>