Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2022 18:07:55 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: 9dd763460fc6 - main - multimedia/gstreamer1-plugins: Remove libkms for plugins-kms
Message-ID:  <202206131807.25DI7tq1002831@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=9dd763460fc6e93bd31ef0333cd7b6912f7640c5

commit 9dd763460fc6e93bd31ef0333cd7b6912f7640c5
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-06-13 18:06:35 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-06-13 18:06:35 +0000

    multimedia/gstreamer1-plugins: Remove libkms for plugins-kms
    
    This hasn't been used since 2016 and latest libdrm deprecated it.
    
    Reported by:    vvd@unislabs.com
---
 multimedia/gstreamer1-plugins/Makefile.common | 1 -
 1 file changed, 1 deletion(-)

diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common
index 3345519e9895..d54cb67e49a0 100644
--- a/multimedia/gstreamer1-plugins/Makefile.common
+++ b/multimedia/gstreamer1-plugins/Makefile.common
@@ -306,7 +306,6 @@ gst_jpeg_USES=		jpeg
 gst_kate_LIB_DEPENDS=	libkate.so:multimedia/libkate
 
 # kms
-gst_kms_LIB_DEPENDS=	libkms.so:graphics/libdrm
 gst_kms_GST_PLUGIN_DIR=	sys/kms
 
 # ladspa



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