From owner-dev-commits-ports-branches@freebsd.org Mon May 17 02:46:26 2021 Return-Path: Delivered-To: dev-commits-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BB15E639B98; Mon, 17 May 2021 02:46:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fk3Rk1dbKz3l6x; Mon, 17 May 2021 02:46:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 02DD92438D; Mon, 17 May 2021 02:46:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14H2kPB4070553; Mon, 17 May 2021 02:46:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14H2kPY5070552; Mon, 17 May 2021 02:46:25 GMT (envelope-from git) Date: Mon, 17 May 2021 02:46:25 GMT Message-Id: <202105170246.14H2kPY5070552@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: d666169c8914 - main - multimedia/ffmpeg: expose SRT option after af445a38fd16 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d666169c89143713eeeeaa8c340473f30d48acca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2021 02:46:27 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d666169c89143713eeeeaa8c340473f30d48acca commit d666169c89143713eeeeaa8c340473f30d48acca Author: Jan Beich AuthorDate: 2021-05-17 02:36:02 +0000 Commit: Jan Beich CommitDate: 2021-05-17 02:39:43 +0000 multimedia/ffmpeg: expose SRT option after af445a38fd16 --- multimedia/ffmpeg/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index e97b4e8aa7e9..0373cf4893db 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -80,11 +80,6 @@ OPTIONS_EXCLUDE+= KLVANC OPTIONS_EXCLUDE+= OPENVINO .endif -.if !exists(${.CURDIR:H:H}/net/srt) -# https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/a2fc8dbae853 -OPTIONS_EXCLUDE+= SRT -.endif - .if !exists(${.CURDIR:H:H}/science/tensorflow) # https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/d8c0bbb0aa4 OPTIONS_EXCLUDE+= TENSORFLOW @@ -464,7 +459,7 @@ SSH_LIB_DEPENDS= libssh.so:security/libssh SSH_CONFIGURE_ENABLE= libssh # srt -SRT_LIB_DEPENDS= libsrt.so:net/srt +SRT_LIB_DEPENDS= libsrt.so:www/srt SRT_CONFIGURE_ENABLE= libsrt # svt-av1