From f5b2ebbb35748c5def7402437ed74094ff88ea77 Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Mon, 3 Oct 2016 16:56:21 -0700 Subject: [PATCH] Update to 1.2.1.2854 NEW: * New Feature - Streaming Brain. * (Streaming Brain) Preference for limiting bandwidth on WAN uploads. Limits can be per-stream and total. * (Streaming Brain) Preference for maximum number of simultaneous transcodes. * (Streaming Brain) Admin session termination - the server admin can stop a user playback session and provide a reason that the client will display. This may require an updated client. * (Streaming Brain) Playback session termination reasons are sent to the client and displayed to the user. This may require an updated client. * (Streaming Brain) Removed 'Prioritize streaming transcodes' preference. Background transcodes such as Sync, Media Optimizer, and video preview thumbnail generation are always prioritized behind streaming transcodes, and will pause completely if the simultaneous transcode limit is reached. * (Streaming Brain) Removed 'Cloud Sync upload speed limit' preference. Sync traffic automatically scales based on streaming WAN usage, and uses whatever bandwidth is left unused. * (Web) Updated Plex Web to 2.9.3. * (Relay) Allow multiple connections from PMS to relay servers. (#4894) * (Windows) Localize installer for Simplified Chinese and Traditional Chinese locales. (#5189) * (Linux) QNAP x64 packages for the new QTS 4.3 64bit firmware. FIXES: * (NVIDIA SHIELD) Support premium Plex music libraries. (#4991) * (NVIDIA SHIELD) Relay was crashing on startup. (#5419) * (Transcoder) Failures transcoding video files that lack a video stream. (#4503) * (Transcoder) Stuttering video transcoding HE-AAC on macOS. (#5376) * (Transcoder) Completed transcodes might continue to block static transcodes. (#5423) * (Subtitles) Inconsistent automatic subtitle selection for media containing multiple embedded subtitles. (#5011) * (On Deck) Handle specials and episodes without a known air date better in On Deck. (#4661) * (Camera Upload) Fix a couple of edge case scenarios when resuming uploads. (#5152) (#5218) * (Pub-Sub) Better load distribution selecting servers. (#4915) * (Relay) Relay process might not be killed when the media server shuts down on certain Unix platforms. (#5173) * (Butler) Issues deleting old files in cache directory. * (Media Analysis) Scanner crashes analyzing mp4 files lacking moov atoms. (#5373) * (Media Analysis) Some 1080i media wasn't being recognized as being interlaced. (#5279) * (Media Analysis) Crashes analyzing certain photos with malformed metadata tags. (#5461) * (Metadata) Issues recognizing episodes of shows whose names contain multiple numeric digits. (#5377) * (Search) Duplicate results from different libraries now indicate the library of origin. (#4949) * (Search) Treat searches using a single non-ASCII character the same as a single ASCII character. (#5319) * (Linux) Local Media Agent errors when paths/files contained non-ASCII characters. (#5470) * (Linux) Fixed Readynas RN2xx build to work on ReadyNAS OS Firmware 6.6.0 (#5512) * A number of user-reported server crashes. (#5042) (#5459) --- .SRCINFO | 18 +++++++++--------- PKGBUILD | 14 +++++++------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9a84ec0..17d7c52 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Tue Sep 13 18:18:16 UTC 2016 +# Mon Oct 3 23:56:14 UTC 2016 pkgbase = plex-media-server-plexpass pkgdesc = Plex Media Server (PlexPass version) - pkgver = 1.1.4.2757 - pkgrel = 2 + pkgver = 1.2.1.2854 + pkgrel = 1 url = https://plex.tv/ install = plex-media-server.install arch = armv7h @@ -23,12 +23,12 @@ pkgbase = plex-media-server-plexpass sha256sums = 9da45cc3951ae03086ec663e6273c2de0183495fd15dc34ddd9aa100346d4d3a sha256sums = ebf153d5789f9d24cb98ae607d227286e1da6ce54e149c8be4f47e08ee729573 sha256sums = 7bb97271eb2dc5d1dcb95f9763f505970d234df17f1b8d79b467b9020257915a - source_armv7h = https://downloads.plex.tv/plex-media-server/1.1.4.2757-24ffd60/PlexMediaServer-1.1.4.2757-24ffd60-arm7.spk - sha256sums_armv7h = 67467bf2469a10e3155ad6cc98e15ccc5ad8f06ea559baf4359fc057c947ac18 - source_i686 = https://downloads.plex.tv/plex-media-server/1.1.4.2757-24ffd60/plexmediaserver-1.1.4.2757-24ffd60.i386.rpm - sha256sums_i686 = c0b60b9b7a56a883acd4105619a919a5df485ffd89013c03d4e66737f67271df - source_x86_64 = https://downloads.plex.tv/plex-media-server/1.1.4.2757-24ffd60/plexmediaserver-1.1.4.2757-24ffd60.x86_64.rpm - sha256sums_x86_64 = a994d2b568e12b8632f63024997f4aaef37f40de97089b3413d2c845c9853a4a + source_armv7h = https://downloads.plex.tv/plex-media-server/1.2.1.2854-3ed5ca1/PlexMediaServer-1.2.1.2854-3ed5ca1-arm7.spk + sha256sums_armv7h = 4a6d54438ea402314cfd1da4554e936d14684069091e25e130fbcbe024859e91 + source_i686 = https://downloads.plex.tv/plex-media-server/1.2.1.2854-3ed5ca1/plexmediaserver-1.2.1.2854-3ed5ca1.i386.rpm + sha256sums_i686 = 781fd28992d2b194b4ea669ec444cf92095c6bd75dd62f8e1720350777262ee6 + source_x86_64 = https://downloads.plex.tv/plex-media-server/1.2.1.2854-3ed5ca1/plexmediaserver-1.2.1.2854-3ed5ca1.x86_64.rpm + sha256sums_x86_64 = 137de3d84e7280e5c0a863f81a61d03c92e6dac1bc1a4d2cd14c6ca17e7a50ad pkgname = plex-media-server-plexpass diff --git a/PKGBUILD b/PKGBUILD index f4b5742..ff85a6f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,9 +11,9 @@ # Based on the plex-media-server package by Maxime Gauduin. pkgname=plex-media-server-plexpass -pkgver=1.1.4.2757 -_pkgsum=24ffd60 -pkgrel=2 +pkgver=1.2.1.2854 +_pkgsum=3ed5ca1 +pkgrel=1 pkgdesc='Plex Media Server (PlexPass version)' arch=('armv7h' 'i686' 'x86_64') url='https://plex.tv/' @@ -30,14 +30,14 @@ source=('plexmediaserver.conf.d' source_armv7h=("https://downloads.plex.tv/plex-media-server/${pkgver}-${_pkgsum}/PlexMediaServer-${pkgver}-${_pkgsum}-arm7.spk") source_i686=("https://downloads.plex.tv/plex-media-server/${pkgver}-${_pkgsum}/plexmediaserver-${pkgver}-${_pkgsum}.i386.rpm") source_x86_64=("https://downloads.plex.tv/plex-media-server/${pkgver}-${_pkgsum}/plexmediaserver-${pkgver}-${_pkgsum}.x86_64.rpm") + sha256sums=('7ab1ee8da9012d257b7f473fb79d76b201ca592cbe3722f977a43b58bfad180e' '9da45cc3951ae03086ec663e6273c2de0183495fd15dc34ddd9aa100346d4d3a' 'ebf153d5789f9d24cb98ae607d227286e1da6ce54e149c8be4f47e08ee729573' '7bb97271eb2dc5d1dcb95f9763f505970d234df17f1b8d79b467b9020257915a') - -sha256sums_armv7h=('67467bf2469a10e3155ad6cc98e15ccc5ad8f06ea559baf4359fc057c947ac18') -sha256sums_i686=('c0b60b9b7a56a883acd4105619a919a5df485ffd89013c03d4e66737f67271df') -sha256sums_x86_64=('a994d2b568e12b8632f63024997f4aaef37f40de97089b3413d2c845c9853a4a') +sha256sums_armv7h=('4a6d54438ea402314cfd1da4554e936d14684069091e25e130fbcbe024859e91') +sha256sums_i686=('781fd28992d2b194b4ea669ec444cf92095c6bd75dd62f8e1720350777262ee6') +sha256sums_x86_64=('137de3d84e7280e5c0a863f81a61d03c92e6dac1bc1a4d2cd14c6ca17e7a50ad') prepare() { if [[ $CARCH =~ arm* ]]; then