Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2022 10:42:25 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: 14308b7aa670 - main - multimedia/emby-server: Enable aribb24
Message-ID:  <202202161042.21GAgPSp073957@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=14308b7aa6703194f8742798220b7416ec0128f9

commit 14308b7aa6703194f8742798220b7416ec0128f9
Author:     Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2022-02-15 20:25:40 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2022-02-16 10:42:03 +0000

    multimedia/emby-server: Enable aribb24
    
    Enable aribb24 for the embeded ffmpeg build.
---
 multimedia/emby-server/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile
index 358f6ea46a72..3d5f187e2821 100644
--- a/multimedia/emby-server/Makefile
+++ b/multimedia/emby-server/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	emby-server
 DISTVERSION=	4.6.7.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	https://github.com/MediaBrowser/Emby.Releases/releases/download/${PORTVERSION}/ \
 		https://mediabrowser.github.io/embytools/
@@ -24,7 +25,8 @@ LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
 ONLY_FOR_ARCHS=	amd64
 
 BUILD_DEPENDS=	nasm:devel/nasm
-LIB_DEPENDS=	libass.so:multimedia/libass \
+LIB_DEPENDS=	libaribb24.so:multimedia/aribb24 \
+		libass.so:multimedia/libass \
 		libdav1d.so:multimedia/dav1d \
 		libdrm.so:graphics/libdrm \
 		libfontconfig.so:x11-fonts/fontconfig \
@@ -66,6 +68,7 @@ CONFIGURE_ARGS=	--cc="${CC}" \
 		--enable-gnutls \
 		--enable-gpl \
 		--enable-iconv \
+		--enable-libaribb24 \
 		--enable-libass \
 		--enable-libdav1d \
 		--enable-libdrm \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202161042.21GAgPSp073957>