svn commit: r515796 - in head/multimedia/plexmediaserver-plexpass: . files

Mark Felder feld at FreeBSD.org
Sun Oct 27 13:30:19 UTC 2019


Author: feld
Date: Sun Oct 27 13:30:17 2019
New Revision: 515796
URL: https://svnweb.freebsd.org/changeset/ports/515796

Log:
  multimedia/plexmediaserver-plexpass: Improve HWT instructions in pkg-message
  
  PR:		240709

Modified:
  head/multimedia/plexmediaserver-plexpass/Makefile
  head/multimedia/plexmediaserver-plexpass/files/pkg-message.in

Modified: head/multimedia/plexmediaserver-plexpass/Makefile
==============================================================================
--- head/multimedia/plexmediaserver-plexpass/Makefile	Sun Oct 27 13:27:12 2019	(r515795)
+++ head/multimedia/plexmediaserver-plexpass/Makefile	Sun Oct 27 13:30:17 2019	(r515796)
@@ -3,7 +3,7 @@
 
 PORTVERSION=	1.18.1.1973
 DISTVERSIONSUFFIX=0f4abfbcc
-PORTREVISION=	0
+PORTREVISION=	1
 MASTER_SITES=	https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/
 PKGNAMESUFFIX=	-plexpass
 DISTNAME=	PlexMediaServer-${DISTVERSION}-${DISTVERSIONSUFFIX}-FreeBSD-${ARCH}

Modified: head/multimedia/plexmediaserver-plexpass/files/pkg-message.in
==============================================================================
--- head/multimedia/plexmediaserver-plexpass/files/pkg-message.in	Sun Oct 27 13:27:12 2019	(r515795)
+++ head/multimedia/plexmediaserver-plexpass/files/pkg-message.in	Sun Oct 27 13:30:17 2019	(r515796)
@@ -16,22 +16,17 @@ 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+.
+accelerated 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" 
+* Enable loading of kernel module on boot: sysrc kld_list+="i915kms"
 ** If Plex will run in a jail, you must load the module outside the jail!
 
-* Load the kernel module now: kldload drm
+* Load the kernel module now (although reboot is advised): kldload i915kms
 
-* 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.
@@ -49,15 +44,14 @@ 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" 
+/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 @@@
+* Make sure hardware transcoding is enabled in the server settings
 
-This is the PlexPass release channel of Plex. It is bleeding edge and
-new features may not function without an active PlexPass account.
+@@@ INTEL GPU OFFLOAD NOTES @@@
 EOM
 }
 ]


More information about the svn-ports-head mailing list