Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2023 09:50:14 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c5d1b09e4add - main - mesa-gallium-vdpau: Re-add missing vdpau LIB_DEPENDS
Message-ID:  <202311220950.3AM9oEkK074819@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5d1b09e4add939b101be8583d504e80cb7e0627

commit c5d1b09e4add939b101be8583d504e80cb7e0627
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-11-22 08:52:55 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-11-22 09:49:01 +0000

    mesa-gallium-vdpau: Re-add missing vdpau LIB_DEPENDS
    
    Reported by:    vishwin
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 graphics/mesa-gallium-vdpau/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/mesa-gallium-vdpau/Makefile b/graphics/mesa-gallium-vdpau/Makefile
index 1eb13a37791f..067bf93d3fd6 100644
--- a/graphics/mesa-gallium-vdpau/Makefile
+++ b/graphics/mesa-gallium-vdpau/Makefile
@@ -11,7 +11,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=	libzstd.so:archivers/zstd
+LIB_DEPENDS=	libvdpau.so:multimedia/libvdpau \
+		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?202311220950.3AM9oEkK074819>