git: 424318e68308 - main - multimedia/onevpl: Deprecate and set to expire on 2026-09-30
Hiroki Tagato <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=424318e68308fab768c9a2bef853334f1f838dc6 commit 424318e68308fab768c9a2bef853334f1f838dc6 Author: Yuichiro NAITO <[email protected]> AuthorDate: 2026-08-17 01:47:18 +0000 Commit: Hiroki Tagato <[email protected]> CommitDate: 2026-08-17 01:57:40 +0000 multimedia/onevpl: Deprecate and set to expire on 2026-09-30 Upstream has been renamed to libvpl and libvpl-tools. Use multimedia/libvpl and multimedia/libvpl-tools. While here, add CONFLICTS_INSTALL=libvpl. PR: 293561 Reported by: Yuichiro NAITO <[email protected]> --- multimedia/onevpl/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/multimedia/onevpl/Makefile b/multimedia/onevpl/Makefile index 0d15f3394248..eb5a5170669d 100644 --- a/multimedia/onevpl/Makefile +++ b/multimedia/onevpl/Makefile @@ -1,6 +1,7 @@ PORTNAME= oneVPL DISTVERSIONPREFIX= v DISTVERSION= 2022.1.5 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= [email protected] @@ -10,6 +11,9 @@ WWW= https://software.intel.com/content/www/us/en/develop/tools/oneapi/componen LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream has been renamed to libvpl and libvpl-tools. Use multimedia/libvpl and multimedia/libvpl-tools instead. +EXPIRATION_DATE= 2026-09-30 + ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= only Intel GPUs on x86 are supported @@ -27,6 +31,7 @@ USE_LDCONFIG= yes USE_XORG= x11 xcb CMAKE_TESTING_ON= BUILD_TESTS +CONFLICTS_INSTALL= libvpl DATADIR= ${PREFIX}/share/vpl OPTIONS_DEFINE= PYTHON