From nobody Thu Nov 18 22:10:18 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0353518502CC; Thu, 18 Nov 2021 22:10:19 +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 4HwDWG5JyTz3qlZ; Thu, 18 Nov 2021 22:10:18 +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 92D361C871; Thu, 18 Nov 2021 22:10:18 +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 1AIMAI2L019609; Thu, 18 Nov 2021 22:10:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AIMAIsO019602; Thu, 18 Nov 2021 22:10:18 GMT (envelope-from git) Date: Thu, 18 Nov 2021 22:10:18 GMT Message-Id: <202111182210.1AIMAIsO019602@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Olivier Cochard Subject: git: e4f31ebae421 - main - net-im/tg_owt: fix dependencies List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olivier X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e4f31ebae421a3c46ca73f6f2c9be78ba9d61568 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by olivier: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4f31ebae421a3c46ca73f6f2c9be78ba9d61568 commit e4f31ebae421a3c46ca73f6f2c9be78ba9d61568 Author: Gleb Smirnoff AuthorDate: 2021-11-18 04:09:20 +0000 Commit: Olivier Cochard CommitDate: 2021-11-18 22:04:32 +0000 net-im/tg_owt: fix dependencies - Don't depend on audio backends, as their build is not disabled - Explicitly depend on libXtst PR: 257889 PR: 259182 --- net-im/tg_owt/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile index 3ffdd6ce9b02..59af87be0471 100644 --- a/net-im/tg_owt/Makefile +++ b/net-im/tg_owt/Makefile @@ -2,6 +2,7 @@ PORTNAME= tg_owt PORTVERSION= 0.0.20211021 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= glebius@FreeBSD.org @@ -10,9 +11,7 @@ COMMENT= Webrtc library used by telegram-desktop LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= alsa-lib>0:audio/alsa-lib \ - pulseaudio>0:audio/pulseaudio \ - v4l_compat>0:multimedia/v4l_compat \ +BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat \ yasm:devel/yasm LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libevent.so:devel/libevent \ @@ -23,7 +22,7 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libvpx.so:multimedia/libvpx USES= cmake pkgconfig xorg -USE_XORG= x11 xcomposite xdamage xrender xrandr +USE_XORG= x11 xcomposite xdamage xrender xrandr xtst USE_GITHUB= yes GH_ACCOUNT= desktop-app GH_TAGNAME= d578c76