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

(-)b/multimedia/plexmediaserver/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	plexmediaserver
1
PORTNAME=	plexmediaserver
2
DISTVERSION?=	1.41.0.8994
2
DISTVERSION?=	1.41.1.9057
3
DISTVERSIONSUFFIX?=	f2c27da23
3
DISTVERSIONSUFFIX?=	af5eaea7a
4
CATEGORIES=	multimedia
4
CATEGORIES=	multimedia
5
MASTER_SITES?=	https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/
5
MASTER_SITES?=	https://downloads.plex.tv/plex-media-server-new/${DISTVERSION}-${DISTVERSIONSUFFIX}/freebsd/
6
DISTNAME?=	PlexMediaServer-${DISTVERSION}-${DISTVERSIONSUFFIX}-FreeBSD-${ARCH}
6
DISTNAME?=	PlexMediaServer-${DISTVERSION}-${DISTVERSIONSUFFIX}-FreeBSD-${ARCH}
(-)b/multimedia/plexmediaserver/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1727299612
1
TIMESTAMP = 1730756021
2
SHA256 (PlexMediaServer-1.41.0.8994-f2c27da23-FreeBSD-amd64.tar.bz2) = ab80f9945666b6c23a99bb24f57467dc388716dabc7babe6134fd63407711ec8
2
SHA256 (PlexMediaServer-1.41.1.9057-af5eaea7a-FreeBSD-amd64.tar.bz2) = c64d229510b640b9999b6a0d82e21a040648bd623d84a52d14ea2d6fdb4a3ceb
3
SIZE (PlexMediaServer-1.41.0.8994-f2c27da23-FreeBSD-amd64.tar.bz2) = 89956421
3
SIZE (PlexMediaServer-1.41.1.9057-af5eaea7a-FreeBSD-amd64.tar.bz2) = 90033641
(-)b/multimedia/plexmediaserver/files/pkg-message.in (-35 / +1 lines)
Lines 15-55 Link Here
15
15
16
@@@ INTEL GPU OFFLOAD NOTES @@@
16
@@@ INTEL GPU OFFLOAD NOTES @@@
17
17
18
If you have a supported Intel GPU, you can leverage hardware
18
This feature was removed in version 1.32.2.7002
19
accelerated encoding/decoding in Plex Media Server on FreeBSD 12.0+.
20
21
The requirements are as follows:
22
23
* Install multimedia/drm-kmod: e.g., pkg install drm-fbsd12.0-kmod
24
25
* Enable loading of kernel module on boot: sysrc kld_list+="i915kms"
26
** If Plex will run in a jail, you must load the module outside the jail!
27
28
* Load the kernel module now (although reboot is advised): kldload i915kms
29
30
* Add plex user to the video group: pw groupmod -n video -m plex
31
32
* For jails, make a devfs ruleset to expose /dev/dri/* devices.
33
34
e.g., /dev/devfs.rules on the host:
35
36
[plex_drm=10]
37
add include $devfsrules_hide_all
38
add include $devfsrules_unhide_basic
39
add include $devfsrules_unhide_login
40
add include $devfsrules_jail
41
add path 'dri*' unhide
42
add path 'dri/*' unhide
43
add path 'drm*' unhide
44
add path 'drm/*' unhide
45
46
* Enable the devfs ruleset for your jail. e.g., devfs_ruleset=10 in your
47
/etc/jail.conf or for iocage, iocage set devfs_ruleset="10"
48
49
Please refer to documentation for all other FreeBSD jail management
50
utilities.
51
52
* Make sure hardware transcoding is enabled in the server settings
53
19
54
@@@ INTEL GPU OFFLOAD NOTES @@@
20
@@@ INTEL GPU OFFLOAD NOTES @@@
55
EOM
21
EOM

Return to bug 282608