git: 803124df1222 - main - graphics/mesa-gallium-vdpau: Remove libvdpau from LIB_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Apr 2024 12:22:40 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=803124df1222193ecb37afcd31e42cf2b95579f1 commit 803124df1222193ecb37afcd31e42cf2b95579f1 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2024-04-18 08:49:05 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2024-04-18 12:22:24 +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 --- 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