Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2024 12:22:40 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: 803124df1222 - main - graphics/mesa-gallium-vdpau: Remove libvdpau from LIB_DEPENDS
Message-ID:  <202404181222.43ICMemZ017893@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=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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404181222.43ICMemZ017893>