Package Details: plex-media-server 1.40.2.8395-1

Git Clone URL: https://aur.archlinux.org/plex-media-server.git (read-only, click to copy)
Package Base: plex-media-server
Description: The back-end media server component of Plex.
Upstream URL: https://plex.tv/
Keywords: DLNA
Licenses: custom
Conflicts: plex-media-server-plexpass
Submitter: alucryd
Maintainer: fryfrog (tixetsal)
Last Packager: fryfrog
Votes: 350
Popularity: 1.07
First Submitted: 2014-10-14 22:11 (UTC)
Last Updated: 2024-04-19 01:45 (UTC)

Latest Comments

« First ‹ Previous 1 .. 98 99 100 101 102 103 104 105 106 107 Next › Last »

kylef commented on 2012-05-11 19:25 (UTC)

There is a missing dependency for boost (and version specific). Unfortunately archlinux uses a much newer version so this package is incompatible. /usr/lib/plexmediaserver/Plex Media Server: error while loading shared libraries: libboost_system.so.1.47.0: cannot open shared object file: No such file or directory

r0b0ticus commented on 2012-04-09 19:06 (UTC)

Here is the md5 for the x86_64 version, tested and working on my home server. 7aa1f4158bbea6778061796c8f65b66f

Dianoga commented on 2012-03-29 17:08 (UTC)

The PKGBUILD below works for installing the 0.9.6 beta (x86). The md5 under x86_64 would need to be updated for the 64 bit version # Contributor: Praekon <praekon@googlemail.com> # Contributor: Arthur <arthur.darcet@m4x.org> # Contributor: Jon Wiersma <archaur@jonw.org> # Contributor: Ray <rfischer@me.com> # Contributor: Dianoga <dianoga7@3dgo.net> pkgname=plexmediaserver pkgver=0.9.6.0.11 pkgrel=2 pkgnumber=ba33da9 pkgdesc="Plex Media Server for Linux" url="http://www.plexapp.com" arch=('i686' 'x86_64') license=('closed') depends=('avahi' 'rsync') replace=('plex') backup=("etc/conf.d/$pkgname") install="$pkgname.install" if [ "$CARCH" = "i686" ]; then _arch='i386' md5sums=('4442031c7faebded7e9ecd7e77053648') elif [ "$CARCH" = "x86_64" ]; then _arch='amd64' md5sums=('df26c3634bdd02e38ca2fb0cfe8309d7') depends+=('lib32-libxml2' 'lib32-sqlite3' 'lib32-boost-libs' 'lib32-curl') fi source=("http://www.plexapp.com/repo/pool/main/p/${pkgname}/${pkgname}_${pkgver}-${pkgnumber}_${_arch}.deb" "$pkgname.conf.d" "$pkgname.rc.d") md5sums+=('cb0b32d853f2c8b760e62b391196a881' 'f4b9a8473551127ab3de151005600f07') build() { ar -xv ${pkgname}_${pkgver}-${pkgnumber}_${_arch}.deb || return 1 tar -zxf data.tar.gz || return 1 } package(){ mkdir -p $pkgdir/usr/lib/plexmediaserver mkdir -p $pkgdir/etc/rc.d cp -r usr/lib/plexmediaserver/* $pkgdir/usr/lib/plexmediaserver/ install -D -m644 plexmediaserver.conf.d $pkgdir/etc/conf.d/plexmediaserver install -D -m755 plexmediaserver.rc.d $pkgdir/etc/rc.d/plexmediaserver }

falconindy commented on 2012-03-27 03:20 (UTC)

Please use makepkg --source to create source tarballs. It's unreasonable to expect that the directory inside the tarball is named anything except the name of the package, and you'd avoid packaging the excess files included with this sourceball.

<deleted-account> commented on 2012-03-24 22:13 (UTC)

okay on 32bit machines, delete line 48 - EOF from PKGBUILD to get this package to work thanks to JonnyJD in IRC

<deleted-account> commented on 2012-03-24 21:30 (UTC)

i don't know why but yaourt complains about md5sums on x32 build. tryed several times now ona freshly installed arch without success. cleared tmp folder and redownloaded everything. the md5sums seems to match if i check them manually though... ==> Building and installing package ==> Erstelle Paket: plexmediaserver 0.9.5.3.309-2 (Sa 24. Mär 22:29:14 CET 2012) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> Empfange Quellen... -> plexmediaserver_0.9.5.3.309-524cf73_i386.deb gefunden -> plexmediaserver.conf.d gefunden -> plexmediaserver.rc.d gefunden ==> Ãberprüfe Gültigkeit der Quell-Dateien mit md5sums... plexmediaserver_0.9.5.3.309-524cf73_i386.deb ... FEHLGESCHLAGEN plexmediaserver.conf.d ... Durchgelaufen plexmediaserver.rc.d ... Durchgelaufen ==> FEHLER: Eine oder mehrere Dateien überstanden nicht die Gültigkeits-Prüfung! ==> ERROR: Makepkg was unable to build plexmediaserver. anyone has an idea?

emphire commented on 2012-03-22 18:02 (UTC)

Just noticed a couple of minor issues: In the rc.d file (around line 19): the redirect (>) should be an append (>>) so the logs don't get overwritten on each startup. Also, there some missing quotation marks in the PKGBUILD in the x86_64 pkgdeps line. Thanks.

mrohnstock commented on 2012-03-20 17:59 (UTC)

plexmediaserver 0.9.5.3.309 got released for linux: http://forums.plexapp.com/index.php/topic/38976-0953309-for-linux/

<deleted-account> commented on 2012-03-17 17:22 (UTC)

the plex server 9.5.2 worked for me. This one gives me an error when i run the start.sh file. The other plex i downloaded i just had to run rc.d start plexmediaserver this one doesnt have that daemon?

anish commented on 2012-03-15 20:03 (UTC)

Updated to latest