View | Details | Raw Unified | Return to bug 256600
Collapse All | Expand All

(-)b/multimedia/emby-server/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	emby-server
1
PORTNAME=	emby-server
2
PORTVERSION=	4.6.2.0
2
PORTVERSION=	4.6.2.0
3
PORTREVISION=	1
3
CATEGORIES=	multimedia
4
CATEGORIES=	multimedia
4
MASTER_SITES=	https://github.com/MediaBrowser/Emby.Releases/releases/download/${PORTVERSION}/ \
5
MASTER_SITES=	https://github.com/MediaBrowser/Emby.Releases/releases/download/${PORTVERSION}/ \
5
		https://mediabrowser.github.io/embytools/
6
		https://mediabrowser.github.io/embytools/
(-)b/multimedia/emby-server/files/emby-server.in (-2 / +1 lines)
Lines 51-58 command_args="-f -p ${%%RC_NAME%%_pid} ${procname} %%PREFIX%%/lib/emby-server/sy Link Here
51
	-ffdetect ${%%RC_NAME%%_ffdetect} \
51
	-ffdetect ${%%RC_NAME%%_ffdetect} \
52
	-ffmpeg ${%%RC_NAME%%_ffmpeg} \
52
	-ffmpeg ${%%RC_NAME%%_ffmpeg} \
53
	-ffprobe ${%%RC_NAME%%_ffprobe} \
53
	-ffprobe ${%%RC_NAME%%_ffprobe} \
54
	-programdata ${%%RC_NAME%%_data_dir} \
54
	-programdata ${%%RC_NAME%%_data_dir}" 
55
	-updatepackage emby-server-freebsd12_{version}_amd64.txz"
56
55
57
start_precmd=%%RC_NAME%%_precmd
56
start_precmd=%%RC_NAME%%_precmd
58
%%RC_NAME%%_precmd()
57
%%RC_NAME%%_precmd()
(-)b/multimedia/emby-server/pkg-message (-3 lines)
Lines 1-9 Link Here
1
[
1
[
2
{ type: install
2
{ type: install
3
  message: <<EOM
3
  message: <<EOM
4
It is recommended to recompile this port from source
5
with the LAME option enabled to support mp3 transcoding.
6
7
To automatically start Emby Server at boot time:
4
To automatically start Emby Server at boot time:
8
# sysrc emby_server_enable="YES"
5
# sysrc emby_server_enable="YES"
9
6

Return to bug 256600