Date: Tue, 30 Apr 2024 06:14:16 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 65444491e581 - 2024Q2 - graphics/mesa-gallium-vdpau: Remove libvdpau from LIB_DEPENDS Message-ID: <202404300614.43U6EGTX073546@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=65444491e5816133acce7a908ec606d7a3f58828 commit 65444491e5816133acce7a908ec606d7a3f58828 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-04-18 08:49:05 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-04-30 06:13:47 +0000 graphics/mesa-gallium-vdpau: Remove libvdpau from LIB_DEPENDS This port provides a lib for libvdpau to use, not the other way around so add it to BUILD_DEPENDS Differential Revision: https://reviews.freebsd.org/D44830 PR: 278324 Reported by: autodep Reviewed by: bapt Sponsored by: Beckhoff Automation GmbH & Co. KG (cherry picked from commit 803124df1222193ecb37afcd31e42cf2b95579f1) --- graphics/mesa-gallium-vdpau/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/mesa-gallium-vdpau/Makefile b/graphics/mesa-gallium-vdpau/Makefile index 43cf846da711..83dce521091d 100644 --- a/graphics/mesa-gallium-vdpau/Makefile +++ b/graphics/mesa-gallium-vdpau/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa-gallium-vdpau PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics COMMENT= Mesa Gallium VDPAU drivers @@ -12,8 +12,8 @@ LICENSE_FILE= ${WRKSRC}/docs/license.rst ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= used only by AMD/Radeon hardware -LIB_DEPENDS= libvdpau.so:multimedia/libvdpau \ - libzstd.so:archivers/zstd +BUILD_DEPENDS= libvdpau>=0:multimedia/libvdpau +LIB_DEPENDS= libzstd.so:archivers/zstd USES= llvm:lib,noexport
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404300614.43U6EGTX073546>