Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:19:52 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2a1c5318d2d5 - main - multimedia/vlc: Add CPE information
Message-ID:  <202109102119.18ALJqo8005172@gitrepo.freebsd.org>

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

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

commit 2a1c5318d2d54ca568c95baf1f0a90b618d6ded8
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 19:50:51 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:37 +0000

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

diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 3779cec9efd2..22926e3c1778 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -27,9 +27,11 @@ BUILD_DEPENDS=	gsed:textproc/gsed \
 		yasm:devel/yasm
 RUN_DEPENDS=	ffmpeg>=3.4.1,1:multimedia/ffmpeg
 
-USES=		compiler:c++17-lang desktop-file-utils gettext-tools gmake gnome \
+USES=		compiler:c++17-lang cpe desktop-file-utils gettext-tools gmake gnome \
 		iconv:wchar_t libtool localbase pathfix pkgconfig tar:xz
 
+CPE_VENDOR=	videolan
+
 # VLC git (post 2.2.4) requires C++11 support and passes the appropriate flag
 # to the compiler. Until the port is updated, we explicitly pass -std=c++11 to
 # the compiler because Qt 5.7+ requires C++11 support, and FreeBSD 10's clang



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