View | Details | Raw Unified | Return to bug 232966 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	emby-server
4
PORTNAME=	emby-server
5
PORTVERSION=	3.5.3.0
5
PORTVERSION=	3.5.3.0
6
PORTREVISION=	2
6
CATEGORIES=	multimedia
7
CATEGORIES=	multimedia
7
MASTER_SITES=	https://github.com/MediaBrowser/Emby.Releases/releases/download/${PORTVERSION}/
8
MASTER_SITES=	https://github.com/MediaBrowser/Emby.Releases/releases/download/${PORTVERSION}/
8
DISTNAME=	emby-server-freebsd_${PORTVERSION}_amd64
9
DISTNAME=	emby-server-freebsd_${PORTVERSION}_amd64
Lines 30-36 Link Here
30
		libva.so:multimedia/libva \
31
		libva.so:multimedia/libva \
31
		libvorbis.so:audio/libvorbis \
32
		libvorbis.so:audio/libvorbis \
32
		libwebp.so:graphics/webp \
33
		libwebp.so:graphics/webp \
33
		libx264.so:multimedia/libx264 \
34
		libzvbi.so:devel/libzvbi
34
		libzvbi.so:devel/libzvbi
35
35
36
USES=		iconv:wchar_t tar:xz
36
USES=		iconv:wchar_t tar:xz
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1537705721
1
TIMESTAMP = 1541357247
2
SHA256 (emby-server-freebsd_3.5.3.0_amd64.tar.xz) = 522497d0539f1ad5176ab3a3406d6d9dfaa9e292bdee5ccf17286b55a487df5d
2
SHA256 (emby-server-freebsd_3.5.3.0_amd64.tar.xz) = dae593f7b9ca40967f03bf5fbfb255e29e068620524c8a02e185850cb8daf97e
3
SIZE (emby-server-freebsd_3.5.3.0_amd64.tar.xz) = 14279500
3
SIZE (emby-server-freebsd_3.5.3.0_amd64.tar.xz) = 16612924
(-)pkg-message (-16 lines)
Lines 1-19 Link Here
1
Emby Server uses FFmpeg for transcoding and ImageMagick for
2
generating thumbnails. The default ports/pkg builds of FFmpeg
3
and ImageMagick on FreeBSD have a number of options which
4
could be SET/UNSET to improve your Emby Server experience.
5
6
It is recommended to recompile the multimedia/ffmpeg package
7
from ports with the following options ENABLED (SET):
8
 - ASS (required for subtitle rendering)
9
 - LAME (required for mp3 audio transcoding, disabled by default due to mp3 licensing restrictions)
10
 - OPUS (required for opus audio codec support)
11
 - X265 (required for H.265 video codec support
12
13
It is recommended to recompile the graphics/ImageMagick package
14
from ports with the following options DISABLED (UNSET):
15
 - 16BIT_PIXEL (to increase thumbnail generation performance)
16
17
If you had mediabrowser installed before the project was
1
If you had mediabrowser installed before the project was
18
renamed to emby-server, you may want to rename the user and
2
renamed to emby-server, you may want to rename the user and
19
group (note that moving the database is not supported):
3
group (note that moving the database is not supported):
(-)pkg-plist (+2 lines)
Lines 30-35 Link Here
30
lib/emby-server/lib/libswscale.so
30
lib/emby-server/lib/libswscale.so
31
lib/emby-server/lib/libswscale.so.5
31
lib/emby-server/lib/libswscale.so.5
32
lib/emby-server/lib/libswscale.so.5.1.100
32
lib/emby-server/lib/libswscale.so.5.1.100
33
lib/emby-server/lib/libx264.so
34
lib/emby-server/lib/libx264.so.152
33
lib/emby-server/system/BDInfo.dll
35
lib/emby-server/system/BDInfo.dll
34
lib/emby-server/system/DvdLib.dll
36
lib/emby-server/system/DvdLib.dll
35
lib/emby-server/system/Emby.Dlna.dll
37
lib/emby-server/system/Emby.Dlna.dll

Return to bug 232966