1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

multimedia/plexmediaserver-plexpass: Update to 1.15.2.793

- Also document Intel GPU acceleration support in pkg-message

Changelog:	https://forums.plex.tv/t/plex-media-server/30447/251
This commit is contained in:
Mark Felder 2019-03-20 16:05:42 +00:00
parent 079b417eaa
commit 5f81f1abf7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496348
3 changed files with 49 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# Created by: KalleDK <plexmaintainer@k-moeller.dk>
# $FreeBSD$
PORTVERSION= 1.15.1.791
DISTVERSIONSUFFIX=8bec0f76c
PORTREVISION= 1
PORTVERSION= 1.15.2.793
DISTVERSIONSUFFIX=782228f99
PORTREVISION= 0
MASTER_SITES= https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/
PKGNAMESUFFIX= -plexpass
DISTNAME= PlexMediaServer-${DISTVERSION}-${DISTVERSIONSUFFIX}-FreeBSD-${ARCH}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1552495376
SHA256 (PlexMediaServer-1.15.1.791-8bec0f76c-FreeBSD-amd64.tar.bz2) = 37b4e75819b98cdd1ddf6a05193885ed54e76c93fea1a7cb8909e6e655409f20
SIZE (PlexMediaServer-1.15.1.791-8bec0f76c-FreeBSD-amd64.tar.bz2) = 91986684
TIMESTAMP = 1553097633
SHA256 (PlexMediaServer-1.15.2.793-782228f99-FreeBSD-amd64.tar.bz2) = c5070ec683b0c642e363ffbeee36629ea7713e1f5dce14d07ae118137126ac3a
SIZE (PlexMediaServer-1.15.2.793-782228f99-FreeBSD-amd64.tar.bz2) = 91961340

View File

@ -12,6 +12,49 @@ service %%PORTNAME%% start
Once started, visit the following to configure:
http://localhost:32400/web
@@@ INTEL GPU OFFLOAD NOTES @@@
If you have a supported Intel GPU, you can leverage hardware
accellerated encoding/decoding in Plex Media Server on FreeBSD 12.0+.
The requirements are as follows:
* Install multimedia/drm-kmod: e.g., pkg install drm-fbsd12.0-kmod
* Enable loading of kernel module on boot: sysrc kld_list+="drm"
** If Plex will run in a jail, you must load the module outside the jail!
* Load the kernel module now: kldload drm
* Install the supporting Intel VA support library for your GPU
** multimedia/libva-intel-driver: [LEGACY] Intel GMA 4500 or newer
** multimedia/libva-intel-media-driver: Intel HD 5000 (Gen8) or newer
*** This must be installed beside Plex. e.g., in the jail with Plex
* Add plex user to the video group: pw groupmod -n video -m plex
* For jails, make a devfs ruleset to expose /dev/dri/* devices.
e.g., /dev/devfs.rules on the host:
[plex_drm=10]
add include $devfsrules_hide_all
add include $devfsrules_unhide_basic
add include $devfsrules_unhide_login
add include $devfsrules_jail
add path 'dri*' unhide
add path 'dri/*' unhide
add path 'drm*' unhide
add path 'drm/*' unhide
* Enable the devfs ruleset for your jail. e.g., devfs_ruleset=10 in your
/etc/jail.conf or for iocage, iocage set devfs_ruleset="10"
Please refer to documentation for all other FreeBSD jail management
utilities.
@@@ INTEL GPU OFFLOAD NOTES @@@
This is the PlexPass release channel of Plex. It is bleeding edge and
new features may not function without an active PlexPass account.