git: df5c9fb01efb - main - multimedia/gstreamer1-plugins: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Tue, 05 Oct 2021 15:05:37 UTC
The branch main has been updated by decke:

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

commit df5c9fb01efbfe23abdff43e88cf5cb55d35c293
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-05 14:52:07 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-05 15:04:34 +0000

    multimedia/gstreamer1-plugins: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 multimedia/gstreamer1-plugins/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile
index 4f01b23b74d9..15d7409dd352 100644
--- a/multimedia/gstreamer1-plugins/Makefile
+++ b/multimedia/gstreamer1-plugins/Makefile
@@ -43,13 +43,16 @@ UGLY_DISTNAME=		gst-plugins-ugly-${UGLY_PORTVERSION}
 UGLY_DISTFILE=		${UGLY_DISTNAME}${EXTRACT_SUFX}
 DIST?=		base
 
-USES+=		gettext gmake gnome libtool pathfix pkgconfig python tar:xz
+USES+=		cpe gettext gmake gnome libtool pathfix pkgconfig python tar:xz
 USE_GNOME+=	glib20 introspection:build libxml2
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 GST_PLUGIN?=	base
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	gstreamer_project
+CPE_PRODUCT=	gstreamer
+
 CFLAGS+=	-Wno-format
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib ${EXTRA_LIBS}