multimedia/emby-server: Enable aribb24
Enable aribb24 for the embeded ffmpeg build.
This commit is contained in:
parent
0773873bae
commit
14308b7aa6
1 changed files with 4 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue