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: ombre (Asator)
Last Packager: ombre
Votes: 109
Popularity: 0.000990
First Submitted: 2015-11-29 18:10 (UTC)
Last Updated: 2022-04-06 20:27 (UTC)

Latest Comments

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

rloeser commented on 2016-07-11 06:49 (UTC) (edited on 2016-07-11 06:51 (UTC) by rloeser)

The syntax of the webclient bundle has changed. I've attached an updated pkgbuild and also bumped the PMP version to 1.1.3. pkgname=plex-media-player pkgver=1.1.3 _gitrev=380 _gitver=a2959899 _fullname="$pkgname-$pkgver.$_gitrev-$_gitver" _webclientver=6ec8fed # Set in CMakeModules/WebClientVariables.cmake _webclientvernr=2.6.9 _webclientbuild=149 pkgrel=1 pkgdesc='Next generation Plex Desktop Client' arch=('i686' 'x86_64') license=('GPL') url='https://github.com/plexinc/plex-media-player' depends=('mpv' 'qt5-webengine>=5.6' 'libcec' 'sdl2' 'qt5-x11extras') makedepends=('cmake') source=("$_fullname.tar.gz::https://github.com/plexinc/plex-media-player/archive/v${pkgver}.${_gitrev}-${_gitver}.tar.gz" "https://nightlies.plex.tv/directdl/plex-dependencies/plex-web-client-plexmediaplayer/${_webclientbuild}/plex-web-client-pmp-${_webclientvernr}-${_webclientver}.tbz2" 'plex-media-player.desktop') noextract=("plex-web-client-pmp-${_webclientvernr}-${_webclientver}.tbz2") sha256sums=('48acb0f0ae909d381706b2b1ff472b50715a5150d5a4a81c8d3fc176234b7c53' '9213d353eb15a665b37fcd2e32578a8b28deeb452b6068cd4a4e720776de0352' 'b03845b761cc18a88252b72d0c83e439006224660444d9174f53cc577f9498b6') # NOTE: # They host their web-client file on a nightly server that deletes things # each release, so the build might break when a newer version is released. # prepare() { cd "$_fullname" # All this git version junk fails, just remove it we already have the version sed -i 's|include(GetGitRevisionDescription)|| s|get_git_head_revision(REFSPEC FULL_GIT_REVISION)||' \ CMakeModules/VersionConfiguration.cmake # Use our downloaded copy of web-client mkdir -p build/src ln -sf {$srcdir,build/src}/plex-web-client-pmp-${_webclientvernr}-${_webclientver}.tbz2 } build() { cd "$_fullname/build" cmake -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' -DCMAKE_SKIP_RPATH=1 \ -DFULL_GIT_REVISION="$_gitver" -DQTROOT='/usr' .. make } package() { cd "$_fullname/build" DESTDIR="$pkgdir" make install install -Dm644 "$srcdir/plex-media-player.desktop" "$pkgdir/usr/share/applications/plex-media-player.desktop" install -Dm644 ../resources/images/icon.png "$pkgdir/usr/share/icons/hicolor/256x256/apps/plex-media-player.png" }

TingPing commented on 2016-06-11 22:51 (UTC)

Disowning this if anybody is interested.

ma2t commented on 2016-05-30 09:00 (UTC)

@atze My apologies, I thought PMP was going public after 1.1 release

atze commented on 2016-05-29 21:57 (UTC)

@matt73300 Seems to build fine, but you still need a plexpass...

ma2t commented on 2016-05-29 20:52 (UTC)

@atze Seems it's actually in public testing -> https://nightlies.plex.tv/public-test/plexmediaplayer/

Evils commented on 2016-05-21 21:32 (UTC)

> Edit: Looks like it may be an issue with the qt5-webengine package, will submit a bug report over there. I still got the same problem here, dependency on qt5-webengine that's not available. Any fix for that?

atze commented on 2016-05-09 16:50 (UTC)

Any news on the public release of PMP?

jhenson commented on 2016-03-27 19:06 (UTC) (edited on 2016-03-27 19:15 (UTC) by jhenson)

Does there need to be a dependency on qt5-location? I had to install it before the package would build. Edit: Looks like it may be an issue with the qt5-webengine package, will submit a bug report over there.

TingPing commented on 2016-03-15 16:03 (UTC)

The nightly link is the one used by the build system so I doubt there is any other public mirror. I will probably just start mirroring it on my server.

nckslvrmn commented on 2016-03-15 15:50 (UTC)

Looks like the nightly for the web client has been pulled again. Is there a non nightly link that might be more persistent than the current you can build off of?