git: b3b08643eee4 - main - net-im/tg_owt: reduce dependences
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Aug 2022 13:38:47 UTC
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3b08643eee485f80ad21c347c676b6769d5d328 commit b3b08643eee485f80ad21c347c676b6769d5d328 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2022-08-26 13:38:13 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2022-08-26 13:38:13 +0000 net-im/tg_owt: reduce dependences Bump PORTREVISION. --- net-im/tg_owt/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile index b9a206c5a608..10716c0cbc8d 100644 --- a/net-im/tg_owt/Makefile +++ b/net-im/tg_owt/Makefile @@ -1,5 +1,6 @@ PORTNAME= tg_owt PORTVERSION= 0.0.20220811 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= osa@FreeBSD.org @@ -12,11 +13,9 @@ BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat \ yasm:devel/yasm LIB_DEPENDS= libabsl_base.so:devel/abseil \ libavformat.so:multimedia/ffmpeg \ - libevent.so:devel/libevent \ libjpeg.so:graphics/jpeg-turbo \ libopus.so:audio/opus \ - libpipewire-0.3.so:multimedia/pipewire \ - libusrsctp.so:net/libusrsctp + libpipewire-0.3.so:multimedia/pipewire USES= cmake gl pkgconfig xorg USE_XORG= x11 xcomposite xdamage xrender xrandr xtst