Date: Fri, 25 Oct 2024 10:15:43 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 646859b50aef - main - multimedia/kew: Update dependencies Message-ID: <202410251015.49PAFh42086925@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=646859b50aef8c62167eb056a07c7a30f6aef3ee commit 646859b50aef8c62167eb056a07c7a30f6aef3ee Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-10-25 09:21:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-10-25 10:15:35 +0000 multimedia/kew: Update dependencies --- multimedia/kew/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/kew/Makefile b/multimedia/kew/Makefile index 3ec40e512f66..a1abf2490b68 100644 --- a/multimedia/kew/Makefile +++ b/multimedia/kew/Makefile @@ -1,6 +1,7 @@ PORTNAME= kew DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -12,10 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= compilation fails with incompatible pointer, see https://github.com/ravachol/kew/issues/118 -LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ - libchafa.so:graphics/chafa \ +LIB_DEPENDS= libchafa.so:graphics/chafa \ + libfaad.so:audio/faad \ libfftw3f.so:math/fftw3-float \ - libfreeimage.so:graphics/freeimage \ libnotify.so:devel/libnotify \ libogg.so:audio/libogg \ libopus.so:audio/opus \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410251015.49PAFh42086925>