summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Shkardoon <ss23@ss23.geek.nz>2019-12-14 10:23:35 +0200
committerJoonas Niilola <juippis@gentoo.org>2019-12-14 10:24:29 +0200
commit3f9666d4a6bf1cd45d48a694e439802e63a4600f (patch)
tree9d2cc037281785f7e8a3850ee712ef08c34ff942 /media-tv/plex-media-server/files
parentacct-user/plex: new user for plex-media-server (UID 103) (diff)
downloadgentoo-3f9666d4a6bf1cd45d48a694e439802e63a4600f.tar.gz
gentoo-3f9666d4a6bf1cd45d48a694e439802e63a4600f.tar.bz2
gentoo-3f9666d4a6bf1cd45d48a694e439802e63a4600f.zip
media-tv/plex-media-server: 1.61.4 bump
Closes: https://bugs.gentoo.org/681858 Signed-off-by: Stephen Shkardoon <ss23@ss23.geek.nz> Closes: https://github.com/gentoo/gentoo/pull/13935 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-tv/plex-media-server/files')
-rw-r--r--media-tv/plex-media-server/files/virtualenv_start_pms_2019.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-tv/plex-media-server/files/virtualenv_start_pms_2019.patch b/media-tv/plex-media-server/files/virtualenv_start_pms_2019.patch
new file mode 100644
index 000000000000..c68178bcb1c5
--- /dev/null
+++ b/media-tv/plex-media-server/files/virtualenv_start_pms_2019.patch
@@ -0,0 +1,12 @@
+--- a/usr/sbin/start_pms 2019-08-08 01:07:58.239646635 +0200
++++ b/usr/sbin/start_pms 2019-08-08 01:09:39.828649755 +0200
+@@ -20,6 +20,9 @@
+
+ test -f /etc/default/plexmediaserver && . /etc/default/plexmediaserver
+
++# Activate python virtualenv
++. "${PLEX_MEDIA_SERVER_HOME}"/Resources/Python/bin/activate
++
+ if [ ! -d "$PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR" ]
+ then
+ mkdir -p "$PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR"