mirror of
https://aur.archlinux.org/plex-media-server-plexpass.git
synced 2025-11-20 06:28:29 +00:00
912f37032e
NEW: * (Metadata) Support local artist posters and fanart. * (Metadata) Support local album fanart. * (Metadata) Support 'short', 'featurette' and 'other' sidecar movie extras. * Log files are now versioned as .X.log instead of .log.X. * (OS X) Log files are now stored in a dedicated "~/Library/Logs/Plex Media Server" directory * (PMP) Support remuxing FLAC audio for video transcodes. * (Prefs) Move advanced Update Channel pref to non-advanced section. * Improved startup times on multi-core systems. FIXES: * (Lyrics) Handle lyrics files with CR linebreaks. * (Media Optimizer) Improved default sorting of items for Media Optimizer, Playlists, and Sync. * (Metadata) Show correct release date for MP3 music files. * (Metadata) Read metadata from MP4 movie files without audio track. * (Metadata) Don't strip dots from song titles. * (Metadata) Artists with trailing dots weren't showing album metadata in music libraries using the Last.fm agent. * Generate thumbnails with correct aspect ratios for anamorphic content. * Reliably find local assets for multi-disc music albums. * Improve reliability of .plexignore handling. * Improve reliability of library cleanup during scanning. * Incorrect playlist durations when items have multiple versions. * Prevent scheduled tasks from starting and ending at the same time. * Don't label media items as "Original" when there's only one. * Enable uninstalling manually installed plugins. * (Transcoder) Improve performance transcoding video to MP4 containers. * (Transcoder) Prefer transcodes of stereo sources to AAC over other multi-channel codecs. * (Transcoder) Improve compatibility of HLS transcodes with some older Samsung TVs. * (Transcoder) Failures transcoding audio with low sampling rates for the Roku. * (Transcoder) Failures copying invalid chapters when transcoding to streaming MKV. * (Transcoder) Failures burning DVB subtitles. * (Transcoder) Incorrect name and language attributes when transcoding subtitles to WebVTT. * (Transcoder) Online content requiring a specific user agent wasn't transcoding correctly. * (Prefs) Removed obsolete "Offer higher bitrates over 3G connections" preference. * (Prefs) Removed obsolete "Enable Dolby Digital on Apple TV" preference. * (Playlists) Sorting playlists by duration wasn't working. * (Windows) Failures installing when Windows Firewall service is disabled. * (Windows) Automatically launch the server after auto update. * (Windows) Incorrect Windows version listed in installer logs. * (iOS) Failures playing MP4 video with MP3 audio. * (DLNA) Connect to remote media servers securely. * (DLNA) Crashes when video has no audio stream. * (Roku) TV play queues weren't advancing. * (Bundles) A number of small service fixes.
61 lines
2.7 KiB
Bash
61 lines
2.7 KiB
Bash
# Maintainer: Mikael Eriksson <mikael_eriksson@miffe.org>
|
|
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
|
|
# Contributor: Rob Sletten <rsletten@gmail.com>
|
|
# Contributor: Tom Moore <t.moore01@gmail.com>
|
|
# Contributor: monty <linksoft@gmx.de>
|
|
# Contributor: Jon Wiersma <archaur@jonw.org>
|
|
# Contributor: Arthur <arthur.darcet@m4x.org>
|
|
# Contributor: Praekon <praekon@googlemail.com>
|
|
|
|
# Based on the plex-media-server package by Maxime Gauduin.
|
|
|
|
pkgname=plex-media-server-plexpass
|
|
pkgver=0.9.16.0.1754
|
|
_pkgsum=23623fb
|
|
pkgrel=1
|
|
pkgdesc='Plex Media Server (PlexPass version)'
|
|
arch=('arm' 'armv7h' 'i686' 'x86_64')
|
|
url='https://plex.tv/'
|
|
license=('custom')
|
|
options=('!emptydirs')
|
|
provides=('plex-media-server')
|
|
conflicts=('plex-media-server')
|
|
backup=('etc/conf.d/plexmediaserver')
|
|
install='plex-media-server.install'
|
|
source=('plexmediaserver.conf.d'
|
|
'plexmediaserver.service'
|
|
'plex.sysusers'
|
|
'terms.txt')
|
|
source_arm=("https://downloads.plex.tv/plex-media-server/${pkgver}-${_pkgsum}/PlexMediaServer-${pkgver}-${_pkgsum}-arm.spk")
|
|
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_arm=('8a2c34ae82f599aa36c153e1b12953ee32db4414bc0aa826bb92fc0b8eafd388')
|
|
sha256sums_armv7h=('502a0b6f99e74cc264294486e618da98a07d79763176e33e236226a32ee9c7a9')
|
|
sha256sums_i686=('f77ea6a9fe6a79180e1da9d99ae9ad3109ab7d96724877160615c0c8b7339f00')
|
|
sha256sums_x86_64=('cf308692e63e0788b6aa7916680f577cbb87eaef7f703cbc791189ff2e5ec57a')
|
|
|
|
prepare() {
|
|
if [[ $CARCH =~ arm* ]]; then
|
|
mkdir -p usr/lib/plexmediaserver
|
|
tar -xf package.tgz -C usr/lib/plexmediaserver/
|
|
fi
|
|
}
|
|
|
|
package() {
|
|
install -dm 755 "${pkgdir}"/{opt,etc/conf.d,usr/lib/systemd/system}
|
|
cp -dr --no-preserve='ownership' usr/lib/plexmediaserver "${pkgdir}"/opt/
|
|
install -m 644 plexmediaserver.service "${pkgdir}"/usr/lib/systemd/system/
|
|
install -m 644 plexmediaserver.conf.d "${pkgdir}"/etc/conf.d/plexmediaserver
|
|
install -Dm644 "$srcdir/plex.sysusers" "$pkgdir/usr/lib/sysusers.d/plex.conf"
|
|
|
|
install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
|
|
install -m 644 terms.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
|
|
}
|
|
|
|
# vim: ts=2 sw=2 et:
|