Date: Fri, 10 Mar 2023 20:52:10 GMT From: Dries Michiels <driesm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3627b73d4ee9 - main - multimedia/emby-server: add missing dependencies Message-ID: <202303102052.32AKqAXI028643@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=3627b73d4ee969811fd668e0fd14507be5675024 commit 3627b73d4ee969811fd668e0fd14507be5675024 Author: Matthew Wener <matthew@wener.org> AuthorDate: 2023-03-10 20:41:19 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2023-03-10 20:41:19 +0000 multimedia/emby-server: add missing dependencies Pull Request: https://github.com/freebsd/freebsd-ports/pull/163 --- multimedia/emby-server/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile index 92f1a0d58b89..d61362d30732 100644 --- a/multimedia/emby-server/Makefile +++ b/multimedia/emby-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= emby-server DISTVERSION?= 4.7.11.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= https://github.com/MediaBrowser/Emby.Releases/releases/download/${DISTVERSION}/ \ https://mediabrowser.github.io/embytools/ @@ -51,9 +51,16 @@ LIB_DEPENDS= libaribb24.so:multimedia/aribb24 \ libx264.so:multimedia/libx264 \ libx265.so:multimedia/x265 \ libzvbi.so:devel/libzvbi + RUN_DEPENDS= icu>0:devel/icu \ + libexif>0:graphics/libexif \ + libheif>0:graphics/libheif \ + libimagequant>0:graphics/libimagequant \ libinotify>0:devel/libinotify \ - libunwind>0:devel/libunwind + libjxl>0:graphics/libjxl \ + libunwind>0:devel/libunwind \ + openjpeg>0:graphics/openjpeg \ + orc>0:devel/orc USES= compiler:c11 gmake iconv localbase:ldflags pkgconfig sqlite ssl:run USE_RC_SUBR= ${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303102052.32AKqAXI028643>