Package Details: plex-media-player 2.58.1-3

Git Clone URL: https://aur.archlinux.org/plex-media-player.git (read-only, click to copy)
Package Base: plex-media-player
Description: Next generation Plex Desktop Client
Upstream URL: https://github.com/plexinc/plex-media-player
Licenses: GPL
Conflicts: jellyfin-media-player
Submitter: TingPing
Maintainer: Asator
Last Packager: ombre
Votes: 109
Popularity: 0.000067
First Submitted: 2015-11-29 18:10 (UTC)
Last Updated: 2022-04-06 20:27 (UTC)

Latest Comments

« First ‹ Previous 1 .. 29 30 31 32 33 34 35 Next › Last »

<deleted-account> commented on 2016-01-28 12:58 (UTC)

@ould It would be great if you could share those PKGBUILDs.

normanu commented on 2016-01-27 22:46 (UTC)

Can this be used already without Plexpass? Or is it better to wait?

ould commented on 2016-01-27 03:01 (UTC)

I have managed to get both QT 5.6 Beta and the lasted plex-media-player git to build on my test system sucessfully. I can't really test out plex-media-player's functionality though as I don't currently have a plex pass. I may subscribe for a month just to play around with it. If anyone has any interest in the PKGBUILDs for both I could post them up somewhere. :-) Also the patches for Qt seem to have been already merged into the latest beta so are not needed anymore as far as I can tell.

TingPing commented on 2016-01-11 18:54 (UTC)

Looks like the latest url is now https://nightlies.plex.tv/directdl/plex-dependencies/plex-web-client-plexmediaplayer/latest/plex-web-client-konvergo-f9aee64.cpp.tbz2 I will bother keeping this updated once Qt 5.6 is actually out.

eduncan911 commented on 2016-01-11 18:49 (UTC)

Looks like Plex has locked down the url to download their clients from (requires u/p). May be time to switch to OpenPHT: https://forums.plex.tv/discussion/193529/release-openpht-1-5-0

PhilThompson commented on 2016-01-03 18:57 (UTC)

Has anyone gotten any further with this? Is the solution still only to build QT5.6 from source?

md2prof commented on 2015-12-15 01:22 (UTC) (edited on 2015-12-15 01:57 (UTC) by md2prof)

It looks like the patches are against the qt5 source (which includes the qt5-webengine module) not the installed qt5-webengine package. So the method @atze mentions won't work (unless I'm missing something). The qt5-webengine module would need to be rebuilt from patched source. I too could not get Arch Official qt5 source to build the webengine module after applying the patches. Final release date for Qt 5.6 is early Feb 2016 (https://wiki.qt.io/Qt-5.6-release) (and they are running late so who knows).

atze commented on 2015-12-11 18:20 (UTC)

@TingPing So how does it work with the patches? * Install qt5-webengine 5.5 * Apply the patches * Modify PKGBUILD to use 5.5 (instead of 5.6) * build package

TingPing commented on 2015-12-09 17:48 (UTC)

Fixed the spacing problem. @carbncl might be easier to just use the patches linked.

carbncl commented on 2015-12-09 08:54 (UTC) (edited on 2015-12-09 17:50 (UTC) by carbncl)

This is *normal*, PKGBUILD should not contain spaces and have "qt5-webengine>=5.6". It won't work anyway since, as @TingPing commented, such package version does not exists... yet. Spent some time on my side trying to alter official qt5 v5.5 package to build 5.6-alpha w/o any success.